Only show nature reserves of Natuurpunt
This commit is contained in:
parent
e749b44459
commit
b8bf3cc714
2 changed files with 23 additions and 5 deletions
|
@ -6,9 +6,13 @@
|
|||
"minzoom": 12,
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"or": [
|
||||
"leisure=nature_reserve",
|
||||
"boundary=protected_area"
|
||||
"and": [
|
||||
{
|
||||
"or": [
|
||||
"leisure=nature_reserve",
|
||||
"boundary=protected_area"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue