summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-28gis: Merged revisions 7105-7168 via svnmerge from trunk.Justin Bronn
2008-02-28gis: Added geographic introspection capabilities for PostGIS and MySQL; fixed...Justin Bronn
2008-02-20gis: Fixed bug in `GeoQuerySet.distance` caused by SQL substitution that shou...Justin Bronn
2008-02-18gis: gdal: Fixed new `_version_info` definition for win32 platforms; made Geo...Justin Bronn
2008-02-14gis: geos: Added GeoJSON input/output support for `GEOSGeometry` (requires GD...Justin Bronn
2008-02-14gis: gdal: Fixed GDAL version string parsing for development versions; GEOJSO...Justin Bronn
2008-02-13gis: gdal: Added support for GeoJSON input/output in `OGRGeometry`.Justin Bronn
2008-02-11gis: Fixed 6414, and applied DRY to spatial backend internals. Changes include:Justin Bronn
2008-02-08gis: Merged revisions 7044-7102 via svnmerge from trunk.Justin Bronn
2008-02-08gis: gdal: `SpatialReference` objects may now be constructed with PROJ.4 stri...Justin Bronn
2008-02-08gis: geos: Fixed bug in `transform` where coordinate sequence pointer was not...Justin Bronn
2008-02-08gis: geos: Fixed declaration of `geos_version` to explicitly set restype to `...Justin Bronn
2008-01-28gis: Fixed #6440. Removed degree conversion from `Distance` -- should not ha...Justin Bronn
2008-01-28gis: Merged revisions 6990-7043 via svnmerge from trunk.Justin Bronn
2008-01-22gis: Added the `extent` method to `GeoQuerySet`; moved various spatial-backen...Justin Bronn
2008-01-18gis: Fixed #6289 (added `extra_context` keyword to `GoogleMap`). Thanks omat ...Justin Bronn
2008-01-18gis: Fixed #6357, and added a validator to `WKTField`.Justin Bronn
2008-01-18gis: `LayerMapping`: Fixed bug that would occur when mapping `OFTReal` fields...Justin Bronn
2008-01-10gis: `LayerMapping`: Added the `fid_range` and `step` keywords to `save()`; m...Justin Bronn
2008-01-09gis: gdal: `GeometryCollection.add()` now accepts other collections, and asso...Justin Bronn
2008-01-06gis: gdal: Fixed Driver and DataSource bug reported by David Hancock in djang...Justin Bronn
2008-01-04gis: gdal: Now supports the official GDAL 1.5 binaries for Windows, greatly s...Justin Bronn
2008-01-03gis: `LayerMapping`: Improved the internals (i.e., checking every feature in ...Justin Bronn
2008-01-02gis: Merged revisions 6920-6989 via svnmerge from trunk.Justin Bronn
2007-12-29gis: `LayerMapping`: Added the `unique` keyword parameter and tests for the `...Justin Bronn
2007-12-27gis: lowered test transformation precision due to variations in updated PROJ ...Justin Bronn
2007-12-25gis: geos: all pointer access is now done via the `ptr` property to prevent c...Justin Bronn
2007-12-21gis: Fixed #6246 (Thanks jos3ph); removed unnecessary commented debugging code.Justin Bronn
2007-12-15gis: Merged revisions 6672,6686-6688,6690,6693,6707-6708,6726,6730,6753,6755-...Justin Bronn
2007-12-15gis: Applied DRY to spatial SQL generation in anticipation of queryset-refact...Justin Bronn
2007-12-14gis: Fixed #6196 in GeoIP refactor. Added unit tests, improved path setup, a...Justin Bronn
2007-12-13gis: gdal: Fixed bug in the property so that no exception is raised when the...Justin Bronn
2007-12-11gis: gdal: removed errcheck_flag, not needed after all (I misread the C heade...Justin Bronn
2007-12-04gis: Added distance querying capabilites via the `distance` manager method an...Justin Bronn
2007-12-04gis: geos: Added support for EWKT (SRID only), and a `transform` routine that...Justin Bronn
2007-12-03gis: added additional units (including WKT aliases) and the `unit_attname` cl...Justin Bronn
2007-12-03gis: gdal: Added `GDAL_LIBRARY_PATH` setting; added tests and extended suppor...Justin Bronn
2007-12-03gis: renamed `GEOSGeometryIndexError` to `GEOSIndexError`; added GEOS_LIBRARY...Justin Bronn
2007-12-01gis: Merged 6672-6783 vis svnmerge from trunkJeremy Dunck
2007-11-20gis: Fixed DecimalField verification in LayerMapping.Justin Bronn
2007-11-20gis: gdal: Fixed memory leak introduced in the refactor caused by unnecessary...Justin Bronn
2007-11-17gis: Added the `ogrinspect` module (via patch from tlp), which provides utili...Justin Bronn
2007-11-17gis: LayerMapping refactorJustin Bronn
2007-11-17gis: gdal: refactor of the GDAL ctypes interfaceJustin Bronn
2007-11-14gis: Merged revisions 6614-6671 via svnmerge from trunk.Justin Bronn
2007-11-06gis: geos: Re-factored GEOS interface. Improvements include:Justin Bronn
2007-11-04gis: gdal: Justin Bronn
2007-10-26gis: Merged revisions 6525-6613 via svnmerge from [repos:django/trunk trunk].Justin Bronn
2007-10-22gis: added `get_srid()` spatial backend utility that takes into account -1 SR...Justin Bronn
2007-10-21gis: Fixed #5779, thanks tlp; added type checking to SpatialReference.__getit...Justin Bronn