Opened 16 years ago
Closed 16 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 )
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 , 16 years ago
Description: | modified (diff) |
---|
comment:2 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The example I provided is incorrect, since the Z was being stripped by astext, not by the op.