Opened 7 years ago
Last modified 7 years ago
#29302 closed New feature
Support for MySQL's (>=5.6.1) accurate spatial functions — at Version 2
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 )
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
- https://code.djangoproject.com/ticket/22423 (4 years old, is anyone working on this?)
- https://code.djangoproject.com/ticket/27574
Change History (2)
comment:1 by , 7 years ago
Cc: | added |
---|---|
Keywords: | Spatial added |
comment:2 by , 7 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.