Thanks Roland,<br>That seems to have fixed it.  I will add this workaround to the instructions on the Wiki.<div>I'd better try using it for something now!</div><div><br></div><div>Regards</div><div><br></div><div>Graham.<br>
<br><div class="gmail_quote">On 6 March 2011 15:25, Roland Olbricht <span dir="ltr"><<a href="mailto:roland.olbricht@gmx.de">roland.olbricht@gmx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">> The only thing is that it ends with:<br>
>     "runtime error: open64: 2 ./db/area_tags_local.bin File_Blocks:1"<br>
> and does not provide the closing </osm-derived> tag.<br>
><br>
> Do you have any suggestions on what might cause that?<br>
<br>
</div>Yes, it's a bug in the software. Thank you for reporting it. First, for a<br>
feasible workaround please place empty files with names<br>
area_tags_local.bin<br>
area_tags_local.idx<br>
in the database directory. The probably fastest way is<br>
pushd YOUR_DATABASE_DIR<br>
touch area_tags_local.bin<br>
touch area_tags_local.idx<br>
popd<br>
<br>
The cause is a little bit intricate. OSM3S should allow for the usage of<br>
derived data structures, and as a showcase the handling of areas is included.<br>
This feature is not mature enough to offer it as part of the regular<br>
interface, but areas if present, can be printed with the print statement.<br>
Unfortunately, the print statement throws an error if a corresponding file of<br>
the database doesn't exist. While useful in general to find errors, its<br>
unhelpful for this optional data structure, which may be absent for good<br>
reason.<br>
<br>
However, the workaround above should do it for the moment. I'll fix the<br>
behaviour, by making areas truly optional also in the print statement, with<br>
the next bugfix version.<br>
<br>
Cheers,<br>
<font color="#888888"><br>
Roland<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Graham Jones<div>Hartlepool, UK.</div><br>
</div>