mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 08:17:30 +02:00
Disambiguate shop=bicycle and amenity=bicycle_repair_station presets (closes #2845)
This commit is contained in:
+4
-3
@@ -1208,9 +1208,9 @@ en:
|
||||
terms: "<translate with synonyms or related terms for 'Bicycle Rental', separated by commas>"
|
||||
amenity/bicycle_repair_station:
|
||||
# amenity=bicycle_repair_station
|
||||
name: Bicycle Repair Station
|
||||
# 'terms: bike'
|
||||
terms: "<translate with synonyms or related terms for 'Bicycle Repair Station', separated by commas>"
|
||||
name: Bicycle Repair Tool Stand
|
||||
# 'terms: bike,repair,chain,pump'
|
||||
terms: "<translate with synonyms or related terms for 'Bicycle Repair Tool Stand', separated by commas>"
|
||||
amenity/biergarten:
|
||||
# amenity=biergarten
|
||||
name: Beer Garden
|
||||
@@ -3090,6 +3090,7 @@ en:
|
||||
shop/bicycle:
|
||||
# shop=bicycle
|
||||
name: Bicycle Shop
|
||||
# 'terms: bike,repair'
|
||||
terms: "<translate with synonyms or related terms for 'Bicycle Shop', separated by commas>"
|
||||
shop/bookmaker:
|
||||
# shop=bookmaker
|
||||
|
||||
@@ -519,12 +519,15 @@
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"bike"
|
||||
"bike",
|
||||
"repair",
|
||||
"chain",
|
||||
"pump"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "bicycle_repair_station"
|
||||
},
|
||||
"name": "Bicycle Repair Station"
|
||||
"name": "Bicycle Repair Tool Stand"
|
||||
},
|
||||
"amenity/biergarten": {
|
||||
"icon": "beer",
|
||||
@@ -7781,6 +7784,10 @@
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"bike",
|
||||
"repair"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "bicycle"
|
||||
},
|
||||
|
||||
@@ -14,10 +14,13 @@
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"bike"
|
||||
"bike",
|
||||
"repair",
|
||||
"chain",
|
||||
"pump"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "bicycle_repair_station"
|
||||
},
|
||||
"name": "Bicycle Repair Station"
|
||||
"name": "Bicycle Repair Tool Stand"
|
||||
}
|
||||
|
||||
@@ -10,6 +10,10 @@
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"bike",
|
||||
"repair"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "bicycle"
|
||||
},
|
||||
|
||||
Vendored
+3
-3
@@ -1631,8 +1631,8 @@
|
||||
"terms": "bike"
|
||||
},
|
||||
"amenity/bicycle_repair_station": {
|
||||
"name": "Bicycle Repair Station",
|
||||
"terms": "bike"
|
||||
"name": "Bicycle Repair Tool Stand",
|
||||
"terms": "bike,repair,chain,pump"
|
||||
},
|
||||
"amenity/biergarten": {
|
||||
"name": "Beer Garden",
|
||||
@@ -3360,7 +3360,7 @@
|
||||
},
|
||||
"shop/bicycle": {
|
||||
"name": "Bicycle Shop",
|
||||
"terms": ""
|
||||
"terms": "bike,repair"
|
||||
},
|
||||
"shop/bookmaker": {
|
||||
"name": "Bookmaker",
|
||||
|
||||
Reference in New Issue
Block a user