Hi Brett,first of, I must thank you for the great project you released to the community.
second :) :I have here a partial country dataset. Trying o import it with --wp (lastest svn version) works only if all nodes referenced are available.
This problem shows up when linestring calculations are turned on for the postgres import (it might be an issue for bbox too, but it did not show up in my case).
The attached patch proposes just logging and skipping the missing Nodes, instead of not building a geometry at all.( Perhaps logging is too much noise ?)
The changeset in WayMapper resolves a nullpointer issue, when a geometry is null. PGgeometry(null) throws a nullpointer exception. It might be more appropiate to change the constructor of PGeometry, but
I cannot assess the implications of such change in behaviour myself. Paul
referenced_inexisting_nodes_wp0.6.patch
Description: Binary data
_______________________________________________ osmosis-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/osmosis-dev

