Hi devs!<br><br>After updating tinyows to current rc I get an error while trying to save data through wsfs-t:<br><pre><code class="wrappedText focusRow"><?xml version="1.0" encoding="UTF-8"?>
</code><code class="wrappedText focusRow"><ServiceExceptionReport
</code><code class="wrappedText focusRow"> xmlns="<a href="http://www.opengis.net/ogc">http://www.opengis.net/ogc</a>"
</code><code class="wrappedText focusRow"> xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>"
</code><code class="wrappedText focusRow"> xsi:schemaLocation="<a href="http://www.opengis.net/ogc">http://www.opengis.net/ogc</a> <a href="http://schemas.opengis.net/wms/1.1.1/OGC-exception.xsd">http://schemas.opengis.net/wms/1.1.1/OGC-exception.xsd</a>"</code><code class="wrappedText focusRow">
</code><code class="wrappedText focusRow">version="1.2.0">
</code><code class="wrappedText focusRow"><ServiceException code="InvalidParameterValue" locator="Insert">
</code><code class="wrappedText focusRow">Error invalid Geometry</ServiceException>
</code><code class="wrappedText focusRow"></ServiceExceptionReport><br><br>Query to tinyows from current version and previous looks the same.<br></code></pre>