Up to [cvs.NetBSD.org] / pkgsrc / geography / osm2pgsql
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.43 / (download) - annotate - [select for diffs], Wed Nov 8 13:19:25 2023 UTC (3 weeks ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.42: +2 -2
lines
Diff to previous 1.42 (colored)
*: recursive bump for icu 74.1
Revision 1.42 / (download) - annotate - [select for diffs], Tue Oct 24 22:09:20 2023 UTC (5 weeks, 1 day ago) by wiz
Branch: MAIN
Changes since 1.41: +2 -2
lines
Diff to previous 1.41 (colored)
*: bump for openssl 3
Revision 1.41 / (download) - annotate - [select for diffs], Sat Oct 21 17:10:20 2023 UTC (5 weeks, 4 days ago) by gdt
Branch: MAIN
Changes since 1.40: +2 -2
lines
Diff to previous 1.40 (colored)
recursive revbump for tiff update
Revision 1.40 / (download) - annotate - [select for diffs], Sun Apr 23 14:26:20 2023 UTC (7 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Changes since 1.39: +2 -2
lines
Diff to previous 1.39 (colored)
revbump for boost
Revision 1.39 / (download) - annotate - [select for diffs], Wed Apr 19 08:10:14 2023 UTC (7 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.38: +2 -2
lines
Diff to previous 1.38 (colored)
revbump after textproc/icu update
Revision 1.38 / (download) - annotate - [select for diffs], Sun Jan 22 16:28:27 2023 UTC (10 months, 1 week ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
*: Recursive revbump from Boost 1.81.0
Revision 1.37 / (download) - annotate - [select for diffs], Tue Jan 3 17:37:14 2023 UTC (10 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
*: recursive bump for tiff shlib major bump
Revision 1.36 / (download) - annotate - [select for diffs], Sun Nov 27 13:55:51 2022 UTC (12 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
geography/proj: recursive revbump
Revision 1.35 / (download) - annotate - [select for diffs], Wed Nov 23 16:20:12 2022 UTC (12 months ago) by adam
Branch: MAIN
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
massive revision bump after textproc/icu update
Revision 1.34 / (download) - annotate - [select for diffs], Mon Apr 18 19:11:13 2022 UTC (19 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
revbump for textproc/icu update
Revision 1.33 / (download) - annotate - [select for diffs], Mon Jan 10 01:46:32 2022 UTC (22 months, 2 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
*: Recursive revbump from boost 1.78.0
Revision 1.32 / (download) - annotate - [select for diffs], Wed Dec 8 16:04:46 2021 UTC (23 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
revbump for icu and libffi
Revision 1.31 / (download) - annotate - [select for diffs], Wed Sep 29 19:00:42 2021 UTC (2 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.30: +2 -1
lines
Diff to previous 1.30 (colored)
revbump for boost-libs
Revision 1.30 / (download) - annotate - [select for diffs], Wed Apr 21 16:56:44 2021 UTC (2 years, 7 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.29: +5 -3
lines
Diff to previous 1.29 (colored)
geography/osm2pgsql: Update to 1.3.0 Upstream changes: 1.3.0: This release introduces the new "flex" output. It allows a more flexible definition of output tables and columns. It also adds a second stage of processing which makes it possible to get information from relations to their members, allowing, for instance, to render tags from bicycle route relations on their member ways. The "flex" output is configured through Lua scripts. The flex output is currently still marked as experimental, because it is new and we want to collect feedback from the community before finalizing the API. But it already works well and users are encouraged to try it out. Some new features are only or will only be available in the flex output and we expect that it will replace the other outputs in the long term. Some features have been marked as deprecated: The "multi" output will be removed in a future version of osm2pgsql. If you are using the multi output, switch to the flex output now and tell us if you have any problems. When the input file uses negative OSM object IDs a warning is now generated. Negative IDs never worked correctly for all use cases. Future versions of osm2pgsql will not allow negative IDs at all. Use "osmium renumber" to get rid of the negative IDs. Input files that are not ordered generate a warning. Future versions of osm2pgsql will not work any more with unordered files. If you have unordered files use "osmium sort" to order them. Further changes: The multi output now looks for lua script relative to the style.json file. This is a breaking change. Users might have to change the file names of their lua scripts in the style files. Use the fmt library for formatting strings now instead of a mixture of boost::format and hand-written mechanisms. A version of fmt is included in the contrib directory. Make PROJ library optional. If the proj library cannot be found by cmake, do not offer the option to use arbitrary projections. Only WGS84 and WebMercator are supported then. Don't use ST_GeoHash for ordering tables by geometry on Postgis >= 2.4. Instead use the default ordering which works better now. Fix: Always print correct relations count and more correct count per seconds when showing processing stats. Fix: If a function run in the thread pool throws an exception, this exception was never "collected", it was silently ignored. This meant that some errors, especially in communication with the database, were not detected correctly. The dependency management, the part of the code which tracks which changes in the OSM data trigger which changes in the outputs, was reorganized making in much cleaner and removing the last remnants of code written to support "old style" multipolygons. Tests have been moved to the Catch framework, extended and the regression tests have been reorganised, so they can run independently of each other. A lot of code was cleaned up, modernized, made more robust, and sometimes removed. 1.2.2: This release only updates the bundled version of libosmium. The new version 2.15.6 fixes an issue where complicated multipolygons make osm2pgsql hang.
Revision 1.29 / (download) - annotate - [select for diffs], Wed Apr 21 13:24:45 2021 UTC (2 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
revbump for boost-libs
Revision 1.28 / (download) - annotate - [select for diffs], Wed Apr 21 11:41:48 2021 UTC (2 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
revbump for textproc/icu
Revision 1.27 / (download) - annotate - [select for diffs], Fri Jan 1 08:24:44 2021 UTC (2 years, 10 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
*: Recursive revbump from boost-1.75.0
Revision 1.26 / (download) - annotate - [select for diffs], Thu Nov 5 09:08:17 2020 UTC (3 years ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
*: Recursive revbump from textproc/icu-68.1
Revision 1.25 / (download) - annotate - [select for diffs], Tue Jun 2 08:23:58 2020 UTC (3 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Revbump for icu
Revision 1.24 / (download) - annotate - [select for diffs], Wed May 6 14:04:36 2020 UTC (3 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
revbump after boost update
Revision 1.23 / (download) - annotate - [select for diffs], Sun Apr 12 08:28:46 2020 UTC (3 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.22: +2 -1
lines
Diff to previous 1.22 (colored)
Recursive revision bump after textproc/icu update
Revision 1.22 / (download) - annotate - [select for diffs], Fri Mar 13 14:50:40 2020 UTC (3 years, 8 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.21: +5 -5
lines
Diff to previous 1.21 (colored)
geography/osm2pgsql: cmake build dir cleanup Per pkglint, use a build directory within WRKSRC. Make the relationship between creating the build dir and using it really obvious.
Revision 1.21 / (download) - annotate - [select for diffs], Fri Mar 13 13:08:51 2020 UTC (3 years, 8 months ago) by gdt
Branch: MAIN
Changes since 1.20: +2 -3
lines
Diff to previous 1.20 (colored)
geography/osm2pgsql: Update to 1.2.1 Upstream psudo-NEWS: 1.2.1 and 1.2.0 are bugfix releases. 1.0.0: This release finally drops support for old-style multipolygons. Doing so allowed a major overhaul of the processing pipeline. Imports are now entirely done in the first processing stage. The second, much slower processing stage is only needed when updating existing databases. Data is entirely streamed into the database using COPY, which reduces the number of database connections needed. Other major changes include - better error handling in Lua backend - process all OSM objects again when extra attributes are requested - enable running tests in pg_virtualenv - add support for configurable Gazetteer style - allow to disable RAM node cache with -C 0
Revision 1.20 / (download) - annotate - [select for diffs], Sun Jan 12 20:20:20 2020 UTC (3 years, 10 months ago) by ryoon
Branch: MAIN
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
*: Recursive revbump from devel/boost-libs
Revision 1.19 / (download) - annotate - [select for diffs], Thu Aug 22 12:23:15 2019 UTC (4 years, 3 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Recursive revbump from boost-1.71.0
Revision 1.18 / (download) - annotate - [select for diffs], Mon Jul 1 04:08:18 2019 UTC (4 years, 5 months ago) by ryoon
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Recursive revbump from boost-1.70.0
Revision 1.17 / (download) - annotate - [select for diffs], Thu Dec 13 19:51:58 2018 UTC (4 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
revbump for boost 1.69.0
Revision 1.16 / (download) - annotate - [select for diffs], Thu Aug 16 18:54:50 2018 UTC (5 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored)
revbump after boost-libs update
Revision 1.15 / (download) - annotate - [select for diffs], Thu Aug 2 17:00:14 2018 UTC (5 years, 3 months ago) by gdt
Branch: MAIN
Changes since 1.14: +2 -3
lines
Diff to previous 1.14 (colored)
osm2pgsql: Update to 0.96.0 Upstream does not provide NEWS, but reading the git commit messages from 0.94, this is mostly bugfixes and a number of efficiency improvements.
Revision 1.14 / (download) - annotate - [select for diffs], Sun Apr 29 21:31:42 2018 UTC (5 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
revbump for boost-libs update
Revision 1.13 / (download) - annotate - [select for diffs], Fri Mar 2 01:19:24 2018 UTC (5 years, 9 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
proj: revbump of multiple depdendencies
Revision 1.12 / (download) - annotate - [select for diffs], Mon Jan 1 21:18:30 2018 UTC (5 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
Revbump after boost update
Revision 1.11 / (download) - annotate - [select for diffs], Sun Oct 8 12:28:55 2017 UTC (6 years, 1 month ago) by wiedi
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.10: +2 -4
lines
Diff to previous 1.10 (colored)
osm2pgsql: update to 0.94.0 Release 0.94.0, a new stable branch This is the last release which will support old-style multipolygons. Upgrading to this version requires a reimport for the slim table changes. Major changes since 0.92.0 are - Coordinates are now stored unprojected in slim tables, and an osmium dense file array is used for flat nodes. This dense file array can be read by other libosmium-based programs. - Libosmium is used for geometry building instead of GEOS This offers speed increases, improves code, and avoids relying on a large library for a small portion of its functionality. Other changes are - Tile expiry has been rewritten, fixing bugs, including one that dropped large portions of expiry lists. - Node tags are no longer stored in slim tables, consistent with flat-nodes. THis reduces space required for --slim imports without --flat-nodes. - A default database name of gis is no longer assumed. An explicit -d option is recommended if compatibility with 0.92 and earlier.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Aug 24 20:03:20 2017 UTC (6 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
Revbump for boost update
Revision 1.9 / (download) - annotate - [select for diffs], Tue Jun 13 19:00:50 2017 UTC (6 years, 5 months ago) by wiedi
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
bring back geos buildlink as it is still required
Revision 1.8 / (download) - annotate - [select for diffs], Sat Jun 10 20:00:41 2017 UTC (6 years, 5 months ago) by wiedi
Branch: MAIN
Changes since 1.7: +9 -18
lines
Diff to previous 1.7 (colored)
Update osm2pgsql to 0.92.1 Release 0.92.1 This fixes two important bugs which impacted relations with excessive members and consuming updates with the multi backend 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
Revision 1.7 / (download) - annotate - [select for diffs], Sun Apr 30 01:21:41 2017 UTC (6 years, 7 months ago) by ryoon
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Recursive revbump from boost update
Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 1 16:06:17 2017 UTC (6 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Revbump after boost update
Revision 1.5 / (download) - annotate - [select for diffs], Sun Oct 9 21:41:59 2016 UTC (7 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Recursive bump for all users of pgsql now that the default is 95.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Oct 7 18:25:51 2016 UTC (7 years, 1 month ago) by adam
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Revbump post boost update
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jan 4 18:22:15 2016 UTC (7 years, 10 months ago) by wiedi
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Changes since 1.2: +3 -2
lines
Diff to previous 1.2 (colored)
Does not actually depend on postgis2, pgsql client libs are enough
Revision 1.2 / (download) - annotate - [select for diffs], Fri Aug 28 21:38:32 2015 UTC (8 years, 3 months ago) by wiedi
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Update geography/osm2pgsql to 0.88.1 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 (#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 ãà×Îultiãà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 Changes since 0.87.3 include - C++ cleanups - default.style cleanups to improve ease of modification - Remove the lockfree queue pending implementation and default to what was --without-lockfree, which uses less RAM - RAM node storage cleanups - Better node storage test coverage
Revision 1.1 / (download) - annotate - [select for diffs], Wed Jun 10 01:48:49 2015 UTC (8 years, 5 months ago) by wiedi
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Import osm2pgsql-0.87.3 as geography/osm2pgsql Converts OSM planet.osm data to a PostgreSQL / PostGIS database suitable for specific applications like rendering into map tiles by Mapnik or geocoding with Nominatim.