Skip to content
Thomas Bonfort edited this page Apr 6, 2012 · 2 revisions

#!perl
my $projection = new mapscript::projectionObj('proj=utm,ellps=GRS80,zone=15,north,no_defs');

$point->project($in_proj,$out_proj);

----                                                                                        
back to PerlMapScrip
Clone this wiki locally