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

I'm updating OSM data using osmosis and osm2pgsql. The updates work fine. There is only one issue for relation update. If a relation has been modified only inverting its members...

## What version of osm2pgsql are you using? ``` osm2pgsql version 1.6.0 Build: None Compiled using the following library versions: Libosmium 2.18.0 Proj [API 6] 9.0.1 Lua 5.3.6 ``` ##...

We use [fmt](https://fmt.dev/) for formatting strings. Currently version 8.0.1 is vendored in. Newer versions 8.1.0 and 9.0.0 are available, but the syntax `""_format(...)` is deprecated in 8.1 and removed in...

osm2pgsql currently compiles with C++11 or newer standards. For some libraries it might be better to compile in C++14 mode (or even newer) if it is available. This is the...

Many transforms need additional indexes to be used. Currently this is commonly done as a .sql file distributed alongside the transforms, but this is not ideal for a few reasons...

flex

The `--extra-attributes`/`-x` option does two things. It adds OSM attributes such as version, timestamp, uid, ... to the OSM objects processed in osm2pgsql. And it also changes the behaviour of...

At the core of osm2pgsqls mission is the processing of geometries from OSM data into some useful format in a PostgreSQL/PostGIS database. Osm2pgsql is one step in a larger toolchain...

flex
big picture

This issues collects some thoughts about tile expiry and how it can be improved. Details can be discussed in additional issues, this should only collect the broader design issues. ##...

project idea

it seems there is some sort of memory leak with the current release taken from the debian experimental repository. ``` $ osm2pgsql --log-level=debug --hstore-all --slim --drop --cache=16000 -G --number-processes=4 --flat-nodes=tmp...