From 6b9b58a2caf2c075c57cc1bf280dfebb6f046e5c Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Sun, 22 Mar 2020 11:32:07 -0700 Subject: [PATCH] Clarify railway preset names (close #7440) --- data/presets.yaml | 42 +++++++++---------- data/presets/presets.json | 22 +++++----- .../presets/presets/railway/construction.json | 1 + data/presets/presets/railway/disused.json | 2 +- data/presets/presets/railway/funicular.json | 2 +- data/presets/presets/railway/light_rail.json | 2 +- data/presets/presets/railway/miniature.json | 2 +- data/presets/presets/railway/monorail.json | 3 +- .../presets/presets/railway/narrow_gauge.json | 2 +- data/presets/presets/railway/rail.json | 5 ++- .../presets/railway/rail/highspeed.json | 2 +- data/presets/presets/railway/subway.json | 5 ++- data/presets/presets/railway/tram.json | 5 ++- data/taginfo.json | 18 ++++---- dist/locales/en.json | 24 +++++------ 15 files changed, 71 insertions(+), 66 deletions(-) diff --git a/data/presets.yaml b/data/presets.yaml index aae88b0e7..0bbfa28e2 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -7364,9 +7364,9 @@ en: terms: '' railway/funicular: # railway=funicular - name: Funicular + name: Funicular Track # 'terms: venicular,cliff railway,cable car,cable railway,funicular railway' - terms: '' + terms: '' railway/halt: # railway=halt name: Train Station (Halt / Request) @@ -7377,9 +7377,9 @@ en: terms: '' railway/light_rail: # railway=light_rail - name: Light Rail + name: Light Rail Track # 'terms: light rail,streetcar,trolley' - terms: '' + terms: '' railway/milestone: # railway=milestone name: Railway Milestone @@ -7387,31 +7387,31 @@ en: terms: '' railway/miniature: # railway=miniature - name: Miniature Railway + name: Miniature Train Track # 'terms: rideable miniature railway,narrow gauge railway,minimum gauge railway' - terms: '' + terms: '' railway/monorail: # railway=monorail - name: Monorail - terms: '' + name: Monorail Track + terms: '' railway/narrow_gauge: # railway=narrow_gauge - name: Narrow Gauge Rail + name: Narrow Gauge Track # 'terms: narrow gauge railway,narrow gauge railroad' - terms: '' + terms: '' railway/platform: # railway=platform name: Train Platform railway/rail: # railway=rail - name: Rail - # 'terms: rail line,railroad track,train track' - terms: '' + name: Train Track + # 'terms: permanent way,rail line,railroad track,railway track,track,train track' + terms: '' railway/rail/highspeed: # 'railway=rail, highspeed=yes' - name: High-Speed Rail + name: High-Speed Train Track # 'terms: bullet train,fast rail,high speed rail,highspeed rail,HSR' - terms: '' + terms: '' railway/signal: # railway=signal name: Railway Signal @@ -7422,9 +7422,9 @@ en: name: Train Station railway/subway: # railway=subway - name: Subway - # 'terms: metro,transit' - terms: '' + name: Subway Track + # 'terms: metro,transit,underground railway' + terms: '' railway/subway_entrance: # railway=subway_entrance name: Subway Entrance @@ -7442,9 +7442,9 @@ en: terms: '' railway/tram: # railway=tram - name: Tram - # 'terms: light rail,streetcar,tram,trolley' - terms: '' + name: Tram Track + # 'terms: electric street railway,light rail,streetcar,tramway,trolley' + terms: '' railway/tram_stop: # railway=tram_stop name: Tram Stopping Position diff --git a/data/presets/presets.json b/data/presets/presets.json index a06136102..d83053594 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -1000,25 +1000,25 @@ "railway/tram_stop": {"icon": "temaki-tram", "fields": ["{public_transport/stop_position}"], "moreFields": ["{public_transport/stop_position}"], "geometry": ["vertex"], "tags": {"railway": "tram_stop"}, "name": "Tram Stopping Position", "searchable": false}, "railway/abandoned": {"icon": "temaki-railway_track_askew", "fields": ["name", "structure", "service_rail", "usage_rail"], "moreFields": ["covered", "incline"], "geometry": ["line"], "tags": {"railway": "abandoned"}, "terms": [], "matchScore": 0.85, "name": "Abandoned Railway"}, "railway/buffer_stop": {"icon": "temaki-buffer_stop", "geometry": ["vertex"], "tags": {"railway": "buffer_stop"}, "terms": ["stop", "halt", "buffer"], "name": "Buffer Stop"}, - "railway/construction": {"icon": "temaki-railway_track_unfinished", "fields": ["name", "opening_date", "check_date", "note", "structure", "gauge", "electrified"], "moreFields": ["covered", "frequency_electrified", "highspeed", "incline", "maxspeed", "service_rail", "usage_rail", "voltage_electrified"], "geometry": ["line"], "tags": {"railway": "construction"}, "name": "Railway Under Construction"}, + "railway/construction": {"icon": "temaki-railway_track_unfinished", "fields": ["name", "opening_date", "check_date", "note", "structure", "gauge", "electrified"], "moreFields": ["covered", "frequency_electrified", "highspeed", "incline", "maxspeed", "service_rail", "usage_rail", "voltage_electrified"], "geometry": ["line"], "tags": {"railway": "construction"}, "matchScore": 0.95, "name": "Railway Under Construction"}, "railway/crossing": {"icon": "temaki-pedestrian", "geometry": ["vertex"], "tags": {"railway": "crossing"}, "terms": ["crossing", "pedestrian crossing", "railroad crossing", "level crossing", "grade crossing", "path through railroad", "train crossing"], "name": "Railway Crossing (Path)"}, "railway/derail": {"icon": "maki-roadblock", "geometry": ["vertex"], "tags": {"railway": "derail"}, "terms": ["derailer"], "name": "Railway Derailer"}, - "railway/disused": {"icon": "temaki-railway_track", "fields": ["{railway/light_rail}"], "moreFields": ["{railway/light_rail}", "highspeed"], "geometry": ["line"], "tags": {"railway": "disused"}, "terms": [], "name": "Disused Railway"}, - "railway/funicular": {"icon": "temaki-railway_cable_track", "fields": ["name", "operator", "incline", "structure", "gauge", "service_rail"], "moreFields": ["covered", "electrified", "frequency_electrified", "maxspeed", "voltage_electrified"], "geometry": ["line"], "terms": ["venicular", "cliff railway", "cable car", "cable railway", "funicular railway"], "tags": {"railway": "funicular"}, "name": "Funicular"}, + "railway/disused": {"icon": "temaki-railway_track", "fields": ["{railway/light_rail}"], "moreFields": ["{railway/light_rail}", "highspeed"], "geometry": ["line"], "tags": {"railway": "disused"}, "matchScore": 0.95, "name": "Disused Railway"}, + "railway/funicular": {"icon": "temaki-railway_cable_track", "fields": ["name", "operator", "incline", "structure", "gauge", "service_rail"], "moreFields": ["covered", "electrified", "frequency_electrified", "maxspeed", "voltage_electrified"], "geometry": ["line"], "terms": ["venicular", "cliff railway", "cable car", "cable railway", "funicular railway"], "tags": {"railway": "funicular"}, "name": "Funicular Track"}, "railway/level_crossing": {"icon": "maki-cross", "geometry": ["vertex"], "tags": {"railway": "level_crossing"}, "terms": ["crossing", "railroad crossing", "level crossing", "grade crossing", "road through railroad", "train crossing"], "name": "Railway Crossing (Road)"}, - "railway/light_rail": {"icon": "temaki-light_rail", "fields": ["name", "operator", "structure", "gauge", "electrified", "service_rail", "usage_rail"], "moreFields": ["covered", "frequency_electrified", "incline", "maxspeed", "voltage_electrified"], "geometry": ["line"], "tags": {"railway": "light_rail"}, "terms": ["light rail", "streetcar", "trolley"], "name": "Light Rail"}, + "railway/light_rail": {"icon": "temaki-light_rail", "fields": ["name", "operator", "structure", "gauge", "electrified", "service_rail", "usage_rail"], "moreFields": ["covered", "frequency_electrified", "incline", "maxspeed", "voltage_electrified"], "geometry": ["line"], "tags": {"railway": "light_rail"}, "terms": ["light rail", "streetcar", "trolley"], "name": "Light Rail Track"}, "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 Railway"}, - "railway/monorail": {"icon": "temaki-monorail", "fields": ["{railway/light_rail}"], "moreFields": ["{railway/light_rail}"], "geometry": ["line"], "tags": {"railway": "monorail"}, "terms": [], "name": "Monorail"}, - "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 Rail"}, - "railway/rail": {"icon": "temaki-railway_track", "fields": ["{railway/light_rail}"], "moreFields": ["{railway/light_rail}", "highspeed"], "geometry": ["line"], "tags": {"railway": "rail"}, "terms": ["rail line", "railroad track", "train track"], "name": "Rail"}, - "railway/rail/highspeed": {"icon": "temaki-railway_track", "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/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/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-railway_track", "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"}, "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", "level", "wheelchair"], "tags": {"railway": "subway_entrance"}, "terms": ["metro", "transit"], "name": "Subway Entrance"}, - "railway/subway": {"icon": "temaki-subway", "fields": ["{railway/light_rail}"], "moreFields": ["{railway/light_rail}"], "geometry": ["line"], "tags": {"railway": "subway"}, "terms": ["metro", "transit"], "name": "Subway"}, + "railway/subway": {"icon": "temaki-subway", "fields": ["{railway/light_rail}"], "moreFields": ["{railway/light_rail}"], "geometry": ["line"], "tags": {"railway": "subway"}, "terms": ["metro", "transit", "underground railway"], "name": "Subway Track"}, "railway/switch": {"icon": "temaki-junction", "geometry": ["vertex"], "tags": {"railway": "switch"}, "terms": ["switch", "points"], "name": "Railway Switch"}, "railway/train_wash": {"icon": "maki-rail", "geometry": ["point", "vertex", "area"], "fields": ["operator", "building_area"], "tags": {"railway": "wash"}, "terms": ["wash", "clean"], "name": "Train Wash"}, - "railway/tram": {"icon": "temaki-tram", "fields": ["{railway/light_rail}"], "moreFields": ["{railway/light_rail}"], "geometry": ["line"], "tags": {"railway": "tram"}, "terms": ["light rail", "streetcar", "tram", "trolley"], "name": "Tram"}, + "railway/tram": {"icon": "temaki-tram", "fields": ["{railway/light_rail}"], "moreFields": ["{railway/light_rail}"], "geometry": ["line"], "tags": {"railway": "tram"}, "terms": ["electric street railway", "light rail", "streetcar", "tramway", "trolley"], "name": "Tram Track"}, "railway/yard": {"icon": "maki-rail", "fields": ["name", "operator"], "moreFields": ["gnis/feature_id"], "geometry": ["point"], "tags": {"railway": "yard"}, "terms": ["freight car stop", "freight train station", "rail freight station", "railroad yard", "railway yard"], "name": "Rail Yard"}, "relation": {"icon": "iD-relation", "fields": ["name", "relation"], "geometry": ["relation"], "tags": {}, "name": "Relation"}, "route/ferry": {"icon": "maki-ferry", "geometry": ["line"], "fields": ["name", "operator", "duration", "access", "toll", "to", "from"], "moreFields": ["charge_toll", "dog", "interval", "maxheight", "maxweight", "network", "network/type", "opening_hours", "ref_route", "wheelchair"], "tags": {"route": "ferry"}, "terms": ["boat", "merchant vessel", "ship", "water bus", "water shuttle", "water taxi"], "name": "Ferry Route"}, diff --git a/data/presets/presets/railway/construction.json b/data/presets/presets/railway/construction.json index f6b50ba8b..fe0381f3a 100644 --- a/data/presets/presets/railway/construction.json +++ b/data/presets/presets/railway/construction.json @@ -25,5 +25,6 @@ "tags": { "railway": "construction" }, + "matchScore": 0.95, "name": "Railway Under Construction" } diff --git a/data/presets/presets/railway/disused.json b/data/presets/presets/railway/disused.json index 4a7bfa4c2..06fab478c 100644 --- a/data/presets/presets/railway/disused.json +++ b/data/presets/presets/railway/disused.json @@ -13,6 +13,6 @@ "tags": { "railway": "disused" }, - "terms": [], + "matchScore": 0.95, "name": "Disused Railway" } diff --git a/data/presets/presets/railway/funicular.json b/data/presets/presets/railway/funicular.json index a118f9ac5..87a6af6f3 100644 --- a/data/presets/presets/railway/funicular.json +++ b/data/presets/presets/railway/funicular.json @@ -28,5 +28,5 @@ "tags": { "railway": "funicular" }, - "name": "Funicular" + "name": "Funicular Track" } diff --git a/data/presets/presets/railway/light_rail.json b/data/presets/presets/railway/light_rail.json index 2814b5664..ec5f63360 100644 --- a/data/presets/presets/railway/light_rail.json +++ b/data/presets/presets/railway/light_rail.json @@ -27,5 +27,5 @@ "streetcar", "trolley" ], - "name": "Light Rail" + "name": "Light Rail Track" } diff --git a/data/presets/presets/railway/miniature.json b/data/presets/presets/railway/miniature.json index 224d9fc9c..58667c04f 100644 --- a/data/presets/presets/railway/miniature.json +++ b/data/presets/presets/railway/miniature.json @@ -17,5 +17,5 @@ "narrow gauge railway", "minimum gauge railway" ], - "name": "Miniature Railway" + "name": "Miniature Train Track" } diff --git a/data/presets/presets/railway/monorail.json b/data/presets/presets/railway/monorail.json index 983dcb9e2..9e20a1e3d 100644 --- a/data/presets/presets/railway/monorail.json +++ b/data/presets/presets/railway/monorail.json @@ -12,6 +12,5 @@ "tags": { "railway": "monorail" }, - "terms": [], - "name": "Monorail" + "name": "Monorail Track" } diff --git a/data/presets/presets/railway/narrow_gauge.json b/data/presets/presets/railway/narrow_gauge.json index 124597a53..75ccc9503 100644 --- a/data/presets/presets/railway/narrow_gauge.json +++ b/data/presets/presets/railway/narrow_gauge.json @@ -16,5 +16,5 @@ "narrow gauge railway", "narrow gauge railroad" ], - "name": "Narrow Gauge Rail" + "name": "Narrow Gauge Track" } diff --git a/data/presets/presets/railway/rail.json b/data/presets/presets/railway/rail.json index b7064226a..6b36b879e 100644 --- a/data/presets/presets/railway/rail.json +++ b/data/presets/presets/railway/rail.json @@ -14,9 +14,12 @@ "railway": "rail" }, "terms": [ + "permanent way", "rail line", "railroad track", + "railway track", + "track", "train track" ], - "name": "Rail" + "name": "Train Track" } diff --git a/data/presets/presets/railway/rail/highspeed.json b/data/presets/presets/railway/rail/highspeed.json index fd0aebc26..51e4f21c5 100644 --- a/data/presets/presets/railway/rail/highspeed.json +++ b/data/presets/presets/railway/rail/highspeed.json @@ -17,5 +17,5 @@ "highspeed rail", "HSR" ], - "name": "High-Speed Rail" + "name": "High-Speed Train Track" } diff --git a/data/presets/presets/railway/subway.json b/data/presets/presets/railway/subway.json index ad51d03ec..b1915e27f 100644 --- a/data/presets/presets/railway/subway.json +++ b/data/presets/presets/railway/subway.json @@ -14,7 +14,8 @@ }, "terms": [ "metro", - "transit" + "transit", + "underground railway" ], - "name": "Subway" + "name": "Subway Track" } diff --git a/data/presets/presets/railway/tram.json b/data/presets/presets/railway/tram.json index a391c77cf..97afc434d 100644 --- a/data/presets/presets/railway/tram.json +++ b/data/presets/presets/railway/tram.json @@ -13,10 +13,11 @@ "railway": "tram" }, "terms": [ + "electric street railway", "light rail", "streetcar", - "tram", + "tramway", "trolley" ], - "name": "Tram" + "name": "Tram Track" } diff --git a/data/taginfo.json b/data/taginfo.json index 98e657e43..c0bbce601 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -952,21 +952,21 @@ {"key": "railway", "value": "crossing", "description": "🄿 Railway Crossing (Path)", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/pedestrian.svg"}, {"key": "railway", "value": "derail", "description": "🄿 Railway Derailer", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/roadblock-15.svg"}, {"key": "railway", "value": "disused", "description": "🄿 Disused Railway", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/railway_track.svg"}, - {"key": "railway", "value": "funicular", "description": "🄿 Funicular", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/railway_cable_track.svg"}, + {"key": "railway", "value": "funicular", "description": "🄿 Funicular Track", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/railway_cable_track.svg"}, {"key": "railway", "value": "level_crossing", "description": "🄿 Railway Crossing (Road)", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/cross-15.svg"}, - {"key": "railway", "value": "light_rail", "description": "🄿 Light Rail", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/light_rail.svg"}, + {"key": "railway", "value": "light_rail", "description": "🄿 Light Rail Track", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/light_rail.svg"}, {"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 Railway", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/railway_track_mini.svg"}, - {"key": "railway", "value": "monorail", "description": "🄿 Monorail", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/monorail.svg"}, - {"key": "railway", "value": "narrow_gauge", "description": "🄿 Narrow Gauge Rail", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/railway_track_narrow.svg"}, - {"key": "railway", "value": "rail", "description": "🄿 Rail", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/railway_track.svg"}, - {"key": "highspeed", "value": "yes", "description": "🄿 High-Speed Rail", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/railway_track.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": "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/railway_track.svg"}, {"key": "railway", "value": "signal", "description": "🄿 Railway Signal", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/railway_signals.svg"}, {"key": "railway", "value": "subway_entrance", "description": "🄿 Subway Entrance", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/entrance-15.svg"}, - {"key": "railway", "value": "subway", "description": "🄿 Subway", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/subway.svg"}, + {"key": "railway", "value": "subway", "description": "🄿 Subway Track", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/subway.svg"}, {"key": "railway", "value": "switch", "description": "🄿 Railway Switch", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/junction.svg"}, {"key": "railway", "value": "wash", "description": "🄿 Train Wash", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/rail-15.svg"}, - {"key": "railway", "value": "tram", "description": "🄿 Tram", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/tram.svg"}, + {"key": "railway", "value": "tram", "description": "🄿 Tram Track", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/tram.svg"}, {"key": "railway", "value": "yard", "description": "🄿 Rail Yard", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/rail-15.svg"}, {"key": "route", "value": "ferry", "description": "🄿 Ferry Route", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/ferry-15.svg"}, {"key": "seamark:type", "value": "beacon_isolated_danger", "description": "🄿 Danger Beacon", "object_types": ["node"]}, diff --git a/dist/locales/en.json b/dist/locales/en.json index 99beaaa69..973a3b9ef 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -8879,7 +8879,7 @@ "terms": "" }, "railway/funicular": { - "name": "Funicular", + "name": "Funicular Track", "terms": "venicular,cliff railway,cable car,cable railway,funicular railway" }, "railway/level_crossing": { @@ -8887,7 +8887,7 @@ "terms": "crossing,railroad crossing,level crossing,grade crossing,road through railroad,train crossing" }, "railway/light_rail": { - "name": "Light Rail", + "name": "Light Rail Track", "terms": "light rail,streetcar,trolley" }, "railway/milestone": { @@ -8895,23 +8895,23 @@ "terms": "milestone,marker" }, "railway/miniature": { - "name": "Miniature Railway", + "name": "Miniature Train Track", "terms": "rideable miniature railway,narrow gauge railway,minimum gauge railway" }, "railway/monorail": { - "name": "Monorail", + "name": "Monorail Track", "terms": "" }, "railway/narrow_gauge": { - "name": "Narrow Gauge Rail", + "name": "Narrow Gauge Track", "terms": "narrow gauge railway,narrow gauge railroad" }, "railway/rail": { - "name": "Rail", - "terms": "rail line,railroad track,train track" + "name": "Train Track", + "terms": "permanent way,rail line,railroad track,railway track,track,train track" }, "railway/rail/highspeed": { - "name": "High-Speed Rail", + "name": "High-Speed Train Track", "terms": "bullet train,fast rail,high speed rail,highspeed rail,HSR" }, "railway/signal": { @@ -8923,8 +8923,8 @@ "terms": "metro,transit" }, "railway/subway": { - "name": "Subway", - "terms": "metro,transit" + "name": "Subway Track", + "terms": "metro,transit,underground railway" }, "railway/switch": { "name": "Railway Switch", @@ -8935,8 +8935,8 @@ "terms": "wash,clean" }, "railway/tram": { - "name": "Tram", - "terms": "light rail,streetcar,tram,trolley" + "name": "Tram Track", + "terms": "electric street railway,light rail,streetcar,tramway,trolley" }, "railway/yard": { "name": "Rail Yard",