logo separator

[mkgmap-dev] Problem with mkgmap -c option and multiple img files

From Steve Ratcliffe steve at parabola.me.uk on Mon Jan 10 19:46:06 GMT 2011

Hi

> I have tried with the file names on separate lines, and space separated.
> There are about 90 files. A gmapsupp of about 4k is generated.

Inside an argument file you can only use the options with a double 
hyphen.  For a file name this is --input-file, so inside the file you 
could have:

input-file: 63240001.osm.gz
input-file: 63240002.osm.gz

Each must be on a separate line.

[You can use = instead of ':' if you like]

This also works on the command line as: --input-file=63240001.osm.gz
and so on.



More information about the mkgmap-dev mailing list