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>
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.