]> granicus.if.org Git - postgis/commitdiff
Fix xml parse error in docs
authorRegina Obe <lr@pcorp.us>
Mon, 16 Oct 2017 14:59:05 +0000 (14:59 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 16 Oct 2017 14:59:05 +0000 (14:59 +0000)
References #3902 for PostGIS 2.4.1

git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@15992 b70326c6-7e19-0410-871a-916f4a2858ee

doc/using_postgis_dataman.xml

index 6a0b63cfc3c84652bd04c3f7a914dafc5ff5f67d..725b73197cd9698f9ebd208bc21a3354e0e57a46 100644 (file)
@@ -383,7 +383,7 @@ INSERT INTO global_points (name, location) VALUES ('London', ST_GeogFromText('SR
 
 <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=4267;POINT(-123 34)'::geography;
 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>