#760: missed some

git-svn-id: http://svn.osgeo.org/postgis/trunk@6590 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Regina Obe 2011-01-10 17:31:34 +00:00
parent 1b4bca68ca
commit 3c14ce4eb1

View file

@ -1388,7 +1388,7 @@ BEGIN
-- this edge last segment.
--
myaz = azimuth(ST_EndPoint(acurve), ST_PointN(acurve, NumPoints(acurve)-1));
myaz = ST_Azimuth(ST_EndPoint(acurve), ST_PointN(acurve, ST_NumPoints(acurve)-1));
RAISE NOTICE ''My end-segment azimuth: %'', myaz;
FOR rec IN EXECUTE ''SELECT ''
|| ''edge_id, end_node, start_node, geom''