diff --git a/public/Source/App.js b/public/Source/App.js index 1d9080bf046425e3b3d50d70fec42dee685911a6..6203a34617c2995ae592d7b62c5a6219eaa2dc96 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 });