No description
  • JavaScript 96.9%
  • CSS 2.9%
  • HTML 0.2%
Find a file
Matt 4750e0348a fix(map): Fix state labels by using coalesce fallback for text-field
The protomaps theme generates text-field expressions using name:short,
but the PMTiles data doesn't have that property. States have 'ref' (e.g.
'CA', 'ON') and 'name' (e.g. 'California', 'Ontario').

- Use coalesce expression: name:short -> ref -> name
- Expand zoom ranges slightly: country z1-5, region z4-8
- Verified fix in built JS before deployment

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-05-02 19:36:58 +00:00
frontend fix(map): Fix state labels by using coalesce fallback for text-field 2026-05-02 19:36:58 +00:00