jieter / Leaflet-semicircle

Extend Leaflet's circle class to display semicircles.
http://jieter.github.io/Leaflet-semicircle/examples/semicircle.html
MIT License
121 stars 52 forks source link

circleMarker throwing errors #16

Closed cgalvarino closed 7 years ago

cgalvarino commented 7 years ago

It appears that #8 has reared its head again.

If I take your circlemarker.html example and change the L.circleMarker line to read

L.circleMarker([50.61, -0.0]).setDirection(0, 0).addTo(map);

our old friend setDirection not defined is thrown.

I'm @ leaflet 1.0.3.

Many thanks.

jieter commented 7 years ago

released leaflet-semicircle@2.0.0, should fix this.