Skip to content

Commit

Permalink
Add ProjectCostSurfacesPieceExporter to pieces-exporter module
Browse files Browse the repository at this point in the history
  • Loading branch information
yulia-bel committed Sep 21, 2023
1 parent 02f558e commit 8ed51e1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ import { ScenarioOutputFolderPieceExporter } from './scenario-output-folder.piec
import { ScenarioPlanningUnitsDataPieceExporter } from './scenario-planning-units-data.piece-exporter';
import { ScenarioProtectedAreasPieceExporter } from './scenario-protected-areas.piece-exporter';
import { ScenarioRunResultsPieceExporter } from './scenario-run-results.piece-exporter';
import {
ProjectCostSurfacesPieceExporter
} from "@marxan-geoprocessing/export/pieces-exporters/project-cost-surfaces.piece-exporter";

@Module({
imports: [
Expand All @@ -52,6 +55,7 @@ import { ScenarioRunResultsPieceExporter } from './scenario-run-results.piece-ex
ExportConfigProjectPieceExporter,
ExportConfigScenarioPieceExporter,
ProjectCustomFeaturesPieceExporter,
ProjectCostSurfacesPieceExporter,
PlanningAreaGadmPieceExporter,
PlanningAreaCustomPieceExporter,
PlanningAreaCustomGeojsonPieceExporter,
Expand Down

0 comments on commit 8ed51e1

Please sign in to comment.