3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 20 hours ago.
Jul 17, 2025 — Jul 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix quote type problems in JSON formating (#2508) More... over 16 years ago
fix problems reported with running script first time More... over 16 years ago
some missed files More... over 16 years ago
missing name space for vector More... over 16 years ago
lots of minor changes since going live More... over 16 years ago
Clear out tag list after parsing a changeset otherwise the accumulated tags will appear on the first node. Fixes ticket #2426 More... over 16 years ago
Add shop=*, as a first step to be able to render them. More... over 16 years ago
changes to indexing More... over 16 years ago
reverse geocoding and output format changes More... over 16 years ago
bump version to 0.69 More... over 16 years ago
new! now with even fewer annoying debug print statements! More... over 16 years ago
Allow creation of expiry lists for 900913 tiles even if your target projection is not 900913 (e.g. you have your PostGIS table in lat/lon). More... over 16 years ago
fix a bug that would sometimes expire tiles at the other end of the world instead of those where a change has occurred. More... over 16 years ago
osm2pgsql: Update code to use DROP TABLE IF EXISTS. This avoids errors in the postgresql logs and requires postgresql-8.2+. Fixes ticket #2379. Update version to 0.68 More... over 16 years ago
Add double quotes around the column name when performing lookup otherwsie postgres may convert it to lower case More... over 16 years ago
gazetteer diff updates More... over 16 years ago
code cleanup and support for diff updates More... over 16 years ago
fix error message More... almost 17 years ago
osm2pgsql: Split very long ways into multiple segments. Mapnik has some rendering artifacts for very long ways, this is the cause of #2234. Currently ways are split after about 100km or 1 degree. This should help the rendering performance too since these large and often complex ways have enormous bounding boxes and are therefore fetched when rendering many tiles. The bounding box of each segment is typically a lot smaller than the complete way. More... almost 17 years ago
Apply fix from Milo to display projection information when executed with: -h -v. Fixes #2357 More... almost 17 years ago
Update projection strings to match proj-4.7.1 definitions. More... almost 17 years ago
Cascade node changes all the way through to relations. Previously a node change might only trigger updates to ways without these then triggering a relation update. More... almost 17 years ago
Missed out the readme file More... almost 17 years ago
missed table name change More... almost 17 years ago
Refactored website (php), minor indexing changes, documentation More... almost 17 years ago
Add operator for nodes,ways More... almost 17 years ago
Disable add_parking_node() in osm2pgsql since the current osm.xml renders the symbol on parking areas now. More... almost 17 years ago
Fix buffer overflow. More... almost 17 years ago
Update osm2pgsql version to 0.67, the previous change to planet_osm_nodes in the previous commit may break things so a version bump is a good idea More... almost 17 years ago
Use fixed point storage for node positions in planet_osm_nodes. This reduces the DB size which should make things a little bit faster too. More... almost 17 years ago