[Geoserver-users] Mouseover events, actions, styles

Don't forget to also look at OpenLayers:

http://www.openlayers.org

This should be possible with DHTML/javascript so without SVG, look at the
OpenLayers marker layers.

Best regards,
Bart

--
Bart van den Eijnden
OSGIS, Open Source GIS
http://www.osgis.nl

--------- Oorspronkelijk bericht --------
Van: Pieter Jansen <pjansen@anonymised.com>
Naar: geoserver-users@lists.sourceforge.net
<geoserver-users@lists.sourceforge.net>
Onderwerp: [Geoserver-users] Mouseover events, actions, styles
Datum: 16/07/07 06:17

Hi,

To be able to replace our existing geo-engine, we need to find a way
to implement the following:
- When you move your mouse over a point on the map, it highlights to
a different colour
   (&quot;hotspot&quot; layer in geomedia webmap - dynamic styles?)
- The tooltip texts which show information about the current location.

We want to stay viewer-independent, if possible. We current are
testing with the Geoserver mapbuilder viewer and the flash Flamingo
viewer.

My questions:
- Are we forced to use SVG for this kind of interaction?
- Can someone give me pointers in the direction of a solution to the
above mentioned problems?

Kind regards,

Pieter

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Hi Bart,

On 7/16/07, Bart van den Eijnden (OSGIS) <bartvde@anonymised.com> wrote:

This should be possible with DHTML/javascript so without SVG, look at the
OpenLayers marker layers.

Thanks for this information. The developers are looking at it right
now, and think they can use
this.

Kind regards,

Pieter

Hi,

OpenLayers can unfortunately not be used in combination with the
Flamingo viewer.

If the Flamingo viewer were to implement support for a 'hotspot layer'
(layer containing points with javascript/html actions bound to them),
how would I go around configuring this in Geoserver?

Kind regards,

Pieter