24 lines
579 B
JSON
24 lines
579 B
JSON
{
|
|
"apiUrl": "https://portal.example.com/api",
|
|
"loginUrl": "https://portal.example.com/login",
|
|
"imprintUrl": "https://example.com/imprint",
|
|
"privacyPolicyUrl": "https://example.com/privacy",
|
|
"basename": "/",
|
|
"mapTileset": {
|
|
"url": "https://tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png",
|
|
"minZoom": 0,
|
|
"maxZoom": 18
|
|
},
|
|
"mapHome": {
|
|
"zoom": 15,
|
|
"longitude": 9.1797,
|
|
"latitude": 48.7784
|
|
},
|
|
"obsMapSource": {
|
|
"type": "vector",
|
|
"tiles": ["https://portal.example.com/tiles/{z}/{x}/{y}.pbf"],
|
|
"minzoom": 12,
|
|
"maxzoom": 14
|
|
}
|
|
}
|