Closed Antczh closed 11 months ago
This is my code for the marker
var cityIcons = L.ExtraMarkers.icon({ icon: "fa-city", markerColor: "green", shape: "square", prefix: "fa", });
Solved. If anyone gets this problem it's because you are missing a link to the js file filepath/js/all.min.js
This is my code for the marker
var cityIcons = L.ExtraMarkers.icon({ icon: "fa-city", markerColor: "green", shape: "square", prefix: "fa", });