Ticket #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) (diff)
For example:
medford=# select astext(st_snaptogrid('POINT(1 2 3)'::geometry,0.0001));
astext
------------
POINT(1 2)
(1 row)
Change History
Note: See
TracTickets for help on using
tickets.
