Opened 6 years ago

Last modified 6 years ago

#29302 closed New feature

Support for MySQL's (>=5.6.1) accurate spatial functions — at Initial Version

Reported by: Shiv Baishya Owned by: nobody
Component: GIS Version: 1.11
Severity: Normal Keywords: MySQL GEOS Spatial
Cc: Shiv Baishya Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

MySQL >=5.6.1 support accurate spatial functions, a.k.a, ST_ functions. Django 1.11 still uses MySQL's old MBR (minimum bounding rectangle) functions.

I am willing to migrate my patch for django 1.9.2 to django 1.11 and create a pull request.

Here is an elaborated article on the advantages of the new MySQL's ST_ functions.

Related tickets

Change History (0)

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