Skip to content

Commit 6833c25

Browse files
committed
Set PMtile zoom range from Z10 to Z14.
1 parent 49df14c commit 6833c25

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

config.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)