Subversion Repositories mkgmap

Rev

Rev 2412 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!--
 ~ Copyright (C) 2012.
 ~
 ~ This program is free software; you can redistribute it and/or modify
 ~ it under the terms of the GNU General Public License version 3 or
 ~ version 2 as published by the Free Software Foundation.
 ~
 ~ This program is distributed in the hope that it will be useful, but
 ~ WITHOUT ANY WARRANTY; without even the implied warranty of
 ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ~ General Public License for more details.
 -->
<body>
<h1>Reader for OSM binary format</h1>
<p>There are a number of binary formats, this format is Markus Webers
o5m format.</p>

<p>The format is a storage format designed to be quicker and smaller than the
XML format but preserve the element ordering and features of that format.
We can therefore pretty much re-use most of the code that is used for reading the
XML format.</p>
</body>