File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -322,11 +322,13 @@ publish:
322322 osm_snapshot_date : " 2026-04-17" # YYYY-MM-DD Geofabrik download date
323323 overture_release : " 2026-04-15.0" # Overture Maps release ID, https://docs.overturemaps.org/release-calendar/
324324 model_commit : null # null → use current git HEAD; set a short SHA to pin
325- # PMTiles generation — single-zoom archive at z14 for both OSM and conflated.
326- # Site's View.minZoom is 14; OpenLayers over-zooms past z14 natively so
327- # z15-20 render as lossless geometric scale-ups of the z14 tile.
325+ # PMTiles generation — multi-zoom archive z10–z14 for both OSM and conflated.
326+ # Site's View.minZoom is 10 (full-metro view). z10–z14 are served directly
327+ # from the PMTiles; z15+ render as lossless OL over-zooms of the z14 tile.
328+ # drop-densest-as-needed silently drops features at lower zooms to keep
329+ # each tile under ~500 KB; per-zoom point radius scales down on the site.
328330 pmtiles :
329- min_zoom : 14
331+ min_zoom : 10
330332 max_zoom : 14
331333 drop_strategy : " drop-densest-as-needed"
332334 osm_layer_name : " osm_pois"
You can’t perform that action at this time.
0 commit comments