Django

Code

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


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8215 [8215] 08/05/08 12:15:33 jbronn gis: Merged revisions …
(edit) @8155 [8155] 07/30/08 12:46:02 jbronn gis: Now plays nice with the Django test suite if the spatial …
(edit) @8077 [8077] 07/25/08 20:03:24 jbronn gis: Changed the inches attribute name from in (a Python reserved …
(edit) @8064 [8064] 07/23/08 17:24:16 jbronn gis: Removed the sites module and use the site instance from …
(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) @8012 [8012] 07/20/08 16:30:46 jbronn gis: Now use ctypes.util.find_library to get the C library names. This …
(edit) @7980 [7980] 07/19/08 09:17:24 jbronn gis: Added the geographic-enabled forms and admin modules.
(edit) @7880 [7880] 07/10/08 15:33:59 jbronn gis: Fixed #7705; forgot to import get_field_name from the ctypes …
(edit) @7870 [7870] 07/08/08 13:46:09 jbronn gis: Fixed bug in GeoQuery.get_default_columns; forgot to make Oracle …
(edit) @7841 [7841] 07/05/08 17:10:33 jbronn gis: Fixed #7619. Added support Google Maps markers (GMarker) and …
(edit) @7840 [7840] 07/05/08 11:59:51 jbronn gis: Fixed #7579; no longer attempt to transform input geometries if …
(edit) @7839 [7839] 07/05/08 10:40:55 jbronn gis: Revised changes to GeoWhereNode to reduce code duplication. …
(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) @7709 [7709] 06/19/08 15:01:29 jbronn gis: Added the ogrinspect management command.
(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) @7571 [7571] 06/04/08 12:24:08 jbronn gis: gdal: Made error message when opening an invalid DataSource more …
(edit) @7570 [7570] 06/04/08 12:21:54 jbronn gis: Went through and cleaned up ogrinspect code and added features …
(edit) @7547 [7547] 05/22/08 16:52:03 jbronn gis: Added the precision_wkt utility; add_postgis_srs may now take …
(edit) @7512 [7512] 05/01/08 13:17:50 jbronn gis: Fixed #7126 (with tests); moved GeoQuery and GeoWhereNode into …
(edit) @7483 [7483] 04/27/08 12:41:42 jbronn gis: Forgot to include Oracle relate patch with the other qsrf changes.
(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) @7407 [7407] 04/07/08 17:20:58 jbronn gis: Applied DRY to Oracle and MySQL geometry adaptors; the …
(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) @7400 [7400] 04/04/08 07:57:19 jbronn gis: GoogleMap: The Google Maps JavaScript? API is now used for automatic …
(edit) @7399 [7399] 04/04/08 07:32:58 jbronn gis: Added the add_postgis_srs utility to ease the creation of …
(edit) @7397 [7397] 04/01/08 17:40:32 jbronn gis: Fixed geographic models produced by inspectdb.
(edit) @7389 [7389] 03/30/08 16:45:39 jdunck [gis] Tweaked layermapping to note updates to unique'd models.
(edit) @7214 [7214] 03/10/08 16:13:52 jbronn gis: LayerMapping: OGR string fields may now be coerced into Django …
(edit) @7213 [7213] 03/10/08 15:45:51 jbronn gis: Fixed #6746 by marking safe GoogleMap internal XHTML/JavaScript; …
(edit) @7175 [7175] 02/28/08 15:06:27 jbronn gis: Added geographic introspection capabilities for PostGIS and MySQL; …
(edit) @7138 [7138] 02/20/08 15:15:43 jbronn gis: Fixed bug in GeoQuerySet.distance caused by SQL substitution that …
(edit) @7127 [7127] 02/17/08 21:03:25 jbronn gis: gdal: Fixed new _version_info definition for win32 platforms; made …
(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) @7100 [7100] 02/08/08 08:42:37 jbronn gis: geos: Fixed declaration of geos_version to explicitly set restype …
(edit) @7047 [7047] 01/28/08 10:31:41 jbronn gis: Fixed #6440. Removed degree conversion from Distance -- should not …
(edit) @7028 [7028] 01/21/08 19:22:27 jbronn gis: Added the extent method to GeoQuerySet; moved various …
(edit) @7027 [7027] 01/18/08 10:49:51 jbronn gis: Fixed #6289 (added extra_context keyword to GoogleMap). Thanks …
(edit) @7026 [7026] 01/18/08 10:38:51 jbronn gis: Fixed #6357, and added a validator to WKTField.
(edit) @7024 [7024] 01/18/08 09:52:37 jbronn gis: LayerMapping: Fixed bug that would occur when mapping OFTReal
(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) @7003 [7003] 01/06/08 16:20:39 jbronn gis: gdal: Fixed Driver and DataSource? bug reported by David Hancock in …
(edit) @6993 [6993] 01/04/08 00:41:13 jbronn gis: gdal: Now supports the official GDAL 1.5 binaries for Windows, …
(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) @6966 [6966] 12/21/07 15:36:54 jbronn gis: Fixed #6246 (Thanks jos3ph); removed unnecessary commented debugging …
(edit) @6919 [6919] 12/14/07 18:30:48 jbronn gis: Applied DRY to spatial SQL generation in anticipation of …
(edit) @6918 [6918] 12/14/07 15:42:37 jbronn gis: Fixed #6196 in GeoIP refactor. Added unit tests, improved path …
(edit) @6916 [6916] 12/12/07 21:08:06 jbronn gis: gdal: Fixed bug in the property so that no exception is raised when …
(edit) @6914 [6914] 12/11/07 10:18:48 jbronn gis: gdal: removed errcheck_flag, not needed after all (I misread the C …
(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) @6707 [6707] 11/20/07 09:10:20 jbronn gis: gdal: Fixed memory leak introduced in the refactor caused by …
(edit) @6688 [6688] 11/17/07 16:04:05 jbronn gis: Added the ogrinspect module (via patch from tlp), which provides …
(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) @6639 [6639] 11/03/07 19:48:10 jbronn gis: gdal: (1) Added the field_widths and field_precision properties …
(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) @6509 [6509] 10/14/07 15:48:33 jbronn gis: removed import to the PostGIS proxy module.
(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) @6439 [6439] 09/29/07 23:19:31 jbronn gis: PostGIS backend improvements: test spatial databases may now be …
(edit) @6437 [6437] 09/29/07 21:30:06 jbronn gis: Fixed #5629 with patch from rcoup.
(edit) @6436 [6436] 09/29/07 09:02:41 jbronn gis: gdal: OSGeo sprint -- cleaned up spatial references associated with …
(edit) @6427 [6427] 09/27/07 11:42:20 jbronn gis: SpatialRefSys? model now uses HAS_GDAL flag, no longer uses …
(edit) @6423 [6423] 09/25/07 01:14:01 jbronn gis: renamed inspect_data and sample() to ogrinfo, and now displays the …
(edit) @6422 [6422] 09/24/07 23:25:04 jbronn gis: Added the encoding keyword for string fields in OGR data sources; …
(edit) @6421 [6421] 09/24/07 22:55:29 jbronn gis: gdal: The feature and layer modules now uses OGRIndexError.
(edit) @6414 [6414] 09/24/07 17:18:00 jbronn gis: utils module now only imports LayerMapping? when GDAL is installed; …
Note: See TracRevisionLog for help on using the revision log.