jonathan-geoseer
jonathan-geoseer
Thanks for the clarification. I was basing it coming from this doc originally: https://www.mapserver.org/ogc/wcs_server.html > Multi-language support > Part of the INSPIRE download service support is the support for multi-lingual...
Good catch! The INSPIRE use of `AcceptLanguages` is explicitly meant to be the OGC implemention: > WCS 2.0 services that are more than trivially conformant to the language handling functionality...
Investigating further, it seems like everyone just ignores it and uses the default in such cases: ArcGIS: https://gis.kraj-jihocesky.gov.cz/arcgis/services/DMVS_upd/UP_Strasice/MapServer/WmsServer?request=GetCapabilities&service=WMS&version=1.3.0&ACCEPTLANGUAGES=ko GeoServer: https://demo.geo-solutions.it/geoserver/ows?service=wms&version=1.3.0&request=GetCapabilities&ACCEPTLANGUAGES=ko QGIS: https://geoservices.buergernetz.bz.it/qgis?request=GetCapabilities&service=WMS&version=1.3.0&ACCEPTLANGUAGES=ko Deegree: https://geoportal.kreis-lup.de/deegree/services/sozialpflege_sn_wms?request=GetCapabilities&service=WMS&version=1.3.0&ACCEPTLANGUAGES=ko None return an exception; all are...
I have no idea how to make it a top level item, sorry. I'm not a QGIS coder. I'd suggest it should only be in one place; having something in...
> What issues are you seeing? Five of the answers use a combination of `shapely.ops.transform`, `pyproj.transform`, and `partial` - This is what I used to use, but upon upgrading the...