[Mapserver-users] SWF Output formatoption Single vs Multiple
Geoffrey Rowland
geoffrey.rowland@noaa.gov
Thu, 04 Sep 2003 10:42:18 -0400
Hello,
In my .map file, if have the FORMATOPTION "OUTPUT_MOVIE=MULTIPLE", my
php script generates the SWF correctly. However if I change MULTIPLE to
SINGLE, then I get a Fatal Error saying it failed writing the image. Am
I missing something?
OUTPUTFORMAT
NAME swf
MIMETYPE "application/x-shockwave-flash"
DRIVER swf
IMAGEMODE PC256
FORMATOPTION "OUTPUT_MOVIE=SINGLE"
END
$map_path="d:/inet/site/pop/";
$map = ms_newMapObj($map_path."swf_pop.map");
$map->selectOutputFormat("SWF");
$image=$map->draw();
$image_url=$image->saveWebImage();
_______________________________________________
Mapserver-users mailing list
Mapserver-users@lists.gis.umn.edu
http://lists.gis.umn.edu/mailman/listinfo/mapserver-users