[mapserver-users] Can i combine Rosa and USEMAP

Azimuth, Erwin Perik perik at azimuth.nl
Thu Feb 14 05:05:57 EST 2002


Hi All,

I created an image using a HTML USEMAP like following:

<MAP NAME="points">
<AREA HREF="#" ALT="info about the point" TITLE="Products"  SHAPE=CIRCLE 
COORDS="251,143,50" >
.....repeated for every POINT in a shape
</MAP>

//creating the image:
echo"<IMG SRC=$url USEMAP=#points BORDER=0 WIDTH=$gpoMap->width 
HEIGHT=$gpoMap->height NAME=clickmap";


USEMAP=#points --> creates circle-references for every point. Circle (50 
radius) around the coordinates of the point.
When hovering with the mouse over the created circle-reference info is 
displayed using the HTML ALT option.

'Normally' an image would look something like:
echo"<INPUT TYPE=image SRC=$url BORDER=0 WIDTH=600 HEIGHT=450 NAME=zoommap>";

As it's all based on Gmap i have not found an option to add this to the 
Rosa applet.

Is it possible to combine Rosa with the Usemap secribed above.

Thanks,

Erwin





More information about the mapserver-users mailing list