From 77771749bed61a7fccaaa8ad4b1a5011501f48af Mon Sep 17 00:00:00 2001
From: Rushikesh Padsala <rushikesh.padsala@hft-stuttgart.de>
Date: Wed, 25 Nov 2020 14:47:29 +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 675e67d..0576589 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