Commit 77771749 authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

Update App.js

parent ee6075a3
Pipeline #1354 passed with stage
in 2 seconds
...@@ -11,11 +11,9 @@ ...@@ -11,11 +11,9 @@
animation: false, animation: false,
shadow: false, shadow: false,
// // Set default basemap // // Set default basemap
imageryProvider : new Cesium.BingMapsImageryProvider({ imageryProvider : Cesium.createOpenStreetMapImageryProvider({
url : 'https://dev.virtualearth.net', url : 'https://a.tile.openstreetmap.org/'
key : 'ArfoC16LZfs9KzyU-OJyXSqVI6a9-Swv-cq7oO6e2bWYqZOS8M77coukVzeYDyLA', }),
mapStyle : Cesium.BingMapsStyle.AERIAL
}),
baseLayerPicker: true baseLayerPicker: true
}); });
......
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