[postgis-tickets] [PostGIS] #3025: Analyze not creating spatial statistics on LineString Z geometry
PostGIS
trac at osgeo.org
Fri Jan 30 05:39:44 PST 2015
#3025: Analyze not creating spatial statistics on LineString Z geometry
------------------------------+---------------------------------------------
Reporter: rightway | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone:
Component: postgis | Version: 2.1.x
Keywords: extents, analyze |
------------------------------+---------------------------------------------
Comment(by pramsey):
The problem is that the third dimensions is garbage
{{{
308,289680.5366 693147.6176 -1.79769313486232e+308
}}}
Every vertex seems to have -1.79769313486232e+308 as the M value. (Since
ogr2ogr doesn't understand M, it has to interpret it as Z)
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3025#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