Ticket #172 (closed task: invalid)

Opened 4 years ago

Last modified 4 years ago

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) (diff)

For example:

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

Change History

Changed 4 years ago by pramsey

  • description modified (diff)

Changed 4 years ago by pramsey

  • status changed from new to closed
  • resolution set to invalid

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.