Tags: MapcreatorIO/osm2pgsql
Tags
Release 0.92.0, a new stable branch Major changes since 0.90.0 are - PostgreSQL 9.1 + PostGIS 2.0 or later are now required, which has allowed performance improvements and cleanups - EPSG 3857 is now default. You can get the old behavior by manually specifying 900913 - Invlid geometries are re-checked for validity after buffering, instead of assuming GEOS returns a valid geom Other changes are - A new option to change the max bbox size at which polygons will expire all the tiles in them, not just the boundary - Behavior fixes for C transforms and tables with no columns - More numeric datatypes are allowed for table columns in C tagtransforms - Lua is now required by default - Code fixes, particularly replacement of C memory management
Tag 0.90.0-RC1 This release candiate is for a new stable series.
Release 0.88.1 This maintainance release fixes duplicates in the job queues for pending ways and relations, minor compiler errors, and updates memory usage documentation. The duplicates in job queues (osm2pgsql-dev#419) only impacted multithreaded updates and was not observed in most cases.
Release 0.88.0, a new stable branch If upgrading and using a database created with 0.86.0 or earlier, the schema migrations in docs/migrations.md are required. Major changes since 0.86.0 - Osm2pgsql is now C++ and requires the Boost libraries - A new backend has been added, the “multi” backend. This allows multiple tables which can each contain different types of features. More documentation is available at docs/multi.md - In-database pending way tracking has been replaced with in-memory tracking, offering significant performance gains. - Rendering tables are ordered by GeoHash when created, resulting in significant performance improvements. - z_logic has been improved, taking into account more recent work across multiple styles. - The node storage has been improved, and out of order nodes and nodes at 0,0 should now always be handled correctly - A new test suite with unit tests - Many bug-fixes
Tag 0.88.0-RC1 This release candiate is for a new stable series.
PreviousNext