[mapserver-users] imagemaps using php mapscript?
P.Romero
romero619 at hotmail.com
Sat Mar 28 11:55:40 PDT 2009
How can this example:
http://mapserver.org/output/imagemaps.html?highlight=imagemap
be implemented using php mapscript?
More specifically, how can the html output for the imagemap be separated
from the imageobject, and stored into a php variable?
Im hoping for something like..
$map = ms_newMapObj("mymapfile.map");
$map_img=$img=$map->draw();
$imagemap_html=$map->get_html_output();
...and then I can separately handle the image & html output.
Is this possible?
Please help,
Thanks,
P.Romero
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20090328/65d5f51d/attachment.htm>
More information about the MapServer-users
mailing list