Karim ROUANE HAIDA
on 3/16/26 at 12:15 PM

EDITUM : EVOLUTION SUSPENDUE SUITE AUX RETOURS UTILISATEURS

Bonjour,

À partir du 15 juin 2026, il ne sera plus possible, pour les utilisateur de la Géoplateforme, d’appeler plus de deux couches dans une même URL.
Cette limite, déjà en place sur les services WMS‑R publics et privés, s’applique désormais également aux services WMS‑V (public et privé) et WFS (public et privé).
Chaque utilisateur reste en mesure d’appeler autant de couches qu’il le souhaite, à condition que chaque requête URL ne mentionne pas plus de deux couches simultanément.

Exemple WFS devenant impossible :
https://data.geopf.fr/wfs?SERVICE=WFS&REQUEST=GetFeature&VERSION=2.0.0&TYPENAMES=bd_topo:commune,bdtopo:arrondissement,bd_topo:batiment&STARTINDEX=0&COUNT=5000&SRSNAME=urn:ogc:def:crs:EPSG::2154&BBOX=480793.24388375005219132,6916343.17151542566716671,501832.47943622444290668,6929616.98779421858489513,urn:ogc:def:crs:EPSG::2154


À remplacer par trois appels séparés :

https://data-qua.priv.geopf.fr/wfs?SERVICE=WFS&REQUEST=GetFeature&VERSION=2.0.0&TYPENAMES=bd_topo:commune&STARTINDEX=0&COUNT=5000&SRSNAME=urn:ogc:def:crs:EPSG::2154&BBOX=480793.24388375005219132,6916343.17151542566716671,501832.47943622444290668,6929616.98779421858489513,urn:ogc:def:crs:EPSG::2154
https://data-qua.priv.geopf.fr/wfs?SERVICE=WFS&REQUEST=GetFeature&VERSION=2.0.0&TYPENAMES=bd_topo:arrondissement&STARTINDEX=0&COUNT=5000&SRSNAME=urn:ogc:def:crs:EPSG::2154&BBOX=480793.24388375005219132,6916343.17151542566716671,501832.47943622444290668,6929616.98779421858489513,urn:ogc:def:crs:EPSG::2154
https://data-qua.priv.geopf.fr/wfs?SERVICE=WFS&REQUEST=GetFeature&VERSION=2.0.0&TYPENAMES=bd_topo:batiment&STARTINDEX=0&COUNT=5000&SRSNAME=urn:ogc:def:crs:EPSG::2154&BBOX=480793.24388375005219132,6916343.17151542566716671,501832.47943622444290668,6929616.98779421858489513,urn:ogc:def:crs:EPSG::2154

Exemple WMS‑V devenu impossible :
https://data.geopf.fr/wms-v/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&BBOX=903739.6133163747145%2C6228286.810032749549%2C922012.0152274196735%2C6242922.133849119768&CRS=EPSG%3A2154&WIDTH=1051&HEIGHT=841&LAYERS=BDTOPO-DIFF-RESEAU_ROUTIER%2CBDTOPO-DIFF-HYDROGRAPHIE%2CBDTOPO-DIFF-BATI&STYLES=%2C%2C&FORMAT=image%2Fpng&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi%3A96&TRANSPARENT=TRUE


À remplacer par trois appels :
https://data.geopf.fr/wms-v/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&BBOX=903739.6133163747145%2C6228286.810032749549%2C922012.0152274196735%2C6242922.133849119768&CRS=EPSG%3A2154&WIDTH=1051&HEIGHT=841&LAYERS=BDTOPO-DIFF-RESEAU_ROUTIER&STYLES=%2C%2C&FORMAT=image%2Fpng&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi%3A96&TRANSPARENT=TRUE

https://data.geopf.fr/wms-v/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&BBOX=903739.6133163747145%2C6228286.810032749549%2C922012.0152274196735%2C6242922.133849119768&CRS=EPSG%3A2154&WIDTH=1051&HEIGHT=841&LAYERS= BDTOPO-DIFF-HYDROGRAPHIE &STYLES=%2C%2C&FORMAT=image%2Fpng&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi%3A96&TRANSPARENT=TRUE
https://data.geopf.fr/wms-v/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&BBOX=903739.6133163747145%2C6228286.810032749549%2C922012.0152274196735%2C6242922.133849119768&CRS=EPSG%3A2154&WIDTH=1051&HEIGHT=841&LAYERS=BDTOPO-DIFF-BATI&STYLES=%2C%2C&FORMAT=image%2Fpng&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi%3A96&TRANSPARENT=TRUE 

Vous êtes donc invités à adapter vos appels à ces quatre API avant le 15 juin 2026 afin d’éviter toute rupture dans vos applications ou projets SIG.

Bonne journée

Karim