mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Adding separate runway reference
This commit is contained in:
@@ -1043,6 +1043,11 @@ 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
|
||||
|
||||
@@ -1393,6 +1393,12 @@
|
||||
"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",
|
||||
|
||||
6
data/presets/fields/ref_runway.json
Normal file
6
data/presets/fields/ref_runway.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "ref",
|
||||
"type": "text",
|
||||
"label": "Runway Number",
|
||||
"placeholder": "e.g 01L/23R"
|
||||
}
|
||||
@@ -467,7 +467,7 @@
|
||||
"landing strip"
|
||||
],
|
||||
"fields": [
|
||||
"ref",
|
||||
"ref_runway",
|
||||
"surface",
|
||||
"length",
|
||||
"width"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"landing strip"
|
||||
],
|
||||
"fields": [
|
||||
"ref",
|
||||
"ref_runway",
|
||||
"surface",
|
||||
"length",
|
||||
"width"
|
||||
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -1949,6 +1949,10 @@
|
||||
"ref_route": {
|
||||
"label": "Route Number"
|
||||
},
|
||||
"ref_runway": {
|
||||
"label": "Runway Number",
|
||||
"placeholder": "e.g 01L/23R"
|
||||
},
|
||||
"ref_stop_position": {
|
||||
"label": "Stop Number"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user