Skip to content

Missing MultiPolygons #866

@jocasta

Description

@jocasta

Hi All

I have posted this question on the OSM forum but the responses were "well it works for me" - so I was wondering if anyone here could shed some light.....

https://forum.openstreetmap.org/viewtopic.php?id=63521

I have loaded a full planet import into Postgres and I am coming across occurrences where some multipolygons are not getting imported into the planet_osm_polygons table. They do however exist in the planet_osm_rels table. I have loaded both with and without the multipolygon switch but still these features do not get imported

This is my import command: (version 0.96 - style sheet is default):

osm2pgsql -v -l --unlogged --create --slim -C 50000 --number-processes 6 --multi-geometry --flat-nodes planet.nodes --extra-attributes -S /usr/local/share/osm2pgsql/default_timestamp_version.style --hstore -d osm_planet -U osm planet-latest.osm.pbf

Below are a few examples of Mutipolygons that don't get added to the planet_osm_polygon table:

https://www.openstreetmap.org/relation/3923874
https://www.openstreetmap.org/relation/5325528
https://www.openstreetmap.org/relation/5325529

Am I missing something?

Thanks,

Mike

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions