[OpenLayers-Users] WMSGetFeatureInfo Format - get bounds

2009-10-29 Thread Alexandre Dube
Hi list, I'm using Format.WMSGetFeatureInfo.read_msGMLOutput() for getFeatureInfo requests. In the response, I can see the bbox of the feature returned [1]. That would be enough to be able to recenter on the feature. The only problem is : vector features created from read_msGMLOutput

Re: [OpenLayers-Users] WMSGetFeatureInfo Format - get bounds

2009-10-29 Thread bartvde
Hi Alexandre, so you only have the boundedBy element and not the actual geometry in the output? If so, I don't think this is currently possible, can you please file an enhancement bug in Trac? The parsing of the geometry was added in: http://trac.openlayers.org/changeset/9178 Best regards,

Re: [OpenLayers-Users] WMSGetFeatureInfo Format - get bounds

2009-10-29 Thread Alexandre Dube
Hi Bart, bart...@osgis.nl wrote: Hi Alexandre, so you only have the boundedBy element and not the actual geometry in the output? Yep, no geom is needed for my case. The bbox is enough. If so, I don't think this is currently possible, can you please file an enhancement bug in Trac?

Re: [OpenLayers-Users] WMSGetFeatureInfo Format - get bounds

2009-10-29 Thread Eric Lemoine
On Thursday, October 29, 2009, Alexandre Dube ad...@mapgears.com wrote: Hi Bart, bart...@osgis.nl wrote: Hi Alexandre, so you only have the boundedBy element and not the actual geometry in the output? Yep, no geom is needed for my case.  The bbox is enough. If so, I don't think this is

Re: [OpenLayers-Users] WMSGetFeatureInfo Format - get bounds

2009-10-29 Thread Bart van den Eijnden (OSGIS)
Eric, are you referring to: http://trac.openlayers.org/ticket/2255 ? I think that's a different issue since it deals with the new GML parser, while the GetFeatureInfo format uses the old GML parser. Best regards, Bart Eric Lemoine wrote: On Thursday, October 29, 2009, Alexandre Dube

Re: [OpenLayers-Users] WMSGetFeatureInfo Format - get bounds

2009-10-29 Thread Eric Lemoine
On Thursday, October 29, 2009, Bart van den Eijnden (OSGIS) bart...@osgis.nl wrote: Eric, are you referring to: http://trac.openlayers.org/ticket/2255 ? I think that's a different issue since it deals with the new GML parser, while the GetFeatureInfo format uses the old GML parser.

Re: [OpenLayers-Users] WMSGetFeatureInfo Format

2009-03-23 Thread Alexandre Dube
Hi Andreas, Here's the ticket: http://trac.openlayers.org/ticket/2002 Sorry it took so long. Regards, Alexandre Andreas Hocevar wrote: Hi Alexandre, if you can create a ticket with this patch and set it to Review, I'd be willing to commit this since it does not break any unit tests.

Re: [OpenLayers-Users] WMSGetFeatureInfo Format

2009-03-23 Thread Christopher Schmidt
On Mon, Mar 23, 2009 at 01:53:05PM -0400, Alexandre Dube wrote: Andreas Hocevar wrote: Alexandre, it seems we don't have a CLA from you or Mapgears yet. Is this correct? If so, please follow the instructions on http://trac.openlayers.org/wiki/HowToContribute Thanks! Andreas.

Re: [OpenLayers-Users] WMSGetFeatureInfo Format

2009-03-23 Thread Andreas Hocevar
Thanks Alexandre, your patch is already committed! Regards, Andreas. On Mon, Mar 23, 2009 at 6:52 PM, Alexandre Dube ad...@mapgears.com wrote: Hi Andreas,  Here's the ticket: http://trac.openlayers.org/ticket/2002  Sorry it took so long. Regards, Alexandre Andreas Hocevar wrote: Hi

Re: [OpenLayers-Users] WMSGetFeatureInfo Format

2009-03-16 Thread Andreas Hocevar
Hi Alexandre, if you can create a ticket with this patch and set it to Review, I'd be willing to commit this since it does not break any unit tests. It would be good if you could add a test in your patch to show the problem. Thanks! Andreas. On Wed, Mar 4, 2009 at 2:13 PM, Alexandre Dube

Re: [OpenLayers-Users] WMSGetFeatureInfo Format

2009-03-16 Thread Andreas Hocevar
Alexandre, it seems we don't have a CLA from you or Mapgears yet. Is this correct? If so, please follow the instructions on http://trac.openlayers.org/wiki/HowToContribute Thanks! Andreas. On Wed, Mar 4, 2009 at 2:13 PM, Alexandre Dube ad...@mapgears.com wrote: We found out what was not

Re: [OpenLayers-Users] WMSGetFeatureInfo Format

2009-03-16 Thread Alexandre Dube
Andreas, I'll take care of this and the patch during the following days. Thanks to you for your interests, Alexandre Andreas Hocevar wrote: Alexandre, it seems we don't have a CLA from you or Mapgears yet. Is this correct? If so, please follow the instructions on

Re: [OpenLayers-Users] WMSGetFeatureInfo Format

2009-03-04 Thread Alexandre Dube
We found out what was not working for us. I've prepared a patch that solved the problem. Could anyone confirm that there is a bug in the original version, please ? Kind regards, Alexandre Alexandre Dube wrote: Hi users, I'm having a hard time using the WMSGetFeatureInfo format.

[OpenLayers-Users] WMSGetFeatureInfo Format

2009-03-03 Thread Alexandre Dube
Hi users, I'm having a hard time using the WMSGetFeatureInfo format. Instead of explaining, below's snippet (1). Because I currently can't have a response from my server since I have problems with HTTPS and proxy, I load a xml (see attached) instead ( it's a msGMLOutput XML from MapServer

Re: [OpenLayers-Users] WMSGetFeatureInfo Format

2009-03-03 Thread Arnd Wippermann
Gesendet: Dienstag, 3. März 2009 21:21 An: OpenLayers users mailing list Betreff: [OpenLayers-Users] WMSGetFeatureInfo Format Hi users, I'm having a hard time using the WMSGetFeatureInfo format. Instead of explaining, below's snippet (1). Because I currently can't have a response from my