Opened 6 years ago
Closed 20 months ago
#31014 closed New feature (fixed)
add FromWKB and FromWKT GIS functions
| Reported by: | Sergey Fedoseev | Owned by: | Claude Paroz |
|---|---|---|---|
| Component: | GIS | Version: | dev |
| Severity: | Normal | Keywords: | wkt, wkb |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Change History (23)
comment:1 by , 6 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 6 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:3 by , 5 years ago
| Has patch: | set |
|---|---|
| Keywords: | wkt wkb added |
comment:4 by , 5 years ago
| Patch needs improvement: | set |
|---|
comment:5 by , 3 years ago
| Owner: | removed |
|---|---|
| Status: | assigned → new |
comment:6 by , 3 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:8 by , 3 years ago
| Owner: | removed |
|---|---|
| Status: | assigned → new |
comment:10 by , 3 years ago
Replying to Claude Paroz:
Needs someone with Oracle knowledge to finish the patch.
We can always mark them as unsupported on Oracle for now, and leave the ticket open.
comment:12 by , 3 years ago
IMO, there is no need to support the srid argument. I can prepare a new PR.
comment:14 by , 3 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
comment:16 by , 3 years ago
| Has patch: | unset |
|---|---|
| Triage Stage: | Ready for checkin → Accepted |
Support for srid is missing.
comment:17 by , 21 months ago
| Owner: | removed |
|---|---|
| Status: | assigned → new |
comment:19 by , 20 months ago
| Needs documentation: | set |
|---|---|
| Owner: | set to |
| Patch needs improvement: | set |
| Status: | new → assigned |
comment:20 by , 20 months ago
| Needs documentation: | unset |
|---|---|
| Patch needs improvement: | unset |
comment:21 by , 20 months ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
comment:23 by , 20 months ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
PR
I also note that some backends support
ST_GeomFromEWKBandST_GeomFromEWKT. Perhaps it is worth checking out whether it is worth adding these too?