[Tile-serving] [openstreetmap/osm2pgsql] cannot import one particular building, ... (#680)

tb notifications at github.com
Fri Jan 27 15:13:42 UTC 2017


...but the building is visible on the OSM website: https://www.openstreetmap.org/way/44523065

I try to import it by using osm2pgsql version 0.93.0-dev (64 bit id space) with the following parameters:
pbzip2 -c -d -m100000 -p48 "$planetFile" | osm2pgsql --verbose --hstore-all --create --slim --cache 16384 -S "$STYLE" -d "$dataBase" \
  --multi-geometry --extra-attributes \
  --exclude-invalid-polygon \
  --number-processes 16 \
  --unlogged \
  --tablespace-main-data osm \
  --tablespace-slim-data osm \
  --tablespace-main-index pg_default \
  --tablespace-slim-index pg_default \
  --cache-strategy dense \
  -r xml \
  /dev/stdin 2>&1

btw: it doesn't matter if i skip the option "--exclude-invalid-polygon" either.

The shell values "planetFile", "STYLE", and "dataBase" are properly set, and the nodes get imported into planet_osm_nodes, but unfortunately not the building into planet_osm_polygon.

Any help appreciated!

ps: if neccessary i can provide a stripped down OSM XML file containig just this single building and the nodes referenced by this building.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/680
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20170127/12313d9b/attachment.html>


More information about the Tile-serving mailing list