Marko wrote:
 > Do you have any suggestion how to implement the following with the
 > PBF format:
 >

At least as a temporary solution, try changing
bzip2 -dc "$OSM_BZ2"|
to
osmosis --rb "$OSM_PBF" --wx - |

In other words you use osmosis to convert from .osm.pbf to .osm; and
using pipeline features you can avoid writing the .osm file to disk if
you wish.

[Incidentally, I believe I have sorted out the problem which caused my
replies to start new threads.]
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to