Leaflet-semicircle icon indicating copy to clipboard operation
Leaflet-semicircle copied to clipboard

Start point changes for the same coordinate with different radius in canvas code.

Open ud09 opened this issue 6 years ago • 0 comments

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)

ud09 avatar Mar 21 '18 08:03 ud09