From f3e954d6517db378ec91ebaf8c0b7318328fd689 Mon Sep 17 00:00:00 2001 From: Russ Garrett Date: Thu, 30 May 2024 11:38:56 +0100 Subject: [PATCH] Set maxzoom and attribution for basemap --- web/src/style/map_style.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/style/map_style.ts b/web/src/style/map_style.ts index fb57708..ea34fec 100644 --- a/web/src/style/map_style.ts +++ b/web/src/style/map_style.ts @@ -1185,6 +1185,8 @@ const style: StyleSpecification = { openmaptiles: { type: 'vector', tiles: ['https://map.emfcamp.org/data/uk/{z}/{x}/{y}'], + maxzoom: 14, + attribution: '© OpenMapTiles © OpenStreetMap contributors', }, site_plan: { type: 'vector',