Skip to content

Commit

Permalink
Add csv.gz format as table resource (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
maudetes authored Dec 4, 2024
1 parent 1ab7a80 commit 1583554
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Add geo specific display on OGC service resources [#609](https://github.com/datagouv/udata-front/pull/609)
- Add dataservices.csv route [#612](https://github.com/datagouv/udata-front/pull/612)
- Add csv.gz format as table resource [617](https://github.com/datagouv/udata-front/pull/617)

## 6.0.5 (2024-11-29)

Expand Down
1 change: 1 addition & 0 deletions udata_front/theme/gouvfr/datagouv-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Current (in progress)

- Add geo specific display on OGC service resources [#609](https://github.com/datagouv/udata-front/pull/609)
- Add csv.gz format as table resource [617](https://github.com/datagouv/udata-front/pull/617)

## 2.0.2 (2024-11-19)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export function getResourceFormatIconSvg(resource: Resource): string | null {
case 'xls':
case 'xlsx':
case 'parquet':
case 'csv.gz':
return table;
case 'geojson':
return map;
Expand Down

0 comments on commit 1583554

Please sign in to comment.