Merge pull request #4217 from openstreetmap/runway_ref

Add custom references for runway and taxiway, improve searchability
This commit is contained in:
Bryan Housel
2017-08-05 12:03:10 -04:00
committed by GitHub
10 changed files with 62 additions and 9 deletions
+11
View File
@@ -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=*
+12
View File
@@ -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",
+6
View File
@@ -0,0 +1,6 @@
{
"key": "ref",
"type": "text",
"label": "Runway Number",
"placeholder": "e.g 01L/23R"
}
+6
View File
@@ -0,0 +1,6 @@
{
"key": "ref",
"type": "text",
"label": "Taxiway Name",
"placeholder": "e.g A5"
}
+9 -4
View File
@@ -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": {
+4 -2
View File
@@ -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"
},
+1 -1
View File
@@ -7,7 +7,7 @@
"landing strip"
],
"fields": [
"ref",
"ref_runway",
"surface",
"length",
"width"
+1 -1
View File
@@ -3,7 +3,7 @@
"line"
],
"fields": [
"ref",
"ref_taxiway",
"surface"
],
"tags": {
+9 -1
View File
@@ -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",