From be4e0055cf790dc3ad1c4291cea22d1b45249c4f Mon Sep 17 00:00:00 2001 From: Paul Bienkowski Date: Fri, 3 Dec 2021 17:02:08 +0100 Subject: [PATCH] chore: Remove auto-generated obsMapSource from example API config --- api/config.py.example | 4 ---- 1 file changed, 4 deletions(-) diff --git a/api/config.py.example b/api/config.py.example index 1c8c92d..7e46fff 100644 --- a/api/config.py.example +++ b/api/config.py.example @@ -37,10 +37,6 @@ FRONTEND_CONFIG = { "imprintUrl": "https://example.com/imprint", "privacyPolicyUrl": "https://example.com/privacy", "mapHome": {"zoom": 15, "longitude": 7.8302, "latitude": 47.9755}, - "obsMapSource": { - "type": "vector", - "url": "http://localhost:3002/data/v3.json", - }, } # If the API should serve generated tiles, this is the path where the tiles are