Skip to content

Commit

Permalink
fix: remove category footprint from 3d (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
alebinson authored Jun 29, 2021
1 parent 7ac6696 commit e277573
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/models/layerMetadata/layer3DMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,6 @@ export class Layer3DMetadata implements ILayer3DMetadata, IMetadataCommonModel {
@graphql({
nullable: true,
})
@fieldConfig({
category: FieldCategory.GEO_INFO,
})
//#endregion
public footprint: GeoJSON | undefined = undefined;

Expand Down

0 comments on commit e277573

Please sign in to comment.