]> granicus.if.org Git - postgis/commitdiff
TopoGeo_AddPolygon says aline instead of apoly
authorRegina Obe <lr@pcorp.us>
Sat, 1 Dec 2012 20:32:53 +0000 (20:32 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 1 Dec 2012 20:32:53 +0000 (20:32 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10777 b70326c6-7e19-0410-871a-916f4a2858ee

doc/extras_topology.xml

index e23ae8d5cd43e8557d5b50677761d70716371dd5..fc0bfd9b6937a768a9dbdec7c8a259bea0a59f33 100644 (file)
@@ -835,7 +835,7 @@ Adds a polygon to an existing topology using a tolerance and possibly splitting
                                        <funcprototype>
                                                <funcdef>integer <function>TopoGeo_AddPolygon</function></funcdef>
                                                <paramdef><type>varchar </type> <parameter>atopology</parameter></paramdef>
-                                               <paramdef><type>geometry </type> <parameter>aline</parameter></paramdef>
+                                               <paramdef><type>geometry </type> <parameter>apoly</parameter></paramdef>
                                                <paramdef choice="opt"><type>float8 </type> <parameter>atolerance</parameter></paramdef>
                                        </funcprototype>
                                </funcsynopsis>