From b9f4604f150254b622ea476ace98cd539f9b11f4 Mon Sep 17 00:00:00 2001 From: Russ Garrett Date: Wed, 29 May 2024 11:11:05 +0100 Subject: [PATCH] Replace basemap tile source --- web/src/style/map_style.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/style/map_style.ts b/web/src/style/map_style.ts index e11f347..fb57708 100644 --- a/web/src/style/map_style.ts +++ b/web/src/style/map_style.ts @@ -1184,7 +1184,7 @@ const style: StyleSpecification = { sources: { openmaptiles: { type: 'vector', - url: 'https://api.maptiler.com/tiles/v3/tiles.json?key=iiaOS0kq1MPr2LlHPTSa', + tiles: ['https://map.emfcamp.org/data/uk/{z}/{x}/{y}'], }, site_plan: { type: 'vector',