← Back to Main

WFS Renderer Style Configuration Demo

This page is used to create a valid GeoView style config from a WMS service to use them for a WFS service.

Configuration Options

WMS associated with the WFS to read the styles from
The layers

The GetStyles response from the WMS which will be used to create the Geoview style:

Geoview Output Style Configuration:

The resulting configuration can be used to set a layer's "layerStyle" property.
Example:

                
'listOfGeoviewLayerConfig': [{
  'geoviewLayerId': 'M6QU5DFK9PY3U',
  "metadataAccessPath": "https://qgis-stage.cdtk.geogc.ca/ows/nrcan/GSC_Seismic_Reflection_en",
  "geoviewLayerType": "ogcWfs",
  "listOfLayerEntryConfig": [{
    "layerId": pacific,
    "layerStyle": {OUTPUT STYLE CONFIG HERE}
  }]
}]