diff --git a/simccs_maptool/static/js/build.js b/simccs_maptool/static/js/build.js index 3f0e361..ef5c733 100644 --- a/simccs_maptool/static/js/build.js +++ b/simccs_maptool/static/js/build.js @@ -21,7 +21,7 @@ map.createPane("toppointsPane"); // for drawing map.createPane("drawingPane"); -// hand grab cursor on map is good for click +// hand grab cursor on map is not good for click document.getElementById('map').style.cursor = 'default'; // create the sidebar instance and add it to the map diff --git a/simccs_maptool/static/js/leafletMap.js b/simccs_maptool/static/js/leafletMap.js index 5f25edc..f33e7f8 100644 --- a/simccs_maptool/static/js/leafletMap.js +++ b/simccs_maptool/static/js/leafletMap.js @@ -99,7 +99,7 @@ map.createPane("polygonsPane"); map.createPane("linesPane"); map.createPane("pointsPane"); -// hand grab cursor on map is good for click +// hand grab cursor on map is not good for click document.getElementById('map').style.cursor = 'default'; var source_all_test_layer_1 = L.tileLayer.betterWms("https://simccs.org/geoserver/SimCCS/ows?", {