diff --git a/public/App.js b/public/App.js index 85050f498fa92dfa48f471d30496372d5e1d964f..8610bb6d6dc40403f56448c0ff8b636c4c32fb31 100644 --- a/public/App.js +++ b/public/App.js @@ -12,7 +12,8 @@ shadow: false, // // Set default basemap imageryProvider : Cesium.ArcGisMapServerImageryProvider({ - url : 'https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer' + url : 'https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer', + enablePickFeatures: false }), baseLayerPicker: true