From ffcc5593777e5441d73373b67c2507f62214ed5b Mon Sep 17 00:00:00 2001 From: Rushikesh Padsala <rushikesh.padsala@hft-stuttgart.de> Date: Wed, 25 Nov 2020 14:48:02 +0000 Subject: [PATCH] Update App.js --- public/Source/App.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/public/Source/App.js b/public/Source/App.js index 045ce02..f7b7c32 100644 --- a/public/Source/App.js +++ b/public/Source/App.js @@ -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 }); -- GitLab