GeoDB::Modify::Rewrite.3pm

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

Sommaire

NAME

Rewrite - Rewrites fields based on data from the cache

DESCRIPTION

START HELP

The rewrite modify plugin lets you rewrite fields based on other fields. For example, I (Yamar) use the following rewrite when putting stuff to a gpx file I'm going to load into my TomTom so I get as much information as possible when clicking on the icon in the tomtom map display:

   rewrite:groundspeak_name=%{ident}/%{4:subtype}: %{groundspeak_name}
 
 

That way the groundspeak_name which might have been ``some cache'' becomes ``GCABCD/Trad: some cache'' to give me more information about it. (actually, I use the gctodiff plugin too and use the newident field instead; see the gctodiff plugin for details).

END HELP