georchestra / sdi-consistence-check

A project to check links between data and metadata in a SDI
GNU General Public License v3.0
4 stars 3 forks source link

Implement WMS GetMap and WFS GetFeature on layers #52

Open gryckelynck opened 5 years ago

gryckelynck commented 5 years ago

I run sdi-consistence-checker with this command line:

python checker.py --only-err --mode WMS --server https://www.geograndest.fr/geoserver/cd67/wms > results/wms-cd67.txt

I get in repport :

No ~/.sdichecker file found, skipping credentials definition.

0

Layer: CD67_CANTONS_2015_CC48 OK

But in Geoserver layer doesn't work. I get this return:

<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE ServiceExceptionReport SYSTEM "https://www.geograndest.fr/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd"><ServiceExceptionReport version="1.1.1" >   <ServiceException>
      The requested Style can not be used with this layer.  The style specifies an attribute of NOM_DU_CAN and the layer is: cd67:CD67_CANTONS_2015_CC48
</ServiceException></ServiceExceptionReport>

What test is realised on WMS layer?

MaelREBOUX commented 5 years ago

Is it the famous problem wich need a patch or update for GeoServer ? @pmauduit ?

fvanderbiest commented 3 years ago

Hi @gryckelynck There is currently no WMS GetMap or WFS GetFeature operation performed on the service so far. It would be a great addition though !

fvanderbiest commented 3 years ago

Partially implemented by #51