openwisp / django-rest-framework-gis

Geographic add-ons for Django REST Framework. Maintained by the OpenWISP Project.
http://openwisp.org
MIT License
1.08k stars 200 forks source link

DistanceToPointOrderingFilter #210

Closed franciscouzo closed 4 years ago

franciscouzo commented 4 years ago

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).

nemesifier commented 4 years ago

Interesting!