<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><font style="font-size:10pt;" color="#366092" face="Arial" size="2">perhaps<font style="font-size: 10pt;" size="2"> us<font style="font-size: 10pt;" size="2">ing some<font style="font-size: 10pt;" size="2">:<br><br></font>console.log("WHAT IT IS GO<font style="font-size: 10pt;" size="2">ING <font style="font-size: 10pt;" size="2">ON </font>WITH": <font style="font-size: 10pt;" size="2">feat);</font></font></font></font></font><br><font style="font-size:10pt;" color="#366092" face="Arial" size="2"><font style="font-size:10pt;" color="#366092" face="Arial" size="2"><font style="font-size: 10pt;" size="2"><font style="font-size: 10pt;" size="2">console.log("WHAT IT IS GO<font style="font-size: 10pt;" size="2">ING <font style="font-size: 10pt;" size="2">ON </font>WITH": <font style="font-size: 10pt;" size="2">bbox);</font></font></font></font></font></font><br id="FontBreak"><font style="font-size:10pt;" color="#366092" face="Arial" size="2"><font style="font-size: 10pt;" size="2"><font style="font-size: 10pt;" size="2">console.log("WHAT IT IS GO<font style="font-size: 10pt;" size="2">ING <font style="font-size: 10pt;" size="2">ON </font>WITH": <font style="font-size: 10pt;" size="2">center);<br><br><font style="font-size: 10pt;" size="2">can <font style="font-size: 10pt;" size="2">help <font style="font-size: 10pt;" size="2">you to <font style="font-size: 10pt;" size="2">find <font style="font-size: 10pt;" size="2">the error.</font></font></font></font></font></font></font></font></font></font><br><font style="font-size:10pt" color="#1F497D" face="Arial" size="2"><br>__________________________________________________________________________________________<br>Piensa en el medio ambie<font style="" face="Arial">nte - mantenlo en la pantalla. NO lo imprimas si NO es necesario.</font></font><font style="font-size:10pt" color="#1F497D" face="Arial" size="2"><br></font><font style="font-size:10pt" color="#1F497D" face="Arial" size="2">Think green - keep it on the screen. Do NOT print if it is NOT necessary.</font><font style="font-size:10pt" color="#1F497D" face="Arial" size="2"><br></font><font style="font-size:10pt" color="#1F497D" face="Arial" size="2"><span id="ecxresult_box" class="ecxshort_text" lang="de"><span class="ecxhps">Denken Sie an</span> <span class="ecxhps">die Umwelt</span></span></font><font style="font-size:10pt" color="#1F497D" face="Arial" size="2"><span id="ecxresult_box" lang="de"><span class="ecxhps"></span> <span class="ecxhps">-</span> <span class="ecxhps">bewahren Sie es</span> <span class="ecxhps">auf dem Bildschirm.</span> <span class="ecxhps">Drucken Sie es NICHT</span><span>, wenn</span> <span class="ecxhps">es NICHT notwendig ist</span><span>.</span></span></font><br><br><br><div><div id="SkyDrivePlaceholder"></div><hr id="stopSpelling">Date: Wed, 20 Feb 2013 00:31:15 +0200<br>From: lauri.kajan@gmail.com<br>To: openlayers-users@lists.osgeo.org<br>Subject: [OpenLayers-Users] GetFeature with WFS protocol doesn't return features<br><br><div dir="ltr">Hello,<div><br></div><div>When I'm trying to use GetFeature control to get features from my WFS run into problems. The "featureselected" event never gets triggered.</div><div>I debugged it little bit and found out that the wfs request itself return a valid gml and the status code of the request is 200. But still the features array of the result object is empty so the code never gets to the select method of the GetFeature class.</div>
<div><br></div><div>Is this something to do with a proxy that I have set?</div><div>I have set OpenLayers.ProxyHost = "/cgi-bin/proxy.cgi?url=";</div><div><br></div><div>I have configured GetFeature control as follows:</div>
<div><br></div><div><div> var select = new OpenLayers.Control.GetFeature({</div><div> protocol: OpenLayers.Protocol.WFS({</div><div> url: "**:8080/geoserver/wfs",</div><div>
featureType: "**",</div><div> featureNS: "**",</div><div> geometryName: "geom"</div><div> }),</div><div> click: true,</div>
<div> clickTolerance: 1,</div><div> single: true,</div><div> hover: false </div><div> });</div><div> select.events.register("featureselected", this, function(e) {</div>
<div> var feat = e.feature;</div><div> var bbox = feat.geometry.bounds; </div><div> var center = bbox.getCenterLonLat(); </div><div> map.panTo(center); </div><div> });</div><div><br></div><div>
<br></div><div>I would appreciate all the help</div><div>Thanks</div><div><br></div><div><br></div><div>-Lauri</div></div></div>
<br>_______________________________________________
Users mailing list
Users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/openlayers-users</div> </div></body>
</html>