bbecquet / Leaflet.RotatedMarker

Leaflet plugin to enable the rotation of map marker icons
MIT License
257 stars 101 forks source link

change cdn to unpkg #29

Open danroot opened 3 years ago

danroot commented 3 years ago

unpkg currently recommended on Leaflet site. cdn.leafletjs.com fails with SSL error, breaking example. This also bumps to latest Leaflet version. See https://danroot.github.io/Leaflet.RotatedMarker/example.html for demonstration of this change working.

danroot commented 3 years ago

...sorry, just realized there were other PRs for same thing out there.