The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

1 POD Error

The following errors were encountered while parsing the POD:

Around line 86:

=over is the last thing in the document?!