NAME

{progname} - recategorizes POIs by config, writes poi.dat and add area structurre to ov2 files.

SYNOPSIS

{progname} [--configfile=filename|-c filename] [sourceDir [destDir]]

{progname} --help|-h

DESCRIPTION

{progname} can merge ov2 files from srcDir into destDir and write poi.dat against definition in config file. configfile has to be in "./", "./etc/", "../etc/", "/etc/", "/etc/POI/", "/etc/POIs/", "/etc/local/POI/" or "/usr/local/etc/POI/" and has to be named "catgroup.conf", "catgroup.cfg", "catgroup_rc" or "catgroup". Or it can by directly specified on command line.

Syntax of config file

<_DEFAULT_>
	srcDir=/home/public/POI/data
	destDir=/home/public/POI/todevice
</_DEFAULT_>

<category Parkoviste_pujcovny.ov2>
	id=9930
	filename=Rent Car Parking.ov2
</category>

<category GeoCaching.ov2>
	filename=CZ-Geocaching-multi.ov2
	filename=CZ-Geocaching-mystery.ov2
	filename=CZ-Geocaching-traditional.ov2
	filename=CZ-Geocaching-virtual.ov2
	filename=CZ-Geocaching-webcam.ov2
	icon=/somepath/somefile.bmp
</category>

OPTIONS

--help|-h

Display this help message.

--quiet|-q

Suppress output messages. If used more than once, output will be more quiet.

--verbose|-v

Display extra runtime informations.

--configfile=path_and_filename|-a path_and_filename

Using of specified config file.

config: {configfile}

SEE ALSO

Pod::Usage, pod2usage(1), Geo::Ov2

BUGS

TODO

Do some checking for correct syntax and feedback to user.

Translation of help message is dependent on pod2usage implementation. If help message is not displayed in expected language, you can check net.suteren.POI.ttn2device for corresponding message