In message <[EMAIL PROTECTED]>
        Martijn van Oosterhout <[EMAIL PROTECTED]> wrote:

> In the file daily-20080326-20080327.osc.bz2 there is this relation:
>
>     <relation id="8571" timestamp="2008-03-26T22:05:03Z" user="wiesel111">
>       <tag k="ESCESC" v=""/>
>       <tag k="created_by" v="Potlatch 0.8"/>
>       <tag k="type" v=""/>
>     </relation>
>
> Those are real escapes "\x1d". Fetching via the API doesn't have them,
> the osmosis XML parser is barfing on them. Looks like some mismatch
> between the output and input of osmosis here.

They are there in the database (well something weird is anyway) so
anything which accesses the database directly like the planet dumper
or osmosis may well report them.

The API is probably loosing them because ruby is barking when trying
to interpret them as UTF-8 and discarding them or something.

Tom

-- 
Tom Hughes ([EMAIL PROTECTED])
http://www.compton.nu/

_______________________________________________
dev mailing list
[email protected]
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Reply via email to