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

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

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