Skip to content

Commit

Permalink
feat: adds missing webshot config for geo, remove copying
Browse files Browse the repository at this point in the history
  • Loading branch information
rubvalave committed Apr 1, 2022
1 parent 971acd7 commit bb2da08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 3 additions & 0 deletions api/apps/geoprocessing/config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"api": {
"url": "http://api:3000"
},
"webshot": {
"url": "http://webshot:3000"
},
"geo": {
"daemonListenPort": 3000
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,6 @@ export class ScenariosController {
example: 'e5c3b978-908c-49d3-b1e3-89727e9f999c',
})
@Get(':id/calibration/tiles/:blmValues/:z/:x/:y.mvt')
@ApiParam({
name: 'id',
description: 'scenario id',
type: String,
required: true,
example: 'e5c3b978-908c-49d3-b1e3-89727e9f999c',
})
@Get(':id/calibration/tiles/:blmValues/:z/:x/:y.mvt')
async getPlanningUnitsBlmValuesTiles(
@Param() tileRequest: ScenariosWithBlmValueRequest,
@Query() filters: ScenariosPUFilters,
Expand Down

0 comments on commit bb2da08

Please sign in to comment.