[postgis-tickets] [PostGIS] #3253: ST_3DMaxDistance curved geometries mixed dimension yields DIST_MAX mode not supported
PostGIS
trac at osgeo.org
Fri Aug 21 00:46:35 PDT 2015
#3253: ST_3DMaxDistance curved geometries mixed dimension yields DIST_MAX mode not
supported
----------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: low | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Resolution: | Keywords:
----------------------+---------------------------
Comment (by nicklas):
Ok, thanks
I will try to take a look this evening.
I have :
{{{
POSTGIS="2.2.0dev r13114" GEOS="3.5.0dev-CAPI-1.9.0 r4026" PROJ="Rel.
4.9.0, 27 October 2013" GDAL="GDAL 1.11dev, released 2013/04/13"
LIBXML="2.8.0" LIBJSON="0.11.99" RASTER
}}}
and the error message I get from the query below is quite strange(but
apparently outdated):
{{{
select st_MaxDistance('point(1 1)'::geometry, 'circularstring(1 1, 2 2, 2
1)'::geometry);
}}}
It says:
{{{
ERROR: Exception in LWGEOM2GEOS: curved geometry not supported.
}}}
Why it is tried converted to GEOS format is more than I understand.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3253#comment:3>
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-tickets
mailing list