Skip to content

Commit

Permalink
fix: remove best entity and small raster fixes (#211)
Browse files Browse the repository at this point in the history
* fix: remove best and related entities

* fix: raster validations

* fix: no unused vars mostly in decorators

* chore: changed footprint type from GeoJSON to Polygon

* chore: removed unused GeoJSON import

---------

Co-authored-by: Shlomi Koncha <[email protected]>
Co-authored-by: Shlomi k <[email protected]>
  • Loading branch information
3 people authored Oct 3, 2024
1 parent 8ac43ee commit 4aaa04d
Show file tree
Hide file tree
Showing 11 changed files with 60 additions and 1,204 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
"extends": ["@map-colonies/eslint-config/jest", "@map-colonies/eslint-config/ts-base"],
"parserOptions": {
"project": "./tsconfig.lint.json"
},
"rules": {
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": ["off"]
}
}
1 change: 0 additions & 1 deletion src/models/common/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export * from '../layerMetadata/link';
export * from '../layerMetadata/discreteOrder';
export * from './decorators/graphQL/graphql.decorator';
export * from './decorators/graphQL/classGraphql.decorator';
export * from './interfaces/ormCatalog.interface';
Expand Down
Loading

0 comments on commit 4aaa04d

Please sign in to comment.