Releases: sitn/crdppf_core
v2.8.0 - crdppf_core
Python 3.x version of the project
v2.6.1 - Improved document naming
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
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
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
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
this should fix the 'buildin function' error when replacing the id of the real estate
v.2.2.2 - Cast fix
This release fixes a bug concatenating string and int
v2.2.1 - Adapted filename for PDF copy
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
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
This changes slightly the parel id handling, putting it into the session and thus works also fine for JU.