forked from MapComplete/MapComplete
Various improvements to the trails, natuurpunt, ...
This commit is contained in:
parent
9f997d1345
commit
31d2bd83b9
4 changed files with 145 additions and 308 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue