Update LeafletExtraMarkers to 1.0.8.

This commit is contained in:
David Molineus
2018-08-23 15:45:06 +02:00
parent 9a21c60b9e
commit 2f9602e21e
12 changed files with 196 additions and 18 deletions

View File

@@ -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>
![ExtraMarkers screenshot](https://raw.github.com/coryasilva/Leaflet.ExtraMarkers/master/screenshot.png "Screenshot of ExtraMarkers")
@@ -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);
````
---