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 } }