Re: [OpenLayers-Users] Newbie questions

2010-02-26 Thread pablo lopez
Hi Joe, I think something like this shoul do it: info = new OpenLayers.Control. WMSGetFeatureInfo({ url: 'http://tobagoborn.com:8080/geoserver/wms', title: 'Identify features by clicking', layers: [layer1, layer2,...], ---Here you provide an array of layer

Re: [OpenLayers-Users] Newbie questions

2010-02-22 Thread pablo lopez
You're querying all visible layers ( queryVisible: true), try changing that for: layers:yor list of layers That should do it Regards P ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] problem with WFS GetFeature

2009-11-25 Thread pablo lopez
if there is a way to control the highlighting with mouse clicks instead of filters. Any suggestions on this? Regards, Pablo On Wed, Nov 25, 2009 at 1:31 AM, Andreas Hocevar ahoce...@opengeo.orgwrote: Hi, can you please try the following and report back if it works: pablo lopez wrote

Re: [OpenLayers-Users] problem with WFS GetFeature

2009-11-25 Thread pablo lopez
/gml:Envelope /gml:boundedBy ms:msGeometry gml:Polygon srsName=EPSG:4326 gml:exterior gml:LinearRing.some coordinates Thanks in advance Pablo On Wed, Nov 25, 2009 at 12:20 PM, Andreas Hocevar ahoce...@opengeo.orgwrote: pablo lopez wrote

Re: [OpenLayers-Users] problem with WFS GetFeature

2009-11-25 Thread pablo lopez
: OpenLayers.Protocol.WFS.fromWMSLayer(layer, { featureNS: http://mapserver.gis.umn.edu/mapserver;, featurePrefix: ms, geometryName: msGeometry }); Note that this looks more like WFS1.0.0 with GML2, so if the above still does not work, add version: 1.0.0 Regards, Andreas. pablo lopez wrote: Ok

[OpenLayers-Users] problem with WFS GetFeature

2009-11-24 Thread pablo lopez
Hi list I've seen this topic discussed on this list but I'm still a little lost. I want to run the wfs get feature example with my own data served trough mapserver. I'm able to make the request and mapserver returns what seems to be a valid gml, the only problem is that it is not displaying in OL.