[Tile-serving] [osm2pgsql] middle_ram_t::relations_using_way is unimlpemented (#213)

Sarah Hoffmann notifications at github.com
Thu Nov 13 08:46:50 UTC 2014


The -a option is there to append/change data in a database that already contains data. It requires slim mode and a change file, you shouldn't be using it with pbf files at all (possibly testing for that got lost in the conversion to C++?). It is possible to convert a pbf in a change file but it is most likely not what you want because it will be infinitely slow with the North America file.

If you intent to load North America in a new database use create in slim mode:

    osm2pgsql --slim -k -E EPSG:4326 -H localhost -U postgres -W -d osm_test1 /tmp/north-america-latest.osm.pbf -C 12000

If you want to apply multiple extracts, merge them before loading them into the database.

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/213#issuecomment-62859027
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20141113/4032eef6/attachment.html>


More information about the Tile-serving mailing list