Description
The search object is a reference to a corresponding WFS-service on a WMS layer.
It is used in various places like filters and attribute table.
At the moment the typename is assumed to be identical to the layer-name of the WMS.
this assumption is not always correct and so for some layers, having a corresponding wfs is impossible.
We lack a seperate typename in the searchObject.
Example
{
"name": "pdk:theme_pdk_lokalplandelomraade_vedtaget",
"type": "wms",
"url": "https://geoserver1.plandata.dk/geoserver/wms",
"search": {
"url": "https://geoserver2.plandata.dk/geoserver/wfs",
"type": "wfs",
"typeName": "pdk:lokalplandelomraade"
},
...
}
Acceptance criteria
- separate typename in layer.search.typeName
- used in every place the layers wfs is used
- gui to edit the url and typename
mockup

Description
The search object is a reference to a corresponding WFS-service on a WMS layer.
It is used in various places like filters and attribute table.
At the moment the typename is assumed to be identical to the layer-name of the WMS.
this assumption is not always correct and so for some layers, having a corresponding wfs is impossible.
We lack a seperate typename in the searchObject.
Example
{ "name": "pdk:theme_pdk_lokalplandelomraade_vedtaget", "type": "wms", "url": "https://geoserver1.plandata.dk/geoserver/wms", "search": { "url": "https://geoserver2.plandata.dk/geoserver/wfs", "type": "wfs", "typeName": "pdk:lokalplandelomraade" }, ... }Acceptance criteria
mockup