Matthias Julius wrote: > "Milenko" <[EMAIL PROTECTED]> writes: > >> The two files that should be edited by the patch are : >> >> \src\com\bretth\osmosis\core\pgsql\v0_5\PostgreSqlChangeWriter.java >> \src\com\bretth\osmosis\core\pgsql\v0_5\impl\ChangeWriter.java >> >> Pgsql_simple_schema.sql is used to create the database schema before >> importing. > > Yes, but > http://silicon-verl.de/home/flo/projects/osm/roma/osmosis-0.29-patch > does patch this file. It is commenting out > > SELECT AddGeometryColumn('ways', 'bbox', 4326, 'GEOMETRY', 2); > > which causes the index creation to fail.
Just a wild guess, but if I remember I had a similar problem until I noticed that there is a precompiled osmosis.jar in the directory and it was picking up that rather than the one I had patched and compiled. So perhaps you could check to make sure that it is picking up the correct osmosis.jar? > > Anyway, osmosis is running now with an unpatched schema. We'll see > how that goes. > > I'll be back in a couple of days ... > > Matthias > > _______________________________________________ > Tilesathome mailing list > [email protected] > http://lists.openstreetmap.org/listinfo/tilesathome _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
