-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(custom-pu-grid): custom pu grid geometry - api use case & events #527
feat(custom-pu-grid): custom pu grid geometry - api use case & events #527
Conversation
This pull request is being automatically deployed with Vercel (learn more). marxan – ./app🔍 Inspect: https://vercel.com/vizzuality1/marxan/9gXunuLDF8erRatZQ4dRQbZdKr9r marxan-storybook – ./app🔍 Inspect: https://vercel.com/vizzuality1/marxan-storybook/BFQEhuk5Q43tCrBmMpmMHAJyghUH |
96a813b
to
83896f4
Compare
83896f4
to
f0b616c
Compare
f0b616c
to
dec8932
Compare
dec8932
to
67bf745
Compare
67bf745
to
88e2787
Compare
1e3dbd2
to
b8af1e2
Compare
@@ -148,6 +151,29 @@ export class ProjectsController { | |||
return await this.projectsService.remove(id); | |||
} | |||
|
|||
@ApiConsumesShapefile({ withGeoJsonResponse: false }) | |||
@ApiOperation({ | |||
description: 'Upload shapefile for project-specific protected areas', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: 'Upload shapefile for project-specific protected areas', | |
description: 'Upload shapefile for project-specific planning unit grid', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in adddd0c
planning_unit_grid_shape
- feat(custom-pu-grid): set project grid shape once geometries were set #529