3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 22 hours ago.
Jul 17, 2025 — Jul 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
osm2pgsql: remove reference to debian/osm2pgsql.1 manual page which is no longer in SVN. closes 3456. More... over 15 years ago
osm2pgsql: Display relation process status more often since the code is often slow at this point More... over 15 years ago
osm2pgsql: Clip latitude of nodes to +-85.07 degrees. This prevents the South pole from showing up at (0,0). Patch originally from Komzpa. closes #3452 More... over 15 years ago
osm2pgsql: Make use of prepared geometries from geos-3.1+. These dramatically speed up the polygon tests used by the advanced multipolygon handling code. Patch originally from Kompza. More... over 15 years ago
remove debian package building. doesn't work with hholzgra's automake changes and i'm too lazy to work out why. More... over 15 years ago
fixed "make distcheck" (some extra files needed to be removed) More... over 15 years ago
version number typo fix More... over 15 years ago
lower required autoconf and automake versions to make things work with Debian 5 More... over 15 years ago
osm2pgsql: include config.h in a few files to ensure that HAVE_PTHREAD is defined as required. Remove pthread.h reference from output-null.c which does not use any threads More... over 15 years ago
osm2pgsql: Add command line switch to include natural=coastline ways in the database. Based on patch from Dane Springmeyer. Closes #3350 More... over 15 years ago
ignore non-addressable items More... over 15 years ago
added a TODO file with some brainstorm items More... over 15 years ago
* install gazetteer helper files in $datadir/gazetteer * install osm2pgsql helper files in $datadir/osm2pgsql * set up right gazetteer.so path in installed gazetteer-functions.sql file More... over 15 years ago
std-options check requires that --help and --version output goes to stdout, not stderr, and that both commands return success and not an error code More... over 15 years ago
removed debug code More... over 15 years ago
let configure store currently used options and build specific environment variables in a convenience script called "config.nice" that can be used to easily add further options later ... More... over 15 years ago
Using relation type=multipolygon together with boundary=... should make no difference from using relation type=boundary (actually if it were for me we'd get rid of type=boundary sooner rather than later) More... over 15 years ago
seems to me that autoconf 2.63 is sufficient (requiring 2.65 makes compilation impossible on Ubuntu Jaunty) More... over 15 years ago
fixed some warnings, code compiles clean with -Wall -Wextra -pedantic More... over 15 years ago
add check options for up-to-date NEWS file and for functional --help and --version options More... over 15 years ago
started a NEWS file More... over 15 years ago
generated ChangeLog file using svn2log from http://www.core.com.pl/svn2log/ command used: svn log -v --xml | python svn2log.py --no-files --no-host More... over 15 years ago
filling AUTHORS file with information from the man page More... over 15 years ago
man page updated with new PBF related stuff More... over 15 years ago
Auto-detect filetype pbf/osm based on file extension if no Input frontend has been explicitely selected More... over 15 years ago
* improved configure setup (including automake and libtool) * support for different input readers besides libxml2 OSM XML parsing * "primitive" XML parser integrated into the main binary * OSM PBF parser More... over 15 years ago
add extra operator column to word More... over 15 years ago
hstore version of gazetteer output More... over 15 years ago
set CPPFLAGS correctly for non-standard paths More... over 15 years ago
max admin rank, better postcode defaults More... over 15 years ago