The following code snippet shows a fix added in SweApi to make an initial observation request when a new datasource is created. The same needs to be added to ConSysApi
|
if (this.streamObject && this.streamObject.searchObservations) { |
|
this.scheduleFetchLatestObservations(); |
|
} |
The following code snippet shows a fix added in SweApi to make an initial observation request when a new datasource is created. The same needs to be added to ConSysApi
osh-js/source/core/datasource/sweapi/context/SweApi.realtime.context.js
Lines 177 to 179 in c9813ff