2021-09-27 16:54:02 +00:00
|
|
|
{
|
|
|
|
"apiUrl": "https://api.example.com",
|
|
|
|
"imprintUrl": "https://portal.example.com/imprint",
|
2021-11-14 22:42:02 +00:00
|
|
|
"privacyPolicyUrl": "https://portal.example.com/privacy",
|
|
|
|
"mapTileset": {
|
|
|
|
"url": "https://tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png",
|
|
|
|
"minZoom": 0,
|
|
|
|
"maxZoom": 18
|
|
|
|
},
|
|
|
|
"mapHome": {
|
|
|
|
"zoom": 15,
|
|
|
|
"longitude": 7.8302,
|
|
|
|
"latitude": 47.9755
|
|
|
|
},
|
|
|
|
"obsMapSource": "https://portal.example.com/tileset/data/v3.json"
|
2021-09-27 16:54:02 +00:00
|
|
|
}
|