openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
O
osm2pgsql
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 5 hours
ago. based on code collected
1 day
ago.
Jul 19, 2025 — Jul 19, 2026
Showing page 156 of 161
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add support for Ubuntu new Postgis
Jörg Ostertag
More...
over 17 years ago
Type; missing `
Jörg Ostertag
More...
over 17 years ago
Update default.style. We now want to render aerialway on points too
Jon Burgess
More...
over 17 years ago
Fix reference to fixed table name planet_osm. Not sure how this one slipped through.
Martijn van Oosterhout
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.
Jon Burgess
More...
over 17 years ago
Add escaping for \r.
Martijn van Oosterhout
More...
almost 18 years ago
mapnik-osm-updater.sh: improve searching for tools
Jörg Ostertag
More...
almost 18 years ago
mapnik-osm-updater.sh: adapt searching for tools
Jörg Ostertag
More...
almost 18 years ago
Add 'disused' column into osm2pgsql style
Jon Burgess
More...
almost 18 years ago
Convert waterway into a polygon to match latest osm.xml
Jon Burgess
More...
almost 18 years ago
- replaced script for gpsdrive extensions by binary in mapnik-osm-updater.sh
guenther
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.
Martijn van Oosterhout
More...
almost 18 years ago
Add power_source column for latest osm.xml
Jon Burgess
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.
Martijn van Oosterhout
More...
almost 18 years ago
Allow the location of the style file to be specified on the command line. Patch by Roeland Douma.
Martijn van Oosterhout
More...
almost 18 years ago
Typo in index creation.
Martijn van Oosterhout
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.
Martijn van Oosterhout
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.
Martijn van Oosterhout
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
Jon Burgess
More...
almost 18 years ago
add missing include to compile with gcc-4.3
Andreas Putzo
More...
almost 18 years ago
osm2pgsql: Drop any left over tmp tables at start of import
Jon Burgess
More...
almost 18 years ago
Add aerialway as linear way type to osm2pgsql default.style
Jon Burgess
More...
almost 18 years ago
osm2pgsql: Comment out debug lines
Jon Burgess
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).
Jon Burgess
More...
almost 18 years ago
osm2pgsql: Move type definitions to a more appropriate location
Jon Burgess
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.
Jon Burgess
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
Jon Burgess
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.
Tom Hughes
More...
almost 18 years ago
osm2pgsql: Re-order arithmetic expression to avoid overflow at --cache 2048. Fix compile warning
Jon Burgess
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.
Martijn van Oosterhout
More...
about 18 years ago
←
1
2
…
152
153
154
155
156
157
158
159
160
161
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree