v0.20.2
Fixed — Map rendering
Regional and US-states map views now render with correct geographic context instead of a tiny, context-free landmass:
- Basemap is culled by projected canvas overlap (not a lat/lon bounding box), so neighbouring land is included whenever it falls inside the viewport.
- Projected geometry is clipped to the canvas, eliminating stray off-canvas paths.
- Regional POI/route maps and
us-states(albers-usa) views draw neighbouring land (e.g. South America, northern Canada) for context. - Hub POI labels seat above/below when both flanks are blocked.
Docs
- Corrected the active-tag default in the language reference and a stale tsup dev-reload comment.