mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2026-03-03 02:28:15 +01:00
Implement the extra markers icons.
This commit is contained in:
@@ -103,7 +103,6 @@ L.OverPassLayer = L.FeatureGroup.extend({
|
||||
&& feature.properties.tags.amenity
|
||||
&& this.options.amenityIcons[feature.properties.tags.amenity]
|
||||
) {
|
||||
console.log(this.options.amenityIcons[feature.properties.tags.amenity]);
|
||||
icon = L.contao.getIcon(this.options.amenityIcons[feature.properties.tags.amenity]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user