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

[BUG] v7-beta: polygon becomes distorted & invisible (but remains interactive) when zoomed far in #1877

Closed
RuoLiDevelop opened this issue May 8, 2024 · 7 comments
Labels
bug This issue reports broken functionality or another error P: ∞ (won't add) This feature request won't be implemented S: core Scoped to the core flutter_map functionality
Milestone

Comments

@RuoLiDevelop
Copy link

What is the bug?

this question is the same as issues #1864,polygon becomes distorted & invisible (but remains interactive) when zoomed far in.

How can we reproduce it?

screen-capture.webm

Do you have a potential solution?

No response

Platforms

macos chrome

Severity

Minimum: Allows normal functioning

@RuoLiDevelop RuoLiDevelop added bug This issue reports broken functionality or another error needs triage This new bug report needs reproducing and prioritizing labels May 8, 2024
@josxha josxha added this to the v7.0 milestone May 8, 2024
@monsieurtanuki
Copy link
Contributor

Hi @RuoLiDevelop!

In the latest code the lines are supposed to be always correct (I tested up to zoom 32 in #1864 (comment)). There's still an issue with the areas, in high zoom levels (e.g. 25+) (cf. #1864 (comment)).

I'm very surprised you're still experiencing display issues regarding lines: are you using the latest code - the one that included #1871?

@RuoLiDevelop
Copy link
Author

Hi @RuoLiDevelop!

In the latest code the lines are supposed to be always correct (I tested up to zoom 32 in #1864 (comment)). There's still an issue with the areas, in high zoom levels (e.g. 25+) (cf. #1864 (comment)).

I'm very surprised you're still experiencing display issues regarding lines: are you using the latest code - the one that included #1871?

thank you for your reply,
In the latest code, the problem still exists

@monsieurtanuki
Copy link
Contributor

@RuoLiDevelop Please provide a code example, not a video. I managed to go up to zoom level 32 without distortions. Your issue may be related to the zoom gesture not zooming to the right place when the zoom level is too high.

@RuoLiDevelop
Copy link
Author

@RuoLiDevelop Please provide a code example, not a video. I managed to go up to zoom level 32 without distortions. Your issue may be related to the zoom gesture not zooming to the right place when the zoom level is too high.

I am using an example demo,It may not be related to gestures, as high zoom polygons may shake.

@josxha
Copy link
Contributor

josxha commented May 23, 2024

I tested with the demo app too and could only experience those disortions if I zoomed in very far.
Should we soft limit the max zoom internally to something like 32?

@JaffaKetchup
Copy link
Member

I would prefer to just ignore the issue, put it down to precision, and add a note to the documentation. But also fine with limiting the max zoom if you prefer. No real usecase should need to use zoom level 32 (except maybe non-geographical maps, like games/floor plans?).

@josxha
Copy link
Contributor

josxha commented May 23, 2024

I ask myself if double percision limitations have an effect on those zoom levels. 🤔 But I agree, zoom level above 32 (and probably way before) are out of scope.

@josxha josxha closed this as not planned Won't fix, can't repro, duplicate, stale May 23, 2024
@JaffaKetchup JaffaKetchup added P: ∞ (won't add) This feature request won't be implemented S: core Scoped to the core flutter_map functionality and removed needs triage This new bug report needs reproducing and prioritizing labels May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue reports broken functionality or another error P: ∞ (won't add) This feature request won't be implemented S: core Scoped to the core flutter_map functionality
Projects
Archived in project
Development

No branches or pull requests

4 participants