Skip to content

Commit

Permalink
get rid of mocks and update brazil demo
Browse files Browse the repository at this point in the history
  • Loading branch information
aagm committed Aug 16, 2021
1 parent 0ccdd98 commit c2ea41b
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 1,855 deletions.
4 changes: 2 additions & 2 deletions api/apps/api/src/modules/scenarios/scenarios.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export class ScenariosController {
name: 'id',
description: 'Scenario id',
type: String,
required: false,
required: true,
example: 'e5c3b978-908c-49d3-b1e3-89727e9f999c',
})
@ApiParam({
Expand Down Expand Up @@ -172,7 +172,7 @@ export class ScenariosController {
'one of `protection`, `lock-status`, `features`, `cost`, `results`',
type: Array,
required: false,
example: 35,
example: 'protection',
})
@Get(':id/planning-units/tiles/:z/:x/:y.mvt')
async proxyProtectedAreaTile(
Expand Down
Loading

0 comments on commit c2ea41b

Please sign in to comment.