biggertempmarker
This commit is contained in:
parent
961ea662f6
commit
c1e86d2719
1 changed files with 1 additions and 1 deletions
|
@ -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;';
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue