Django

Code

root/django/branches/gis/django/contrib/gis/tests


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8155 [8155] 07/30/08 12:46:02 jbronn gis: Now plays nice with the Django test suite if the spatial …
(edit) @8040 [8040] 07/21/08 21:43:47 jbronn gis: Fixed #7873, GEOSGeometry equivalence comparison with None should …
(edit) @8034 [8034] 07/21/08 20:10:59 jbronn gis: gdal: Features may now be fetched from OGR layers that do not support …
(edit) @7840 [7840] 07/05/08 11:59:51 jbronn gis: Fixed #7579; no longer attempt to transform input geometries if …
(edit) @7836 [7836] 07/04/08 15:16:22 jbronn gis: Merged revisions …
(edit) @7767 [7767] 06/26/08 09:31:03 jbronn gis: Fixed #7540 -- fixed the GeoJSON regex to accept minus signs. …
(edit) @7699 [7699] 06/19/08 01:00:13 jbronn gis: Fixed spatial aggregates when an ordering was specified (thanks …
(edit) @7666 [7666] 06/16/08 11:58:12 jbronn gis: Improvements to get_srid_info, including raising no exception when …
(edit) @7665 [7665] 06/16/08 11:39:36 jbronn gis: gdal: Fixed #7434 (no real defect, just clarified how to disable …
(edit) @7641 [7641] 06/15/08 14:48:57 jbronn gis: Refactor of the GeoQuerySet; new features include: (1) Creation of …
(edit) @7572 [7572] 06/04/08 12:25:55 jbronn gis: Disabled query counting test in relatedapp because of its …
(edit) @7512 [7512] 05/01/08 13:17:50 jbronn gis: Fixed #7126 (with tests); moved GeoQuery and GeoWhereNode into …
(edit) @7482 [7482] 04/27/08 12:17:04 jbronn gis: Merged revisions 7458,7471-7473,7476-7478,7480 via svnmerge from …
(edit) @7464 [7464] 04/25/08 19:36:15 jbronn gis: The WKTAdaptor needs the SRID for Oracle; now test geodetic …
(edit) @7463 [7463] 04/25/08 18:52:41 jbronn gis: Fixed GEOS tests for those still running 3.0.0RC4.
(edit) @7456 [7456] 04/24/08 18:01:04 jbronn gis: Fixed bug where extra parameters were passed into SQL for dwithin
(edit) @7441 [7441] 04/22/08 13:14:29 jbronn gis: Updated KML tests for PostGIS 1.3.3 and GDAL tests to not perform …
(edit) @7406 [7406] 04/07/08 16:43:36 jbronn gis: gdal: Added the clone keyword to OGRGeometry.transform; removed …
(edit) @7404 [7404] 04/07/08 15:15:04 jbronn gis: geos: GEOSGeometry objects may now be pickled; added the clone
(edit) @7213 [7213] 03/10/08 15:45:51 jbronn gis: Fixed #6746 by marking safe GoogleMap internal XHTML/JavaScript; …
(edit) @7138 [7138] 02/20/08 15:15:43 jbronn gis: Fixed bug in GeoQuerySet.distance caused by SQL substitution that …
(edit) @7114 [7114] 02/14/08 10:33:16 jbronn gis: geos: Added GeoJSON input/output support for GEOSGeometry (requires …
(edit) @7113 [7113] 02/14/08 10:05:44 jbronn gis: gdal: Fixed GDAL version string parsing for development versions; …
(edit) @7107 [7107] 02/12/08 18:38:36 jbronn gis: gdal: Added support for GeoJSON input/output in OGRGeometry.
(edit) @7104 [7104] 02/10/08 20:25:01 jbronn gis: Fixed 6414, and applied DRY to spatial backend internals. Changes …
(edit) @7102 [7102] 02/08/08 13:10:00 jbronn gis: gdal: SpatialReference objects may now be constructed with PROJ.4 …
(edit) @7101 [7101] 02/08/08 11:36:43 jbronn gis: geos: Fixed bug in transform where coordinate sequence pointer was …
(edit) @7028 [7028] 01/21/08 19:22:27 jbronn gis: Added the extent method to GeoQuerySet; moved various …
(edit) @7013 [7013] 01/10/08 11:11:02 jbronn gis: LayerMapping: Added the fid_range and step keywords to …
(edit) @7012 [7012] 01/09/08 13:42:23 jbronn gis: gdal: GeometryCollection.add() now accepts other collections, and …
(edit) @6992 [6992] 01/03/08 13:02:18 jbronn gis: LayerMapping: Improved the internals (i.e., checking every feature …
(edit) @6980 [6980] 12/29/07 01:48:08 jbronn gis: LayerMapping: Added the unique keyword parameter and tests for …
(edit) @6979 [6979] 12/27/07 15:44:33 jbronn gis: lowered test transformation precision due to variations in updated …
(edit) @6978 [6978] 12/25/07 15:27:56 jbronn gis: geos: all pointer access is now done via the ptr property to …
(edit) @6918 [6918] 12/14/07 15:42:37 jbronn gis: Fixed #6196 in GeoIP refactor. Added unit tests, improved path …
(edit) @6886 [6886] 12/04/07 11:44:37 jbronn gis: Added distance querying capabilites via the distance manager method …
(edit) @6884 [6884] 12/04/07 09:09:06 jbronn gis: geos: Added support for EWKT (SRID only), and a transform routine …
(edit) @6865 [6865] 12/03/07 12:15:57 jbronn gis: added additional units (including WKT aliases) and the unit_attname
(edit) @6862 [6862] 12/03/07 02:16:09 jbronn gis: gdal: Added GDAL_LIBRARY_PATH setting; added tests and extended …
(edit) @6861 [6861] 12/03/07 00:27:16 jbronn gis: renamed GEOSGeometryIndexError to GEOSIndexError; added …
(edit) @6708 [6708] 11/20/07 09:13:55 jbronn gis: Fixed DecimalField? verification in LayerMapping?.
(edit) @6687 [6687] 11/17/07 15:57:12 jbronn gis: LayerMapping? refactor (1) Moved all routines into LayerMapping? class …
(edit) @6686 [6686] 11/17/07 15:38:36 jbronn gis: gdal: refactor of the GDAL ctypes interface (1) All interactions …
(edit) @6653 [6653] 11/05/07 18:39:36 jbronn gis: geos: Re-factored GEOS interface. Improvements include: (1) All …
(edit) @6596 [6596] 10/22/07 18:37:26 jbronn gis: added get_srid() spatial backend utility that takes into account -1 …
(edit) @6574 [6574] 10/20/07 23:27:22 jbronn gis: Fixed #5779, thanks tlp; added type checking to …
(edit) @6527 [6527] 10/18/07 19:34:29 jbronn gis: Added preliminary spatial backend for MySQL (which only supports MBR …
(edit) @6524 [6524] 10/16/07 01:41:16 jbronn gis: Added preliminary spatial backend for Oracle; added GEOS routine …
(edit) @6508 [6508] 10/14/07 15:13:11 jbronn gis: spatial-backend enhancements: (1) GEOS no longer has …
(edit) @6467 [6467] 10/08/07 13:18:17 jbronn gis: spatial-database compatibility and usability changes: (1) The …
(edit) @6465 [6465] 10/07/07 17:42:26 jbronn gis: geos: Fixed #5630 with patch from rcoup; added the ogr and srs
(edit) @6464 [6464] 10/07/07 15:29:59 jbronn gis: gdal: added support exporting/creating geometries to/from WKB and …
(edit) @6460 [6460] 10/06/07 23:21:31 jbronn gis: gdal: The OGRGeometry srs property is now mutable, and added the …
(edit) @6441 [6441] 09/30/07 12:44:13 jbronn gis: Added the gml() and union() GeoQuerySet? routines w/tests.
(edit) @6440 [6440] 09/30/07 10:16:22 jbronn gis: gdal: fixed GML property, and added tests.
(edit) @6436 [6436] 09/29/07 09:02:41 jbronn gis: gdal: OSGeo sprint -- cleaned up spatial references associated with …
(edit) @6413 [6413] 09/24/07 15:29:27 jbronn gis: modifed tests and mixin to use the HAS_GDAL flag.
(edit) @6314 [6314] 09/15/07 13:56:35 jbronn gis: Fixed #5440 with patches from rcoup; cleaned up notice handler in …
(edit) @6243 [6243] 09/14/07 17:56:43 jbronn gis: Fixed #5438 with patches from rcoup.
(edit) @6240 [6240] 09/14/07 17:46:41 jbronn gis: Fixed #5437 with patch from rcoup.
(edit) @6237 [6237] 09/14/07 17:36:51 jbronn gis: Fixed #5436, for Python 2.4 test runner compatibility with patch from …
(edit) @6024 [6024] 08/29/07 20:38:44 jbronn gis: geos: Memory-management refactor, changes include: (1) Moved …
(edit) @6021 [6021] 08/26/07 12:47:34 jbronn gis: Merged revisions 6000-6020 via svnmerge from [repos:django/trunk
(edit) @6018 [6018] 08/25/07 20:10:53 jbronn gis: Made necessary modifications for unicode, manage refactor, backend …
(edit) @5991 [5991] 08/20/07 22:24:22 jbronn gis: geos: added length property and distance method; no more relative …
(edit) @5881 [5881] 08/12/07 20:33:26 jbronn gis: added transform() manager method; _get_sql_clause() moved to …
(edit) @5832 [5832] 08/08/07 22:07:02 jbronn gis: geos: fixed 3d linestring constructor bug, and added tests; …
(edit) @5806 [5806] 08/05/07 20:27:22 jbronn gis: added tests, added precision keyword, and generally improved …
(edit) @5805 [5805] 08/05/07 20:13:49 jbronn gis: geos: added support for KML; added coords property to Point.
(edit) @5795 [5795] 08/03/07 19:27:59 jbronn gis: wktfield now takes advantage of lazy geometries; geos may take …
(edit) @5786 [5786] 08/02/07 00:31:10 jbronn gis: geos: fully-mutable geometries have landed; fixed GEOSPointer boolean …
(edit) @5776 [5776] 07/29/07 14:58:24 jbronn gis: created backend module, that will (in the future) allow for support …
(edit) @5775 [5775] 07/29/07 14:22:51 jbronn gis: provenance: inserted notes about public domain sources of geographic …
(edit) @5773 [5773] 07/28/07 13:59:44 jbronn gis: fixed support for 'isnull' lookup type on geometry columns, and added …
(edit) @5763 [5763] 07/25/07 21:27:17 jbronn gis: geographic models may now be tested; started test geographic …
(edit) @5749 [5749] 07/22/07 00:13:22 jbronn gis: got rid of CamelCase module names and made minor improvements in …
(edit) @5748 [5748] 07/21/07 23:54:29 jbronn gis: made gdal srs tests less brittle for platforms with different proj.4 …
(edit) @5742 [5742] 07/21/07 12:39:09 jbronn gis: big changes within in GEOS internals: (1) All Geometry types and …
(edit) @5655 [5655] 07/12/07 01:05:42 jbronn gis: no more camelcase module names; GEOSGeometry now autodetects WKT or …
(edit) @5637 [5637] 07/09/07 01:16:06 jbronn gis: GEOS library has been re-factored to, changes include: (1) allow …
(edit) @5635 [5635] 07/08/07 03:56:29 jdunck gis: Added django.contrib.gis.measure, closing #4797. Thanks, Robert. …
(edit) @5605 [5605] 07/04/07 01:55:32 jdunck gis: Added utils.inspect_data.sample, which allows a shows a convenient …
(edit) @5587 [5587] 07/02/07 18:47:40 jbronn gis: fixed ticket 4740 with the addition of new exceptions; updated tests …
(edit) @5541 [5541] 06/25/07 18:53:43 jdunck gis: Noted test error messages that should be ignored since they're issued …
(edit) @5527 [5527] 06/24/07 20:29:01 jbronn gis: added the Envelope class, used in getting layer and geometry extents; …
(edit) @5478 [5478] 06/15/07 01:02:04 jbronn gis: GDAL improvements; added Driver class, improved tests, removed …
(edit) @5474 [5474] 06/14/07 22:49:25 jbronn gis: GEOSGeometry updates, improved initialization & tests, simplified …
(edit) @5397 [5397] 05/31/07 20:15:35 jbronn gis: Added an intial ctypes interface to GDAL/OGR (1) SpatialReference?
(edit) @5395 [5395] 05/31/07 18:29:16 jbronn gis: Some GEOSGeometry patches, biggest change is that iter, …
(edit) @5030 [5030] 04/19/07 07:49:40 jbronn gis: Fixed segfault on invalid WKT (added test for both invalid HEX and …
(edit) @5023 [5023] 04/17/07 19:13:25 jbronn gis: fixed bugs in GEOSCoordSeq (and added a test case). added preliminary …
(add) @5008 [5008] 04/15/07 22:43:53 jbronn gis: added GEOSGeometry, a ctypes wrapper for the GEOS library, …
Note: See TracRevisionLog for help on using the revision log.