[postgis-devel] Issue 85 in postgis: ST_Distance crashes on Circular String
codesite-noreply at google.com
codesite-noreply at google.com
Sun Jan 4 04:37:51 PST 2009
Comment #3 on issue 85 by mark.cav... at siriusit.co.uk: ST_Distance crashes
on Circular String
http://code.google.com/p/postgis/issues/detail?id=85
Right, looking closer at the source code it's fairly obvious why this is
falling over
- the complete set of distance2d_curve_*() and distance2d_*_curve()
functions are
missing from measures.c!
Anyone know how to measure distance from a curve? Looking at
lwgeom_curvepolygon_area() in the same file, it appears as if we should
segmentize
the curve into 32 linear sections and use that...
ATB,
Mark.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
More information about the postgis-devel
mailing list