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

changed osm basemap to esri for fixing basemap error

parent cfd760c5
Pipeline #3788 passed with stage
in 11 seconds
...@@ -11,9 +11,7 @@ ...@@ -11,9 +11,7 @@
animation: false, animation: false,
shadow: false, shadow: false,
// // Set default basemap // // Set default basemap
imageryProvider : Cesium.createOpenStreetMapImageryProvider({ imageryProvider : Cesium.ArcGisMapServerImageryProvider({url : 'https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer'}),
url : 'https://a.tile.openstreetmap.org/'
}),
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