iconamirinoetrash
This commit is contained in:
parent
ed2895bca0
commit
65e34a3171
8 changed files with 5 additions and 3 deletions
BIN
public/img/mirino/mirino.png
Normal file
BIN
public/img/mirino/mirino.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.3 KiB |
BIN
public/img/mirino/mirino50.png
Normal file
BIN
public/img/mirino/mirino50.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
BIN
public/img/trash/metalTrash.jpg
Normal file
BIN
public/img/trash/metalTrash.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 337 KiB |
BIN
public/img/trash/metalTrash18.png
Normal file
BIN
public/img/trash/metalTrash18.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
BIN
public/img/trash/metalTrash20.png
Normal file
BIN
public/img/trash/metalTrash20.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
BIN
public/img/trash/metalTrash22.jpg
Normal file
BIN
public/img/trash/metalTrash22.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.5 KiB |
|
@ -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>
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue