Opened 7 years ago

Closed 7 years ago

#28432 closed Cleanup/optimization (fixed)

Make GIS distance lookups use Distance function to decrease code redundancy

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

This will decrease code redundancy and will allow to use complex geometry expressions as lookup values.

Change History (4)

comment:1 by Sergey Fedoseev, 7 years ago

comment:2 by Sergey Fedoseev, 7 years ago

Has patch: set

comment:3 by Sergey Fedoseev, 7 years ago

Owner: changed from nobody to Sergey Fedoseev
Status: newassigned

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

Resolution: fixed
Status: assignedclosed

In 38af496:

Fixed #28432 -- Allowed geometry expressions to be used with distance lookups.

Distance lookups use the Distance function for decreased code redundancy.

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