iconamirinoetrash

This commit is contained in:
scossa 2024-08-17 15:24:44 +02:00
parent ed2895bca0
commit 65e34a3171
8 changed files with 5 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View file

@ -44,8 +44,9 @@
</div> </div>
<div id="map"> <div id="map">
<script> <script>
document.getElementById("addMarkerBtn").innerHTML = '<img src="../img/marker-icon13.png" alt="Button Image" />'; //document.getElementById("addMarkerBtn").innerHTML = '<img src="../img/marker-icon13.png" alt="Button Image" />';
//<button id="addMarkerBtn">📌</button> <!--// bottone vecchio!--> document.getElementById("addMarkerBtn").innerHTML = '<img src="../img/trash/metalTrash18.png" alt="Button Image" />';
//<button id="addMarkerBtn">📌</button> <!--// bottone vecchio!-->
</script> </script>
</div> </div>
</body> </body>

View file

@ -15,7 +15,8 @@ export function initEvents(map){
editMode = true; editMode = true;
markerFormContainer.style.display = 'flex'; markerFormContainer.style.display = 'flex';
noticeCoordsPicker.style.display = 'block'; noticeCoordsPicker.style.display = 'block';
map.getContainer().style.cursor = "url('https://unpkg.com/leaflet@1.9.4/dist/images/marker-icon.png'), auto"; //map.getContainer().style.cursor = "url('https://unpkg.com/leaflet@1.9.4/dist/images/marker-icon.png'), auto";
map.getContainer().style.cursor = "url('../img/mirino/mirino50.png'), auto";
}; };