diff --git a/public/Source/App.js b/public/Source/App.js index 045ce029f40a16853d3a8687e98821c621d970ba..f7b7c328ecaf7434f4ab06c6209375478ab0ff78 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 });