mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
sun light
This commit is contained in:
@@ -96,8 +96,8 @@
|
|||||||
init() {
|
init() {
|
||||||
this.earth = new Earth(this.$refs.myearth, {
|
this.earth = new Earth(this.$refs.myearth, {
|
||||||
location : {lat: {{ $cities->first()->latitude }}, lng: {{ $cities->first()->longitude }}},
|
location : {lat: {{ $cities->first()->latitude }}, lng: {{ $cities->first()->longitude }}},
|
||||||
zoom: 1.05,
|
zoom: 2,
|
||||||
light: 'none',
|
light: 'sun',
|
||||||
polarLimit: 0.6,
|
polarLimit: 0.6,
|
||||||
|
|
||||||
transparent : true,
|
transparent : true,
|
||||||
|
|||||||
Reference in New Issue
Block a user