dataLayerGeojsonFhit
Technical Details¶
Synthetic Mean Areal Precipitation (MAP) stations, retrieved from the NovaStar database using Data Web services, are defined to represent the precipitation in an area. A secondary file contains features and their locations while a third file defines basins. A correlation is made between all features in a basin and the MAP station in the basin. The NovaScore from the MAP station is associated with all the features.
Configuration¶
The following parameters may be specified in the configuration file when defining a dataLayerGeojsonFhit layer.
Parameter | Example Value | Default | Description |
---|---|---|---|
id | "fhit" | required | Unique layer identifier. Used only for programming puposes and will not be seen by the user but MUST be unique. |
basins | ["map/overlay-layers/basins.geojson"] | required | Array of the basin filenames. |
class | "data-layer-geojson-fhit" | required | This specifies the class to use to display a data layer. |
clusterMarkers | false | true | Layers that have this set to true will use cluster markers that expand upon zooming in by the user. |
DWSType | "MeanArealPrecip" | required | Data type of output to use from data web services. |
fillOpacity | "0.3" | 0.3 | Opacity of the polygon fill color. |
label | "FHIT" | required | Label on menu checkbox. |
refresh | false | false | Layers that have this set to true will be updated every 5 minutes, or whatever the system-wide refresh interval is set to. |
stroke | true | false | Whether to include the polygon outline. |
titleString | "NAME" | none | Feature attribute to use to label the feature on the map. |
url | "map/overlay-layers/FHIT_withCHAMP.geojson" | required | File containing FHIT features. |
weight | 3 | 1 | Thickness of the polygon perimeter. |