django1/django/contrib/gis/tests
Justin Bronn f1ada99997 Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include:
* All C API method explictly called from their prototype module, no longer imported via *.
* Applied DRY to C pointer management, classes that do so subclass from `GDALBase`.
* `OGRGeometry`: Added `from_bbox` class method (patch from Christopher Schmidt) and `kml` property.
* `SpatialReference`: Now initialize with `SetFromUserInput` (initialization is now more simple and flexible); removed duplicate methods.
* `Envelope`: Added `expand_to_include` method and now allow same coordinates for lower left and upper right points.  Thanks to Paul Smith for tickets and patches.
* `OGRGeomType`: Now treat OGC 'Geometry' type as 'Unknown'.

Fixed #9855, #10368, #10380.  Refs #9806.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9985 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-07 23:02:48 +00:00
..
data Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
distapp Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
geoapp Fixed #9364 -- now uses the appropriate database table for inherited `GeometryField`s; now uses the `SpatialBackend` booleans in tests. 2008-11-05 17:51:11 +00:00
layermap Fixed #9664 -- `LayerMapping` now works with MySQL spatial backends. 2008-12-26 20:04:11 +00:00
relatedapp Fixed #10159 -- `F()` expressions now work on geographic fields. The tests are in `relatedapp`, which has been retrofitted to work with Oracle (minus the prior offending tests). I'm back. 2009-03-03 22:10:15 +00:00
__init__.py Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include: 2009-03-07 23:02:48 +00:00
geometries.py Fixed #9566 -- made GeoJSON regex more robust. 2008-11-11 17:21:43 +00:00
test_geoip.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
test_geos.py Fixed #9566 -- made GeoJSON regex more robust. 2008-11-11 17:21:43 +00:00
test_measure.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
test_spatialrefsys.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
urls.py Fixed #6547, added support for GeoRSS feeds in `django.contrib.gis.feeds`; added the `feed_extra_kwargs` and `item_extra_kwargs` to the `Feed` baseclass so that it's possible for subclasses to add dynamic attributes. 2008-08-16 20:40:47 +00:00
utils.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00