[postgis-devel] [PostGIS] #231: New distance-calculations proposal
PostGIS
trac at osgeo.org
Fri Aug 7 13:51:34 PDT 2009
#231: New distance-calculations proposal
--------------------------+-------------------------------------------------
Reporter: nicklas | Owner: robe
Type: enhancement | Status: assigned
Priority: medium | Milestone: postgis 1.5.0
Component: postgis | Version:
Resolution: | Keywords:
--------------------------+-------------------------------------------------
Comment (by nicklas):
I think I can explain this difference. In my functions I always calculate
a point along an edge, because it's needed in st_shortestline and then I
push that point to the point-point distance calculation just the same way
as if it would have been two vertexes. Before the distance was calculated
to the edge without identyfying the point. Because of that there is a
round at the last decimal to store the point and I guess that's why it
differs there.
About the issue I mentioned earlier it seems to be fixable, but it will
take a day or two before I have time for it.
/Nicklas
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/231#comment:9>
PostGIS <http://trac.osgeo.org/postgis/>
PostGIS
More information about the postgis-devel
mailing list