Loading leaflet.drupal.js +4 −0 Original line number Diff line number Diff line Loading @@ -461,6 +461,10 @@ console.log("Leaflet: The Icon Image doesn't exist at the requested path: " + marker.icon.iconUrl); }); } else { // Fallback to Leaflet default marker. lMarker = new L.Marker(latLng); } } return lMarker; Loading Loading
leaflet.drupal.js +4 −0 Original line number Diff line number Diff line Loading @@ -461,6 +461,10 @@ console.log("Leaflet: The Icon Image doesn't exist at the requested path: " + marker.icon.iconUrl); }); } else { // Fallback to Leaflet default marker. lMarker = new L.Marker(latLng); } } return lMarker; Loading