Skip to content

Commit

Permalink
update doc due to added support of oereblex api version 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
michmuel committed Dec 16, 2024
1 parent 4c71517 commit b1f2bec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
10 changes: 5 additions & 5 deletions dev/config/pyramid_oereb.yml.mako
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ pyramid_oereb:
# not set it will assume that only one TOC page exists, and this can lead to wrong numbering in the TOC, which
# will be fixed by a second PDF extract call that has an impact on performance.
compute_toc_pages: false
# In order to skip the computation of the estimated number of TOC pages which might return an erroneous result
# for your setting, you can specify a default for the number of TOC pages. For most of the cantons the number of
# In order to skip the computation of the estimated number of TOC pages which might return an erroneous result
# for your setting, you can specify a default for the number of TOC pages. For most of the cantons the number of
# TOC pages is pretty constant unless a real estate is concerned by none or a huge number of restrictions.
# In both cases (computing an estimate or setting a default for the number of TOC pages) the exact number of TOC
# pages is extracted from the created PDF and if it differs from the expected value the PDF is created a second
# In both cases (computing an estimate or setting a default for the number of TOC pages) the exact number of TOC
# pages is extracted from the created PDF and if it differs from the expected value the PDF is created a second
# time with the correct page numbers.
# Note that if "compute_toc_pages" is set true the "expected_toc_length" is not taken into account.
expected_toc_length: 2
Expand Down Expand Up @@ -180,7 +180,7 @@ pyramid_oereb:
# OEREBlex host
host: https://oereblex.sg.ch
# geoLink schema version
version: 1.2.2
version: 1.2.5
# Pass schema version in URL
pass_version: true
# Enable/disable XML validation
Expand Down
8 changes: 6 additions & 2 deletions doc/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Changes/Hints for migration
This chapter will give you hints on how to handle version migration, in particular regarding what you may need
to adapt in your project configuration, database etc. when upgrading to a new version.

master
------
- 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.

Version 2.5.4
-------------
Feature and maintenance release:
Expand Down Expand Up @@ -104,7 +108,7 @@ Maintenance release:

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


Version 2.4.2
-------------
Expand Down Expand Up @@ -177,7 +181,7 @@ Version 2.2.4
-------------
New functionality for configuring tolerance (optional):

* Support tolerance per geometry type (#1603). See example definitions in the example project configuration file.
* Support tolerance per geometry type (#1603). See example definitions in the example project configuration file.
* Library updates (#1604)

.. _changes-version-2.2.3:
Expand Down

0 comments on commit b1f2bec

Please sign in to comment.