mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
Merge pull request #4217 from openstreetmap/runway_ref
Add custom references for runway and taxiway, improve searchability
This commit is contained in:
@@ -1043,9 +1043,19 @@ en:
|
||||
ref_route:
|
||||
# ref=*
|
||||
label: Route Number
|
||||
ref_runway:
|
||||
# ref=*
|
||||
label: Runway Number
|
||||
# ref_runway field placeholder
|
||||
placeholder: e.g 01L/23R
|
||||
ref_stop_position:
|
||||
# ref=*
|
||||
label: Stop Number
|
||||
ref_taxiway:
|
||||
# ref=*
|
||||
label: Taxiway Name
|
||||
# ref_taxiway field placeholder
|
||||
placeholder: e.g A5
|
||||
relation:
|
||||
# type=*
|
||||
label: Type
|
||||
@@ -1457,6 +1467,7 @@ en:
|
||||
aerialway/t-bar:
|
||||
# aerialway=t-bar
|
||||
name: T-bar Lift
|
||||
# 'terms: tbar'
|
||||
terms: '<translate with synonyms or related terms for ''T-bar Lift'', separated by commas>'
|
||||
aeroway:
|
||||
# aeroway=*
|
||||
|
||||
@@ -1393,11 +1393,23 @@
|
||||
"type": "text",
|
||||
"label": "Route Number"
|
||||
},
|
||||
"ref_runway": {
|
||||
"key": "ref",
|
||||
"type": "text",
|
||||
"label": "Runway Number",
|
||||
"placeholder": "e.g 01L/23R"
|
||||
},
|
||||
"ref_stop_position": {
|
||||
"key": "ref",
|
||||
"type": "text",
|
||||
"label": "Stop Number"
|
||||
},
|
||||
"ref_taxiway": {
|
||||
"key": "ref",
|
||||
"type": "text",
|
||||
"label": "Taxiway Name",
|
||||
"placeholder": "e.g A5"
|
||||
},
|
||||
"ref": {
|
||||
"key": "ref",
|
||||
"type": "text",
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "ref",
|
||||
"type": "text",
|
||||
"label": "Runway Number",
|
||||
"placeholder": "e.g 01L/23R"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "ref",
|
||||
"type": "text",
|
||||
"label": "Taxiway Name",
|
||||
"placeholder": "e.g A5"
|
||||
}
|
||||
@@ -345,12 +345,14 @@
|
||||
"icon": "aerialway",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"aerialway/access",
|
||||
"aerialway/summer/access",
|
||||
"elevation"
|
||||
"elevation",
|
||||
"building_area"
|
||||
],
|
||||
"tags": {
|
||||
"aerialway": "station"
|
||||
@@ -366,6 +368,9 @@
|
||||
"aerialway/capacity",
|
||||
"aerialway/duration"
|
||||
],
|
||||
"terms": [
|
||||
"tbar"
|
||||
],
|
||||
"tags": {
|
||||
"aerialway": "t-bar"
|
||||
},
|
||||
@@ -467,7 +472,7 @@
|
||||
"landing strip"
|
||||
],
|
||||
"fields": [
|
||||
"ref",
|
||||
"ref_runway",
|
||||
"surface",
|
||||
"length",
|
||||
"width"
|
||||
@@ -482,7 +487,7 @@
|
||||
"line"
|
||||
],
|
||||
"fields": [
|
||||
"ref",
|
||||
"ref_taxiway",
|
||||
"surface"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -2,12 +2,14 @@
|
||||
"icon": "aerialway",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"aerialway/access",
|
||||
"aerialway/summer/access",
|
||||
"elevation"
|
||||
"elevation",
|
||||
"building_area"
|
||||
],
|
||||
"tags": {
|
||||
"aerialway": "station"
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
"aerialway/capacity",
|
||||
"aerialway/duration"
|
||||
],
|
||||
"terms": [
|
||||
"tbar"
|
||||
],
|
||||
"tags": {
|
||||
"aerialway": "t-bar"
|
||||
},
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"landing strip"
|
||||
],
|
||||
"fields": [
|
||||
"ref",
|
||||
"ref_runway",
|
||||
"surface",
|
||||
"length",
|
||||
"width"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"line"
|
||||
],
|
||||
"fields": [
|
||||
"ref",
|
||||
"ref_taxiway",
|
||||
"surface"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
Vendored
+9
-1
@@ -1949,9 +1949,17 @@
|
||||
"ref_route": {
|
||||
"label": "Route Number"
|
||||
},
|
||||
"ref_runway": {
|
||||
"label": "Runway Number",
|
||||
"placeholder": "e.g 01L/23R"
|
||||
},
|
||||
"ref_stop_position": {
|
||||
"label": "Stop Number"
|
||||
},
|
||||
"ref_taxiway": {
|
||||
"label": "Taxiway Name",
|
||||
"placeholder": "e.g A5"
|
||||
},
|
||||
"ref": {
|
||||
"label": "Reference Code"
|
||||
},
|
||||
@@ -2342,7 +2350,7 @@
|
||||
},
|
||||
"aerialway/t-bar": {
|
||||
"name": "T-bar Lift",
|
||||
"terms": ""
|
||||
"terms": "tbar"
|
||||
},
|
||||
"aeroway/aerodrome": {
|
||||
"name": "Airport",
|
||||
|
||||
Reference in New Issue
Block a user