Skip to content

Releases: sitn/crdppf_core

v2.8.0 - crdppf_core

04 Jul 12:25
1f78607
Compare
Choose a tag to compare

Python 3.x version of the project

v2.6.1 - Improved document naming

08 Jun 09:54
3aea564
Compare
Choose a tag to compare

This release solves an issue regarding the consistent extract file name. Now the file is renamed following the naming convention independant from the route (direct call or from the geoportal).

It also cleans up the code a bit.

crdppf_core 2.6.0 version - Pyramid_oereb 1.1.0 compatible

04 May 09:42
456300e
Compare
Choose a tag to compare

This release updates the dependencies to being pyramid_oereb 1.1.0 compatible, fixing the versions for:

  • GeoAlchemy2==0.4.2
  • SQLAlchemy==1.2.6
  • psycopg2==2.7.4
  • pyramid-debugtoolbar==4.4
  • simplejson==3.13.2
  • transaction==2.2.1
  • zope.sqlalchemy==1.0

it also excpects now, that the pyramid_oereb egg is included when building the application (https://github.com/sitn/crdppf/blob/master/setup.py#L11)

v2.5.2 - Makefile adaptions for linux

23 Jan 12:44
70037a6
Compare
Choose a tag to compare

This release mainly contains some adaptions in the CONST_makefile to be perfectly compatible with a linux environnement.
It also adds a variable to the config_pdf.yaml to set the buffer percentage around the real_estate in the WMS (map_buffer) and a variable to set a path to archive the produced pdf's.

v.2.2.6 - final version of buildout crdppf_core for JU

14 Dec 09:24
1b54ccf
Compare
Choose a tag to compare

This changes slightly the parcel id handling, putting it into the session and thus works also fine for JU.

This should be the last version of crdppf_core based on buildout. For 2.5.0 and further we will use MAKE.

v2.2.3 - Replacing id hand over

13 Dec 08:19
68ee156
Compare
Choose a tag to compare

this should fix the 'buildin function' error when replacing the id of the real estate

v.2.2.2 - Cast fix

12 Dec 14:25
2015c40
Compare
Choose a tag to compare

This release fixes a bug concatenating string and int

v2.2.1 - Adapted filename for PDF copy

12 Dec 12:33
c312e3e
Compare
Choose a tag to compare

This release adapts just the filename of the archive copy of the PDF by adding the id of the real estate.
it also extends the map window around the selected real estate a bit.

Core 2.2.0 with PDF archive

07 Dec 12:49
28951b5
Compare
Choose a tag to compare

This is the latest buildout crdppf_core version including now a possibility to archive a duplicata of the generated PDF somewhere on your infrastructure.

This release needs a new variable in the config_pdf.yaml.in file to configure where the PDF's should be copied to:
# Path to PDF extract archive folder - optional: if variable is ommited there will be no backup pdf_archive_path: Z:/my_archive_folder_name

v2.2.4 - Using session to pass parcel id for PDF copy

14 Dec 07:33
9729f1c
Compare
Choose a tag to compare

This changes slightly the parel id handling, putting it into the session and thus works also fine for JU.