[mapserver-users] Mapscript Changes in 3.6

Lowell Filak lfilak at medinaco.org
Wed Apr 17 14:04:40 EDT 2002


It appears member projection is gone, try:
my $project = $map->getProjection();

That should return the character string of parameters directly. Whereas before it should have been similiar to:
my $project = $map->{projection};
my $projstring = $project->{args};
Lowell F.

The following message was sent by "Smith, Michael ERDC-CRREL-NH" <Michael.Smith at erdc.usace.army.mil> on Wed, 17 Apr 2002 09:43:32 -0400.

> using Perl, I am trying to get the projection of a map file using
> 
> my $project = $map->{projection};
> 
> 
> This worked in 3.5. How do you now get the projection of a map file in 3.6. 
> 
> Thanks
> 
> Mike Smith
> Mike Smith
> email: michael.smith at erdc.usace.army.mil
> RSGISC
> ERDC - CRREL 
> Hanover, NH  03755
> (603) 646-4765
> 




More information about the mapserver-users mailing list