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

Instead of assuming the replication_status table can contain only one source, make it possible to add multiple sources, and iterate on the table when running update. When replicating for instance...

The `simplify()` function currently only works for linestrings. * [X] It should also work for multilinestrings. * [ ] It should also work for (multi)polygons. The problem with simplify is...

It would be great to have a `length()` function for (multi)linestrings. Implementation similar to the `area()` function for polygons using the boost::geometry function of the same name. See #1756

flex
good first issue

Imports with osm2pgsql can take quite some time and if something breaks you have to start from scratch. Some kind of "resume" feature is requested often and we should look...

project idea

I did some research on how fast the import into the middle tables is and how much we could possible improve performance. For that I compared actual osm2pgsql runs with...

The following code removes members from object.members that have a role other than 'inner' or 'outer'. ```lua function osm2pgsql.process_relation(object) if object.tags.type == 'boundary' and object.tags.boundary == 'religious_administration' and object.tags.admin_level ==...

## What version of osm2pgsql are you using? 1.9.2-29-g374eca48 ## What did you do exactly? I am generalizing water tables with themepark and osm2pgsql-gen ```lua osm2pgsql.run_gen('raster-union', { schema = themepark.options.schema,...

This is a heads up for anybody following here that the `gazetteer` output will be removed soon as well as the `--with-forward-dependencies` command line option. Both are only used by...

## What version of osm2pgsql are you using? ``` 2022-09-26 10:10:16 osm2pgsql version 1.7.0 Build: None Compiled using the following library versions: Libosmium 2.18.0 Proj [API 4] Rel. 7.2.1, January...

documentation

Now that we don't have the gazetteer output any more, dependency management is always used. This allows us to get rid of the virtual class implementation of the dependency manager....