Remove non-existent image from leaflet URL map
This commit is contained in:
parent
360333d37d
commit
a5cef0cd80
1 changed files with 1 additions and 2 deletions
|
@ -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, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue