Hi,

2 things here :

1. I would use another format as html/text. I had some problems too to get
it parsed correctly.
    So I added in the infoCtl this property :
         var infoCtl = new OpenLayers.Control.WMSGetFeatureInfo({
               title: ....
               ...
               infoFormat: 'application/vnd.ogc.wms_xml'
               });
2. I think you might have a problem with not having your proxy defined ....
not sure about this a 100% anymore, but I think this type of request is
always considered as a cross-domain request, and hence needs a proxy
defined.

best regards,



eoinyp wrote:
> 
> Thanks for your help on this guys, regioGIS, I am trying to follow your
> tip (quoted below), as it seems best for what I want to do. I am stuck on
> the very first hurdle. Looking at the example at
> http://www.openlayers.org/dev/examples/getfeatureinfo-control.html
> ...
> 

-- 
View this message in context: 
http://n2.nabble.com/GetFeatureInfo-tp3700058p3828263.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to