Opened 5 months ago

Closed 5 months ago

#35086 closed New feature (fixed)

Add BoundedCircle support with SpatiaLite 5.1+

Reported by: David Smith Owned by: David Smith
Component: GIS Version: dev
Severity: Normal Keywords:
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

SpatiaLite added support for BoundedCircle (GEOSMinimumBoundingCircle) https://groups.google.com/g/spatialite-users/c/hAJ2SgitN4M

GeoDjango already supports this on Oracle / PostGIS backends, we should allow support on SpatiaLite too.

Change History (4)

comment:1 by Mariusz Felisiak, 5 months ago

Owner: changed from nobody to David Smith
Status: newassigned
Triage Stage: UnreviewedAccepted
Type: UncategorizedNew feature
Version: 5.0dev

comment:2 by David Smith, 5 months ago

Has patch: set

comment:3 by Mariusz Felisiak, 5 months ago

Triage Stage: AcceptedReady for checkin

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

Resolution: fixed
Status: assignedclosed

In 45f59d0e:

Fixed #35086 -- Added support for BoundedCircle on Spatialite 5.1+.

Spatialite 5.1 added support for BoundingCircle
(GEOSMinimumBoundingCircle). GEOS 3.7 is required which is lower than
Django's currently supported minmum of 3.8.

https://groups.google.com/g/spatialite-users/c/hAJ2SgitN4M

https://www.gaia-gis.it/gaia-sins/spatialite-sql-5.1.0.html

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