<br>Norm,<br><br><div class="h5"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> 
 Yes Postgis 1.3.5.  Isn&#39;t it a recent version:  <a href="http://postgis.refractions.net/download/" target="_blank">http://postgis.refractions.net/download/</a>.  Postgis 1.4 isn&#39;t out yet :-)</blockquote></div><div class="gmail_quote">
<div><br>Well a lot of PostGIS export functions have been rewrited/enhaced on 1.4.0 release.<br>And you&#39;re right, 1.4.0 is not yet released, as a stable version (still SVN Trunk indeed) <br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

=-O   You&#39;re right.  Hmmm!  Didn&#39;t see it.  To what is it set in other Postgis version?  Could the default be one? :-)</blockquote><div><br>That&#39;s less simple than that ;)<br>In PostGIS 1.3, GML output use precision parameter as significant digit, on the other hand on 1.4 we choose to<br>
handle decimal place (that&#39;s why we could have a 0 value there)<br><br>Example, POINT(45.12345678 132.12345678)  with 4 as precision will become:<br>On 1.3    =&gt; POINT(45.12 132.1)<br>On 1.4    =&gt; POINT(45.1234 132.1234) <br>
<br>--<br>Olivier<br></div></div>