mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
@@ -3718,10 +3718,12 @@ en:
|
||||
railway/subway:
|
||||
# railway=subway
|
||||
name: Subway
|
||||
# 'terms: metro,transit'
|
||||
terms: '<translate with synonyms or related terms for ''Subway'', separated by commas>'
|
||||
railway/subway_entrance:
|
||||
# railway=subway_entrance
|
||||
name: Subway Entrance
|
||||
# 'terms: metro,transit'
|
||||
terms: '<translate with synonyms or related terms for ''Subway Entrance'', separated by commas>'
|
||||
railway/tram:
|
||||
# railway=tram
|
||||
|
||||
@@ -10202,12 +10202,16 @@
|
||||
"railway/subway_entrance": {
|
||||
"icon": "entrance",
|
||||
"geometry": [
|
||||
"point"
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"railway": "subway_entrance"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"metro",
|
||||
"transit"
|
||||
],
|
||||
"name": "Subway Entrance"
|
||||
},
|
||||
"railway/subway": {
|
||||
@@ -10224,7 +10228,10 @@
|
||||
"electrified",
|
||||
"service_rail"
|
||||
],
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"metro",
|
||||
"transit"
|
||||
],
|
||||
"name": "Subway"
|
||||
},
|
||||
"railway/tram_stop": {
|
||||
|
||||
@@ -12,6 +12,9 @@
|
||||
"electrified",
|
||||
"service_rail"
|
||||
],
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"metro",
|
||||
"transit"
|
||||
],
|
||||
"name": "Subway"
|
||||
}
|
||||
|
||||
@@ -1,11 +1,15 @@
|
||||
{
|
||||
"icon": "entrance",
|
||||
"geometry": [
|
||||
"point"
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"railway": "subway_entrance"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"metro",
|
||||
"transit"
|
||||
],
|
||||
"name": "Subway Entrance"
|
||||
}
|
||||
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -4369,11 +4369,11 @@
|
||||
},
|
||||
"railway/subway_entrance": {
|
||||
"name": "Subway Entrance",
|
||||
"terms": ""
|
||||
"terms": "metro,transit"
|
||||
},
|
||||
"railway/subway": {
|
||||
"name": "Subway",
|
||||
"terms": ""
|
||||
"terms": "metro,transit"
|
||||
},
|
||||
"railway/tram_stop": {
|
||||
"name": "Tram Stop",
|
||||
|
||||
Reference in New Issue
Block a user