soiz1 commited on
Commit
677bc52
·
verified ·
1 Parent(s): 5452636

Update index.html

Browse files
Files changed (1) hide show
  1. 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
  }