[postgis-devel] [PostGIS] #231: New distance-calculations proposal
PostGIS
trac at osgeo.org
Fri Aug 7 08:29:25 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 have found some serous trouble but I hope we can fins some way around.
this is not working with the pach:
select st_distance('LINESTRING(9 5, 10 10, 10 20 ,9
25)'::geometry,'LINESTRING(6 17, 8 17)'::geometry);
select st_astext(st_shortestline('LINESTRING(9 5, 10 10, 10 20 ,9 25
)'::geometry,'LINESTRING(6 17, 8 17)'::geometry));
I don't know how I can have missed that case, it is very common. This is
bad news but I think there should be some way around to find.
/Nicklas
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/231#comment:7>
PostGIS <http://trac.osgeo.org/postgis/>
PostGIS
More information about the postgis-devel
mailing list