Re: [OpenLayers-Users] Animate effect like Virtual Earth?

2009-08-19 Thread shane_china
up to the top by myself and want to be answered if anyone knows, thanks. shane_china wrote: When I saw this Virtual Earth Example http://openlayers.org/dev/examples/ve-novibrate.html http://openlayers.org/dev/examples/ve-novibrate.html , Its zoom effect shocked me. I notice that there

Re: [OpenLayers-Users] Animate effect like Virtual Earth?

2009-08-19 Thread tommy408
Hiya shane. I'm dying to know too. At the end of my project I'll spend huge amount of time to get it to work if no one else know. shane_china wrote: up to the top by myself and want to be answered if anyone knows, thanks. shane_china wrote: When I saw this Virtual Earth Example

[OpenLayers-Users] Zoom to feature and highlight it

2009-08-19 Thread kennyken
Here is what I’m trying to do. I have google maps as my base layer. Then I have a polygon layer on top of that. What I’m trying to do is link to a particular polygon and highlight it via a hyperlink somewhere on my website. For example I would have a link similar to

[OpenLayers-Users] problem labeling vector features - vertices being labeled too

2009-08-19 Thread Michael Anderson
Hello, I'm having a problem with labeling vector features. It works fine until I select a feature with a ModifyFeature control. Then it labels all the vertices as well as the feature itself. And they are all labeled 'undefined' because the vertices don't have the attributes needed for the

[OpenLayers-Users] problem labeling vector features - vertices being labeled too - forgot attachment

2009-08-19 Thread Michael Anderson
Sorry, forgot the attachment for the previous post. Mike ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

[OpenLayers-Users] Interface for associating SLD styles with feature types

2009-08-19 Thread Tom B
Hi all, I've asked this on the GeoServer forum, but haven't gotten any responses, so I thought I might try it here. It's not exactly OpenLayers-specific, but it concerns matters that other OL users may be familiar with/interested in. We're using GeoServer to serve up a large set of features,

Re: [OpenLayers-Users] problem labeling vector features - vertices being labeled too

2009-08-19 Thread Michael Anderson
In the real app I'd tried setting the select style's label to an empty string, but it didn't work so I didn't include it in my example. I added it to the example (http://128.118.7.3/testing/testlabel.html). It makes the label for the polygon go away, but still labels the vertices with

Re: [OpenLayers-Users] problem labeling vector features - vertices being labeled too

2009-08-19 Thread Christopher Schmidt
On Wed, Aug 19, 2009 at 10:42:57AM -0400, Michael Anderson wrote: In the real app I'd tried setting the select style's label to an empty string, but it didn't work so I didn't include it in my example. I added it to the example (http://128.118.7.3/testing/testlabel.html). It makes the

Re: [OpenLayers-Users] Zoom to feature and highlight it

2009-08-19 Thread Eric Lemoine
On Wednesday, August 19, 2009, kennyken asselti...@hotmail.com wrote: Here is what I’m trying to do. I have google maps as my base layer.  Then I have a polygon layer on top of that. What I’m trying to do is link to a particular polygon and highlight it via a hyperlink somewhere on my

[OpenLayers-Users] Displaying text when hovering over Control

2009-08-19 Thread PhilM
I would like to display some information to assist users by dynamically displaying help text in an external div. The tooltip solution, using the title property, does not fit my requirements here. I have tried numerous ways to attach a mouseover event to the control but to no avail. Must be

Re: [OpenLayers-Users] problem labeling vector features - vertices being labeled too

2009-08-19 Thread Eric Lemoine
On Wednesday, August 19, 2009, Christopher Schmidt crschm...@metacarta.com wrote: On Wed, Aug 19, 2009 at 10:42:57AM -0400, Michael Anderson wrote: In the real app I'd tried setting the select style's label to an empty string, but it didn't work so I didn't include it in my example. I added it

Re: [OpenLayers-Users] problem labeling vector features - vertices being labeled too

2009-08-19 Thread Christopher Schmidt
On Wed, Aug 19, 2009 at 06:20:57PM +0200, Eric Lemoine wrote: On Wednesday, August 19, 2009, Christopher Schmidt crschm...@metacarta.com wrote: On Wed, Aug 19, 2009 at 10:42:57AM -0400, Michael Anderson wrote: In the real app I'd tried setting the select style's label to an empty string,

Re: [OpenLayers-Users] SPAM-LOW: Re: problem labeling vector features - vertices being labeled too

2009-08-19 Thread Michael Anderson
Eric is correct. The modifyFeature control is using the select style. Setting the select style's label to an empty string does remove the label on the polygon feature being edited. But the vertices are still labeled. So it is still trying to label the vertices with an attribute value (from the

[OpenLayers-Users] Leaving a polygon in the map which can't be removed in the Vector Layers

2009-08-19 Thread Kevin Yang
Hi dear sir, When I using the draw feature function of OpenLayers, it sometimes leaves a geometry(such as a polygon) in the map which can't be removed in the Vector Layers, even after I close the draw control using toggle('none'). How can I deal with this issue? best regards, Yang -- View this

Re: [OpenLayers-Users] Zoom to feature and highlight it

2009-08-19 Thread Lee Meilleur
Ken, I'm a newbie with openlayers, but below is a snippet of the javascript I'm working on. One problem is that I cannot control the zooming/panning after selecting and zooming to the feature. The options are basically frozen. That and it actually zooms in closer than the boundary of the

[OpenLayers-Users] Adding new features: WFS-T PostGIS

2009-08-19 Thread Juan Arévalo
Hi All, I am trying to set up a WFS-T using Geoserver 1.7.6 and PostGres 8.4. I have tried with the following code in order to insert new features: //WFS LAYER: wfs = new OpenLayers.Layer.WFS( Cities,

[OpenLayers-Users] Pop is not closing while Zooming

2009-08-19 Thread Ullas Joseph
Hello, I am using open layers cluster startegy in my map application and i am using data from kml. Everything is working fine except the popups. If one popup is open and then i zoom, and if i try to close that, i am getting a javascript error layer is null. If somebody came across the issue...

Re: [OpenLayers-Users] Pop is not closing while Zooming

2009-08-19 Thread Kris Geusebroek
Hi, You probably lose the connection with the feature. Popup is registered with the feature and if the feature is not there anymore Best way is to register a function that closes the popup at layer unload Cheers Kris From: users-boun...@openlayers.org

Re: [OpenLayers-Users] SPAM-LOW: Re: problem labeling vector features - vertices being labeled too

2009-08-19 Thread Eric Lemoine
On Wednesday, August 19, 2009, Michael Anderson m...@spatialit.com wrote: Eric is correct. The modifyFeature control is using the select style. Setting the select style's label to an empty string does remove the label on the polygon feature being edited. But the vertices are still labeled. So