This page is used to create a valid GeoView style config from a WMS service to use them for a WFS service.
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}
}]
}]