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
In #2116 we have a PR for tilt/pitch. However we have yet to update Transform::pixelForLatLng & Transform::latLngForPixel to actually use the matrix instead of just doing trig for center, zoom, and rotation, so that pitch can be factored in. As a result, we get things like the floating user dot on iOS and these conversions will be off for e.g. long-press marker drop gestures, too.
Note that we do already account for world wrap and the date line in the current routines.
In #2116 we have a PR for tilt/pitch. However we have yet to update
Transform::pixelForLatLng&Transform::latLngForPixelto actually use the matrix instead of just doing trig for center, zoom, and rotation, so thatpitchcan be factored in. As a result, we get things like the floating user dot on iOS and these conversions will be off for e.g. long-press marker drop gestures, too.Note that we do already account for world wrap and the date line in the current routines.
/cc @ansis @friedbunny @1ec5