forked from MapComplete/MapComplete
Add overlay layer possibility, fix #515
This commit is contained in:
parent
7e053b3ada
commit
891c449058
12 changed files with 263 additions and 56 deletions
|
@ -25,6 +25,18 @@
|
|||
"minNeededFeatures": 25,
|
||||
"maxZoom": 16
|
||||
},
|
||||
"tileLayerSources": [
|
||||
{
|
||||
"source": "https://tiles.osmuk.org/PropertyBoundaries/{z}/{x}/{y}.png",
|
||||
"isOverlay": true,
|
||||
"minZoom": 18,
|
||||
"maxZoom": 20,
|
||||
"defaultState": false,
|
||||
"name": {
|
||||
"en": "Parcel boundaries"
|
||||
}
|
||||
}
|
||||
],
|
||||
"layers": [
|
||||
{
|
||||
"id": "to_import",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue