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 @@
animation: false,
shadow: false,
// // Set default basemap
imageryProvider : new Cesium.BingMapsImageryProvider({
url : 'https://dev.virtualearth.net',
key : 'ArfoC16LZfs9KzyU-OJyXSqVI6a9-Swv-cq7oO6e2bWYqZOS8M77coukVzeYDyLA',
mapStyle : Cesium.BingMapsStyle.AERIAL
}),
imageryProvider : Cesium.createOpenStreetMapImageryProvider({
url : 'https://a.tile.openstreetmap.org/'
}),
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