This commit is contained in:
parent
6b0808d6f0
commit
837d190933
2
dist/leaflet.css
vendored
2
dist/leaflet.css
vendored
@ -376,7 +376,7 @@
|
||||
|
||||
/* Default icon URLs */
|
||||
.leaflet-default-icon-path {
|
||||
background-image: url(images/);
|
||||
background-image: url(images/marker-icon.png);
|
||||
}
|
||||
|
||||
|
||||
|
@ -44,6 +44,6 @@ L.Icon.Default = L.Icon.extend({
|
||||
document.body.removeChild(el);
|
||||
|
||||
return path.indexOf('url') === 0 ?
|
||||
path.replace(/^url\([\"\']?/, '').replace(/[\"\']?\)$/, '') : '';
|
||||
path.replace(/^url\([\"\']?/, '').replace(/marker-icon\.png[\"\']?\)$/, '') : '';
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user