[mapserver-users] hotspot information on point layers

Guillaume Sueur no-reply at neogeo-online.net
Wed May 13 08:54:31 EDT 2009


Hi,

That will mainly depend on your client side implementation, in which the
map image itself will be displayed.
For example, if you use OpenLayers as a client, you can set a mouseOver
or mouseClick on your layer, and trigger a WMS getFeatureInfo request on
it.

Regards

Guillaume

meenu a écrit :
> hi ..advance thanks to all ,in a mapserver project how possible to do the
> hotspot information of points...for eg i have one pointlocation table like
> as follows...when the mouse is on the top of these points,need to generte
> one hotspot information regarding this point with an image...can anybody
> help me to do this part...regards
> ******************
> LAYER
>    NAME "n_twns"
>    TYPE POINT
>    CONNECTIONTYPE OGR
>    CONNECTION "n_twns.TAB"
>     STATUS ON
>     LABELITEM "NAME"
>    CLASS
>       	#SIZE 10
>       	STYLE
>       		COLOR 255 0 0
>      		OUTLINECOLOR 0 0 0
>      		SYMBOL 'ball'
> 	END #STYLE
> 	LABEL
> 		COLOR 100 100 255
> 		FONT arial
> 		TYPE TRUETYPE
> 		SIZE 7
> 		POSITION LC
> 		WRAP " "
> 	END#LABEL
>   END# CLASS
>   END#LAYER
> *****************
> 
> -----
> Meenu


More information about the mapserver-users mailing list