[Tile-serving] [osm2pgsql] middle_ram_t::relations_using_way is unimlpemented (#213)
netalien
notifications at github.com
Tue Nov 11 14:32:12 UTC 2014
Hello,
We're trying to load north-america's pbf using the following command:
osm2pgsql -a -k -E EPSG:4326 -H localhost -U postgres -W -d osm_test1 /tmp/north-america-latest.osm.pbf -C 12000
Upon ways processing, the following message is thrown and the load is aborted:
-----------------------------------
Using 1 helper-processes
terminate called after throwing an instance of 'std::runtime_error'
what(): middle_ram_t::relations_using_way is unimlpemented, and should not have been called. This is probably a bug, please report it at https://github.com/openstreetmap/osm2pgsql/issues
Aborted
-----------------------------------
I've looked at middle_ram_t definition and the execption at https://github.com/openstreetmap/osm2pgsql/blob/master/middle-ram.cpp and seems weird to me that it mentions that relations_using_ways is only used in slim mode which in the command above isn't used.
The version of osm2pgsql I'm using is: osm2pgsql SVN version 0.87.0 (64bit id space)
Is this a bug or I'm a missing something?
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/213
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20141111/56320a2e/attachment.html>
More information about the Tile-serving
mailing list