-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Patterns computed from zoom-based expressions render with incorrect scale #10033
Comments
karimnaaji
added a commit
that referenced
this issue
Jan 13, 2021
karimnaaji
added a commit
that referenced
this issue
Jan 13, 2021
karimnaaji
added a commit
that referenced
this issue
Jan 13, 2021
Merged
7 tasks
karimnaaji
added a commit
that referenced
this issue
Jan 22, 2021
karimnaaji
added a commit
that referenced
this issue
Jan 23, 2021
karimnaaji
added a commit
that referenced
this issue
Jan 23, 2021
Fixed the main regression issue in #10284 . The visual corruption you described in #10033 (comment) is a separate issue, I created a specific ticket for it in #10322. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like v1.9.1 introduced a bug in the rendering of
fill-pattern
properties computed from zoom-based step expressions with non-literal values. At least that's as far as I've been able to boil down the repro case so far.PR #9482 seems potentially relevant, although I don't know enough to understand what the connection is.
mapbox-gl-js version: v1.9.1 and above
browser: Chrome 86.0.4240.75 on macOS 10.15.7
Steps to Trigger Behavior
Link to Demonstration
concat
expressions (good): https://codepen.io/rf-/pen/LYZGLGoExpected Behavior
The scale of the pattern within a given zoom level doesn't depend on which direction you're zooming when you enter it.
Actual Behavior
The pattern appears much larger when zooming out than when zooming in.
The text was updated successfully, but these errors were encountered: