mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 07:46:58 +02:00
Merge branch 'presets' of https://github.com/bencostamagna/iD into bencostamagna-presets
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -1332,6 +1332,10 @@
|
||||
"key": "highway",
|
||||
"value": "bridleway"
|
||||
},
|
||||
{
|
||||
"key": "bus",
|
||||
"value": "designated"
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
"value": "corridor"
|
||||
|
||||
Reference in New Issue
Block a user