EOFarm / geoportal.ypen.gr

0 stars 0 forks source link

WFS add to map #15

Open kalxas opened 2 years ago

kalxas commented 2 years ago

Add to map fails to work with WFS 2.0 as predefined URL:

image

kalxas commented 2 years ago

Still fails with the new setup:

image

kalxas commented 2 years ago

The WFS GetCapabilities is called from the map application without a problem using the WFS 1.1.0 version. It seems that the map client is not aware of the feature type name to use in order to add the layer to the map.

image

image

kalxas commented 2 years ago

When trying adding the WFS layer manually the following error occurs:

image

kalxas commented 2 years ago

Relative discussion: https://github.com/geonetwork/core-geonetwork/issues/1740#issuecomment-271542325

grigoriouelena commented 2 years ago

When trying adding the WFS layer manually the following error occurs:

image

As described, the wfs responds to the GetCapabilities request sent by geonetwork. When the global service is called, the layers appear on the map an are present in the layers list, regardless of the presence of the map projection error. When the virtual service is called, the map projection error is there, the layer appears in the layers list but not on the map. image

ndevilleBE commented 2 months ago

Dear @kalxas, Any update on this issue? I'm also having problem with the 'Add to map' button for the WFS service and can't figure out the problem. I don't know if it is a bug or if I mistakenly describe my service layer. Thanks!

When trying adding the WFS layer manually the following error occurs:

image