From: Regina Obe Date: Mon, 16 Oct 2017 14:59:05 +0000 (+0000) Subject: Fix xml parse error in docs X-Git-Tag: 2.4.1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e829f4ee1d139f7421e271592b4b815903b5d6c;p=postgis Fix xml parse error in docs References #3902 for PostGIS 2.4.1 git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@15992 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/using_postgis_dataman.xml b/doc/using_postgis_dataman.xml index 6a0b63cfc..725b73197 100644 --- a/doc/using_postgis_dataman.xml +++ b/doc/using_postgis_dataman.xml @@ -383,7 +383,7 @@ INSERT INTO global_points (name, location) VALUES ('London', ST_GeogFromText('SR Testing different lon/lat projects, requires PostGIS 2.2+. Any long lat spatial reference system listed in spatial_ref_sys table is allowed. - -- NAD 83 lon/lat + -- 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; - +LINE 1: SELECT 'SRID=26910;POINT(-123 34)'::geography; The GEOGRAPHY type calculates the true shortest distance over the sphere between Reykjavik and the great circle flight path between Seattle and London.