mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Add hanging monorail track preset
This commit is contained in:
@@ -7454,6 +7454,11 @@ en:
|
||||
# railway=monorail
|
||||
name: Monorail Track
|
||||
terms: '<translate with synonyms or related terms for ''Monorail Track'', separated by commas>'
|
||||
railway/monorail/hanging:
|
||||
# 'railway=monorail, monorail=hanging'
|
||||
name: Hanging Monorail Track
|
||||
# 'terms: suspension railway'
|
||||
terms: '<translate with synonyms or related terms for ''Hanging Monorail Track'', separated by commas>'
|
||||
railway/narrow_gauge:
|
||||
# railway=narrow_gauge
|
||||
name: Narrow Gauge Track
|
||||
|
||||
@@ -1014,6 +1014,7 @@
|
||||
"railway/milestone": {"icon": "temaki-milestone", "geometry": ["point", "vertex"], "fields": ["railway/position", "direction_vertex"], "tags": {"railway": "milestone"}, "terms": ["milestone", "marker"], "name": "Railway Milestone"},
|
||||
"railway/miniature": {"icon": "temaki-railway_track_mini", "fields": ["{railway/light_rail}"], "moreFields": ["{railway/light_rail}"], "geometry": ["line"], "tags": {"railway": "miniature"}, "terms": ["rideable miniature railway", "narrow gauge railway", "minimum gauge railway"], "name": "Miniature Train Track"},
|
||||
"railway/monorail": {"icon": "temaki-monorail", "fields": ["{railway/light_rail}"], "moreFields": ["{railway/light_rail}"], "geometry": ["line"], "tags": {"railway": "monorail"}, "name": "Monorail Track"},
|
||||
"railway/monorail/hanging": {"icon": "temaki-hanging_rail", "geometry": ["line"], "tags": {"railway": "monorail", "monorail": "hanging"}, "reference": {"key": "monorail", "value": "hanging"}, "terms": ["suspension railway"], "name": "Hanging Monorail Track"},
|
||||
"railway/narrow_gauge": {"icon": "temaki-railway_track_narrow", "fields": ["{railway/light_rail}"], "moreFields": ["{railway/light_rail}"], "geometry": ["line"], "tags": {"railway": "narrow_gauge"}, "terms": ["narrow gauge railway", "narrow gauge railroad"], "name": "Narrow Gauge Track"},
|
||||
"railway/rail": {"icon": "temaki-railway_track", "fields": ["{railway/light_rail}"], "moreFields": ["{railway/light_rail}", "highspeed"], "geometry": ["line"], "tags": {"railway": "rail"}, "terms": ["permanent way", "rail line", "railroad track", "railway track", "track", "train track"], "name": "Train Track"},
|
||||
"railway/rail/highspeed": {"icon": "temaki-train_bullet", "geometry": ["line"], "tags": {"railway": "rail", "highspeed": "yes"}, "reference": {"key": "highspeed"}, "terms": ["bullet train", "fast rail", "high speed rail", "highspeed rail", "HSR"], "name": "High-Speed Train Track"},
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "temaki-hanging_rail",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"railway": "monorail",
|
||||
"monorail": "hanging"
|
||||
},
|
||||
"reference": {
|
||||
"key": "monorail",
|
||||
"value": "hanging"
|
||||
},
|
||||
"terms": [
|
||||
"suspension railway"
|
||||
],
|
||||
"name": "Hanging Monorail Track"
|
||||
}
|
||||
@@ -962,6 +962,7 @@
|
||||
{"key": "railway", "value": "milestone", "description": "🄿 Railway Milestone", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/milestone.svg"},
|
||||
{"key": "railway", "value": "miniature", "description": "🄿 Miniature Train Track", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/railway_track_mini.svg"},
|
||||
{"key": "railway", "value": "monorail", "description": "🄿 Monorail Track", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/monorail.svg"},
|
||||
{"key": "monorail", "value": "hanging", "description": "🄿 Hanging Monorail Track", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/hanging_rail.svg"},
|
||||
{"key": "railway", "value": "narrow_gauge", "description": "🄿 Narrow Gauge Track", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/railway_track_narrow.svg"},
|
||||
{"key": "railway", "value": "rail", "description": "🄿 Train Track", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/railway_track.svg"},
|
||||
{"key": "highspeed", "value": "yes", "description": "🄿 High-Speed Train Track", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/train_bullet.svg"},
|
||||
|
||||
Vendored
+4
@@ -8958,6 +8958,10 @@
|
||||
"name": "Monorail Track",
|
||||
"terms": ""
|
||||
},
|
||||
"railway/monorail/hanging": {
|
||||
"name": "Hanging Monorail Track",
|
||||
"terms": "suspension railway"
|
||||
},
|
||||
"railway/narrow_gauge": {
|
||||
"name": "Narrow Gauge Track",
|
||||
"terms": "narrow gauge railway,narrow gauge railroad"
|
||||
|
||||
Reference in New Issue
Block a user