You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: