Add preset for railway=tram_stop

(closes #3677)
This commit is contained in:
Bryan Housel
2017-03-01 21:01:27 -05:00
parent 092fd1f77c
commit 7fb030dc93
6 changed files with 65 additions and 4 deletions
+6 -1
View File
@@ -3582,8 +3582,13 @@ en:
railway/tram:
# railway=tram
name: Tram
# 'terms: streetcar'
# 'terms: light rail,streetcar,tram,trolley'
terms: '<translate with synonyms or related terms for ''Tram'', separated by commas>'
railway/tram_stop:
# railway=tram_stop
name: Tram Stop
# 'terms: light rail,streetcar,tram,trolley'
terms: '<translate with synonyms or related terms for ''Tram Stop'', separated by commas>'
relation:
name: Relation
terms: '<translate with synonyms or related terms for ''Relation'', separated by commas>'
+24 -1
View File
@@ -9322,6 +9322,26 @@
"terms": [],
"name": "Subway"
},
"railway/tram_stop": {
"icon": "rail-light",
"fields": [
"network",
"operator"
],
"geometry": [
"vertex"
],
"tags": {
"railway": "tram_stop"
},
"terms": [
"light rail",
"streetcar",
"tram",
"trolley"
],
"name": "Tram Stop"
},
"railway/tram": {
"icon": "railway-light-rail",
"geometry": [
@@ -9337,7 +9357,10 @@
"service_rail"
],
"terms": [
"streetcar"
"light rail",
"streetcar",
"tram",
"trolley"
],
"name": "Tram"
},
+6 -1
View File
@@ -12,6 +12,11 @@
"electrified",
"service_rail"
],
"terms": ["streetcar"],
"terms": [
"light rail",
"streetcar",
"tram",
"trolley"
],
"name": "Tram"
}
@@ -0,0 +1,20 @@
{
"icon": "rail-light",
"fields": [
"network",
"operator"
],
"geometry": [
"vertex"
],
"tags": {
"railway": "tram_stop"
},
"terms": [
"light rail",
"streetcar",
"tram",
"trolley"
],
"name": "Tram Stop"
}
+4
View File
@@ -2055,6 +2055,10 @@
"key": "railway",
"value": "subway"
},
{
"key": "railway",
"value": "tram_stop"
},
{
"key": "railway",
"value": "tram"
+5 -1
View File
@@ -3909,9 +3909,13 @@
"name": "Subway",
"terms": ""
},
"railway/tram_stop": {
"name": "Tram Stop",
"terms": "light rail,streetcar,tram,trolley"
},
"railway/tram": {
"name": "Tram",
"terms": "streetcar"
"terms": "light rail,streetcar,tram,trolley"
},
"relation": {
"name": "Relation",