You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The historical transmission tracker still describes the old LayerRail row (i) / global CTA model. That entry point is now misleading for V3: spectral transmission is a selected-point/directable-boresight analysis, not a global layer-rail command.
The useful inputs for T(λ) are bound to the chosen location and time: clicked-point atmospheric readout, PWV/RH/visibility, PM2.5-derived or manual AOD, band guidance, and selected boresight assumptions. A LayerRail CTA suggests the analysis belongs to a layer toggle and worsens the mobile HUD competition.
Scope
Remove the global LayerRail spectral-transmission CTA and per-atmospheric-row (i) entry points.
Add the transmission entry to PointReadout.svelte, gated on a selected point with atmospheric data.
Open the existing TransmissionSheet from that selected point and keep recomputation seeded from current readout/time state.
Update guided-tour copy so users discover the path by tapping the map, then opening T(λ) from the point readout.
Update Playwright specs to drive the point-anchored flow through a reusable helper that stubs /api/atmospheric/point; sheet-render specs should not depend on live Open-Meteo availability.
Linear: https://linear.app/tinyland/issue/TIN-1739/anchor-spectral-transmission-entry-to-selected-point-readout
Problem
The historical transmission tracker still describes the old LayerRail row
(i)/ global CTA model. That entry point is now misleading for V3: spectral transmission is a selected-point/directable-boresight analysis, not a global layer-rail command.The useful inputs for T(λ) are bound to the chosen location and time: clicked-point atmospheric readout, PWV/RH/visibility, PM2.5-derived or manual AOD, band guidance, and selected boresight assumptions. A LayerRail CTA suggests the analysis belongs to a layer toggle and worsens the mobile HUD competition.
Scope
(i)entry points.PointReadout.svelte, gated on a selected point with atmospheric data.TransmissionSheetfrom that selected point and keep recomputation seeded from current readout/time state./api/atmospheric/point; sheet-render specs should not depend on live Open-Meteo availability.Acceptance
(i)transmission button remains inLayerRail.svelte.Related