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 Python files after installation of dependencies in Dockerfile : #68
- Add basic cache entrypoints : #74
- Add data type and band counts metadata for raster layers : #80
- Always create parent directory for internal sqlite database : #73
- Clear MapProxy legends cache : #78
- Add qsa-plugin, qsa-cli and doc: #8
- Add raster layer support: #9
- Add a CHANGELOG file: #10
- Add basic badges in README: #11
- Add qsa-cli stats command: #13
- Add PostgreSQL support for storing QGIS projects: #15
- Add doc for raster layer in sandbox: #16
- Add basic support for raster style: #17
- Add support for min/max settings in raster style: #18
- CRS is now optional when adding a layer: #19
- Manage optional CRS when MapProxy is enabled: #20
- Optimize raster cache config: #21
- Add PostGIS support for vector layers: #22
- Add option to build overview if necessary: #24
- Add QSA_LOGLEVEL environment variable: #27
- Add check on epsg code validity: #29
- Optimize MapProxy clear cache: #31
- Homogenize gray band properties with red/green/blue: #32
- Optimize min/max statistics computation: #34
- Update QSA app to be used with a proper WSGI HTTP production server: #38
- Add singleband pseudocolor renderer: #39
- Use QGIS 3.38 in sandbox: #41
- Add support for WMS TIME parameter: #42
- Add gradient stops for singlebandpseudocolor renderer: #43
- Adapt docs how to run tests: #49
- Add /api/processing/raster/calculator entrypoint: #45
- Add /api/processing/raster/histogram: #52
- Activate legend in MapProxy configuration: #53
- CI: add unit test without Postgres dependency: #50
- Add MapProxy s3 cache support: #55
- Move histogram computation in dedicated process: #56
- Build 'dev' container image on push to 'main' branch: #61
- Optimize project opening: #58
- Add global try/except for requests: #62
- Add badge for CI: #63
- Fix projects in cache in qsa-plugin: #12
- Fix docs: #14
- Deactivate multithreading: #23
- Fix get style for raster (and homogenize vector style): #25
- Remove log in staticmethod: #30
- Remove useless print in tests: #54
- API to create QGIS projects with vector layer and MapProxy cache