Re: [OpenLayers-Users] selectcontrol and layers property

2009-05-07 Thread Frank Broniewski
I didn't find the time to reply yesterday, but I want to confirm that the rc2 indeed solves this. And it works fine so far with my 5 KML Layers. Good work! And by comparing the two docs (for v2.7 and v2.8) I can see that a lot of work has been done at the Control.SelectFeature level. Frank On

[OpenLayers-Users] multiple layers... best performance?

2009-05-07 Thread pere roca ristol
hi all, on my webapp I have distributed legends where you can switch on/off different layers. All of these layers refer to the same GeoServer. As far as I know, I can design my webapp in two ways: 1) Just an Openlayers layer and I add/remove layers from layers parameter when user switch on/off a la

Re: [OpenLayers-Users] Markers incorrectly placed after pan

2009-05-07 Thread Christopher Schmidt
On Fri, May 08, 2009 at 09:22:19AM +0800, Andrew Smith wrote: > I'm an OL newbie so have no idea how to fix your problem, but thought I'd > have a look to see what your map looked like. Ran into the following issues: > > - In Firefox 3.0.10 the Play button doesn't do anything at all. > > - In IE8

Re: [OpenLayers-Users] Markers incorrectly placed after pan

2009-05-07 Thread Andrew Smith
I'm an OL newbie so have no idea how to fix your problem, but thought I'd have a look to see what your map looked like. Ran into the following issues: - In Firefox 3.0.10 the Play button doesn't do anything at all. - In IE8 I get Webpage error: Line: 138 Error: 'console' is undefined Just thoug

Re: [OpenLayers-Users] ERROR: WMSGetFeatureInfo is not a constructor.

2009-05-07 Thread Christopher Schmidt
On Thu, May 07, 2009 at 05:22:28PM +0200, Micho Gar wrote: > Hi all, I am working with the Openlayers Feature Info example, I copy the > example's code but dont work on my app, get this error: > > "Error: OpenLayers.Control.WMSGetFeatureInfo is not a constructor > Archivo de origen: http://localho

Re: [OpenLayers-Users] selectcontrol and layers property

2009-05-07 Thread Eric Lemoine
On Thursday, May 7, 2009, Kris Geusebroek wrote: > Hi Frank, > > The multiple layers selectcontrol is supported in OpenLayers 2.8 (rc2 now). > The docs you looked at are 2.8 and you are using 2.7 OpenLayers build. > > If you try with latest rc of 2.8 you will succeed. Yes, ahocevar (possibly with

Re: [OpenLayers-Users] ERROR: WMSGetFeatureInfo is not a constructor.

2009-05-07 Thread Eric Lemoine
On Thursday, May 7, 2009, Micho Gar wrote: > Hi all, I am working with the Openlayers Feature Info example, I copy the > example's code but dont work on my app, get this error: > > "Error: OpenLayers.Control.WMSGetFeatureInfo is not a constructor Most probably you're not on the right OL version?

[OpenLayers-Users] ERROR: WMSGetFeatureInfo is not a constructor.

2009-05-07 Thread Micho Gar
Hi all, I am working with the Openlayers Feature Info example, I copy the example's code but dont work on my app, get this error: "Error: OpenLayers.Control.WMSGetFeatureInfo is not a constructor Archivo de origen: http://localhost:8080/geoserver/ LĂ­nea: 159" The code is the same that in exam

Re: [OpenLayers-Users] Requesting zip data using OpenLayers.Request.GET. bug ?

2009-05-07 Thread Christopher Schmidt
On Thu, May 07, 2009 at 09:00:35PM +0800, Kwong Hu Kiu wrote: > > > > How am I crossposting ? Your email was sent to both the users and dev lists. http://openlayers.org/pipermail/users/2009-May/011737.html http://openlayers.org/pipermail/dev/2009-May/004841.html > I thought this 'might'

Re: [OpenLayers-Users] Requesting zip data using OpenLayers.Request.GET. bug ?

2009-05-07 Thread Kwong Hu Kiu
How am I crossposting ? I thought this 'might' be a bug. That's why i sent it to the dev list. Is this wrong ? Anyway... No, you don't understand my question. Once users clicked on a button called 'Download zip'. The wms-server will send a respond together with a zip file. I thought this w

Re: [OpenLayers-Users] Requesting zip data using OpenLayers.Request.GET. bug ?

2009-05-07 Thread Christopher Schmidt
On Thu, May 07, 2009 at 08:28:31PM +0800, Kwong Hu Kiu wrote: This question is more appropriate for the users list. Please do *not* crosspost to both lists. > Hi, > > I am using OpenLayers.Request.GET to request a zip archive that I have > generated on the server side. > > OpenLayers.Request.G

[OpenLayers-Users] Requesting zip data using OpenLayers.Request.GET. bug ?

2009-05-07 Thread Kwong Hu Kiu
Hi, I am using OpenLayers.Request.GET to request a zip archive that I have generated on the server side. OpenLayers.Request.GET is working well. I can receive the request parameters on the server-side. These parameters are used by my wms service to return a zip archive with bitmap data zipp

Re: [OpenLayers-Users] selectcontrol and layers property

2009-05-07 Thread Kris Geusebroek
Hi Frank, The multiple layers selectcontrol is supported in OpenLayers 2.8 (rc2 now). The docs you looked at are 2.8 and you are using 2.7 OpenLayers build. If you try with latest rc of 2.8 you will succeed. Cheers Kris -Original Message- From: users-boun...@openlayers.org [mailto:users

[OpenLayers-Users] selectcontrol and layers property

2009-05-07 Thread Frank Broniewski
I am currently trying to enable the querying of serveral GML (in fact KML) layers in my map. Just one result per click, but without choosing the query layer first. My preferred route was to use a selectcontrol and pass an array of layers in ( see http://dev.openlayers.org/docs/files/OpenLayers/

[OpenLayers-Users] Markers incorrectly placed after pan

2009-05-07 Thread gwales
I am working on a viewer for GPX data which is mostly operational. When loaded, a marker is placed at the start of the vector representing the GPX file. I have included a 'play' button which advances the marker along the track. All works well until the map is panned and then the marker is offse