DFO-Ocean-Navigator / Ocean-Data-Map-Project

The Ocean Navigator is an online tool that is used to help visualise scientific research data. a users guide is available at https://dfo-ocean-navigator.github.io/Ocean-Navigator-Manual/ and the tool is live at
http://navigator.oceansdata.ca
GNU General Public License v3.0
50 stars 20 forks source link

Fix subset panel API query #1172

Closed JustinElms closed 1 day ago

JustinElms commented 1 day ago

Background

The subset panel API query did not match the update API query format that was introduced when the Navigator migrated to FastAPI. This updates the query to the current query format so that the API Script option is now functional.

Checks