From 4c20c2b450d91e9bafd7f2ede2a7b8b289f695a6 Mon Sep 17 00:00:00 2001 From: Rushikesh Padsala <rushikesh.padsala@hft-stuttgart.de> Date: Tue, 7 Sep 2021 07:26:25 +0000 Subject: [PATCH] Update App.js --- public/Source/App.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/Source/App.js b/public/Source/App.js index 1987ebc..b878367 100644 --- a/public/Source/App.js +++ b/public/Source/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