No description
  • JavaScript 96.9%
  • CSS 2.9%
  • HTML 0.2%
Find a file
Matt 88313685dd fix(map): Show state/province labels at lower zoom levels
Adjust label zoom ranges after style load for proper hierarchy:
- Countries (places_country): visible from z2+
- States/provinces (places_region): visible from z3+
- Cities follow their natural min_zoom in the tile data

This ensures states like Idaho and Oregon appear before cities
like Boise and Portland when zoomed out. The setLayerZoomRange
calls are made in applyBaseLabelStyling() which runs after style
load and theme changes.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-05-02 19:10:45 +00:00
frontend fix(map): Show state/province labels at lower zoom levels 2026-05-02 19:10:45 +00:00