mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Add derived data for t-bar preset name change
This commit is contained in:
+2
-2
@@ -2741,9 +2741,9 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Rope Tow Lift'', separated by commas>'
|
||||
aerialway/t-bar:
|
||||
# aerialway=t-bar
|
||||
name: T-bar Lift
|
||||
name: T-Bar Lift
|
||||
# 'terms: tbar'
|
||||
terms: '<translate with synonyms or related terms for ''T-bar Lift'', separated by commas>'
|
||||
terms: '<translate with synonyms or related terms for ''T-Bar Lift'', separated by commas>'
|
||||
aerialway/zip_line:
|
||||
# aerialway=zip_line
|
||||
name: Zip Line
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
"aerialway/platter": {"geometry": ["line"], "terms": ["button lift", "poma lift"], "fields": ["name", "aerialway/capacity", "aerialway/duration"], "tags": {"aerialway": "platter"}, "name": "Platter Lift"},
|
||||
"aerialway/pylon": {"geometry": ["point", "vertex"], "fields": ["ref"], "tags": {"aerialway": "pylon"}, "name": "Aerialway Pylon"},
|
||||
"aerialway/rope_tow": {"geometry": ["line"], "terms": ["handle tow", "bugel lift"], "fields": ["name", "oneway_yes", "aerialway/capacity", "aerialway/duration"], "tags": {"aerialway": "rope_tow"}, "name": "Rope Tow Lift"},
|
||||
"aerialway/t-bar": {"geometry": ["line"], "fields": ["name", "aerialway/capacity", "aerialway/duration"], "terms": ["tbar"], "tags": {"aerialway": "t-bar"}, "name": "T-bar Lift"},
|
||||
"aerialway/t-bar": {"geometry": ["line"], "fields": ["name", "aerialway/capacity", "aerialway/duration"], "terms": ["tbar"], "tags": {"aerialway": "t-bar"}, "name": "T-Bar Lift"},
|
||||
"aerialway/zip_line": {"geometry": ["line"], "fields": ["name", "oneway_yes", "aerialway/duration", "maxweight", "access_simple"], "terms": ["aerial runway", "canopy", "flying fox", "foefie slide", "gravity propelled aerial ropeslide", "Tyrolean traverse", "zip wire", "zip-line", "zipline", "zipwire"], "tags": {"aerialway": "zip_line"}, "name": "Zip Line"},
|
||||
"aeroway/aerodrome": {"icon": "maki-airport", "geometry": ["area", "point"], "fields": ["name", "iata", "icao", "operator", "internet_access", "internet_access/fee", "internet_access/ssid"], "moreFields": ["gnis/feature_id"], "terms": ["aerodrome", "aeroway", "airplane", "airport", "jet", "plane"], "tags": {"aeroway": "aerodrome"}, "matchScore": 0.9, "name": "Airport"},
|
||||
"aeroway/apron": {"icon": "maki-airport", "geometry": ["area"], "terms": ["ramp"], "fields": ["ref", "surface"], "tags": {"aeroway": "apron"}, "name": "Apron"},
|
||||
|
||||
+1
-1
@@ -43,7 +43,7 @@
|
||||
{"key": "aerialway", "value": "platter", "description": "🄿 Platter Lift", "object_types": ["way"]},
|
||||
{"key": "aerialway", "value": "pylon", "description": "🄿 Aerialway Pylon", "object_types": ["node"]},
|
||||
{"key": "aerialway", "value": "rope_tow", "description": "🄿 Rope Tow Lift", "object_types": ["way"]},
|
||||
{"key": "aerialway", "value": "t-bar", "description": "🄿 T-bar Lift", "object_types": ["way"]},
|
||||
{"key": "aerialway", "value": "t-bar", "description": "🄿 T-Bar Lift", "object_types": ["way"]},
|
||||
{"key": "aerialway", "value": "zip_line", "description": "🄿 Zip Line", "object_types": ["way"]},
|
||||
{"key": "aeroway", "value": "aerodrome", "description": "🄿 Airport", "object_types": ["area", "node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/airport-15.svg"},
|
||||
{"key": "aeroway", "value": "apron", "description": "🄿 Apron", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/airport-15.svg"},
|
||||
|
||||
Vendored
+1
-1
@@ -4945,7 +4945,7 @@
|
||||
"terms": "handle tow,bugel lift"
|
||||
},
|
||||
"aerialway/t-bar": {
|
||||
"name": "T-bar Lift",
|
||||
"name": "T-Bar Lift",
|
||||
"terms": "tbar"
|
||||
},
|
||||
"aerialway/zip_line": {
|
||||
|
||||
Reference in New Issue
Block a user