[postgis-commits] svn - r3259 - branches/1.3/doc
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Wed Nov 5 05:05:39 PST 2008
Author: robe
Date: 2008-11-05 05:05:39 -0800 (Wed, 05 Nov 2008)
New Revision: 3259
Modified:
branches/1.3/doc/postgis.xml
Log:
amend ST_Shift..
Modified: branches/1.3/doc/postgis.xml
===================================================================
--- branches/1.3/doc/postgis.xml 2008-11-05 13:03:11 UTC (rev 3258)
+++ branches/1.3/doc/postgis.xml 2008-11-05 13:05:39 UTC (rev 3259)
@@ -3246,6 +3246,9 @@
<term>ST_Shift_Longitude(geometry)</term>
<listitem>
<para>Reads every point/vertex in every component of every feature in a geometry, and if the longitude coordinate is <0, adds 360 to it. The result would be a 0-360 version of the data to be plotted in a 180 centric map</para>
+
+ <para>Prior to 1.3.4 - there was a bug in this that prevented it with working for MULTIPOINT. This bug is fixed in
+ 1.3.4+</para>
</listitem>
</varlistentry>
More information about the postgis-commits
mailing list