feat(web): precise tap pads on the CHDATD01 date-dependent callout box - #31
Merged
Conversation
Give the timed-data marker the same layering-proof flyout treatment as INFORM01. CHDATD01 is a box-on-a-leader that floats offset from the feature, so MapLibre's fuzzy symbol pick (centred on the feature) can't reliably own the box. Generalize the InfoCallouts plugin to drop a transparent, exactly-sized DOM pad over either callout box; tapping it opens that feature's pick report. - CALLOUTS spec table keyed by symbol_name, box geometry read off each symbol's SVG: INFORM01 [12.4,-12.6] up-right, CHDATD01 [-12.66,12.37] down-left, both 5.0 mm. - No new toggle or re-bake: CHDATD01 only renders under the existing "Highlight date-dependent" mariner toggle, so its pads appear and disappear for free, exactly like INFORM01 follows "Information callouts". Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
beetlebugorg
added a commit
that referenced
this pull request
Jul 20, 2026
tile57's compose ABI now finds/reuses/rebuilds the ownership partition beside the archives itself (compose_open/compose_tree dropped partition_path; compose_save_partition is gone). Drop all the host-side sidecar plumbing: NewComposer no longer takes a partitionPath, Composer.SavePartition and livePartitionPath are deleted, bake.go stops writing partition.tpart, and openLiveComposer just opens — no load, no save. Fixes the StalePartition dance that forced a blocking owned-face rebuild at boot on an engine bump. Bumps the tile57 submodule to origin/main (2c36da6, PR #31 label-cache).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Give the timed-data marker the same layering-proof flyout treatment as INFORM01. CHDATD01 is a box-on-a-leader that floats offset from the feature, so MapLibre's fuzzy symbol pick (centred on the feature) can't reliably own the box. Generalize the InfoCallouts plugin to drop a transparent, exactly-sized DOM pad over either callout box; tapping it opens that feature's pick report.