Commit 32f80cce authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

Update App.js

parent 224c558f
Pipeline #4962 passed with stage
in 16 seconds
...@@ -13,7 +13,8 @@ ...@@ -13,7 +13,8 @@
// // Set default basemap // // Set default basemap
imageryProvider : new Cesium.ArcGisMapServerImageryProvider({ imageryProvider : new Cesium.ArcGisMapServerImageryProvider({
url : 'https://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer', url : 'https://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer',
enablePickFeatures: false, 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