Bonjour,
depuis ce matin, mes recherches WFS sur le parcellaire retournent une exception :
Ma requête est la suivante :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11 <?xml version="1.0" encoding="UTF-8"?> <ows:ExceptionReport version="2.0.0" xsi:schemaLocation="http://www.opengis.net/ows/1.1 http://wxs.ign.fr/geoportail/schemas/ows/1.1.0/owsAll.xsd" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ows:Exception exceptionCode="NoApplicableCode"> <ows:ExceptionText>java.lang.RuntimeException: java.io.IOException: Schema &apos;http://wxs.ign.fr/datastore/ADRESSE-PREMIUM-BATI_BDD_WLD_WGS84_20170131:lien_adresse_bati&apos; does not exist. java.io.IOException: Schema &apos;http://wxs.ign.fr/datastore/ADRESSE-PREMIUM-BATI_BDD_WLD_WGS84_20170131:lien_adresse_bati&apos; does not exist. Schema &apos;http://wxs.ign.fr/datastore/ADRESSE-PREMIUM-BATI_BDD_WLD_WGS84_20170131:lien_adresse_bati&apos; does not exist.</ows:ExceptionText> </ows:Exception> </ows:ExceptionReport>
L'erreur mentionne la couche ADRESSE-PREMIUM-BATI_BDD_WLD_WGS84_2017013 que je ne consulte pourtant pas...
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8 <wfs:GetFeature xmlns:wfs="http://www.opengis.net/wfs/2.0" service="WFS" version="2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0.0/wfs.xsd"> <wfs:Query typeNames="BDPARCELLAIRE-VECTEUR_WLD_BDD_WGS84G:parcelle" srsName="EPSG:2154" xmlns:BDPARCELLAIRE-VECTEUR_WLD_BDD_WGS84G="http://wxs.ign.fr/datastore/BDPARCELLAIRE-VECTEUR_WLD_BDD_WGS84G"> <Filter xmlns="http://www.opengis.net/fes/2.0"> <Intersects><ValueReference>the_geom</ValueReference> <gml:Envelope xmlns:gml="http://www.opengis.net/gml/3.2" srsName="EPSG:2154"><gml:lowerCorner>631137.722354 6441842.879554</gml:lowerCorner><gml:upperCorner>632701.398076 6442949.531991</gml:upperCorner></gml:Envelope> </Intersects> </Filter></wfs:Query></wfs:GetFeature>
Quelqu'un aurait une idée ?
Merci
Partager