Thanks Olivier. I set up check_valid_geom = &quot;0&quot; and now it is working.<br>I have some doubts anyway, why is my geometry not OGC SFS valid? because of its self intersection? what are the benefits of having an OGC SFS valid geometry? if benefits are fair, Should I better make my geometry valid client side? in that case, what&#39;s the procedure?<br>
Thanks again, <br>Toni M.<br><br><div class="gmail_quote">2011/10/14 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;">
<div class="im">On Fri, Oct 14, 2011 at 2:44 PM, Toni Martínez &lt;<a href="mailto:tmartinh@gmail.com">tmartinh@gmail.com</a>&gt; wrote:<br>
<br>
&gt; But, I have found that some<br>
&gt; cases, when saving TinyOws returns and error and those cases are when a<br>
&gt; geometry has an &quot;island&quot; in the middle like this one<br>
&gt; <a href="http://www.eurogeotecnica.com/images/geom1.png" target="_blank">http://www.eurogeotecnica.com/images/geom1.png</a><br>
&gt; If there is no island, then geometry gets saved.<br>
<br>
<br>
</div>The geometry provided is not OGC SFS valid:<br>
<br>
NOTICE:  Self-intersection at or near point 541950 27835.8<br>
 st_isvalid<br>
------------<br>
 f<br>
<br>
<br>
You could make it valid client side, or force it server side<br>
trought check_valid_geom option<br>
<br>
HTH,<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>