Opened 7 years ago

Closed 7 years ago

Last modified 4 years ago

#28436 closed New feature (fixed)

enable GIS distance lookups on MySQL

Reported by: Sergey Fedoseev Owned by: Sergey Fedoseev
Component: GIS Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Distance function is supported on MySQL, so distance lookups could be supported as well.

Change History (6)

comment:1 by Sergey Fedoseev, 7 years ago

Owner: changed from nobody to Sergey Fedoseev
Status: newassigned

comment:2 by Sergey Fedoseev, 7 years ago

Has patch: set

comment:3 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In f3bada98:

Fixed #28436 -- Added support for distance lookups on MySQL.

comment:4 by GitHub <noreply@…>, 4 years ago

In 440603a4:

Refs #28436 -- Corrected docs regarding MySQL support of distance lookups.

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

In 8047961d:

[3.0.x] Refs #28436 -- Corrected docs regarding MySQL support of distance lookups.

Backport of 440603a4bc0dc4f0b489489e80dcbab0ca736d23 from master

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

In aa28213:

[2.2.x] Refs #28436 -- Corrected docs regarding MySQL support of distance lookups.

Backport of 440603a4bc0dc4f0b489489e80dcbab0ca736d23 from master

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