You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As estimation i would say 2 days. It seems fairly easy to make a single chart, but we should take in to account:
to make it generic
to test this feature with the different time intervals
there is probably some communication needed for the exact styling of this graph (cfr options like "linetension",..)
Some initial questions:
Can you inform me about how to use the getFeatureInfo service? Can i give a bbox of 2 times the point where was clicked? or does it need to be an enclosing bbox?
Is it possible to get multiple times in one request? or do we have to do really 24 requests (for the 24 different hours) for hmean? (this seems a lot and rather inefficient)
Currently, when clicking on a station, you get e.g. this:
When clicking in between stations, this pop-up generated via
L.WMS
is empty:Instead, the click-event could trigger a graph generation (concentration versus time) for
interval
:hmean
&24hmean
: last 24 hoursdmean
: 7 daysanmean
: 5 yearsExample
getFeatureInfo
:The text was updated successfully, but these errors were encountered: