21 lines
493 B
JSON
21 lines
493 B
JSON
{
|
|
"apiUrl": "https://api.example.com",
|
|
"imprintUrl": "https://portal.example.com/imprint",
|
|
"privacyPolicyUrl": "https://portal.example.com/privacy",
|
|
"basename": "/",
|
|
"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": {
|
|
"type": "vector",
|
|
"url": "https://portal.example.com/tileset/data/v3.json"
|
|
}
|
|
}
|