Fix overlays in PDF, add overlay URL parameters

This commit is contained in:
Pieter Vander Vennet 2021-10-15 00:52:31 +02:00
parent 891c449058
commit 4e43673de5
9 changed files with 32 additions and 9 deletions

View file

@ -27,13 +27,14 @@
},
"tileLayerSources": [
{
"id": "property-boundaries",
"source": "https://tiles.osmuk.org/PropertyBoundaries/{z}/{x}/{y}.png",
"isOverlay": true,
"minZoom": 18,
"maxZoom": 20,
"defaultState": false,
"name": {
"en": "Parcel boundaries"
"en": "Property boundaries by osmuk.org"
}
}
],