Skip to content

Releases: 3liz/py-qgis-wps

1.8.6

13 Apr 13:33
9f7f919
Compare
Choose a tag to compare
  • 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

28 Mar 09:49
ca80af7
Compare
Choose a tag to compare
  • 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

16 Dec 20:15
e7b3508
Compare
Choose a tag to compare
  • PEP8 Code style
  • Fix schemas in ogc api /processes description.
  • Fix: load layer default styles with loadDefaultStyle

1.8.3

08 Dec 20:16
4ce796f
Compare
Choose a tag to compare
Remove (temporary) pushrc to docker hub

1.8.2

28 Sep 17:42
39d1857
Compare
Choose a tag to compare
  • Fix packaging of html elements
    • Was preventing alternate html link to work
      (fix #29)

1.8.1

27 Sep 09:07
0f4908d
Compare
Choose a tag to compare
  • Fix errors when handlings 'band' parameters
    • Was preventing publishing gdal internal provider
  • Replace calls to asyncio.get_event_loop()

1.8.0

19 Sep 18:38
96b03a4
Compare
Choose a tag to compare
  • 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

17 May 09:42
266bd5a
Compare
Choose a tag to compare
  • Refactorize access policy managment
  • Add restart notification on provider changes
  • Remove fakeredis dependency
  • Use docker compose for tests

1.6.7

02 Feb 14:07
4b9f52d
Compare
Choose a tag to compare