The culprit is mergeOsmFiles() in tahlib.pm - it seems to be writing a new <osm> tag and ignoring any attributes in the files. It probably should just copy the <osm> line from the first file.
Can't make sense of the Perl to fix it, sorry. Regards, Brent. >The namespace error is probably caused by one of the pre-processors in the >stack not passing through the xmlns attribute on the <osm> element. > >The <osm> element from osmxapi should looks something like this: ><osm version='0.5' generator='osmxapi: OSM Extended API' xmlns:osmxapi=' >http://www.informationfreeway.org/osmxapi/0.5' >osmxapi:uri=/api/0.5/way[elephant=*]' osmxapi:planetDate='20071118' >osmxapi:copyright='2007 OpenStreetMap contributors'> > >From the error message below I'd say that close-areas is probably the first >place to look. ____________________________________________________________ Brent Easton Analyst/Programmer University of Western Sydney Email: [EMAIL PROTECTED] _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/tilesathome
