Opened 7 years ago
Closed 7 years ago
#6401 closed defect (fixed)
wkbCurve and wkbSurface as regular values in OGRwkbGeometryType
Reported by: | Even Rouault | Owned by: | Even Rouault |
---|---|---|---|
Priority: | normal | Milestone: | 2.1.0 |
Component: | default | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: |
Description
GeoPackage actually supports Curve and Surface as geometry types that can be applied to a layer, so it would be more convenient to have the corresponding OGR types has regular values in OGRwkbGeometryType enumeration.
Attachments (1)
Change History (2)
by , 7 years ago
Attachment: | curve_and_surface.patch added |
---|
comment:1 by , 7 years ago
Milestone: | → 2.1.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Applied with a few tests
r33680 "Make wkbCurve and wkbSurface and their Z/M/ZM variants members of the OGRwkbGeometryType enumeration (#6401)"