On 28 Dec 2008, at 20:56, Mathieu Arnold wrote: > +--On 28 décembre 2008 20:50:00 +0100 Florian Lohoff <[email protected]> > wrote: > | On Sun, Dec 28, 2008 at 08:25:54PM +0100, Stefan de Konink wrote: > |> So what is the fundamental problem that your tools break on 40k of > |> nodes? Bbox them on the request, and return a partial result that > will > |> work just as good for rendering. > | > | The db schema uses smallint for the node number on the way - so > you may > | only address -32768 to +32767 number of nodes on a way - 40k nodes > | is out of scope of a smallint so osmosis breaks on importing the > | changeset. > > I'm not certain what we're talking about, but in the version of > osmosis I > found, the pgsql_simple_schema_0.5.sql file contains : > CREATE TABLE way_nodes ( > way_id bigint NOT NULL, > node_id bigint NOT NULL, > sequence_id int NOT NULL > ); >
I think this is a problem that was fixed the last time, though the people running the ROMA servers haven't updated to the latest svn version of osmosis to get the latest updates. Shaun _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

