geonetwork / core-geonetwork

GeoNetwork is a catalog application to manage spatially referenced resources. It provides powerful metadata editing and search functions as well as an interactive web map viewer. It is currently used in numerous Spatial Data Infrastructure initiatives across the world.
http://geonetwork-opensource.org/
GNU General Public License v2.0
412 stars 487 forks source link

wfs download wizard does not detect relevant featuretype #3116

Open pvgenuchten opened 5 years ago

pvgenuchten commented 5 years ago

if metadata contains a wfs link, the relevant featuretype is not pre-selected on the layer-list.

image

Is it related to the fact that the featuretypes are prepended with a namespace url in curlies?

image

relevant metadata: https://vanilla.geocat.net/geonetwork/srv/eng/catalog.search#/metadata/02f0a3f1-f918-4e3c-b150-a7265ca8ee4a

jahow commented 5 years ago

I'm pretty sure https://github.com/geonetwork/core-geonetwork/pull/3100 fixes this... @cmangeat can you please confirm? Thanks

cmangeat commented 5 years ago

It should. Wfs protocol has also to be defined as a "layer" protocol in ui settings. It is not an enhancement but a bug.