From 297bec4acceea331038bed5c94d7bebb9c9e4c5c Mon Sep 17 00:00:00 2001 From: Rushikesh Padsala <rushikesh.padsala@hft-stuttgart.de> Date: Wed, 6 Oct 2021 10:02:39 +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 25090db..12dd3dc 100644 --- a/public/Source/App.js +++ b/public/Source/App.js @@ -13,7 +13,8 @@ // // Set default basemap imageryProvider : new Cesium.ArcGisMapServerImageryProvider({ url : 'https://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer', - enablePickFeatures: false, + enablePickFeatures: false + }), baseLayerPicker: true }); -- GitLab