[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:27:51 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):

 I don't have a fresh trunk to test on here.

 The error you see comes from 2D calculation, not 3D since z-value is
 missing.

 In the version I have here Maxdistance isn't supported in 2D either for
 circular string. Is that the same in latest trunk?

 If we are not going to support maxdistance with circular string in 2d or
 3d I just have to catch that earlier in this special case when mixing 3D
 and 2D calls. In some way we now get past the check by jumping from 3D to
 2D.

--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3253#comment:1>
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