From ad3d7eac089a5987b5810fda060bb3ac96c1ac96 Mon Sep 17 00:00:00 2001 From: Rushikesh Padsala <rushikesh.padsala@hft-stuttgart.de> Date: Wed, 6 Oct 2021 10:02:07 +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 25ca0e8..d260f35 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