File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Patch Changes
6
6
7
- -
7
+ - Create AMDB Module with complete feature typings and API request wrappers
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export enum FeatureType {
9
9
RunwayShoulder = 7 ,
10
10
Stopway = 8 ,
11
11
RunwayDisplacedArea = 9 ,
12
- /** Not provided */
12
+ // Not provided
13
13
// Clearway = 10,
14
14
FinalApproachAndTakeoffArea = 11 ,
15
15
TouchDownLiftOffArea = 12 ,
@@ -31,21 +31,21 @@ export enum FeatureType {
31
31
VerticalPointStructure = 28 ,
32
32
VerticalLineStructure = 29 ,
33
33
ConstructionArea = 30 ,
34
- /** Not provided */
34
+ // Not provided
35
35
// SurveyControlPoint = 31,
36
- /** Not provided */
36
+ // Not provided
37
37
// Asle = 32,
38
38
BlastPad = 33 ,
39
39
ServiceRoad = 34 ,
40
40
Water = 35 ,
41
41
Hotspot = 37 , // Our data has 37 as the feattype for hotspot, although the ER-009 spec says it should be 36
42
- /** Not provided */
42
+ // Not provided
43
43
// RunwayCenterlinePoint = 37,
44
- /** Not provided */
44
+ // Not provided
45
45
// ArrestingSystemLocation = 38,
46
- /** Not provided yet */
46
+ // Not provided yet
47
47
// AsrnEdge = 39
48
- /** Not provided yet */
48
+ // Not provided yet
49
49
// AsrnNode = 40
50
50
}
51
51
You can’t perform that action at this time.
0 commit comments