Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
|
@@ -548,6 +548,7 @@ map.on("click", function(e) {
|
|
| 548 |
n.on("mouseout", function() {
|
| 549 |
hoveredMarker === n && (hoveredMarker = null);
|
| 550 |
});
|
|
|
|
| 551 |
openEditor(n);
|
| 552 |
saveMapToStorage();
|
| 553 |
}
|
|
|
|
| 548 |
n.on("mouseout", function() {
|
| 549 |
hoveredMarker === n && (hoveredMarker = null);
|
| 550 |
});
|
| 551 |
+
document.GetelementById("marker-icon-url").value = "https://unpkg.com/leaflet@1.9.3/dist/images/marker-icon-2x.png";
|
| 552 |
openEditor(n);
|
| 553 |
saveMapToStorage();
|
| 554 |
}
|