Skip to content

Commit

Permalink
Fix xml parse error in docs
Browse files Browse the repository at this point in the history
References #3902 for PostGIS 2.5.0

git-svn-id: http://svn.osgeo.org/postgis/trunk@15993 b70326c6-7e19-0410-871a-916f4a2858ee
  • Loading branch information
robe2 committed Oct 16, 2017
1 parent 2a2b4ef commit ef9a1fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/using_postgis_dataman.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------------------------------------
Expand All @@ -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>

Expand Down

0 comments on commit ef9a1fb

Please sign in to comment.