frontend: Improve config example obsMapSource
This commit is contained in:
parent
5d96009b01
commit
4b270877ca
|
@ -15,6 +15,8 @@
|
||||||
},
|
},
|
||||||
"obsMapSource": {
|
"obsMapSource": {
|
||||||
"type": "vector",
|
"type": "vector",
|
||||||
"url": "http://portal.example.com/tileserver/data/v3.json"
|
"tiles": ["https://portal.example.com/tiles/{z}/{x}/{y}.pbf"],
|
||||||
|
"minzoom": 12,
|
||||||
|
"maxzoom": 14
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue