Skip to content

Commit

Permalink
⚡️(opendata) fix coordonneesXY field case output
Browse files Browse the repository at this point in the history
We now force our own case.
  • Loading branch information
jmaupetit committed Sep 9, 2024
1 parent ea80e27 commit 2e640f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/opendata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to
### Fixed

- Improve Enum representation to fit with the statique schema
- Force `coordonneesXY` case in export

### Added

Expand Down
2 changes: 1 addition & 1 deletion src/opendata/data7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ default:
ImplantationStation.output AS implantation_station,
Localisation.adresse_station,
Localisation.code_insee_commune,
ST_AsGeoJSON (Localisation."coordonneesXY")::json -> 'coordinates' AS coordonneesXY,
ST_AsGeoJSON (Localisation."coordonneesXY")::json -> 'coordinates' AS "coordonneesXY",
Station.nbre_pdc,
PointDeCharge.id_pdc_itinerance,
PointDeCharge.id_pdc_local,
Expand Down

0 comments on commit 2e640f2

Please sign in to comment.