GeoDB::Modify::Only.3pm

Langue: en

Version: 2008-11-19 (fedora - 06/07/09)

Section: 3 (Bibliothèques de fonctions)

Sommaire

NAME

Only - Only keeps caches from the set based on criteria

DESCRIPTION

START HELP

This is most useful when doing really complex exporting. See Yamar's usage description on the web page for why this is helpful sometimes. It's mostly useful when you want to only include certain waypoints in a given export file, and you want to create lots of export files (TomTom's require one file per POI you wish to create, and I (Yamar) create different POIs for each cache type, size, etc.)

The argument formatting is:

   only:field=value
 
 

where field is the field (or attribute prefixed with 'attr:') name, and value is the exact value. The valid match types are:

only:field=value
Includes the waypoint only if the value is exactly the same as the waypoint's field value.
only:field<>value
Matches if the field is not that value
only:field=-
Matchs if the field doesn't exist.
only:field=+
Same as =- but only includes the waypoint if it does exist.

END HELP