Deltares / fews-web-oc

Delft-FEWS Web Operator Client
https://deltares.github.io/fews-web-oc/
GNU Affero General Public License v3.0
7 stars 5 forks source link

When invalid location string is passed all chart location series will be loaded by the browser #811

Open hvangeffen opened 7 months ago

hvangeffen commented 7 months ago

http://localhost:5173/topology/node/currents/oceanographic_currents_cmems/map/oceanographic_currents_cmems/location/CAN_BE_ANY_INVALID_STRING

image

hvangeffen commented 7 months ago

When random location string is used

https://rwsos-dataservices-ont.avi.deltares.nl/wqps/FewsWebServices/rest/fewspiservice/v1/filters/actions?locationIds=RANDOM_STRING&filterId=oceanographic_currents_cmems&useDisplayUnits=true&convertDatum=false

When location is correct

https://rwsos-dataservices-ont.avi.deltares.nl/wqps/FewsWebServices/rest/fewspiservice/v1/filters/actions?locationIds=E57d8_N25d3&filterId=oceanographic_currents_cmems&useDisplayUnits=true&convertDatum=false

Probably fix in the backend or check if each item has the correct locationId: image

hvangeffen commented 7 months ago

Will be fixed in: https://issuetracker.deltares.nl/browse/DWO-717