[postgis-devel] [PostGIS] #791: Topology: function GetEdgeByPoint($1, $2, $3)
PostGIS
trac at osgeo.org
Mon Feb 14 01:26:30 PST 2011
#791: Topology: function GetEdgeByPoint($1,$2,$3)
-------------------------+--------------------------------------------------
Reporter: aperi2007 | Owner: strk
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: topology | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
Comment(by strk):
One issue is I'd always use DWithin rather than switching to use
ST_Intersects
when tolerance is zero. Is there any reason for the ST_Intersects ?
Other minor issues:
- this should probably not be in a file called 'populate.sql' as it's a
query-only function.
- exception messages should all start with Uppercase ("two or more edges
found" doesn't).
- "Tollerance" -> "Tolerance" (and simpler: "Tolerance must be >= 0")
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/791#comment:6>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list