From 0908f1dd3268266fc2d3f0d7ae4559205708ef78 Mon Sep 17 00:00:00 2001
From: Rushikesh Padsala <rushikesh.padsala@hft-stuttgart.de>
Date: Tue, 7 Sep 2021 07:26:41 +0000
Subject: [PATCH] Update App.js

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

diff --git a/public/App.js b/public/App.js
index 85050f4..8610bb6 100644
--- a/public/App.js
+++ b/public/App.js
@@ -12,7 +12,8 @@
 		 shadow: false,
 		 // // Set default basemap
 		 imageryProvider : Cesium.ArcGisMapServerImageryProvider({
-    url : 'https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer'
+    url : 'https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer',
+	enablePickFeatures: false
 }),        
 		 baseLayerPicker: true
 		 
-- 
GitLab