232 | | Task list (in order of importance): |
233 | | |
234 | | * A patch to work with the QuerySet refactor changes -- but this depends on the status of that branch, |
235 | | * Distance queries: we want an API with something like `distance_lte`, etc. and be able to take a Distance object (django.contrib.gis.measure) as a parameter. This is difficult because the differences between spatial reference systems |
236 | | * [http://code.djangoproject.com/ticket/5472 #5472] Add OpenLayers support in django.contrib.gis.maps |
237 | | * Fill out the documentation stubs and fix inconsistencies between the documentation and the code |
| 232 | Task list (in order of importance): |
| 233 | * #6547 Add support for GeoRSS feeds. |
| 234 | * #5472 Add !OpenLayers support in `django.contrib.gis.maps` |
| 235 | * Fill out the documentation stubs and fix inconsistencies between the documentation and the code. |