GeoDB::Search::Ident.3pm

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

Ident - Searches by a list of id

DESCRIPTION

START HELP
   > geoqo -s ident:gcabcd,gcefgh,gcijkl -d count
   Search/Set Count: 3
 
   > geoqo -s ident:abcd,efgh,ijkl -d count
   Search/Set Count: 3
 
 

The ident plugin merely lets you quickly list a bunch of waypoint identifiers you want to select with geodb.

The identifiers do have a wild card inserted before them so you can leave off a common prefix, as shown in the second example above, and still match the list (saves typing).

Really, the ident: search type is just a faster way to type:

   > geoqo -s waypoint:ident=abcd||waypoint:ident=efgh||...
 
 

END HELP

AUTHOR

Wes Hardaker (AKA Yamar) <hardaker ATAT users.sourceforge.net>