diff --git a/public/js/eventHandler.js b/public/js/eventHandler.js index 219b83f..78407f1 100644 --- a/public/js/eventHandler.js +++ b/public/js/eventHandler.js @@ -16,7 +16,7 @@ export function initEvents(map){ editMode = true; markerFormContainer.style.display = 'flex'; noticeCoordsPicker.style.display = 'block'; - document.getElementById('map').style = 'cursor: url("/img/marker-icon13.png") 7 21, auto;'; + document.getElementById('map').style = 'cursor: url("https://unpkg.com/leaflet@1.9.4/dist/images/marker-icon.png") 13 41, auto;'; };