Changes between Initial Version and Version 1 of PerlprojectionObj


Ignore:
Timestamp:
Jan 29, 2009, 10:46:03 AM (15 years ago)
Author:
jmckenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PerlprojectionObj

    v1 v1  
     1= projectionObj =
     2{{{
     3#!perl
     4my $projection = new mapscript::projectionObj('proj=utm,ellps=GRS80,zone=15,north,no_defs');
     5
     6$point->project($in_proj,$out_proj);
     7}}}
     8----
     9back to PerlMapScript