Releases: sitn/crdppf_core
v3.1.4 - bugfix for direct print of the PDF
v3.1.3 - New theme icons
this release adds:
- two new theme icons needed by JU
- a spinner while loading the UI to indicate the users that something is happening
v3.1.2 - Adding polluted military sites model
This release adds just the missing model definition for the polluted sites of the Swiss Army to the core.
v3.1.1 - Removing old libraries, latest pyramid_oereb version
This release changes the sqlalchemy binding removing the outdated sqlahelper library.
It also includes the latest version of pyramid_oereb: v1.7.4 and fixes a bug summing point objects of the same type.
v2.9.5 - Adding PDF render engine option
The release adds an option to choose the default PDF render engine to use.
This needs to be implemented adding the new variables in the yaml files of the specific cantonal part of the application (https://github.com/sitn/crdppf):
config_pdf.yaml.mako :
# Switch for the PDF render engine pyramid_oereb_mfp or crdppf_mfp
pdf_render_engine: ${pdf_renderer}
in the vars file for the make process:
# Render engine to use for the pdf extract: crdppf_mfp or pyramid_oereb_mfp
pdf_renderer: pyramid_oereb_mfp
v2.9.4 - adds the missing parameter for the land registry area
- Adds a parameter for the land register area attribut in the config_db.yaml
v2.9.3 - layer order fix
- Adds a sorting using the layerid inside every theme groupe of the interface and of the legend
v2.9.2 - crdppf_core with fixed pyreproj
Fixed pyreproj version at 1.0.1
v2.9.1 - crdppf_core
this release contains a newer version of pyreproj
it also fixes the point display in the pdf extract
v2.9.0 - crdppf_core
This release includes the pyramid_oereb version 1.5.0 and some layout fixes for the pdf extract.