Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
webgisdeveloper committed Jan 12, 2022
1 parent 4cf7d6a commit 303e491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion simccs_maptool/static/js/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion simccs_maptool/static/js/leafletMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -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?", {
Expand Down

0 comments on commit 303e491

Please sign in to comment.