diff options
-rwxr-xr-x | mkindex.pl | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,7 +23,7 @@ use strict; =head1 NAME -mkindex.pl - Merge a mapset into an index file +mkindex.pl - Create an index file from a mapset =head1 SYNOPSIS @@ -135,8 +135,8 @@ the index, but pipe it to display(1). =item mkindex.pl -b '25:RGBA(255,0,0,.5)' -f ':RGBA(0,0,255,.66)' --s_srs=epsg:3067 *.tif index.tif Assume all map to be projected in EPSG:3067. Draw a 25-pixels wide, 50% -transparent red border around each tile, and write the caption in 67% -transparent blue. +transparent red border around each tile, and write the caption in 66% +opaque blue. =item mkindex.pl -f '75::DejaVu-Sans-Book' --rename='s/U(.*)_RVK_25\.tif/$1/' *.tif index.tif |