Selaa lähdekoodia

Removed changing orientation by hashUrl

Petter 4 vuotta sitten
vanhempi
commit
0eaed47c73
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      example/ionExample.js

+ 1 - 1
example/ionExample.js

@@ -67,7 +67,7 @@ let params = {
 	'displayActiveTiles': false,
 	'resolutionScale': 1.0,
 
-	'up': hashUrl ? '+Z' : '+Y',
+	'up': '+Y',
 	'displayBoxBounds': false,
 	'colorMode': 0,
 	'showThirdPerson': false,