Changes between Version 115 and Version 116 of GeoDjango


Ignore:
Timestamp:
Jul 19, 2008, 9:49:49 AM (16 years ago)
Author:
jbronn
Comment:

Added more notable changesets; added link to 1.0 preview documenation.

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjango

    v115 v116  
    1818 * [wiki:GeoDjangoExtras Extra Features] (in progress).
    1919
    20 This documentation is behind the current feature-set -- when in doubt use `help` on the feature in question, as most [browser:django/branches/gis/django/contrib/gis GeoDjango modules] and routines have docstrings.
     20The wiki documentation is woefully behind, please use the [http://geodjango.org/docs/ 1.0 preview documentation]. 
     21
     22When in doubt, use `help` on the feature in question, as most [browser:django/branches/gis/django/contrib/gis GeoDjango modules] and routines have docstrings.
    2123
    2224== Roadmap ==
     
    2628=== Pending Features ===
    2729The following is a discussion of features we hope to implement in !GeoDjango.  Unless stated otherwise, features in this list are not prioritized.  If you have a pet feature you may accelerate its development by submitting code yourself.
    28  * Support for a mapping framework (e.g., OpenLayers, Google Maps/Earth, Yahoo Maps, MS Live, etc.)
    29    * Admin fields and forms (WKT field currently as of r4884, but we want widgets to view and manipulate geographic objects).
    30    * Progress has been made on this front by multiple parties; we are currently utilizing `newforms-admin`, but are waiting for it to merge before committing any code.
     30 * Support for additional !JavaScript mapping frameworks (e.g., !OpenLayers, Yahoo Maps, MS Live, !MaqQuest, etc.)
    3131 * WMS views.
    32  * Additional features available in PostGIS API.
    3332 * Support additional spatial databases:
    3433   * Maybe sqlite (via [http://www.gaia-gis.it/spatialite/ SpatialLite]), DB2 and SQL Server 2008
     
    3635=== Milestones ===
    3736Significant !GeoDjango changesets are mentioned below:
     37 * r7980: Merged in `newforms-admin` changesets from trunk, added geographic support for the admin.
     38 * r7641: Refactor of the `GeoQuerySet`; added many new features from the PostGIS API.
    3839 * r7482: Merged with `queryset-refactor` changes from trunk.
    3940 * r7104: Added support for distance queries on models using geodetic coordinate systems.
     
    4647 * r5529: Added utilities for importing vector data (e.g., SHP files) directly into !GeoDjango models. 
    4748     * The [source:django/branches/gis/django/contrib/gis/utils/LayerMapping.py LayerMapping] class will import vector data from GDAL-supported data sources.  This is still 'beta', and requires installation of the [wiki:GeoDjango#GDAL GDAL library].
     49
    4850
    4951 * r5397: Added a `ctypes` interface for [http://www.gdal.org/ogr/ogr_arch.html GDAL/OGR] in [source:django/branches/gis/django/contrib/gis/gdal django.contrib.gis.gdal]. 
Back to Top