Add forgotten offset parameter to DataStream's searchObservations() method
Allow specification of page offset in collection requests.
Fixed DataStream stream connector using MQTT shared property.
- Uncomment
obsFormatinparseDataBlock()which broke live data streams.
- Add headers to collection requests made using the Connected Systems API. This fixes authentication issues when collection requests are made.
- Fixed command and command status collection parsing.
- Corrected
ObservationFilterto use accurate default query parameters according to OGC API - Connected Systems specification.
- Added Jest for unit testing.
- Added control stream and data stream collection tests.
Added addImageOverlay() method to LeafletView for adding image overlay onto Leaflet map.
Refactored SWE API code to use naming conventions, query parameters, and correct paths of newer OGC API - Connected Systems standard. OGC API - Connected Systems is the newest, OGC compliant version of the old Sensor Web Enablement (SWE) API.