Skip to content

Commit

Permalink
feat: dem full entity defs (#108)
Browse files Browse the repository at this point in the history
* feat: dem full entity defs

* chore: lint super call
  • Loading branch information
alebinson authored Dec 2, 2021
1 parent 0c9d85c commit bcc8592
Show file tree
Hide file tree
Showing 5 changed files with 1,387 additions and 4 deletions.
25 changes: 25 additions & 0 deletions src/models/layerMetadata/decorators/property/tsTypes.decorator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,31 @@ export const TsTypes: Record<string, IDescribeTsType> = {
type: PropertiesTypes.ENUM,
importFromPackage: '@map-colonies/mc-model-types',
},
VERTICAL_DATUM: {
value: 'VerticalDatum',
type: PropertiesTypes.ENUM,
importFromPackage: '@map-colonies/mc-model-types',
},
UNITS: {
value: 'Units',
type: PropertiesTypes.ENUM,
importFromPackage: '@map-colonies/mc-model-types',
},
UNDULATION_MODEL: {
value: 'UndulationModel',
type: PropertiesTypes.ENUM,
importFromPackage: '@map-colonies/mc-model-types',
},
DATATYPE: {
value: 'DataType',
type: PropertiesTypes.ENUM,
importFromPackage: '@map-colonies/mc-model-types',
},
NO_DATA_VALUE: {
value: 'NoDataValue',
type: PropertiesTypes.ENUM,
importFromPackage: '@map-colonies/mc-model-types',
},
FIELDCATEGORY: {
value: 'FieldCategory',
type: PropertiesTypes.ENUM,
Expand Down
Loading

0 comments on commit bcc8592

Please sign in to comment.