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
Describe The Bug
When doing animated panning in flutter web using the example app (Animated Mapcontroller page) the markers (and any other non tile layer) seem to jitter against the map tiles.
Expected Behavior
The markers and other non tile layers should move together with the tile layer.
Screenshots & Recordings
flutter-map-panning-jitter.mp4
Additional Information
In the example I slowed the animation to 5 seconds to make the issue more obvious. I have not observed this issue when running the example on the Android emulator, only with flutter web on chrome. This is encountered both using the latest published version of flutter_map as well as master. Flutter version 2.10.5.
When I run in release mode the effect is more subtle but there is still jittering. In any case the movement of the markers and the map tiles should be synchronised so that any jitter/jank should affect them together.
Doctors Report
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 2.10.5, on macOS 11.5.2 20G95 darwin-x64, locale en-GB)
[✓] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1)
[✓] Xcode - develop for iOS and macOS (Xcode 13.2.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.1)
[✓] VS Code (version 1.65.0)
[✓] Connected device (2 available)
[✓] HTTP Host Availability
To Reproduce
Steps to reproduce the behavior:
Edit the example app to slow the animation of the Animated Mapcontroller page movement to 5 seconds.
Run the example app with flutter web and go to the animated mapcontroller page.
Click the different location buttons and observe the jitter during panning.
Severity
This will help us to label the issue quicker and decide what needs attention first. Only choose fatal if the entire app crashes, otherwise choose non-fatal.
Non-Fatal
Fatal / App Crashes
Frequency/Rarity
This will help us to label the issue quicker and decide what needs attention first.
Once
Uncommon
Common
Always
Applicable Platforms
Only select those that you've tested on - one or more. If possible, test on a variety of platforms.
Describe The Bug
When doing animated panning in flutter web using the example app (Animated Mapcontroller page) the markers (and any other non tile layer) seem to jitter against the map tiles.
Expected Behavior
The markers and other non tile layers should move together with the tile layer.
Screenshots & Recordings
flutter-map-panning-jitter.mp4
Additional Information
In the example I slowed the animation to 5 seconds to make the issue more obvious. I have not observed this issue when running the example on the Android emulator, only with flutter web on chrome. This is encountered both using the latest published version of flutter_map as well as
master. Flutter version2.10.5.When I run in release mode the effect is more subtle but there is still jittering. In any case the movement of the markers and the map tiles should be synchronised so that any jitter/jank should affect them together.
Doctors Report
To Reproduce
Steps to reproduce the behavior:
Severity
This will help us to label the issue quicker and decide what needs attention first. Only choose fatal if the entire app crashes, otherwise choose non-fatal.
Frequency/Rarity
This will help us to label the issue quicker and decide what needs attention first.
Applicable Platforms
Only select those that you've tested on - one or more. If possible, test on a variety of platforms.