Opened 15 years ago

Closed 15 years ago

#172 closed task (invalid)

Inventory and ticket functions that strip Z coordinates but don't need to

Reported by: pramsey Owned by: pramsey
Priority: low Milestone: PostGIS 1.5.0
Component: postgis Version: 1.4
Keywords: Cc:

Description (last modified by pramsey)

For example:

medford=# select astext(st_snaptogrid('POINT(1 2 3)'::geometry,0.0001));   
 astext   
------------
 POINT(1 2)
(1 row)

Change History (2)

comment:1 by pramsey, 15 years ago

Description: modified (diff)

comment:2 by pramsey, 15 years ago

Resolution: invalid
Status: newclosed

The example I provided is incorrect, since the Z was being stripped by astext, not by the op.

Note: See TracTickets for help on using tickets.