Releases: 3liz/py-qgis-wps
Releases · 3liz/py-qgis-wps
1.8.6
- Merge pull request #38 from ptitjano/xml-element-warning
- Add advertised WCS/WFS urls in output Qgis project
- Fix Sample config (#32)
- Fix Qgis 3.30 supports
- Merge pull request #37 from ptitjano/wip/jfelder/complexinput-supportedformats
1.8.5
- Use quote format for layers parameter name in output urls
- Fix urlencoded parameters with space:
i.e: layers=foo%20bar
instead of layers=foo+bar
that
causes problem with Qgis server.
1.8.4
- PEP8 Code style
- Fix schemas in ogc api /processes description.
- Fix: load layer default styles with
loadDefaultStyle
1.8.3
Remove (temporary) pushrc to docker hub
1.8.2
- Fix packaging of html elements
- Was preventing alternate html link to work
(fix #29)
1.8.1
- Fix errors when handlings 'band' parameters
- Was preventing publishing
gdal
internal provider
- Replace calls to asyncio.get_event_loop()
1.8.0
- Add OpenAPI description
- Landing page as root location
- Optional server infos page (disabled by default)
- Deprecate apis in favor of ogc api:
- Deprecate
/status/
in favor of /jobs/<uuid>/status/
- Deprecate
/store/
in favor of /jobs/<uuid>/files
- Deprecate
/ui/
in favor of /jobs.html
Deprecated apis will be removed in 1.9
- Implement Job realm support
- Support for ogc processes open api
- Improve UOM validation
- Use of UCUM references for UOM
- Code cleaning
- Support options
DISABLE_GETPRINT
and TRUST_LAYER_METADATA
- Skip capabilities check for Qgis >= 3.26.1
1.7.0
- Refactorize access policy managment
- Add restart notification on provider changes
- Remove fakeredis dependency
- Use docker compose for tests