[postgis-tickets] r15992 - Fix xml parse error in docs

Regina Obe lr at pcorp.us
Mon Oct 16 07:59:05 PDT 2017


Author: robe
Date: 2017-10-16 07:59:05 -0700 (Mon, 16 Oct 2017)
New Revision: 15992

Modified:
   branches/2.4/doc/using_postgis_dataman.xml
Log:
Fix xml parse error in docs
References #3902 for PostGIS 2.4.1

Modified: branches/2.4/doc/using_postgis_dataman.xml
===================================================================
--- branches/2.4/doc/using_postgis_dataman.xml	2017-10-16 09:35:14 UTC (rev 15991)
+++ branches/2.4/doc/using_postgis_dataman.xml	2017-10-16 14:59:05 UTC (rev 15992)
@@ -383,7 +383,7 @@
 
 <para>Testing different lon/lat projects, requires PostGIS 2.2+.
 Any long lat spatial reference system listed in <varname>spatial_ref_sys</varname> table is allowed.</para>
-	<programlisting>-- NAD 83 lon/lat
+<para>	<programlisting>-- NAD 83 lon/lat
 SELECT 'SRID=4269;POINT(-123 34)'::geography;
                     geography
 ----------------------------------------------------
@@ -402,8 +402,7 @@
 SELECT 'SRID=26910;POINT(-123 34)'::geography;
 
 ERROR:  Only lon/lat coordinate systems are supported in geography.
-LINE 1: SELECT 'SRID=26910;POINT(-123 34)'::geography;</programlisting>
-</para>
+LINE 1: SELECT 'SRID=26910;POINT(-123 34)'::geography;</programlisting></para>
 
 <para>The GEOGRAPHY type calculates the true shortest distance over the sphere between Reykjavik and the great circle flight path between Seattle and London.</para>
 



More information about the postgis-tickets mailing list