-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong icon loading #32
Comments
marker-icon.png is the default icon for Leaflet marker. |
So I found some weird behaviour about this issue.
To have the custom icon work I need to add a new line before the href tag like this :
|
Thanks hyzteric, that resolved one of my issues for me. |
Hi there!
Currently trying to use the library to show a point on leaflet map.
I'm using Leaflet 1.7.1 with L.KML plugin.
In my kml file I have an icon from network:
Here is the way I'm loading KML file:
But formaly it trying to load another icon called marker-icon.png from local path.
I have doublechecked the kml file there is no call of that icon in any place.
Could you help please?
Thanks
The text was updated successfully, but these errors were encountered: