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

Resizing application window leads to grey areas on the map and shifted markers #736

Closed
provokateurin opened this issue Aug 29, 2020 · 2 comments · Fixed by #719
Closed

Comments

@provokateurin
Copy link

No description provided.

maRci002 added a commit to maRci002/flutter_map that referenced this issue Aug 29, 2020
maRci002 added a commit to maRci002/flutter_map that referenced this issue Aug 29, 2020
maRci002 added a commit to maRci002/flutter_map that referenced this issue Aug 29, 2020
@maRci002
Copy link
Contributor

PR #719 now fixes this problem.

@provokateurin
Copy link
Author

Cool

johnpryan added a commit that referenced this issue Jan 29, 2021
…p events (#719)

* Add two finger rotation support

* Add InteractiveFlags

* Add example page

* Emit MapEvents basic

* Update interactive test page

* update interactive page

* Emit move / rotate events

* Emit rotation events

* Rotate only when rotationThreshold reached

* Update examples

* add some document

* fix some event's source

* typo fix

* Call onRotationChanged correctly

* Fix arbitrary jumps when map is panned in rotated state

* tap / longPress / double tap use rotated offset / fix GestureDetector corners

* code refactor / organize

* Wip-gesture race: time to test on real device

* Fix multi finger gesture race

* Reset gesture winner correctly

* Use MultiFingerGesture during gesture race

* update MultiFingerGesture doc

* add debugMultiFingerGestureWinner / enableMultiFingerGestureRace

* Do not override original start point

* mapEventStream do not rely on MapController.ready

* emit MapEventFlingAnimationStart correctly

* remove expensive _positionedTapDetectorKey

* rebuild layers just once when Move and Rotate happens at the same time

* use different eventKey in example

* GestureDetector isn't rotated anymore

* Correct fling animation when map is rotated

* Make rotation operation cheaper

* add rotate flag for layers

* Revert "add rotate flag for layers"

This reverts commit 9e550fe.

* create rotate and non rotate layers

* Use Stream<Null> rebuild instead of dynamic

* #736 fix - rebuild layers when size changed with new pixelOrigin

* #736 fix2 - do not call onMoveSink after init

* #736 fix2 - handle rebuild layers without _updateSizeByOriginalSizeAndRotation method

* fix emit MapEventMove while multifinger

* try to fix dartanalyzer for Travis

* try to fix dartanalyzer for Travis 2

* Update tile_layer.dart

Co-authored-by: John Ryan <ryjohn@google.com>
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.

2 participants