Hi, Frank Bielig wrote: > I want to setup up an own OSM server as a mirror. Therefore I downloaded > the planet file (2009/12/02) and used osmosis for import with following > command line:
The planet files do not have referential integrity. Because the ways are dumped long after the nodes, if someone creates a new way plus new nodes some time during the planet dump creation, the new way will be in the dump but the new nodes will not. You can most likely fix that issue by taking the daily diff from the day the planet file was created and applying it to the planet file with Osmosis, and then import the resulting, amended planet file. Bye Frederik _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

