diff --git a/public/Source/App.js b/public/Source/App.js index 25ca0e84feb1427a7298e20d6396635b24c34485..d260f35f264efb9f681b783cc79eca0c1f406ad1 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 });