Changes between Version 113 and Version 114 of GeoDjango
- Timestamp:
- Apr 30, 2008, 11:55:14 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjango
v113 v114 36 36 === Milestones === 37 37 Significant !GeoDjango changesets are mentioned below: 38 * r7482: Merged with `queryset-refactor` changes from trunk. 38 39 * r7104: Added support for distance queries on models using geodetic coordinate systems. 39 40 * r6886: Added support for distance queries. … … 45 46 * r5529: Added utilities for importing vector data (e.g., SHP files) directly into !GeoDjango models. 46 47 * 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 47 49 * 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]. 48 50 * `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()`).