[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-12-g861ae87

git at osgeo.org git at osgeo.org
Thu Dec 17 08:55:07 PST 2020


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  861ae877cbc989a65533d2f9e3d65e2d09cce680 (commit)
      from  8d88f6a4ed077d5e80d2cf89aff60e964de9dcd9 (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 861ae877cbc989a65533d2f9e3d65e2d09cce680
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Thu Dec 17 08:54:51 2020 -0800

    Fix doc DTD compliance

diff --git a/doc/using_postgis_dataman.xml b/doc/using_postgis_dataman.xml
index b06a188..4d72d77 100644
--- a/doc/using_postgis_dataman.xml
+++ b/doc/using_postgis_dataman.xml
@@ -649,13 +649,16 @@ The GEOMETRY type calculates a meaningless cartesian distance between Reykjavik
     PostGIS uses fhe following strategy:
     </para>
 	<itemizedlist>
-		<listitem>If <varname>AUTH_NAME</varname> and <varname>AUTH_SRID</varname>
+		<listitem><para>If <varname>AUTH_NAME</varname> and <varname>AUTH_SRID</varname>
             are present (non-NULL)
-            use the PROJ SRS based on those entries (if one exists).</listitem>
-		<listitem>If <varname>SRTEXT</varname> is present
-            create a SRS using it, if possible.</listitem>
-		<listitem>If <varname>PROJ4TEXT</varname> is present
-            create a SRS using it, if possible.</listitem>
+            use the PROJ SRS based on those entries (if one exists).
+            </para></listitem>
+		<listitem><para>If <varname>SRTEXT</varname> is present
+            create a SRS using it, if possible.
+            </para></listitem>
+		<listitem><para>If <varname>PROJ4TEXT</varname> is present
+            create a SRS using it, if possible.
+            </para></listitem>
 	</itemizedlist>
 
     <para>The PostGIS <varname>SPATIAL_REF_SYS</varname> table contains over 3000 of

-----------------------------------------------------------------------

Summary of changes:
 doc/using_postgis_dataman.xml | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list