-
-
Notifications
You must be signed in to change notification settings - Fork 208
Closed
Labels
Description
Django 3.0 landed a change to support the <->
operator (https://docs.djangoproject.com/en/3.0/ref/contrib/gis/functions/#django.contrib.gis.db.models.functions.GeometryDistance).
I'm opening an issue to see if there is interest in a filter that would order geometries by distance to a user-supplied point (no actual filtering, just ordering the results).
treyrich