Skip to content

Commit 43323a8

Browse files
changset
1 parent 4db70c0 commit 43323a8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/amdb/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
### Patch Changes
66

7-
-
7+
- Create AMDB Module with complete feature typings and API request wrappers

packages/amdb/src/types/enums.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export enum FeatureType {
99
RunwayShoulder = 7,
1010
Stopway = 8,
1111
RunwayDisplacedArea = 9,
12-
/** Not provided */
12+
// Not provided
1313
// Clearway = 10,
1414
FinalApproachAndTakeoffArea = 11,
1515
TouchDownLiftOffArea = 12,
@@ -31,21 +31,21 @@ export enum FeatureType {
3131
VerticalPointStructure = 28,
3232
VerticalLineStructure = 29,
3333
ConstructionArea = 30,
34-
/** Not provided */
34+
// Not provided
3535
// SurveyControlPoint = 31,
36-
/** Not provided */
36+
// Not provided
3737
// Asle = 32,
3838
BlastPad = 33,
3939
ServiceRoad = 34,
4040
Water = 35,
4141
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
4343
// RunwayCenterlinePoint = 37,
44-
/** Not provided */
44+
// Not provided
4545
// ArrestingSystemLocation = 38,
46-
/** Not provided yet */
46+
// Not provided yet
4747
// AsrnEdge = 39
48-
/** Not provided yet */
48+
// Not provided yet
4949
// AsrnNode = 40
5050
}
5151

0 commit comments

Comments
 (0)