From 4b270877caaed78372dca84ca274004a79382b81 Mon Sep 17 00:00:00 2001 From: Paul Bienkowski Date: Mon, 22 Nov 2021 09:52:42 +0100 Subject: [PATCH] frontend: Improve config example obsMapSource --- frontend/config.example.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/config.example.json b/frontend/config.example.json index 59eefd6..a95e39c 100644 --- a/frontend/config.example.json +++ b/frontend/config.example.json @@ -15,6 +15,8 @@ }, "obsMapSource": { "type": "vector", - "url": "http://portal.example.com/tileserver/data/v3.json" + "tiles": ["https://portal.example.com/tiles/{z}/{x}/{y}.pbf"], + "minzoom": 12, + "maxzoom": 14 } }