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

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


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

Modified:
   trunk/doc/using_postgis_dataman.xml
Log:
Fix xml parse error in docs
References #3902 for PostGIS 2.5.0

Modified: trunk/doc/using_postgis_dataman.xml
===================================================================
--- trunk/doc/using_postgis_dataman.xml	2017-10-16 14:59:05 UTC (rev 15992)
+++ trunk/doc/using_postgis_dataman.xml	2017-10-16 14:59:52 UTC (rev 15993)
@@ -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