osm2pgsql icon indicating copy to clipboard operation
osm2pgsql copied to clipboard

OpenStreetMap data to PostgreSQL converter

Results 79 osm2pgsql issues
Sort by recently updated
recently updated
newest added

## What version of osm2pgsql are you using? master ## What operating system and PostgreSQL/PostGIS version are you using? Debian stable ## What did you do exactly? Running `osm2pgsql-replication update...

replication

Osm2pgsql currently doesn't use transactions. It opens and closes several connections to the database reading and writing data as needed. This is okay for the initial import, because in typical...

There is some talk about osm2pgsql using too much memory for expire lists. This is something we should look into. Also mentioned in #2185. Independent of any decisions or configuration...

Accidentally or deliberately moving a node a long way creates a long line segment which can expire large numbers of tiles causing disruption to the rendering process as osm2pgsql either...

Only supports bucket index which has been the default for a long time and works much better than the old one. Also removes the command line option --middle-way-node-index-id-shift. The id...

The code that deals with functions called on the Lua OSM object given as parameter to the process callbacks is somewhat strange. The result is that calling "object.as_point()" etc. will...

...by using anonymous namespaces. Enables the clang-tidy check.

See https://gist.github.com/tomhughes/0ebdc537b6a9a390b904d394d796b5e0 @pnorman Please add all the details about what you were doing here. ## What version of osm2pgsql are you using? 2.0.0+ds-1~bpo12+1 ## What operating system and PostgreSQL/PostGIS version...

error

This adds callbacks `delete_node` \ `delete_way` \ `delete_relation`. They are called for every object that is explicitly marked as deleted in a change file. The callbacks are not called for...

Hi! Here is my feedback on my discovery of osm2pgsql a few weeks ago. Someone told me it would suit for my project, so I came along and followed the...

documentation