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,
|
"minzoom": 12,
|
||||||
"source": {
|
"source": {
|
||||||
"osmTags": {
|
"osmTags": {
|
||||||
"or": [
|
"and": [
|
||||||
"leisure=nature_reserve",
|
{
|
||||||
"boundary=protected_area"
|
"or": [
|
||||||
|
"leisure=nature_reserve",
|
||||||
|
"boundary=protected_area"
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -12,7 +12,10 @@
|
||||||
"nl": "Op deze kaart vind je alle natuurgebieden die Natuurpunt ter beschikking stelt",
|
"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 "
|
"en": "On this map you can find all the nature reserves that Natuurpunt offers "
|
||||||
},
|
},
|
||||||
"language": ["nl", "en"],
|
"language": [
|
||||||
|
"nl",
|
||||||
|
"en"
|
||||||
|
],
|
||||||
"maintainer": "",
|
"maintainer": "",
|
||||||
"icon": "./assets/themes/natuurpunt/natuurpunt.png",
|
"icon": "./assets/themes/natuurpunt/natuurpunt.png",
|
||||||
"version": "0",
|
"version": "0",
|
||||||
|
@ -22,7 +25,18 @@
|
||||||
"widenFactor": 0.05,
|
"widenFactor": 0.05,
|
||||||
"socialImage": "",
|
"socialImage": "",
|
||||||
"layers": [
|
"layers": [
|
||||||
"nature_reserve",
|
{
|
||||||
|
"builtin": "nature_reserve",
|
||||||
|
"override": {
|
||||||
|
"source": {
|
||||||
|
"osmTags": {
|
||||||
|
"+and": [
|
||||||
|
"operator~.*[nN]atuurpunt.*"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"drinking_water",
|
"drinking_water",
|
||||||
"bench",
|
"bench",
|
||||||
"bench_at_pt",
|
"bench_at_pt",
|
||||||
|
|
Loading…
Reference in a new issue