question about perl mapscript interface

Joseph Norris sirronj at PACBELL.NET
Sat Nov 13 20:42:11 EST 2004


Group,

I have my first test scripts working producing a map  from a mapfile using
the mapObj.  My question is:

How do a pull in the shape that is in the map file and add a polygon point
to the shape at a give location on the map.

I have played with addPoint, shapeObj etc.. but I see no change in my map.


Here is what I have so far:

   my $gif_file = 'tttt.gif';
    my $mapfile_loc =
"/usr/local/apache/htdocs/mco.communityservers.com/htdocs/maps/teacher";
    my $mapfile_data = "$mapfile_loc/tdata";
    my $mapfile = "$mapfile_loc/cal.map";
    my $map = new mapscript::mapObj($mapfile);
    my $image = $map->draw();

    my $file_location =
'/usr/local/apache/htdocs/mco.communityservers.com/htdocs/maps/tmp';

    unlink "$file_location/$gif_file";
    mapscript::msSaveImage($map, $image, "$file_location/$gif_file");


thanks.

#Joseph Norris (Perl - what else is there?/Linux/CGI/Mysql) print @c=map chr
$_+100,(6,17,15,16,-68,-3,10,11,16,4,1,14,-68,12,1,14,8,-68,4,-3,-1,7,1,14,-
68,-26,11,15,1,12,4,-68,-22,11,14,14,5,15,-90);



More information about the mapserver-users mailing list