omniscale / imposm3

Imposm imports OpenStreetMap data into PostGIS
http://imposm.org/docs/imposm3/latest/
Apache License 2.0
711 stars 156 forks source link

Import relation/relation_members for incomplete relations #171

Open olt opened 6 years ago

olt commented 6 years ago

Relations are not imported into relation and relation_member tables if one or more ways/nodes are missing (which can happen with planet extracts).

This is important for polygon tables, but can be relaxed for relation and relation_member tables.

Maybe add a dummy relation_member with member_type=3, so that the users can see which member is missing.

michalgwo commented 9 months ago

Any updates on this? I want to import hiking trails in my region, but some of the relation members are out of the bounds of my extract (part of a country), in a result, even the relation members which are present in my extract are skipped. Is there any way to import these relation members from my extract?