mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Add Zip Line preset
This commit is contained in:
@@ -2280,6 +2280,11 @@ en:
|
||||
name: T-bar Lift
|
||||
# 'terms: tbar'
|
||||
terms: '<translate with synonyms or related terms for ''T-bar Lift'', separated by commas>'
|
||||
aerialway/zip_line:
|
||||
# aerialway=zip_line
|
||||
name: Zip Line
|
||||
# 'terms: aerial runway,canopy,flying fox,foefie slide,gravity propelled aerial ropeslide,Tyrolean traverse,zip wire,zip-line,zipline,zipwire'
|
||||
terms: '<translate with synonyms or related terms for ''Zip Line'', separated by commas>'
|
||||
aeroway:
|
||||
# aeroway=*
|
||||
name: Aeroway
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
"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", "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/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": ["point", "area"], "fields": ["name", "iata", "icao", "operator", "internet_access", "internet_access/fee", "internet_access/ssid"], "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"},
|
||||
"aeroway/gate": {"icon": "maki-airport", "geometry": ["point"], "fields": ["ref_aeroway_gate"], "tags": {"aeroway": "gate"}, "name": "Airport Gate"},
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
+2
-1
@@ -37,6 +37,7 @@
|
||||
{"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": "zip_line", "description": "🄿 Zip Line", "object_types": ["way"]},
|
||||
{"key": "aeroway", "value": "aerodrome", "description": "🄿 Airport", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/airport-15.svg?sanitize=true"},
|
||||
{"key": "aeroway", "value": "apron", "description": "🄿 Apron", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/airport-15.svg?sanitize=true"},
|
||||
{"key": "aeroway", "value": "gate", "description": "🄿 Airport Gate", "object_types": ["node"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/airport-15.svg?sanitize=true"},
|
||||
@@ -48,7 +49,7 @@
|
||||
{"key": "allotments", "value": "plot", "description": "🄿 Community Garden Plot", "object_types": ["area"]},
|
||||
{"key": "amenity", "value": "bus_station", "description": "🄿 Bus Station / Terminal (unsearchable)", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/bus-15.svg?sanitize=true"},
|
||||
{"key": "amenity", "value": "coworking_space", "description": "🄿 Coworking Space (unsearchable)", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/commercial-15.svg?sanitize=true"},
|
||||
{"key": "amenity", "value": "embassy", "description": "🄿 Embassy (unsearchable)", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/embassy-15.svg?sanitize=true"},
|
||||
{"key": "amenity", "value": "embassy", "description": "🄿 Embassy (unsearchable), 🄳 ➜ office=diplomatic", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/embassy-15.svg?sanitize=true"},
|
||||
{"key": "amenity", "value": "ferry_terminal", "description": "🄿 Ferry Station / Terminal (unsearchable)", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/ferry-15.svg?sanitize=true"},
|
||||
{"key": "amenity", "value": "nursing_home", "description": "🄿 Nursing Home (unsearchable)", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/wheelchair-15.svg?sanitize=true"},
|
||||
{"key": "amenity", "value": "recycling", "description": "🄿 Recycling (unsearchable)", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/recycling-15.svg?sanitize=true"},
|
||||
|
||||
Vendored
+4
@@ -4181,6 +4181,10 @@
|
||||
"name": "T-bar Lift",
|
||||
"terms": "tbar"
|
||||
},
|
||||
"aerialway/zip_line": {
|
||||
"name": "Zip Line",
|
||||
"terms": "aerial runway,canopy,flying fox,foefie slide,gravity propelled aerial ropeslide,Tyrolean traverse,zip wire,zip-line,zipline,zipwire"
|
||||
},
|
||||
"aeroway/aerodrome": {
|
||||
"name": "Airport",
|
||||
"terms": "aerodrome,aeroway,airplane,airport,jet,plane"
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ export var osmOneWayTags = {
|
||||
'platter': true,
|
||||
'rope_tow': true,
|
||||
't-bar': true,
|
||||
'zipline': true
|
||||
'zip_line': true
|
||||
},
|
||||
'highway': {
|
||||
'motorway': true
|
||||
|
||||
Reference in New Issue
Block a user