|
When I draw a reference map, I get an image but my
background image is not there. Below is the code I used
From map file
REFERENCE EXTENT -125.481 23.17332 -66.5282 51.7963 IMAGE /usr/home/gui-ads/html/map/framework/ref.png STATUS on size 124 74 END Php script
$image_ref=$map->drawReferenceMap();
$image_url_ref=$image_ref->saveWebImage(MS_PNG,1,1,0); If I try using a gif like to doc tells, I get a
mapscript error.
Thanks for any help
Aaron
|