Skip to content

Releases: sitn/crdppf_core

v3.1.4 - bugfix for direct print of the PDF

07 Dec 13:50
de8ee0f
Compare
Choose a tag to compare

Fixes an incomplet condition which broke the direct print

v3.1.3 - New theme icons

03 Dec 13:50
79a7d25
Compare
Choose a tag to compare

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

16 Sep 13:24
dd3f0f9
Compare
Choose a tag to compare

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

26 May 15:28
1236d05
Compare
Choose a tag to compare

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

16 Apr 12:02
48c9e3a
Compare
Choose a tag to compare

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

06 Apr 12:48
a6c0bfb
Compare
Choose a tag to compare
  • Adds a parameter for the land register area attribut in the config_db.yaml

v2.9.3 - layer order fix

03 Apr 10:37
6d6fe65
Compare
Choose a tag to compare
  • 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

23 Mar 12:54
294e7ea
Compare
Choose a tag to compare

Fixed pyreproj version at 1.0.1

v2.9.1 - crdppf_core

19 Mar 13:55
ac7d4b7
Compare
Choose a tag to compare

this release contains a newer version of pyreproj
it also fixes the point display in the pdf extract

v2.9.0 - crdppf_core

29 Aug 12:34
bde311f
Compare
Choose a tag to compare

This release includes the pyramid_oereb version 1.5.0 and some layout fixes for the pdf extract.