Changes between Version 113 and Version 114 of GeoDjango


Ignore:
Timestamp:
Apr 30, 2008, 11:55:14 PM (17 years ago)
Author:
jbronn
Comment:

Added queryset-refactor merge milestone.

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjango

    v113 v114  
    3636=== Milestones ===
    3737Significant !GeoDjango changesets are mentioned below:
     38 * r7482: Merged with `queryset-refactor` changes from trunk.
    3839 * r7104: Added support for distance queries on models using geodetic coordinate systems.
    3940 * r6886: Added support for distance queries.
     
    4546 * r5529: Added utilities for importing vector data (e.g., SHP files) directly into !GeoDjango models. 
    4647     * 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].
     48
    4749 * 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]. 
    4850   * `OGRGeometry`: Wraps [http://www.gdal.org/ogr/classOGRGeometry.html OGR geometries], may be accessed with an extra instance method (e.g., `z.get_poly_ogr()`).
Back to Top