Hi Olivier,<br>Thanks for your reply.<br>I&#39;ve tried your suggestions so now my layer definition is as follows:<br>var wfs = new OpenLayers.Layer.Vector(&quot;molleres&quot;, {<br>                            strategies: [new OpenLayers.Strategy.BBOX(),saveStrategy],<br>
                            projection: new OpenLayers.Projection(&quot;EPSG:27573&quot;),<br>                            protocol: new OpenLayers.Protocol.WFS({<br>                                version:       &quot;1.0.0&quot;,<br>
                                url:           &quot;<a href="http://molleresdevel.eurogeotecnica.com/cgi-bin/tinyows">http://molleresdevel.eurogeotecnica.com/cgi-bin/tinyows</a>&quot;,<br>                                featureType:   &quot;molleres_shp&quot;,<br>
                                srsName:       &quot;urn:ogc:def:crs:EPSG::27573&quot;,<br>                                featureNS:     &quot;<a href="http://molleresdevel.eurogeotecnica.com">http://molleresdevel.eurogeotecnica.com</a>&quot;,<br>
                                geometryName:  &quot;the_geom&quot;,<br>                                schema:        &quot;<a href="http://molleresdevel.eurogeotecnica.com/cgi-bin/tinyows?service=WFS&amp;version=1.0.0&amp;request=DescribeFeatureType&amp;typename=og:molleres_shp">http://molleresdevel.eurogeotecnica.com/cgi-bin/tinyows?service=WFS&amp;version=1.0.0&amp;request=DescribeFeatureType&amp;typename=og:molleres_shp</a>&quot;<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">&lt;<a href="mailto:olivier.courtin@gmail.com">olivier.courtin@gmail.com</a>&gt;</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 &lt;<a href="mailto:tmartinh@gmail.com">tmartinh@gmail.com</a>&gt; wrote:<br>
<br>
Hi Toni,<br>
<div class="im"><br>
&gt;&gt; And here you can see my openlayers code which is very close to this<br>
&gt;&gt; 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&#39;s &#39;only&#39; 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>