3liz / lizmap-web-client

Transfer a QGIS project on a server, Lizmap is providing the web interface to browse it
https://www.lizmap.com
Mozilla Public License 2.0
249 stars 141 forks source link

[Bug]: Change IGN urls #3591

Closed Gustry closed 7 months ago

Gustry commented 1 year ago

What is the bug?

Following the news in IGN website : https://geoservices.ign.fr/actualites/2023-01-23-geoplateforme

Les changements à prévoir Les URLs des Géoservices actuellement en "https://wxs.ign.fr/..." changeront pour un format en "https://data.geopf.fr/…".

Linked to https://github.com/3liz/lizmap-plugin/issues/471

===Edit=== Today, they have published this link as well comparing features and giving some end of life dates : https://geoservices.ign.fr/bascule-vers-la-geoplateforme

Steps to reproduce the issue

Follow the blog post

Versions

Not relevant

Check Lizmap plugin

QGIS server version, only if the section above doesn't mention the QGIS Server version

No response

Operating system

Not relevant

Browsers

Firefox

Browsers version

Not relevant

Relevant log output

No response

nworr commented 1 year ago

Additional information see : https://www.ign.fr/geoplateforme/debrief/accompagner-la-bascule-vers-la-geoplateforme

nworr commented 8 months ago

Made some tests this day (2023-10-27) some layers are not available

As explained in https://geoservices.ign.fr/services-geoplateforme-diffusion

Attention, les couches "Cartes IGN", "Plan IGN" seront disponibles fin Octobre.

summary with example URL :

IGN Layer Status URL
ORTHOIMAGERY.ORTHOPHOTOS sample
CADASTRALPARCELS.PARCELLAIRE_EXPRESS sample
GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2 sample
GEOGRAPHICALGRIDSYSTEMS.MAPS sample

Note : the sheet linked in the IGN page don't describe the "MAPS" layer

mdouchin commented 8 months ago

Thanks a lot for working on this subjet

nworr commented 8 months ago

Update : "Cartes" and "Plan" still not available

Attention, les couches "Cartes IGN", "Plan IGN" seront disponibles début Novembre.

nworr commented 8 months ago

GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2 is now ✅

Gustry commented 8 months ago

Thanks @nworr for checking, I have added Orthophoto and Plan by default in https://github.com/3liz/lizmap-plugin/pull/523

Gustry commented 7 months ago

There is also the builtin search address in LWC using the API : https://geoservices.ign.fr/documentation/services/services-geoplateforme/autocompletion We should check the JSON, but mainly change the URL which is used (and we do not need a key it seems now)

nworr commented 7 months ago

GEOGRAPHICALGRIDSYSTEMS.MAPS now available with authentification : sample with temporary key

nworr commented 7 months ago

Both branch (3.6 & 3.7) now use the "IGN geoplateforme" URLs. We still need to take a look to the IGN search feature see search.js

nworr commented 7 months ago

Search and WMS services are now using the "new" geoplateforme URL from IGN in 3.6, 3.7, and master branch