Skip to content

Commit

Permalink
Added field to WFS server
Browse files Browse the repository at this point in the history
  • Loading branch information
niconoe committed Mar 25, 2024
1 parent b17ee3d commit 792c964
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.7.2 (2024-03-25)

- WFS server: the (internal) species_id field is now available

# v1.7.1 (2024-03-25)

- Improvements to the WFS server, following user feedback (https://github.com/riparias/gbif-alert/issues/268)
Expand Down
1 change: 1 addition & 0 deletions dashboard/views/public_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ class ObservationsWFSView(WFSView):
"location",
"gbif_id",
"stable_id",
"species_id",
field(
"species_gbif_key",
model_attribute="species",
Expand Down

0 comments on commit 792c964

Please sign in to comment.