3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected 1 day ago.
Jul 19, 2025 — Jul 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add support for Ubuntu new Postgis More... over 17 years ago
Type; missing ` More... over 17 years ago
Update default.style. We now want to render aerialway on points too More... over 17 years ago
Fix reference to fixed table name planet_osm. Not sure how this one slipped through. More... over 17 years ago
osm2pgsql: Treat lines and polygons the same way when trying to work out if the way should go into the roads table. This allows ways with both waterway and boundary set to be rendered correctly. Also allow tagged islands to appear. Swap order of entries in the layer table to put the most common ones near the front which will speed up the matching. More... over 17 years ago
Add escaping for \r. More... almost 18 years ago
mapnik-osm-updater.sh: improve searching for tools More... almost 18 years ago
mapnik-osm-updater.sh: adapt searching for tools More... almost 18 years ago
Add 'disused' column into osm2pgsql style More... almost 18 years ago
Convert waterway into a polygon to match latest osm.xml More... almost 18 years ago
- replaced script for gpsdrive extensions by binary in mapnik-osm-updater.sh More... almost 18 years ago
Turns all creates into modifies for osmChange files. Technically wrong but it matches what osmosis does and should probably be the default until the whole snapshot thing gets sorted out. More... almost 18 years ago
Add power_source column for latest osm.xml More... almost 18 years ago
Remove the special cases where extra things need to get prepared when you have intarray. An extra field in the table is much nicer then nasty if statements. More... almost 18 years ago
Allow the location of the style file to be specified on the command line. Patch by Roeland Douma. More... almost 18 years ago
Typo in index creation. More... almost 18 years ago
The optimisation steps should not be applied in append mode since they will take forever on a complete database and patching is supposed to be quick. More... almost 18 years ago
Use GIN indexes instead of GIST. This means we require a newer version of PostgreSQL but GiST is way too slow here. Also don't try ANALYSE after each endCopy, takes far too long when just applying a patch. More... almost 18 years ago
Add postgis definition for the 900913 spherical mercator projection we use. Import like: psql gis <900913.sql or \i 900913.sql More... almost 18 years ago
add missing include to compile with gcc-4.3 More... almost 18 years ago
osm2pgsql: Drop any left over tmp tables at start of import More... almost 18 years ago
Add aerialway as linear way type to osm2pgsql default.style More... almost 18 years ago
osm2pgsql: Comment out debug lines More... almost 18 years ago
osm2pgsql: Fix up crash in relation handling. The list of members does not match the x' arrays if one or more members is a node or relation, do all processing on the arrays instead (maybe the member structure can be expanded in future to make this more generic but this requires changes where xnodes is used in build_geometry etc). More... almost 18 years ago
osm2pgsql: Move type definitions to a more appropriate location More... almost 18 years ago
osm2pgsql: Update multi-polygon algorithm to detect multipolygons with different tags on the inner rings and emit these as ways to be rendered seperately. More... almost 18 years ago
osm2pgsql: reduce frequency of out-of-order node warning. Turns out this just effects the cache efficiency not the operation of the overall processing. This is fine for small files like the ones from Josm. Closes #1058 More... almost 18 years ago
Only prompt for a password if -W/--password is given. This is what psql does and it allows for implicit authentication as a different user using -U without -W. More... almost 18 years ago
osm2pgsql: Re-order arithmetic expression to avoid overflow at --cache 2048. Fix compile warning More... about 18 years ago
Commit all the necessary changes to make saving and restoring of relations work. This means that when a way that is part of a relation changes the relation will be properly reconstructed. More... about 18 years ago