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
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://lists.mkgmap.org.uk/mailman/listinfo/mkgmap-dev