Bonjour,

Les requ�tes GetFeatureInfo aux couches WMS-v CLC (par ex. CLC_CHA18_BDD_WLD_WM_20190425 et les 4 ou 5 test�es) renvoient une erreur de styles non reconnus (alors qu'ils figurent bien dans les Capabilities) :

https://data.geopf.fr/wms-v/ows?SERV...7&I=1109&J=390

renvoie :

Code : S�lectionner tout - Visualiser dans une fen�tre � part
1
2
3
4
5
<ServiceExceptionReport version="1.3.0" xsi:schemaLocation="http://www.opengis.net/ogc https://data.geopf.fr/wms-v/schemas/wms/1.3.0/exceptions_1_3_0.xsd">
  <ServiceException>
    java.util.NoSuchElementException: No Style with name default-style-CLC_CHA18_BDD_WLD_WM_20190425 found for LayerGroup CLC_CHA18_BDD_WLD_WM_20190425 No Style with name default-style-CLC_CHA18_BDD_WLD_WM_20190425 found for LayerGroup CLC_CHA18_BDD_WLD_WM_20190425
  </ServiceException>
</ServiceExceptionReport>
alors que sans (demande de) style, cela renvoie bien :

Code : S�lectionner tout - Visualiser dans une fen�tre � part
1
2
3
4
5
6
7
8
<div class="geoportail-popup-content">
    <h5>Corine Land Cover<br>Changements 2012-2018</h5>
    <p>ID : <strong>FR-12513</strong></p>
    <p>CODE_12 : <strong>311 - For�ts de feuillus</strong></p>
    <p>CODE_18 : <strong>324 - For�t et v�g�tation arbustive en mutation</strong></p>
    <p>CHANGE : <strong>311-324</strong></p>
    <p>AREA_HA : <strong>41.691</strong></p>
</div>
Cordialement