Hello,
I have a Perl script where - with Mapscript - I first generate an
image and then I embed it into a
larger image, so that I can print on the right a legend for the emebedded image.
Printing the legend on the right side is the last step, with these
lines of code ($map is a mapObj):
$map->{legend}->{position} = 2;
$map->embedLegend($img);
$map->drawLabelCache($img);
$img->save($image_file);
With older Mapserver versions it worked nicely and the legend was
printed at the upper right.
Now with version 5.0.2 the legend is always embedded on the upper LEFT
corner, and the left half is missing.
Is there any version change that might cause this behaviour with the
above code lines ?
Thank you for any hint.
Roberto
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users