From 753a836d31a1fafeea55c4c6d74a0496551efb61 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 13 Aug 2013 20:22:42 +0200 Subject: typos --- mkindex.pl | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'mkindex.pl') diff --git a/mkindex.pl b/mkindex.pl index 0e49878..4f958d8 100755 --- a/mkindex.pl +++ b/mkindex.pl @@ -74,7 +74,8 @@ of possible values. The I and I of the border to draw around each tile (default: C<10:red>). I is given in pixels, and I 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 or I 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, I and I to use when annotating each tile with its name (default: C<25::Helvetica>). I and I need to -be ImageMagick-compatible. +be ImageMagick-compatible; see convert(1) for details. If I is blank empty, the border's color is used instead. If one of I or I 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 -The source spatial reference set. If the input maps include a SRS, it is +The source spatial reference set. If the input Is include a SRS, it is ignored. I can be passed in any format format understood by C, see gdalwarp(1) for details. =item B<--t_srs=>I -The target spatial reference set. This is required unless all Is +The target spatial reference set. This is required unless all Is have the same SRS, or if B<--s_srs> is used (in which case that SRS is used for the target index). I 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 available on the command line. =item * Requires the perl modules -L, +L, L, L and L, -- cgit v1.2.3