-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
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:
<Style id="icon-62-normal">
<IconStyle>
<Icon>
<href>https://maps.google.com/mapfiles/kml/shapes/triangle.png</href>
</Icon>
</IconStyle>
</Style>
Here is the way I'm loading KML file:
var track = new L.KML('../UserData/test3.kml', { async: true })
.on('loaded', function (e) {
//map.fitBounds(e.target.getBounds());
})
.addTo(map);
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
Metadata
Metadata
Assignees
Labels
No labels