Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

time series selected via List selection does not work #51

Open
CarstenHollmann opened this issue Nov 8, 2019 · 0 comments
Open

time series selected via List selection does not work #51

CarstenHollmann opened this issue Nov 8, 2019 · 0 comments
Labels

Comments

@CarstenHollmann
Copy link

If you select a time series via List selection in Helgoland 2.0 with REST-API version 2.0.0-alpha.x, Helogland executes another request than selecting the time series via the map view.

Map view query (valid):
https://nexos.demo.52north.org/52n-sos-bsh-webapp/api/timeseries/71?lang=en&locale=en

List selection query (invalid):
https://nexos.demo.52north.org/52n-sos-bsh-webapp/api/timeseries/quantity_71?lang=en&locale=en

Querying the /timeseries endpoint would only require the number, here 71 (Map view query).

While querying the /dataset endpoint quantity_71 is required:

https://nexos.demo.52north.org/52n-sos-bsh-webapp/api/datasets/quantity_71?lang=en&locale=en

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant