]> granicus.if.org Git - postgis/commitdiff
Get rid of warnings -- no longer relevant for ST_LineCrossingDirection
authorRegina Obe <lr@pcorp.us>
Sun, 1 Feb 2009 06:48:34 +0000 (06:48 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 1 Feb 2009 06:48:34 +0000 (06:48 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3603 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_new.xml

index 945bf879d63c8444190e3113ef059cf35fc221eb..3164e59edf9e748143425f643eb68e0087d5142d 100644 (file)
@@ -9293,11 +9293,6 @@ WHERE ST_Crosses(roads.the_geom, highways.the_geom);</programlisting>
          </para>
          <para>Availability: 1.4</para>
          <!-- optionally mention that this function uses indexes if appropriate -->
-         <note>
-               <para><inlinegraphic fileref="images/warning.png" /> This function does not use indexes.  Include &amp;&amp; And ST_CrossingDirection != 0 or ST_Crosses
-               if you want to throw out linestrings that do not cross.</para>
-         </note>
-         <note><para><inlinegraphic fileref="images/warning.png" />This function is under development and the name and constants may change.</para></note>
 
        </refsection>