biggertempmarker

This commit is contained in:
scossa 2024-08-17 21:59:25 +02:00
parent 961ea662f6
commit c1e86d2719

View file

@ -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;';
};