Dream globe: chip click flies globe to destination; polygon click offers "Explore in Geography" #765

Closed
opened 2026-07-21 03:25:37 +00:00 by spikerj · 1 comment
Owner

Follow-up to #752 (family dream globe).

  1. Clicking a chip in the "Where they want to go" list should fly/center the globe on that destination (animated pointOfView, autorotate stops, section scrolls into view — also triggers the @defer (on viewport) if the globe isn't mounted yet). lib-destination-chips already has a chipClick output.
  2. Clicking a highlighted destination polygon on the globe shows a small overlay card naming the place with an "Explore in Geography" button linking to /geography/{country} or /geography/{country}/{state} (e.g. /geography/USA/US-LA). Grey context polygons stay inert. Explore button gated to countries the geography section serves; card still shows the name for others. No instant navigation (confirmed UX).

New i18n keys under sponsor.family.* (en + es via _review queue).

Follow-up to #752 (family dream globe). 1. Clicking a chip in the "Where they want to go" list should fly/center the globe on that destination (animated `pointOfView`, autorotate stops, section scrolls into view — also triggers the `@defer (on viewport)` if the globe isn't mounted yet). `lib-destination-chips` already has a `chipClick` output. 2. Clicking a highlighted destination polygon on the globe shows a small overlay card naming the place with an "Explore in Geography" button linking to `/geography/{country}` or `/geography/{country}/{state}` (e.g. `/geography/USA/US-LA`). Grey context polygons stay inert. Explore button gated to countries the geography section serves; card still shows the name for others. No instant navigation (confirmed UX). New i18n keys under `sponsor.family.*` (en + es via _review queue).
Author
Owner

Resolved in spikersoft-angular PR #504 (merged to master, stacked on #502). Chip clicks scroll the globe into view and fly the camera to the destination (state-level zoom for regions, autorotate stops, pre-init requests replayed). Clicking a highlighted polygon shows an overlay card naming the place with an "Explore in Geography" link (/geography/USA/US-LA style); context polygons stay inert. New i18n keys in en + es (_review). Verified end-to-end in the running app. Closing.

Resolved in spikersoft-angular PR #504 (merged to `master`, stacked on #502). Chip clicks scroll the globe into view and fly the camera to the destination (state-level zoom for regions, autorotate stops, pre-init requests replayed). Clicking a highlighted polygon shows an overlay card naming the place with an "Explore in Geography" link (`/geography/USA/US-LA` style); context polygons stay inert. New i18n keys in en + es (`_review`). Verified end-to-end in the running app. Closing.
Sign in to join this conversation.