Hi Olivier,<br>Thanks for your reply.<br>I've tried your suggestions so now my layer definition is as follows:<br>var wfs = new OpenLayers.Layer.Vector("molleres", {<br> strategies: [new OpenLayers.Strategy.BBOX(),saveStrategy],<br>
projection: new OpenLayers.Projection("EPSG:27573"),<br> protocol: new OpenLayers.Protocol.WFS({<br> version: "1.0.0",<br>
url: "<a href="http://molleresdevel.eurogeotecnica.com/cgi-bin/tinyows">http://molleresdevel.eurogeotecnica.com/cgi-bin/tinyows</a>",<br> featureType: "molleres_shp",<br>
srsName: "urn:ogc:def:crs:EPSG::27573",<br> featureNS: "<a href="http://molleresdevel.eurogeotecnica.com">http://molleresdevel.eurogeotecnica.com</a>",<br>
geometryName: "the_geom",<br> schema: "<a href="http://molleresdevel.eurogeotecnica.com/cgi-bin/tinyows?service=WFS&version=1.0.0&request=DescribeFeatureType&typename=og:molleres_shp">http://molleresdevel.eurogeotecnica.com/cgi-bin/tinyows?service=WFS&version=1.0.0&request=DescribeFeatureType&typename=og:molleres_shp</a>"<br>
<br> })<br> },{<br> minResolution: 1.068115234375<br> });<br><br>Unfortunately, results are the same so no features are being displayed. Do you have more tips for me?<br>
Regards,<br>Toni M.<br><br><div class="gmail_quote">2011/8/4 Olivier Courtin <span dir="ltr"><<a href="mailto:olivier.courtin@gmail.com">olivier.courtin@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
On Thu, Aug 4, 2011 at 11:11 PM, Toni Martínez <<a href="mailto:tmartinh@gmail.com">tmartinh@gmail.com</a>> wrote:<br>
<br>
Hi Toni,<br>
<div class="im"><br>
>> And here you can see my openlayers code which is very close to this<br>
>> example <a href="http://openlayers.org/dev/examples/wfs-protocol-transactions.html" target="_blank">http://openlayers.org/dev/examples/wfs-protocol-transactions.html</a><br>
<br>
</div>Indeed,<br>
Could you try 2 different things (one after the other, and/or both):<br>
- With WFS version 1.0.0 rather than 1.1.0<br>
- With srs as urn style: urn:ogc:def:crs::27573 rather than EPSG:27573<br>
<br>
To check if it's 'only' a reverse axis coordinates issue.<br>
<font color="#888888"><br>
--<br>
Olivier<br>
_______________________________________________<br>
TinyOWS-users mailing list<br>
<a href="mailto:TinyOWS-users@lists.maptools.org">TinyOWS-users@lists.maptools.org</a><br>
<a href="http://lists.maptools.org/mailman/listinfo/tinyows-users" target="_blank">http://lists.maptools.org/mailman/listinfo/tinyows-users</a><br>
</font></blockquote></div><br>