Changes between Version 1 and Version 2 of PerlMapScriptExamples35ex1


Ignore:
Timestamp:
Jan 28, 2009, 1:56:51 PM (15 years ago)
Author:
jmckenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PerlMapScriptExamples35ex1

    v1 v2  
    1 create_tileindex.pl
    2 
     1= create_tileindex.pl =
     2{{{
     3#!perl
    34#!/usr/bin/perl
    45use strict;
     
    228229After creating the tileindex, a F<shptree> command is issued to speed up mapserver access to the tiles.
    229230
     231
    230232=head1 EXAMPLE
    231233
     
    368370# compile-command: "perl create_tileindex.pl -t ihk_tk50 -i /data/ihk/tk50 -e tif -v -v"
    369371# End:
     372}}}