mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 22:03:37 +02:00
+6
-1
@@ -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>'
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -2055,6 +2055,10 @@
|
||||
"key": "railway",
|
||||
"value": "subway"
|
||||
},
|
||||
{
|
||||
"key": "railway",
|
||||
"value": "tram_stop"
|
||||
},
|
||||
{
|
||||
"key": "railway",
|
||||
"value": "tram"
|
||||
|
||||
Vendored
+5
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user