Skip to content

Fix residential area filtering by size - #928

Open
M393 wants to merge 1 commit into
systemed:masterfrom
M393:residential-minzoom
Open

Fix residential area filtering by size#928
M393 wants to merge 1 commit into
systemed:masterfrom
M393:residential-minzoom

Conversation

@M393

@M393 M393 commented Aug 31, 2026

Copy link
Copy Markdown

The intent was to display all residential areas at zoom level 8 but features that SetMinZoomByArea puts into zoom level 9 were not displayed because of the wrong constant used for the comparison. An area slightly larger than ZRES7^2 results in zoom level 8. Only area>ZRES6^2 results in a zoom level smaller than 8.

The intent was to display all residential areas at zoom level 8
but features that SetMinZoomByArea puts into zoom level 9 were not
displayed because of the wrong constant used for the comparison.
An area slightly larger than ZRES7^2 results in zoom level 8.
Only area>ZRES6^2 results in a zoom level smaller than 8.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.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 this pull request may close these issues.

1 participant