Opened 4 years ago

Closed 4 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 Sergey Fedoseev, 4 years ago

Owner: changed from nobody to Sergey Fedoseev
Status: newassigned

comment:2 by Claude Paroz, 4 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Pratik Kumar, 4 years ago

Cc: Pratik Kumar added

comment:4 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

In a6b4c07:

Refs #31196 -- Installed postgis_raster extension on PostGIS 3+.

comment:5 by Claude Paroz, 4 years ago

Has patch: set
Patch needs improvement: set

comment:6 by Mariusz Felisiak, 4 years ago

Patch needs improvement: unset
Triage Stage: AcceptedReady for checkin

comment:7 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

Resolution: fixed
Status: assignedclosed

In b9e2355e:

Fixed #31196 -- Added support for PostGIS 3.

Note: See TracTickets for help on using tickets.
Back to Top