Skip to content

Commit

Permalink
refactor(globePosition): reposition the globe (#799)
Browse files Browse the repository at this point in the history
* refactor(globePosition): reposition the globe

* refactor(globePosition): adjust position
  • Loading branch information
KatvonRivia authored Dec 15, 2020
1 parent adc7db6 commit 8faa105
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/scripts/config/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ const globeState: GlobeState = {
},
view: {
position: {
height: 25003000,
latitude: 41.827147,
longitude: 12.672343 // ESA office in Italy ;)
height: 27000000,
latitude: 25,
longitude: 0
},
orientation: {
heading: 360,
Expand Down

0 comments on commit 8faa105

Please sign in to comment.