Commit b57b5666 by Mykola Dvornik

Use WebMercatorProjection

and enable scene mode selection widget since 2D mode becomes mostly
usable now.
parent 1570b85a
...@@ -57,9 +57,10 @@ ...@@ -57,9 +57,10 @@
// imageryProvider : new Cesium.TileMapServiceImageryProvider({ // imageryProvider : new Cesium.TileMapServiceImageryProvider({
// url : Cesium.buildModuleUrl('Assets/Textures/NaturalEarthII') // url : Cesium.buildModuleUrl('Assets/Textures/NaturalEarthII')
// }), // }),
sceneModePicker: false, sceneModePicker: true,
homeButton: false, homeButton: false,
timeline: false, timeline: false,
mapProjection : new Cesium.WebMercatorProjection(),
}); });
viewer.infoBox.frame.setAttribute("sandbox", "allow-same-origin allow-popups allow-popups-to-escape-sandbox"); viewer.infoBox.frame.setAttribute("sandbox", "allow-same-origin allow-popups allow-popups-to-escape-sandbox");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment