forked from MapComplete/MapComplete
start creating extra filter
This commit is contained in:
parent
97c85d6909
commit
e9160504a6
7 changed files with 872 additions and 800 deletions
|
@ -71,9 +71,7 @@
|
|||
"ru": "Книжный шкаф",
|
||||
"it": "Microbiblioteca"
|
||||
},
|
||||
"tags": [
|
||||
"amenity=public_bookcase"
|
||||
],
|
||||
"tags": ["amenity=public_bookcase"],
|
||||
"preciseInput": {
|
||||
"preferredBackground": "photo"
|
||||
}
|
||||
|
@ -107,10 +105,7 @@
|
|||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"noname=yes",
|
||||
"name="
|
||||
]
|
||||
"and": ["noname=yes", "name="]
|
||||
},
|
||||
"then": {
|
||||
"en": "This bookcase doesn't have a name",
|
||||
|
@ -316,18 +311,12 @@
|
|||
"it": "Fa parte della rete 'Little Free Library'"
|
||||
},
|
||||
"if": {
|
||||
"and": [
|
||||
"brand=Little Free Library",
|
||||
"nobrand="
|
||||
]
|
||||
"and": ["brand=Little Free Library", "nobrand="]
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"nobrand=yes",
|
||||
"brand="
|
||||
]
|
||||
"and": ["nobrand=yes", "brand="]
|
||||
},
|
||||
"then": {
|
||||
"en": "This public bookcase is not part of a bigger network",
|
||||
|
@ -368,11 +357,7 @@
|
|||
"it": "Questa microbiblioteca non fa parte di una rete"
|
||||
},
|
||||
"if": {
|
||||
"and": [
|
||||
"nobrand=yes",
|
||||
"brand=",
|
||||
"ref="
|
||||
]
|
||||
"and": ["nobrand=yes", "brand=", "ref="]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -424,11 +409,18 @@
|
|||
],
|
||||
"deletion": {
|
||||
"softDeletionTags": {
|
||||
"and": [
|
||||
"disused:amenity=public_bookcase",
|
||||
"amenity="
|
||||
]
|
||||
"and": ["disused:amenity=public_bookcase", "amenity="]
|
||||
},
|
||||
"neededChangesets": 5
|
||||
}
|
||||
}
|
||||
},
|
||||
"filter": [
|
||||
{
|
||||
"options": [
|
||||
{
|
||||
"question": "Kinderboeken aanwezig?",
|
||||
"osmTags": "books~.*children.*"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue