forked from MapComplete/MapComplete
Merge branch 'master' into develop
This commit is contained in:
commit
e0ba7370a3
1 changed files with 12 additions and 3 deletions
|
@ -35,9 +35,18 @@
|
||||||
"#": "We select all bicycle shops, sports shops (but we try to weed out non-bicycle related shops), and any shop with a bicycle related tag",
|
"#": "We select all bicycle shops, sports shops (but we try to weed out non-bicycle related shops), and any shop with a bicycle related tag",
|
||||||
"or": [
|
"or": [
|
||||||
"shop=bicycle",
|
"shop=bicycle",
|
||||||
"service:bicycle:retail=yes",
|
{
|
||||||
"service:bicycle:repair=yes",
|
"and": [
|
||||||
"service:bicycle:second_hand=yes",
|
"amenity!=bicycle_repair_station",
|
||||||
|
{
|
||||||
|
"or": [
|
||||||
|
"service:bicycle:retail=yes",
|
||||||
|
"service:bicycle:repair=yes",
|
||||||
|
"service:bicycle:second_hand=yes"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"#": "if sport is defined and is not bicycle, it is not matched; if bicycle retail/repair is marked as 'no', it is not shown to too.",
|
"#": "if sport is defined and is not bicycle, it is not matched; if bicycle retail/repair is marked as 'no', it is not shown to too.",
|
||||||
"##": "There will be a few false-positives with this. They will get filtered out by people marking both 'not selling bikes' and 'not repairing bikes'. Furthermore, the OSMers will add a sports-subcategory on it",
|
"##": "There will be a few false-positives with this. They will get filtered out by people marking both 'not selling bikes' and 'not repairing bikes'. Furthermore, the OSMers will add a sports-subcategory on it",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue