[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-385-g32d9b5f11
git at osgeo.org
git at osgeo.org
Tue Dec 6 17:23:48 PST 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 32d9b5f117140c239677b695f8bd79aeef8c19b5 (commit)
from 9ae7a3fd9475d28a101cd1fd608dbb3dbe589ecc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 32d9b5f117140c239677b695f8bd79aeef8c19b5
Author: Regina Obe <lr at pcorp.us>
Date: Tue Dec 6 20:23:42 2022 -0500
Fix id of ST_ShiftLongitude in the docs
diff --git a/doc/reference_editor.xml b/doc/reference_editor.xml
index a9171aa40..de7d61218 100644
--- a/doc/reference_editor.xml
+++ b/doc/reference_editor.xml
@@ -1767,7 +1767,7 @@ LINESTRING(0 0,1 1,0 0,3 3,4 4)
</refsection>
</refentry>
- <refentry id="ST_Shift_Longitude">
+ <refentry id="ST_ShiftLongitude">
<refnamediv>
<refname>ST_ShiftLongitude</refname>
@@ -1900,7 +1900,7 @@ select ST_WrapX(geom, -30, 360);
<!-- Optionally add a "See Also" section -->
<refsection>
<title>See Also</title>
- <para><xref linkend="ST_Shift_Longitude" /></para>
+ <para><xref linkend="ST_ShiftLongitude" /></para>
</refsection>
</refentry>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_editor.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list