Leaflet.RotatedMarker
Leaflet.RotatedMarker copied to clipboard
broken CDN on demo page (demo not working)
The demo located here: http://bbecquet.github.io/Leaflet.RotatedMarker/example.html
Is currently not working because of a broken CDN:
ERR_CERT_COMMON_NAME_INVALID
I made a pull request to fix this, just switch out the .css and .js links with these ones:
https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.1.0/leaflet.css https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.1.0/leaflet.js
Demo not working