Changes between Version 238 and Version 239 of SprintIdeas


Ignore:
Timestamp:
Mar 7, 2008, 8:19:02 AM (17 years ago)
Author:
jbronn
Comment:

Updated GeoDjango sprint ideas.

Legend:

Unmodified
Added
Removed
Modified
  • SprintIdeas

    v238 v239  
    230230[http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&component=GIS&order=priority Open GeoDjango tickets]
    231231
    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
     232Task 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.
Back to Top