All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add qsa-plugin, qsa-cli and doc: pblottiere#8
- Add raster layer support: pblottiere#9
- Add a CHANGELOG file: pblottiere#10
- Add basic badges in README: pblottiere#11
- Add qsa-cli stats command: pblottiere#13
- Add PostgreSQL support for storing QGIS projects: pblottiere#15
- Add doc for raster layer in sandbox: pblottiere#16
- Add basic support for raster style: pblottiere#17
- Add support for min/max settings in raster style: pblottiere#18
- CRS is now optional when adding a layer: pblottiere#19
- Manage optional CRS when MapProxy is enabled: pblottiere#20
- Optimize raster cache config: pblottiere#21
- Add PostGIS support for vector layers: pblottiere#22
- Add option to build overview if necessary: pblottiere#24
- Add QSA_LOGLEVEL environment variable: pblottiere#27
- Add check on epsg code validity: pblottiere#29
- Optimize MapProxy clear cache: pblottiere#31
- Homogenize gray band properties with red/green/blue: pblottiere#32
- Optimize min/max statistics computation: pblottiere#34
- Update QSA app to be used with a proper WSGI HTTP production server: pblottiere#38
- Add singleband pseudocolor renderer: pblottiere#39
- Use QGIS 3.38 in sandbox: pblottiere#41
- Add support for WMS TIME parameter: pblottiere#42
- Add gradient stops for singlebandpseudocolor renderer: pblottiere#43
- Adapt docs how to run tests: pblottiere#49
- Add /api/processing/raster/calculator entrypoint: pblottiere#45
- Add /api/processing/raster/histogram: pblottiere#52
- Activate legend in MapProxy configuration: pblottiere#53
- CI: add unit test without Postgres dependency: pblottiere#50
- Add MapProxy s3 cache support: pblottiere#55
- Move histogram computation in dedicated process: pblottiere#56
- Build 'dev' container image on push to 'main' branch: pblottiere#61
- Optimize project opening: pblottiere#58
- Add global try/except for requests: pblottiere#62
- Add badge for CI: pblottiere#63
- Fix projects in cache in qsa-plugin: pblottiere#12
- Fix docs: pblottiere#14
- Deactivate multithreading: pblottiere#23
- Fix get style for raster (and homogenize vector style): pblottiere#25
- Remove log in staticmethod: pblottiere#30
- Remove useless print in tests: pblottiere#54
- Support simple symbol properties for lines and polygons: pblottiere#1
- Add support for simple marker style: pblottiere#2
- API to create QGIS projects with vector layer and MapProxy cache