forked from MapComplete/MapComplete
Simplified the filters
- only giving the positive option, e.g. "Sells second hand bicycles" - deleted values for e.g. "Doesn't sell second hand bicycles" - deleted values for missing data
This commit is contained in:
parent
ada1df3f2d
commit
11ddee04bf
1 changed files with 6 additions and 67 deletions
|
@ -825,18 +825,10 @@
|
|||
"filter": [
|
||||
|
||||
"open_now",
|
||||
|
||||
|
||||
{
|
||||
"id": "sells_second-hand",
|
||||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"en": "Sells second hand bicycles",
|
||||
"de": "Verkauft gebrauchte Fahrräder",
|
||||
"nl": "Verkoopt twedehands fietsen",
|
||||
"it": "Vende biciclette usate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Sells second hand bicycles",
|
||||
|
@ -850,33 +842,6 @@
|
|||
"service:bicycle:second_hand=only"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Only sells second hand bicycles",
|
||||
"de": "Verkauft nur gebrauchte Fahrräder",
|
||||
"nl": "Verkoopt enkel twedehands fietsen",
|
||||
"it": "Vende solo biciclette usate"
|
||||
},
|
||||
"osmTags":"service:bicycle:second_hand=only"
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Doesn't sell second hand bicycles",
|
||||
"de": "Verkauft keine gebrauchten Fahrräder",
|
||||
"nl": "Verkoopt geen twedehands fietsen",
|
||||
"it": "Non vende biciclette usate"
|
||||
},
|
||||
"osmTags":"service:bicycle:second_hand=no"
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "No information about used bicycles yet",
|
||||
"de": "Keine Information über gebrauchte Fahrräder",
|
||||
"nl": "Geen informatie over twedehands fietsen",
|
||||
"it": "Nessuna informazione sulle biciclette usate"
|
||||
},
|
||||
"osmTags": "service:bicycle:second_hand="
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -891,37 +856,11 @@
|
|||
"it": "Offre riparazioni fai da te"
|
||||
}
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Offers DIY bike repair and provides tools",
|
||||
"de": "Bietet Selbstreparatur an and stellt Werkzeug zur Verfügung",
|
||||
"nl": "biedt doe-het-zelfreparaties aan en stelt gereedschap ter beschikking",
|
||||
"it": "Offre riparazioni fai da te e fornisce strumenti"
|
||||
},
|
||||
"osmTags": {
|
||||
"or": [
|
||||
"service:bicycle:diy=yes",
|
||||
"service:bicycle:diy=only"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Doesn't offer DIY bike repair",
|
||||
"de": "Bietet keine Selbstreparatur an",
|
||||
"nl": "Biedt doe-het-zelfreparaties aan",
|
||||
"it": "Non offre riparazioni fai da te"
|
||||
},
|
||||
"osmTags":"service:bicycle:diy=no"
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "No information about DIY bike repair",
|
||||
"de": "Keine Information über Selbstreparatur",
|
||||
"nl": "Geen informatie over doe-het-zelfreparaties",
|
||||
"it": "Nessuna informazione sulle riparazioni fai da te"
|
||||
},
|
||||
"osmTags":"service:bicycle:diy="
|
||||
"osmTags": {
|
||||
"or": [
|
||||
"service:bicycle:diy=yes",
|
||||
"service:bicycle:diy=only"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue