Merge pull request #1395 from brunnerpaul/bikeshop_filters
Added filters for second hand bicycles and DIY repair to bike_shop layer.
This commit is contained in:
commit
45d8737a24
1 changed files with 39 additions and 1 deletions
|
@ -823,6 +823,44 @@
|
|||
}
|
||||
],
|
||||
"filter": [
|
||||
"open_now"
|
||||
"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"
|
||||
},
|
||||
"osmTags": {
|
||||
"or": [
|
||||
"service:bicycle:second_hand=yes",
|
||||
"service:bicycle:second_hand=only"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "offers_diy_repair",
|
||||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"en": "Offers DIY bike repair",
|
||||
"de": "Bietet Selbstreparatur an",
|
||||
"nl": "Biedt doe-het-zelfreparaties aan",
|
||||
"it": "Offre riparazioni fai da te"
|
||||
},
|
||||
"osmTags": {
|
||||
"or": [
|
||||
"service:bicycle:diy=yes",
|
||||
"service:bicycle:diy=only"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue