[postgis-tickets] [PostGIS] #2179: ST_MakeValid support for NaN values.
PostGIS
trac at osgeo.org
Thu Jan 17 05:05:27 PST 2013
#2179: ST_MakeValid support for NaN values.
---------------------+------------------------------------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.3
Component: postgis | Version: 2.0.x
Keywords: |
---------------------+------------------------------------------------------
Comment(by strk):
For comparison: NULL is returned in this case:
{{{
=# select ST_MakeValid(ST_MakePoint('nan'::float8, 'nan'::float8));
NOTICE: PUNTUAL geometry resulted invalid to GEOS -- dunno how to clean
that up
st_makevalid
--------------
(1 row)
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2179#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