Skip to content

Commit

Permalink
fix: remove layerPolygonParts from response
Browse files Browse the repository at this point in the history
  • Loading branch information
razbroc committed Nov 18, 2024
1 parent e352519 commit 855e8e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/createPackage/models/createPackageManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ export class CreatePackageManager {
});
try {
const record = await this.rasterCatalogManager.findLayer(job.internalId as string);
delete record.metadata.layerPolygonParts;
const featuresRecords = parseFeatureCollection(job.parameters.roi);

const metadataFileName = job.parameters.fileNamesTemplates.metadataURI;
Expand Down

0 comments on commit 855e8e3

Please sign in to comment.