From: Regina Obe Date: Sun, 1 Feb 2009 06:48:34 +0000 (+0000) Subject: Get rid of warnings -- no longer relevant for ST_LineCrossingDirection X-Git-Tag: 1.4.0b1~261 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c2682689aa572b880747581e00d866a0b275353;p=postgis Get rid of warnings -- no longer relevant for ST_LineCrossingDirection git-svn-id: http://svn.osgeo.org/postgis/trunk@3603 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_new.xml b/doc/reference_new.xml index 945bf879d..3164e59ed 100644 --- a/doc/reference_new.xml +++ b/doc/reference_new.xml @@ -9293,11 +9293,6 @@ WHERE ST_Crosses(roads.the_geom, highways.the_geom); Availability: 1.4 - - This function does not use indexes. Include && And ST_CrossingDirection != 0 or ST_Crosses - if you want to throw out linestrings that do not cross. - - This function is under development and the name and constants may change.