From 468762521d248219ab2f38d7d4f378022c27ab19 Mon Sep 17 00:00:00 2001
From: Rushikesh Padsala <rushikesh.padsala@hft-stuttgart.de>
Date: Wed, 6 Oct 2021 09:59:59 +0000
Subject: [PATCH] Update App.js

---
 public/Source/App.js | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/public/Source/App.js b/public/Source/App.js
index a2a4db2..a242d28 100644
--- a/public/Source/App.js
+++ b/public/Source/App.js
@@ -11,7 +11,10 @@
 		 animation: false,
 		 shadow: false,
 		 // // Set default basemap
-            imageryProvider : Cesium.ArcGisMapServerImageryProvider({url : 'https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer'}),
+            imageryProvider : new Cesium.ArcGisMapServerImageryProvider({
+    url : 'https://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer',
+	enablePickFeatures: false,
+
 		 baseLayerPicker: true
 		 
      });
-- 
GitLab