From: Sandro Santilli Date: Sat, 10 Mar 2012 13:42:32 +0000 (+0000) Subject: Put semicolon where it belongs (xmllint) X-Git-Tag: 2.0.0beta3~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a5eba86d4ccb81d1c465ca77f82f81cc77282bb;p=postgis Put semicolon where it belongs (xmllint) git-svn-id: http://svn.osgeo.org/postgis/trunk@9454 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_constructor.xml b/doc/reference_constructor.xml index 38c653bcb..ae7652346 100644 --- a/doc/reference_constructor.xml +++ b/doc/reference_constructor.xml @@ -1867,8 +1867,8 @@ SELECT ST_SetSRID(ST_Point(-71.1043443253471, 42.3150676015829),4326)::geography --If your point coordinates are in a different spatial reference from WGS-84 long lat, then you need to transform before casting -- This example we convert a point in Pennsylvania State Plane feet to WGS 84 and then geography -SELECT ST_Transform(ST_SetSRID(ST_Point(3637510, 3014852),2273),4326)::geography - ; +SELECT ST_Transform(ST_SetSRID(ST_Point(3637510, 3014852),2273),4326)::geography; +