Added bus guideway preset and modified the css to render it in blue

This commit is contained in:
Benoit Costamagna
2018-01-18 17:07:16 +01:00
parent 1c4d2e5bcf
commit 189204f506
6 changed files with 67 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
+17
View File
@@ -6929,6 +6929,23 @@
],
"name": "Bridle Path"
},
"highway/bus_guideway": {
"icon": "bus",
"fields": [
"name",
"operator"
],
"geometry": [
"line"
],
"tags": {
"highway": "bus_guideway",
"access": "no",
"bus": "designated"
},
"terms": [],
"name": "Bus Guideway"
},
"highway/corridor": {
"icon": "highway-footway",
"fields": [
@@ -0,0 +1,17 @@
{
"icon": "bus",
"fields": [
"name",
"operator"
],
"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"