Skip to content

Commit 1c750a6

Browse files
author
cnouguier
committed
wip: The states of the hydro stations are not managed properly #32
1 parent 625839f commit 1c750a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jobfile-hydro-observations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ let processData = (options) => {
8282
type: 'Feature',
8383
time: timeObs.toISOString(),
8484
grandeur_hydro: obs.grandeur_hydro,
85-
en_service: true,
8685
geometry: station.geometry,
8786
properties: {
8887
name: station.name,
8988
code_station: "#"+obs.code_station,
89+
en_service: true,
9090
[obs.grandeur_hydro]: obs.resultat_obs / 1000
9191
}
9292
}

0 commit comments

Comments
 (0)