#3074 closed enhancement (fixed)
ST_Subdivide
Reported by: | pramsey | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.2.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
Chop a large object into squares that have a maximum number of vertices in them. Set returning function, for ease of use in turning a small table of large objects into a large table of small objects.
Change History (6)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Summary: | ST_ChopIntoSquares → ST_Subdivide |
---|
comment:4 by , 10 years ago
Working draft committed at r13324. Still documentation needed, some regression tests in the online suite.
comment:5 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 by , 9 years ago
I added postgres tests at r13595 and also updated the docs so linestring example works again (got broken when reduced min vertices to 8)
Note:
See TracTickets
for help on using tickets.
First commit at r13322