logo separator

[mkgmap-dev] Different routing results using osm vs osm.pbf

From Adrian ar2988-os at yahoo.co.uk on Wed Oct 20 14:59:09 BST 2010

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.]



More information about the mkgmap-dev mailing list