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

Lines are flying away on pinch rotation #61

Closed
MaxiStefan opened this issue Nov 2, 2023 · 3 comments · May be fixed by #62
Closed

Lines are flying away on pinch rotation #61

MaxiStefan opened this issue Nov 2, 2023 · 3 comments · May be fixed by #62

Comments

@MaxiStefan
Copy link

Basically title. I updated to the last version and whenever I rotate the map using a pinch motion the lines drawn are flying away

@Arbimig
Copy link

Arbimig commented Nov 10, 2023

Wrapping CustomPaint in MobileLayerTransformer in the flutter_map_tappable_polyline.dart file helped me

@lagivan
Copy link

lagivan commented Jan 16, 2024

@HugoHeneault the issue has been closed but the PR is still open. Could you please merge it? I've just come across the same issue and even created a new issue #64 before I've found this one.

@lagivan
Copy link

lagivan commented Jan 16, 2024

For now the solution can be applied using dependency overrides this way:

dependency_overrides:
  flutter_map_tappable_polyline:
    git:
      url: https://github.com/Camerash/flutter_map_tappable_polyline.git
      ref: 86eba4a8cd65dfa818b763a6cd6c0e961f00f466

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.

3 participants