Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

display with rotation is not the same between vector and raster modes in version 7.0.0 #188

Closed
greensopinion opened this issue Dec 9, 2023 · 3 comments · Fixed by #189
Closed

Comments

@greensopinion
Copy link
Owner

to reproduce:

  1. launch the example app from vector_map_examples
  2. choose any map theme
  3. rotate the map
  4. toggle back and forth between "Vector" and "Raster"
  5. observe the display is rotated, but not by the same amount for each mode
@greensopinion
Copy link
Owner Author

Screenshot 2023-12-09 at 11 25 36 AM
Screenshot 2023-12-09 at 11 25 39 AM

@greensopinion
Copy link
Owner Author

This issue doesn't occur with the previous version of flutter_map and version 6.0.2 of vector_map_tiles.

@greensopinion greensopinion changed the title display with rotation is not the same between vector and raster modes display with rotation is not the same between vector and raster modes in version 7.0.0 Dec 9, 2023
@greensopinion
Copy link
Owner Author

initial investigation makes me suspect that raster-mode is rotated by double the rotation

greensopinion added a commit that referenced this issue Dec 9, 2023
avoid double-rotating raster map layer

fixes #188
greensopinion added a commit that referenced this issue Dec 9, 2023
avoid double-rotating raster map layer

fixes #188
alesciack pushed a commit to alesciack/flutter-vector-map-tiles that referenced this issue Apr 15, 2024
avoid double-rotating raster map layer

fixes greensopinion#188
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant