coryasilva / Leaflet.ExtraMarkers

Custom Markers for Leaflet JS based on Awesome Markers
MIT License
331 stars 125 forks source link

Map marker showing but with a flashing question mark and exclamation mark. Does anyone know why this is? #76

Closed Antczh closed 11 months ago

Antczh commented 1 year ago

This is my code for the marker

var cityIcons = L.ExtraMarkers.icon({ icon: "fa-city", markerColor: "green", shape: "square", prefix: "fa", }); mapMarker

Antczh commented 1 year ago

Solved. If anyone gets this problem it's because you are missing a link to the js file filepath/js/all.min.js