logo separator

[mkgmap-dev] splitter input file handling

From Marko Mäkelä marko.makela at iki.fi on Sat Dec 15 20:04:46 GMT 2012

On Sat, Dec 15, 2012 at 09:23:37AM -0800, GerdP wrote:
>Also, why is it needed to be able to read from stdin?
>cat file.osm | java -jar splitter.jar --split-file=areas.list

I guess this ceased to be useful when everyone moved from *.osm.bz2 to a 
'native' binary format (*.osm.pbf or *.o5m).

I used to have a pipe like this:

bzip2 -dc < file.osm.pbf | perl -e '...' | java -jar splitter.jar ...

>Would it be okay to drop these two undocumented features?

I do not mind dropping the ability to read from standard input.

Best regards,

	Marko


More information about the mkgmap-dev mailing list