Remove non-existent image from leaflet URL map

This commit is contained in:
Tom Hughes 2014-04-25 18:15:09 +01:00
parent 360333d37d
commit a5cef0cd80

View file

@ -250,8 +250,7 @@ L.Icon.Default.imagePath = "/images";
L.Icon.Default.imageUrls = {
"/images/marker-icon.png": "<%= asset_path("images/marker-icon.png") %>",
"/images/marker-icon-2x.png": "<%= asset_path("images/marker-icon-2x.png") %>",
"/images/marker-shadow.png": "<%= asset_path("images/marker-shadow.png") %>",
"/images/marker-shadow-2x.png": "<%= asset_path("images/marker-shadow-2x.png") %>"
"/images/marker-shadow.png": "<%= asset_path("images/marker-shadow.png") %>"
};
L.extend(L.Icon.Default.prototype, {