#3619 closed enhancement (fixed)
Polygonize should have a connectedness parameter
Reported by: | Ari Jolma | Owned by: | ilucena |
---|---|---|---|
Priority: | normal | Milestone: | 1.8.0 |
Component: | Algorithms | Version: | svn-trunk |
Severity: | normal | Keywords: | polygonize |
Cc: |
Description
Currently polygonize defaults to 4-connectedness and there is no way to change that. I suggest we use the Options parameter for that. Attached is a tested diff which achieves just this.
Attachments (1)
Change History (8)
by , 13 years ago
comment:1 by , 13 years ago
Component: | default → Algorithms |
---|---|
Keywords: | polygonize added |
Milestone: | → 1.8.0 |
Owner: | changed from | to
Version: | unspecified → svn-trunk |
Ivan,
please incorporate this patch and:
- Update the GDALPolygonize() docs to mention the new parameter.
- Update the autotest/alg/polygonize.py test to include 8-connectedness testing.
This should only be in trunk for now I think.
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
All right. Patch applied on r19829
comment:3 by , 13 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Ivan,
I think you neglected my notes about autotesting and documentation.
comment:7 by , 13 years ago
Replying to ilucena:
I soon as re-start on Linux.
Correction:
As soon as I re-start on Linux.
I shouldn't have closed.
Note:
See TracTickets
for help on using tickets.
diff of polygonize.cpp