Changes between Version 82 and Version 83 of GeoDjango


Ignore:
Timestamp:
Jul 1, 2007, 12:13:14 PM (17 years ago)
Author:
jbronn
Comment:

foss4g update, added WMS views to the roadmap

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjango

    v82 v83  
    11[[TOC(GeoDjangoBackground, GeoDjango, GeoDjangoModelAPI, GeoDjangoDatabaseAPI)]]
    22The [http://code.djangoproject.com/browser/django/branches/gis GIS] branch intends to be a world-class geographic web framework.  Our goal is to make it as easy as possible to build GIS web applications and harness the power of spatially enabled data.
     3
     4''News:'' The project has been [http://www.foss4g2007.org/presentations/view.php?abstract_id=222 submitted to FOSS4G 2007].  If you want to see us there in September, use the [http://www.foss4g2007.org/presentations/review/ community review] to show your interest!
    35
    46'''Note:''' The documentation has been re-factored into several pages.  See the table of contents on the right for a complete listing of topics. Other GeoDjango pages include:
     
    1618 * '''Pending'''
    1719   * Distance queries, calculations, and related utilities.
    18    * Add as much from the PostGIS API as possible.
    1920   * Support for a mapping framework (e.g. Google Maps/Earth, Yahoo Maps, MS Live, etc.)
    2021     * Admin fields and forms (WKT field currently as of r4884, but we want widgets to view and manipulate geographic objects).
    21 
     22   * WMS views.
     23   * Add as much from the PostGIS API as possible.
    2224 * '''Complete'''
    2325   * PostGIS indexing capability.
Back to Top