diff --git a/public/Source/App.js b/public/Source/App.js index 675e67d35874a91681eb9959086c5f095de3cfee..05765894f2e7cef381534eb19a9db81a23b4eb61 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 });