Changes between Version 115 and Version 116 of GeoDjango
- Timestamp:
- Jul 19, 2008, 9:49:49 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjango
v115 v116 18 18 * [wiki:GeoDjangoExtras Extra Features] (in progress). 19 19 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. 20 The wiki documentation is woefully behind, please use the [http://geodjango.org/docs/ 1.0 preview documentation]. 21 22 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. 21 23 22 24 == Roadmap == … … 26 28 === Pending Features === 27 29 The 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.) 31 31 * WMS views. 32 * Additional features available in PostGIS API.33 32 * Support additional spatial databases: 34 33 * Maybe sqlite (via [http://www.gaia-gis.it/spatialite/ SpatialLite]), DB2 and SQL Server 2008 … … 36 35 === Milestones === 37 36 Significant !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. 38 39 * r7482: Merged with `queryset-refactor` changes from trunk. 39 40 * r7104: Added support for distance queries on models using geodetic coordinate systems. … … 46 47 * r5529: Added utilities for importing vector data (e.g., SHP files) directly into !GeoDjango models. 47 48 * 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 48 50 49 51 * 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].