Skip to content

Commit de30714

Browse files
authored
Merge pull request #2082 from openoereb/update-change-log-pr-2081
update change log due to added support of oereblex api version 1.2.5
2 parents 948dfe4 + b1f2bec commit de30714

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Notes:
55
------
66
- This python package specifies the version numbers only of directly imported python packages. This approach may result in a build failure of older versions of the project if incompatibilities arise between imported packages over time. The build process of the master branch is regularly tested in an automatic process.
77

8+
master
9+
------
10+
- Support Oereblex API version 1.2.5 via geolink-formatter 2.0.6 (#2081)
11+
812
2.5.4
913
-----
1014
- New parameter default_toc_length to define a default table of content pages number (#2042)

dev/config/pyramid_oereb.yml.mako

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ pyramid_oereb:
8989
# not set it will assume that only one TOC page exists, and this can lead to wrong numbering in the TOC, which
9090
# will be fixed by a second PDF extract call that has an impact on performance.
9191
compute_toc_pages: false
92-
# In order to skip the computation of the estimated number of TOC pages which might return an erroneous result
93-
# for your setting, you can specify a default for the number of TOC pages. For most of the cantons the number of
92+
# In order to skip the computation of the estimated number of TOC pages which might return an erroneous result
93+
# for your setting, you can specify a default for the number of TOC pages. For most of the cantons the number of
9494
# TOC pages is pretty constant unless a real estate is concerned by none or a huge number of restrictions.
95-
# In both cases (computing an estimate or setting a default for the number of TOC pages) the exact number of TOC
96-
# pages is extracted from the created PDF and if it differs from the expected value the PDF is created a second
95+
# In both cases (computing an estimate or setting a default for the number of TOC pages) the exact number of TOC
96+
# pages is extracted from the created PDF and if it differs from the expected value the PDF is created a second
9797
# time with the correct page numbers.
9898
# Note that if "compute_toc_pages" is set true the "expected_toc_length" is not taken into account.
9999
expected_toc_length: 2
@@ -180,7 +180,7 @@ pyramid_oereb:
180180
# OEREBlex host
181181
host: https://oereblex.sg.ch
182182
# geoLink schema version
183-
version: 1.2.2
183+
version: 1.2.5
184184
# Pass schema version in URL
185185
pass_version: true
186186
# Enable/disable XML validation

doc/source/changes.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Changes/Hints for migration
66
This chapter will give you hints on how to handle version migration, in particular regarding what you may need
77
to adapt in your project configuration, database etc. when upgrading to a new version.
88

9+
master
10+
------
11+
- Support of Oereblex API version 1.2.5 via geolink-formatter 2.0.6 added (#2081). The oereblex schema version that is used to download oereblex xmls can be set in the file pyramid_oereb.yaml.
12+
913
Version 2.5.4
1014
-------------
1115
Feature and maintenance release:
@@ -104,7 +108,7 @@ Maintenance release:
104108

105109
* Add support for newest oereblex API (via geolink-formatter, #1703)
106110
* Various minor library upgrades (SQLAlchemy, geoalchemy, psycopg2, pypdf)
107-
111+
108112

109113
Version 2.4.2
110114
-------------
@@ -177,7 +181,7 @@ Version 2.2.4
177181
-------------
178182
New functionality for configuring tolerance (optional):
179183

180-
* Support tolerance per geometry type (#1603). See example definitions in the example project configuration file.
184+
* Support tolerance per geometry type (#1603). See example definitions in the example project configuration file.
181185
* Library updates (#1604)
182186

183187
.. _changes-version-2.2.3:

0 commit comments

Comments
 (0)