[Tile-serving] [openstreetmap/osm2pgsql] Release 1.9.0 - Release 1.9.0

Sarah Hoffmann notifications at github.com
Tue Aug 15 20:59:52 UTC 2023


This release brings three new major features:

* a new osm2pgsql_properties table that saves command line options and reuses them on updates
* a new database middle saves raw OSM data in JSONB format and is explicitly designed to be queried by the user
* the new (and still experimental) osm2pgsql-gen adds geometry generalization to osm2pgsql

Other changes include:

* cleanup of schema handling
* tile expiry output into database tables
* a new `spherical_area()` function for flex config files to calculate the area of a (multi)polygon on the sphere.
* when using the new database middle, the `--middle-with-nodes` option allows you to store all tagged nodes in the database (with their tags and location).
* several improvements to osm2pgsql-replication to make it more flexible and better tested (thanks to @amandasaurus  and @JakobMiksch)
* don't do multi-statement SQL queries to be compatible with the PgPool-II connection pooler.

Please note that this version drops support for implicit DB schema other than public. If you rely on implict user schemas or custom schema paths, you now must configure the schema to be used with the `--schema` option.

For more information on all new features and changes read the more extensive [release notes for 1.9.0](https://osm2pgsql.org/news/).

-- 
View it on GitHub:
https://github.com/openstreetmap/osm2pgsql/releases/tag/1.9.0
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/osm2pgsql/releases/117369530 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20230815/1f3c71b4/attachment-0001.htm>


More information about the Tile-serving mailing list