dataLayerGeojsonPointDWSRepeater
Technical Details¶
DWS, a REST web service, retrieves data from the NovaStar database. Standard colors and behavior apply such as markers flashing for active alarms. The full path to the data web services data is created using configuration file parameters <WebServices.dataIP>/<WebServices.dataRootURI>/stationSummaries?forOperatorStationSummary=true&format=geojson
Configuration¶
The following parameters may be specified in the configuration file when defining a dataLayerGeojsonPointDWSRepeater layer.
Parameter | Example Value | Default | Description |
---|---|---|---|
id | "dwsRepeater" | required | Unique layer identifier. Used only for programming puposes and will not be seen by the user but MUST be unique. |
class | "data-layer-geojson-point-dws-repeater" | required | Specifies the class to use to display a data layer. |
dataType | "Alert2TxCount" | "Alert2TxCount" | Data type of interest. |
duration | "1Day" | "1Day" | Duration of interest. |
label | "Repeaters" | "DWS" | Label on menu checkbox. |
refresh | true | false | The data file will be updated every 5 minutes, or whatever the system-wide refresh interval is set to. |
statisticType | "Last" | "Last" | Statistic type of interest. |
url | stationSummaries.geojson | required | Data web services file |