Re: [OpenLayers-Users] tooltip

2012-07-04 Thread Neelima Emmani
umber - 04039144487 Mobile Number - 9490817875 From: Zac Spitzer [zac.spit...@gmail.com] Sent: Wednesday, July 04, 2012 10:50 AM To: Neelima Emmani Cc: openlayers-users@lists.osgeo.org Subject: Re: [OpenLayers-Users] tooltip try this control

Re: [OpenLayers-Users] tooltip

2012-07-03 Thread Zac Spitzer
try this control http://dev.openlayers.org/docs/files/OpenLayers/Control/MousePosition-js.html z On Wed, Jul 4, 2012 at 3:22 PM, Neelima Emmani wrote: > > Hi All, > > I want to give mouse coordinates as tooltip to the mouse pointer. Is this > possible then can anyone help me with this regard.

[OpenLayers-Users] tooltip

2012-07-03 Thread Neelima Emmani
Hi All, I want to give mouse coordinates as tooltip to the mouse pointer. Is this possible then can anyone help me with this regard. With Regards, Neelima Emmani ___ Users mailing list us...@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/ope

Re: [OpenLayers-Users] Tooltip for vectorlayer icons

2012-05-20 Thread Eric Lemoine
On Sunday, May 20, 2012, Matthias Meißer wrote: > Am 19.05.2012 19:09, schrieb Andreas Hocevar: > >> If you download the latest OpenLayers (master from >> http://github.com/openlayers/**openlayers, >> you can simply give your >> symbolizer a 'graphic' prope

Re: [OpenLayers-Users] Tooltip for vectorlayer icons

2012-05-20 Thread Matthias Meißer
Am 19.05.2012 19:09, schrieb Andreas Hocevar: If you download the latest OpenLayers (master from http://github.com/openlayers/openlayers, you can simply give your symbolizer a 'graphic' property. If your feature attributes have e.g. a 'tooltip' attribute, the value for the 'graphic' property woul

Re: [OpenLayers-Users] Tooltip for vectorlayer icons

2012-05-19 Thread Andreas Hocevar
If you download the latest OpenLayers (master from http://github.com/openlayers/openlayers, you can simply give your symbolizer a 'graphic' property. If your feature attributes have e.g. a 'tooltip' attribute, the value for the 'graphic' property would be '${tooltip}'. See http://openlayers.org/de

[OpenLayers-Users] Tooltip for vectorlayer icons

2012-05-19 Thread Matthias Meißer
Hi, I'm working on a map, that get's geoJSON data for a vector layer using an simple REST API server. As I only display the labels on demand and a the density of vector points can get quiet high, I like to display a usual native tooltiptext (aka hint). So if the mousepointer get's over an ite