[OpenLayers-Users] WMSGetFeatureInfo eventListener resolving dependencies

2010-08-24 Thread Sige
Hi All, I have a WMS layer with a popup control for feature info: var featureInfo = new OpenLayers.Control.WMSGetFeatureInfo( { url: http://localhost/geoserver/wms;, hover:false, maxFeatures:5, layers: [wmsLayer], queryVisible: true, eventListeners: {

Re: [OpenLayers-Users] WMSGetFeatureInfo eventListener resolving dependencies

2010-08-24 Thread Eric Lemoine
On Wednesday, August 25, 2010, Sige sig...@yahoo.co.nz wrote: Hi All, I have a WMS layer with a popup control for feature info: var featureInfo = new OpenLayers.Control.WMSGetFeatureInfo(    { url:  http://localhost/geoserver/wms;,      hover:false,      maxFeatures:5,      layers:

[OpenLayers-Users] wmsGetFeatureInfo with Mapserver

2010-08-10 Thread Benjamin Preisig
Hi, I am trying to get the Feature Info - PopUp example (http://dev.openlayers.org/releases/OpenLayers-2.9.1/examples/getfeatureinfo-popup.html) working, but I am encountering some problems with it. When i click on the map nothing happens. I tried to search for the problem with firebug,

[OpenLayers-Users] WMSGetFeatureInfo

2010-03-23 Thread Francesco D'Amore
Hi All I'm so Sorry if the my question will be trivial but a tried to find some thing in the mail list archive but it doesn't work! I'm very new bie in OpenLayers and I have a problem with WMSGetFeatureInfo. With GeoExt I try to use the control in order to get some information about WMS

Re: [OpenLayers-Users] WMSGetFeatureInfo

2010-03-23 Thread Eric Lemoine
On Tuesday, March 23, 2010, Francesco D'Amore francesco.dam...@gmail.com wrote: Hi All I'm so Sorry if the my question will be trivial but a tried to find some thing in the mail list archive but it doesn't work! I'm very new bie in OpenLayers and I have a problem with

Re: [OpenLayers-Users] WMSGetFeatureInfo, missing geometry type ‘box’

2010-02-14 Thread Bart van den Eijnden
Hi, can you try with trunk, IIRC this has been fixed. Best regards, Bart On Feb 13, 2010, at 7:23 PM, Stefanie Weykam wrote: Hi again, My problem still continues but I have been able to trace down the error … Seems that OpenLayers actually tries to parse the data – I got as far as to

[OpenLayers-Users] WMSGetFeatureInfo, missing geometry type ‘box’

2010-02-13 Thread Stefanie Weykam
Hi again, My problem still continues but I have been able to trace down the error … Seems that OpenLayers actually tries to parse the data – I got as far as to the parseFeature function in Format/GML.js. Here, the geometry type is read (‘Box’) and then the parseGeometry function is called. This

[OpenLayers-Users] WMSGetFeatureInfo not working as expected with msGMLoutput

2010-02-12 Thread Stefanie Weykam
Hi list members, I have a problem with my Mapserver WMS server and the OpenLayers.Control.WMSGetFeatureInfo. According to wmsOptions.params.info_format in the WMSGetFeatureInfo.js request function is 'application/vnd.ogc.gml' (this is what I want) In the WMSGetFeatureInfo.js handleResponse

[OpenLayers-Users] WMSGetFeatureInfo - speed of 'text/html' vs 'application/vnd.ogc.gml'

2010-01-13 Thread Herman Badenhorst
Hi group. I was just wondering, why is the speed between 'text/html' and 'application/vnd.ogc.gml' infoFormat so different? If I select text/html and click on an area, it takes about 1 second to return. If I select application/vnd.ogc.gml and click on an area, it takes about 20 second to

Re: [OpenLayers-Users] WMSGetFeatureInfo: find out layer names

2010-01-06 Thread Bart van den Eijnden
Hi Frank, the feature.type property has the name of the layer. Best regards, Bart On Jan 5, 2010, at 11:22 AM, Frank Broniewski wrote: Hello list, I am using the WMSGetFeatureInfo function for querying my WMS layers. Works like a charm. In my map I have the possibility to query more

[OpenLayers-Users] WMSGetFeatureInfo: find out layer names

2010-01-05 Thread Frank Broniewski
Hello list, I am using the WMSGetFeatureInfo function for querying my WMS layers. Works like a charm. In my map I have the possibility to query more than one layer for information. And now I search for a solution to find out for what layer the response was returned. Looking at the returned

[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 not firing

2009-09-20 Thread Andreas Hocevar
Hi, the one advice I can give you is: ask on the list or on irc before you struggle for two days. This time, the answer would have been simple: either do as you discovered, or set the vendorParams option of the WMS GetFeatureInfo control

[OpenLayers-Users] WMSGetFeatureInfo not firing

2009-09-19 Thread P Kishor
I have a bizarre problem that I can't debug. My code is var info = new OpenLayers.Control.WMSGetFeatureInfo({ url: http://localhost/cgi-bin/mapserv?map=/path/to/my.map;, maxFeatures: 12, title: 'Identify features by clicking', queryVisible: true,

Re: [OpenLayers-Users] WMSGetFeatureInfo not firing

2009-09-19 Thread P Kishor
On Sat, Sep 19, 2009 at 7:47 PM, P Kishor punk.k...@gmail.com wrote: I have a bizarre problem that I can't debug. My code is var info = new OpenLayers.Control.WMSGetFeatureInfo({            url: http://localhost/cgi-bin/mapserv?map=/path/to/my.map;,            maxFeatures: 12,            

[OpenLayers-Users] WMSGetFeatureInfo and proxy

2009-09-18 Thread Steve . Toutant
Hi, I'm using WMSGetFeatureInfo to query a specific layer. The information is retrieved from the same server/domain where the application and mapserver are installed. The answer I get is The requested URL /cgi-bin/proxy.cgi was not found on this server. I read this

Re: [OpenLayers-Users] WMSGetFeatureInfo and proxy

2009-09-18 Thread Christopher Schmidt
On Fri, Sep 18, 2009 at 09:27:15AM -0400, steve.tout...@inspq.qc.ca wrote: Hi, I'm using WMSGetFeatureInfo to query a specific layer. The information is retrieved from the same server/domain where the application and mapserver are installed. The answer I get is The requested URL

Re: [OpenLayers-Users] WMSGetFeatureInfo and proxy

2009-09-18 Thread Steve . Toutant
Christopher Schmidt crschm...@metacarta.com@openlayers.org Envoyé par : users-boun...@openlayers.org 18/09/2009 10:05 AM A steve.tout...@inspq.qc.ca cc users@openlayers.org Objet Re: [OpenLayers-Users] WMSGetFeatureInfo and proxy On Fri, Sep 18, 2009 at 09:27:15AM -0400, steve.tout...@inspq.qc.ca

Re: [OpenLayers-Users] WMSGetFeatureInfo with IE

2009-09-03 Thread Micho Gar
Very strange. I have been investigating in the OpenLayers code and I have seen that the wms petition for the same point generate two diferent url. For FireFox respond with data and for IExplorer 7 not. The unique diference between both is the bbox. I dont understand anything. FF:

Re: [OpenLayers-Users] WMSGetFeatureInfo doesnt seem to work

2009-09-03 Thread Steve . Toutant
...@web.de@openlayers.org Envoyé par : users-boun...@openlayers.org 03/09/2009 12:19 PM A users@openlayers.org cc Objet Re: [OpenLayers-Users] WMSGetFeatureInfo doesnt seem to work Hi Andreas, So in what part of my code would this definition have to be made? Kind regards, Dominik

Re: [OpenLayers-Users] WMSGetFeatureInfo with IE

2009-09-02 Thread Eric Lemoine
On Wed, Sep 2, 2009 at 7:13 PM, Micho Garmicho...@gmail.com wrote: Hi all, I have a code to realise a GetFeatureInfo and runs well on Firefox but not return any result in IE. Reading the documentation I have not seen nothing about this. I think it work the same for both. Something about

Re: [OpenLayers-Users] WMSGetFeatureInfo doesnt seem to work

2009-09-02 Thread Andreas Hocevar
Hi, just a guess: try specifying the srs as projection property in the layer option, not as (commented out) srs property in the layer params. Regards, Andreas. Dominik Wiedner wrote: Hi guys, Currently I try to find my way in to OpenLayers. The problem, I'm currently facing, is that this

Re: [OpenLayers-Users] WMSGetFeatureInfo - page not found-message

2009-07-10 Thread Per S
Thanks for the answer. After some more testing and reading I've fond that I need a ProxyHost as described in http://faq.openlayers.org/proxyhost/ /Per S -- View this message in context: http://n2.nabble.com/WMSGetFeatureInfo---page-not-found-message-tp3230272p3236161.html Sent from the

[OpenLayers-Users] WMSGetFeatureInfo - page not found-message

2009-07-09 Thread Per S
When I use WMSGetFeatureInfo I get a page not found message (HTTP 404) from IIS, but when I paste the Url params below in the address field of a browser (Firefox or IE) a get a correct response. Part of the code (coming from Open Layers Feature Info Example): var infoControls = { click: new

Re: [OpenLayers-Users] WMSGetFeatureInfo - page not found-message

2009-07-09 Thread Brent Pedersen
from: http://docs.openlayers.org/library/request.html In general, all communication initiated by OpenLayers.Request methods is restricted to the same origin policy: requests may only be issued with the same protocol, to the same domain, and through the same port as the document the code is running

Re: [OpenLayers-Users] WMSGetFeatureInfo not working as expected with ESRI ArcGIS server

2009-06-11 Thread Eric Lemoine
On Tue, Jun 9, 2009 at 3:56 PM, Linde Ackermansroselinda.ackerm...@ec.europa.eu wrote: Sorry, please ignore. This question was meant for the MapFish mailing list. The problems are in the their control which has exactly the same name   Which control? WMSGetFeatureInfo comes from OpenLayers.

Re: [OpenLayers-Users] WMSGetFeatureInfo not working as expected with ESRI ArcGIS server

2009-06-11 Thread Linde Ackermans
Yes, sorry again, total confusion here. It is indeed an openlayers control. Nevertheless, it fails to work correctly with ArcGIS server Rgrds, Linde Eric Lemoine-2-2 wrote: On Tue, Jun 9, 2009 at 3:56 PM, Linde Ackermansroselinda.ackerm...@ec.europa.eu wrote: Sorry, please ignore.

Re: [OpenLayers-Users] WMSGetFeatureInfo not working as expected with ESRI ArcGIS server

2009-06-09 Thread Linde Ackermans
Sorry, please ignore. This question was meant for the MapFish mailing list. The problems are in the their control which has exactly the same name -- View this message in context:

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