Various improvements to the trails, natuurpunt, ...

This commit is contained in:
Pieter Vander Vennet 2021-07-27 19:39:35 +02:00
parent 9f997d1345
commit 31d2bd83b9
4 changed files with 145 additions and 308 deletions

View file

@ -88,6 +88,17 @@
"nl": "Vogelkijkhut"
}
},
{
"if": {
"and": [
"building=tower",
"bird_hide=tower"
]
},
"then": {
"nl": "Vogelkijktoren"
}
},
{
"if": {
"or": [
@ -241,5 +252,44 @@
}
}
],
"wayHandling": 1
"wayHandling": 1,
"filter": [
{
"options": [
{
"question": {
"nl": "Rolstoeltoegankelijk",
"en": "Wheelchair accessible"
},
"osmTags": {
"or": [
"wheelchair=yes",
"wheelchair=designated",
"wheelchair=permissive"
]
}
}
]
},
{
"options": [
{
"question": {
"nl": "Enkel overdekte kijkhutten"
},
"osmTags": {
"and": [
{
"or": [
"shelter=yes",
"building~*"
]
},
"covered!=no"
]
}
}
]
}
]
}