Only show nature reserves of Natuurpunt

This commit is contained in:
pietervdvn 2021-07-07 13:24:37 +02:00
parent e749b44459
commit b8bf3cc714
2 changed files with 23 additions and 5 deletions

View file

@ -6,9 +6,13 @@
"minzoom": 12,
"source": {
"osmTags": {
"or": [
"leisure=nature_reserve",
"boundary=protected_area"
"and": [
{
"or": [
"leisure=nature_reserve",
"boundary=protected_area"
]
}
]
}
},

View file

@ -12,7 +12,10 @@
"nl": "Op deze kaart vind je alle natuurgebieden die Natuurpunt ter beschikking stelt",
"en": "On this map you can find all the nature reserves that Natuurpunt offers "
},
"language": ["nl", "en"],
"language": [
"nl",
"en"
],
"maintainer": "",
"icon": "./assets/themes/natuurpunt/natuurpunt.png",
"version": "0",
@ -22,7 +25,18 @@
"widenFactor": 0.05,
"socialImage": "",
"layers": [
"nature_reserve",
{
"builtin": "nature_reserve",
"override": {
"source": {
"osmTags": {
"+and": [
"operator~.*[nN]atuurpunt.*"
]
}
}
}
},
"drinking_water",
"bench",
"bench_at_pt",