Opened 6 years ago

Closed 6 years ago

#29302 closed New feature (duplicate)

Add support for MySQL's (>=5.6.1) ST_* spatial functions

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 (last modified by Shiv Baishya)

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 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 (5)

comment:1 by Shiv Baishya, 6 years ago

Cc: Shiv Baishya added
Keywords: Spatial added

comment:2 by Shiv Baishya, 6 years ago

Description: modified (diff)

comment:3 by Tim Graham, 6 years ago

This looks like a duplicate of #22423. Have I misunderstood the issue? Did you see the patch in that ticket? Maybe you can update that patch and fix the failure. If so, please send the pull request to master. Per our supported versions policy. Django 1.11 only receives security and data loss fixes at this time.

comment:4 by Shiv Baishya, 6 years ago

Description: modified (diff)

comment:5 by Tim Graham, 6 years ago

Resolution: duplicate
Status: newclosed
Summary: Support for MySQL's (>=5.6.1) accurate spatial functionsAdd support for MySQL's (>=5.6.1) ST_* spatial functions
Note: See TracTickets for help on using tickets.
Back to Top