Leaflet-semicircle
Leaflet-semicircle copied to clipboard
Start point changes for the same coordinate with different radius in canvas code.
Hi,
I'd like to know why didn't use
var p = layer._map.latLngToLayerPoint(layer._latlng),
in canvas code, and instead you used
var p = layer._point,
The canvas code returns different start points in pixels on the same coordinate with different radius, (when the radius is big, because of the projection)