chore: Remove auto-generated obsMapSource from example API config

This commit is contained in:
Paul Bienkowski 2021-12-03 17:02:08 +01:00
parent 3aee226630
commit be4e0055cf

View file

@ -37,10 +37,6 @@ FRONTEND_CONFIG = {
"imprintUrl": "https://example.com/imprint", "imprintUrl": "https://example.com/imprint",
"privacyPolicyUrl": "https://example.com/privacy", "privacyPolicyUrl": "https://example.com/privacy",
"mapHome": {"zoom": 15, "longitude": 7.8302, "latitude": 47.9755}, "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 # If the API should serve generated tiles, this is the path where the tiles are