Commit 7d2857ef authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

Update App.js

parent 4372a750
Pipeline #4750 passed with stage
in 17 seconds
Showing with 3 additions and 3 deletions
+3 -3
...@@ -11,9 +11,9 @@ ...@@ -11,9 +11,9 @@
animation: false, animation: false,
shadow: false, shadow: false,
// // Set default basemap // // Set default basemap
imageryProvider : Cesium.createOpenStreetMapImageryProvider({ imageryProvider : Cesium.ArcGisMapServerImageryProvider({
url : 'https://a.tile.openstreetmap.org/' url : 'https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer'
}), }),
baseLayerPicker: true baseLayerPicker: true
}); });
......
Supports Markdown
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