diff --git a/public/Source/App.js b/public/Source/App.js index 25090db5ee21a39b76c5586c02440d188f3db335..12dd3dc133ac4ed0e7a0319553905d61a3f44fe6 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 });