Merge branch 'presets' of https://github.com/bencostamagna/iD into bencostamagna-presets

This commit is contained in:
Bryan Housel
2018-01-19 08:58:05 -05:00
6 changed files with 74 additions and 0 deletions
+4
View File
@@ -3096,6 +3096,10 @@ en:
name: Bridle Path
# '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'
name: Bus Guideway
terms: '<translate with synonyms or related terms for ''Bus Guideway'', separated by commas>'
highway/bus_stop:
# highway=bus_stop
name: Bus Stop / Platform
+18
View File
@@ -6931,6 +6931,24 @@
],
"name": "Bridle Path"
},
"highway/bus_guideway": {
"icon": "bus",
"fields": [
"name",
"operator",
"oneway"
],
"geometry": [
"line"
],
"tags": {
"highway": "bus_guideway",
"access": "no",
"bus": "designated"
},
"terms": [],
"name": "Bus Guideway"
},
"highway/corridor": {
"icon": "highway-footway",
"fields": [
@@ -0,0 +1,18 @@
{
"icon": "bus",
"fields": [
"name",
"operator",
"oneway"
],
"geometry": [
"line"
],
"tags": {
"highway": "bus_guideway",
"access": "no",
"bus": "designated"
},
"terms": [],
"name": "Bus Guideway"
}
+4
View File
@@ -1332,6 +1332,10 @@
"key": "highway",
"value": "bridleway"
},
{
"key": "bus",
"value": "designated"
},
{
"key": "highway",
"value": "corridor"