Unverified Commit ab83dbfc by Corey Koval Committed by GitHub

Merge pull request #2 from godsic/master

Enable Scene Mode Picker
parents 1c521a1e b57b5666
......@@ -63,9 +63,10 @@
// imageryProvider : new Cesium.TileMapServiceImageryProvider({
// url : Cesium.buildModuleUrl('Assets/Textures/NaturalEarthII')
// }),
sceneModePicker: false,
sceneModePicker: true,
homeButton: false,
timeline: false,
mapProjection : new Cesium.WebMercatorProjection(),
});
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