mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Add terms to the Rail preset
This commit is contained in:
@@ -6124,6 +6124,7 @@ en:
|
||||
railway/rail:
|
||||
# railway=rail
|
||||
name: Rail
|
||||
# 'terms: rail line,railroad track,train track'
|
||||
terms: '<translate with synonyms or related terms for ''Rail'', separated by commas>'
|
||||
railway/rail/highspeed:
|
||||
# 'railway=rail, highspeed=yes'
|
||||
|
||||
@@ -868,7 +868,7 @@
|
||||
"railway/miniature": {"icon": "iD-railway-rail", "fields": ["name", "structure", "gauge", "electrified", "service_rail"], "moreFields": ["covered", "frequency_electrified", "maxspeed", "voltage_electrified"], "geometry": ["line"], "tags": {"railway": "miniature"}, "terms": ["rideable miniature railway", "narrow gauge railway", "minimum gauge railway"], "name": "Miniature Railway"},
|
||||
"railway/monorail": {"icon": "temaki-monorail", "fields": ["name", "operator", "structure", "electrified", "service_rail", "usage_rail"], "moreFields": ["covered", "frequency_electrified", "maxspeed", "voltage_electrified"], "geometry": ["line"], "tags": {"railway": "monorail"}, "terms": [], "name": "Monorail"},
|
||||
"railway/narrow_gauge": {"icon": "iD-railway-rail", "fields": ["{railway/rail}"], "moreFields": ["covered", "frequency_electrified", "maxspeed", "voltage_electrified"], "geometry": ["line"], "tags": {"railway": "narrow_gauge"}, "terms": ["narrow gauge railway", "narrow gauge railroad"], "name": "Narrow Gauge Rail"},
|
||||
"railway/rail": {"icon": "iD-railway-rail", "fields": ["name", "operator", "structure", "gauge", "electrified", "service_rail", "usage_rail"], "moreFields": ["covered", "frequency_electrified", "highspeed", "maxspeed", "voltage_electrified"], "geometry": ["line"], "tags": {"railway": "rail"}, "terms": [], "name": "Rail"},
|
||||
"railway/rail": {"icon": "iD-railway-rail", "fields": ["name", "operator", "structure", "gauge", "electrified", "service_rail", "usage_rail"], "moreFields": ["covered", "frequency_electrified", "highspeed", "maxspeed", "voltage_electrified"], "geometry": ["line"], "tags": {"railway": "rail"}, "terms": ["rail line", "railroad track", "train track"], "name": "Rail"},
|
||||
"railway/rail/highspeed": {"icon": "iD-railway-rail", "geometry": ["line"], "tags": {"railway": "rail", "highspeed": "yes"}, "reference": {"key": "highspeed"}, "terms": ["bullet train", "fast rail", "high speed rail", "highspeed rail", "HSR"], "name": "High-Speed Rail"},
|
||||
"railway/signal": {"icon": "temaki-railway_signals", "geometry": ["point", "vertex"], "fields": ["railway/position", "railway/signal/direction", "ref"], "tags": {"railway": "signal"}, "terms": ["signal", "lights"], "name": "Railway Signal"},
|
||||
"railway/subway_entrance": {"icon": "maki-entrance", "geometry": ["point", "vertex"], "fields": ["name"], "tags": {"railway": "subway_entrance"}, "terms": ["metro", "transit"], "name": "Subway Entrance"},
|
||||
|
||||
@@ -22,6 +22,10 @@
|
||||
"tags": {
|
||||
"railway": "rail"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"rail line",
|
||||
"railroad track",
|
||||
"train track"
|
||||
],
|
||||
"name": "Rail"
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -7519,7 +7519,7 @@
|
||||
},
|
||||
"railway/rail": {
|
||||
"name": "Rail",
|
||||
"terms": ""
|
||||
"terms": "rail line,railroad track,train track"
|
||||
},
|
||||
"railway/rail/highspeed": {
|
||||
"name": "High-Speed Rail",
|
||||
|
||||
Reference in New Issue
Block a user