Skip to content

v0.20.2

Choose a tag to compare

@demian0311 demian0311 released this 01 Jun 01:04
· 286 commits to main since this release

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.