Opened 5 years ago
Closed 5 years ago
#31196 closed New feature (fixed)
add support for PostGIS 3
Reported by: | Sergey Fedoseev | Owned by: | Sergey Fedoseev |
---|---|---|---|
Component: | GIS | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Pratik Kumar | 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
PostGIS 3 has breaking changes that affect Django:
- Raster support now in a separate extension - postgis_raster
- Removed “versioned” variants of ST_AsGeoJSON and ST_AsKML
Change History (7)
comment:1 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 5 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 5 years ago
Cc: | added |
---|
comment:4 by , 5 years ago
comment:5 by , 5 years ago
Has patch: | set |
---|---|
Patch needs improvement: | set |
comment:6 by , 5 years ago
Patch needs improvement: | unset |
---|---|
Triage Stage: | Accepted → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
In a6b4c07: