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

Update App.js

parent 47488eca
Pipeline #4959 passed with stage
in 9 seconds
...@@ -11,7 +11,10 @@ ...@@ -11,7 +11,10 @@
animation: false, animation: false,
shadow: false, shadow: false,
// // Set default basemap // // Set default basemap
imageryProvider : Cesium.ArcGisMapServerImageryProvider({url : 'https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer'}), imageryProvider : new Cesium.ArcGisMapServerImageryProvider({
url : 'https://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer',
enablePickFeatures: false,
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