mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Use highway=bus_guideway as the tag, addTags/removeTags for others
This commit is contained in:
+1
-1
@@ -3097,7 +3097,7 @@ en:
|
||||
# 'terms: bridleway,equestrian,horse'
|
||||
terms: '<translate with synonyms or related terms for ''Bridle Path'', separated by commas>'
|
||||
highway/bus_guideway:
|
||||
# 'highway=bus_guideway, access=no, bus=designated'
|
||||
# highway=bus_guideway
|
||||
name: Bus Guideway
|
||||
terms: '<translate with synonyms or related terms for ''Bus Guideway'', separated by commas>'
|
||||
highway/bus_stop:
|
||||
|
||||
@@ -6942,6 +6942,14 @@
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "bus_guideway"
|
||||
},
|
||||
"addTags": {
|
||||
"highway": "bus_guideway",
|
||||
"access": "no",
|
||||
"bus": "designated"
|
||||
},
|
||||
"removeTags": {
|
||||
"highway": "bus_guideway",
|
||||
"access": "no",
|
||||
"bus": "designated"
|
||||
|
||||
@@ -9,6 +9,14 @@
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "bus_guideway"
|
||||
},
|
||||
"addTags": {
|
||||
"highway": "bus_guideway",
|
||||
"access": "no",
|
||||
"bus": "designated"
|
||||
},
|
||||
"removeTags": {
|
||||
"highway": "bus_guideway",
|
||||
"access": "no",
|
||||
"bus": "designated"
|
||||
|
||||
+2
-2
@@ -1333,8 +1333,8 @@
|
||||
"value": "bridleway"
|
||||
},
|
||||
{
|
||||
"key": "bus",
|
||||
"value": "designated"
|
||||
"key": "highway",
|
||||
"value": "bus_guideway"
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
|
||||
Reference in New Issue
Block a user