Opened 9 years ago
Closed 9 years ago
#25940 closed New feature (fixed)
Add a way to create OGRGeometry from GML
Reported by: | Evgeniy Nikulin | Owned by: | Sergey Fedoseev |
---|---|---|---|
Component: | GIS | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Evgeniy Nikulin | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Pull Requests: | |||
Description ¶
Now OGRGeomerty can be constructed from wkt, hex or geojson.
But no way to create geom from GML string.
GDAL/OGR has method OGR_G_CreateFromGML. It may be useful for realize this functionality.
Change History (6)
comment:1 by , 9 years ago
Cc: | added |
---|
comment:2 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 9 years ago
Summary: | OGRGeometry from GML → Add a way to create OGRGeometry from GML |
---|---|
Triage Stage: | Unreviewed → Accepted |
Version: | 1.9 → master |
comment:4 by , 9 years ago
Has patch: | set |
---|
comment:5 by , 9 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
PR