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
Currently when pinching/rotating the map it's not really possible to only zoom without also rotating the map. This does not feel ideal. Also a user reported that this might be problematic for people with dizziness.
Ideally the behavior would be similar to google maps, which seems to - within the first few pixels of touch - distinguishes between rotate and zoom and ignores rotation within a certain window while zooming.
Unfortunately doing this is not that simple due to the way gesture detection is implemented in osmdroid and might require quite a lot of work and should probably done directly in the osmdroid codebase.
Until then I see 2 options:
find an easier workaround we can implement directly 2) until then add an option to disable map rotation completely see Make rotation optional #258
The text was updated successfully, but these errors were encountered:
Currently when pinching/rotating the map it's not really possible to only zoom without also rotating the map. This does not feel ideal. Also a user reported that this might be problematic for people with dizziness.
Ideally the behavior would be similar to google maps, which seems to - within the first few pixels of touch - distinguishes between rotate and zoom and ignores rotation within a certain window while zooming.
Unfortunately doing this is not that simple due to the way gesture detection is implemented in osmdroid and might require quite a lot of work and should probably done directly in the osmdroid codebase.
Until then I see 2 options:
2) until then add an option to disable map rotation completelysee Make rotation optional #258The text was updated successfully, but these errors were encountered: