Skip to content

bake: stamp each cell's navigational band on its features - #42

Merged
beetlebugorg merged 1 commit into
mainfrom
fix/bake-cell-band
Aug 1, 2026
Merged

bake: stamp each cell's navigational band on its features#42
beetlebugorg merged 1 commit into
mainfrom
fix/bake-cell-band

Conversation

@beetlebugorg

Copy link
Copy Markdown
Owner

The per-tile bake built each CellRef without a band. CellRef.band defaults to 0, and 0 is the berthing band, whose zoom window starts at 16. Every feature in every baked archive carried band 0. The renderer then treated a harbor cell's point symbols as below their band window at every zoom under 16 and decluttered them away. The band now comes from the cell's own compilation scale, so a quilted tile keeps each rider cell's real band.

This changes the bake only. Archives baked before this commit still carry band 0 on every feature. Re-bake them to pick up the correct band.

The per-tile bake built each CellRef without a band. CellRef.band defaults
to 0, and 0 is the berthing band, whose zoom window starts at 16. Every
feature in every baked archive carried band 0. The renderer then treated a
harbor cell's point symbols as below their band window at every zoom under
16 and decluttered them away. The band now comes from the cell's own
compilation scale, so a quilted tile keeps each rider cell's real band.

This changes the bake only. Archives baked before this commit still carry
band 0 on every feature. Re-bake them to pick up the correct band.
@beetlebugorg
beetlebugorg merged commit cee8f7b into main Aug 1, 2026
5 checks passed
@beetlebugorg
beetlebugorg deleted the fix/bake-cell-band branch August 1, 2026 22:14
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