diff options
| -rwxr-xr-x | mkindex.pl | 13 | 
1 files changed, 7 insertions, 6 deletions
@@ -74,7 +74,8 @@ of possible values.  The I<width> and I<color> of the border to draw around each tile  (default: C<10:red>). I<width> is given in pixels, and I<color> needs to -comply to ImageMagick's Color Model Specification. +comply to ImageMagick's Color Model Specification; see convert(1) for +details.  If one of I<width> or I<color> is left empty, the corresponding default  is used (but the other can be specified regardless, for instance in  C<:blue>). @@ -83,7 +84,7 @@ C<:blue>).  The point I<size>, I<color> and I<font> to use when annotating each tile  with its name (default: C<25::Helvetica>). I<color> and I<font> need to -be ImageMagick-compatible. +be ImageMagick-compatible; see convert(1) for details.  If I<color> is blank empty, the border's color is used instead.  If one of I<width> or I<font> is left empty, the corresponding default  is used (but the other can be specified regardless, for instance in @@ -91,13 +92,13 @@ C<::DejaVu-Sans-Book>).  =item B<--s_srs=>I<SRS> -The source spatial reference set. If the input maps include a SRS, it is +The source spatial reference set. If the input I<map>s include a SRS, it is  ignored. I<SRS> can be passed in any format format understood by  C<OGRSpatialReference.SetFromUserInput>, see gdalwarp(1) for details.  =item B<--t_srs=>I<SRS> -The target spatial reference set. This is required unless all I<maps>s +The target spatial reference set. This is required unless all I<map>s  have the same SRS, or if B<--s_srs> is used (in which case that SRS is  used for the target index).  I<SRS> can be passed in any format format understood by @@ -123,7 +124,7 @@ Show the manpage.  =item mkindex.pl *.tif miff:- | display - -Create an index with all TIFF files in the current directory; Don't save +Create an index with all TIFF files in the current directory; don't save  the index, but pipe it to display(1).  =item mkindex.pl -b '15:RGBA(255,0,0,.25)' --s_srs=epsg:3067 *.tif index.tif @@ -154,7 +155,7 @@ Requires L<gdalwarp|http://gdal.org/> available on the command line.  =item *  Requires the perl modules -L<Inline|http://search.cpan.org/~ingy/Inline-0.44/C/C-Cookbook.pod>, +L<Inline|http://search.cpan.org/~sisyphus/Inline-0.53/C/C.pod>,  L<Geo::GDAL|http://geoinformatics.aalto.fi/doc/Geo-GDAL/html/>,  L<Geo::OSR|http://geoinformatics.aalto.fi/doc/Geo-GDAL/html/> and  L<Image::Magick|http://www.imagemagick.org/script/perl-magick.php>,  | 
