#6530 closed defect (fixed)
gdal_polygonize doesn't explicitly create a polygon layer
Reported by: | jamesnunn | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | 2.0.3 |
Component: | Utilities | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: |
Description
Using gdal 2.2, I found that running gdal_polygonize to create a Geopackage output vector resulted in the layers having an Unknown (any)
geometry type.
The diff attached fixes this issue.
Attachments (2)
Change History (10)
by , 8 years ago
Attachment: | gdal_polygonize_force_geom_type.diff added |
---|
comment:1 by , 8 years ago
by , 8 years ago
Attachment: | gdal_polygonize_force_geom_type.patch added |
---|
comment:5 by , 8 years ago
Component: | default → Utilities |
---|---|
Milestone: | → 2.0.3 |
Note:
See TracTickets
for help on using tickets.
Will update with svn patch asap