mirror of
https://github.com/netzmacht/contao-leaflet-libraries.git
synced 2025-11-30 03:54:08 +01:00
Update LeafletExtraMarkers to 1.0.8.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Leaflet.extra-markers plugin v1.0.4
|
||||
# Leaflet.extra-markers
|
||||
<a href="https://github.com/lvoogdt/Leaflet.awesome-markers">Big Thanks to lvoogdt of Leaflet.awesome-markers</a>
|
||||
|
||||

|
||||
@@ -48,7 +48,7 @@ Now use the plugin to create a marker like this:
|
||||
prefix: 'fa'
|
||||
});
|
||||
|
||||
L.marker([51.941196,4.512291], {icon: redMarker,}).addTo(map);
|
||||
L.marker([51.941196,4.512291], {icon: redMarker}).addTo(map);
|
||||
````
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user