25 | | * Distance queries, calculations, and related utilities. Status: |
26 | | * Robert Coup has contributed the excellent [http://code.djangoproject.com/browser/django/branches/gis/django/contrib/gis/measure.py measure] module (in {{{django.contrib.gis.measure}}}), allowing for easy comparison of distances in a variety of formats (currently supported: feet, meters, yards, kilometers, miles, and nautical miles) |
27 | | * No support in the database API yet, but performing spatial queries using output from the [wiki:GEOSGeometry GEOS] {{{buffer()}}} function may tide you over until we implement full support. |
28 | | * Support for a mapping framework (''e.g.'', Google Maps/Earth, Yahoo Maps, MS Live, etc.) |
| 25 | * Distance Queries |
| 26 | * Aggregate distance function and distance lookup types added as of r6886. |
| 27 | * Improve support for non-projected coordinate systems. |
| 28 | * Support for a mapping framework (''e.g.'', Open Layers, Google Maps/Earth, Yahoo Maps, MS Live, etc.) |