root/GeoJSON


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 04/27/08 10:01:13 @1086 [1086] mattrussell Tagged GeoJSON-1.0a4
(edit) 04/27/08 09:59:52 @1085 [1085] mattrussell Update timestamp before taggubg 1.0a4
(edit) 04/27/08 09:49:37 @1084 [1084] mattrussell Updated VERSION.txt Made setup.py read version from VERSION.txt …
(edit) 04/27/08 08:58:53 @1083 [1083] seang Fix version
(edit) 03/28/08 14:16:54 @1064 [1064] mattrussell Minor style change to keep consistancy with rest of code.
(edit) 03/28/08 10:47:50 @1063 [1063] seang Get in step with GeoJSON draft version 6: implement named and linked CRS, …
(edit) 03/28/08 08:47:19 @1062 [1062] seang Add a test suite to the setup script
(edit) 02/26/08 16:05:05 @1056 [1056] mattrussell Removed historical artifact.
(edit) 02/26/08 16:03:59 @1055 [1055] mattrussell Added tests for geometry collections.
(edit) 02/26/08 14:34:38 @1054 [1054] mattrussell - Made all code work with Python 2.4.3, 2.5.1, will test with all …
(edit) 01/25/08 10:31:57 @1040 [1040] mattrussell Better error handling if geojson defined with invalid type (e.g 'point' …
(edit) 11/15/07 00:11:22 @946 [946] seang Fix for #132
(edit) 11/14/07 23:05:25 @945 [945] seang Support for coordinate reference systems (#131)
(edit) 10/31/07 09:43:03 @939 [939] seang Add test of MapFish? features and collections (#132)
(edit) 10/28/07 21:20:34 @935 [935] seang Patch from Matt Russell that brings us up to date with geojson.org draft …
(edit) 10/12/07 01:16:21 @893 [893] dokai Fixed a problem in the default fallback handling.
(edit) 10/11/07 09:57:39 @891 [891] seang Increment version
(edit) 10/11/07 08:44:40 @890 [890] seang Patch from Eric Lemoine to access features instead of members attribute
(edit) 10/03/07 12:32:15 @887 [887] seang Incorporate readme into setup's long description
(edit) 10/03/07 12:30:49 @886 [886] seang Incorporate readme into setup's long descriptionsetup.py
(edit) 10/02/07 10:34:05 @882 [882] seang Apply patch to support Python 2.3, and update metadata for 1.0a2
(edit) 10/02/07 10:05:58 @881 [881] seang Don't import removed protocol.py
(edit) 09/28/07 22:14:43 @879 [879] seang Remove protocol module
(edit) 09/28/07 22:10:22 @878 [878] seang add feature and feature collection types when serializing, change members …
(edit) 08/15/07 16:24:10 @844 [844] seang Fix serialization of feature collections (#122)
(edit) 08/15/07 16:23:37 @843 [843] seang Specify WGS 1984 for default coordinate system
(edit) 08/13/07 10:04:42 @838 [838] seang Add test of geo_interface, update version, readme, and interface spec.
(edit) 08/12/07 20:55:50 @837 [837] seang Look first for geo_interface attribute, detect feature collections by …
(edit) 08/09/07 02:49:23 @810 [810] dokai Set svn:ignore to *.pyc
(edit) 08/09/07 01:44:18 @804 [804] dokai Added an alternative doctest runner.
(edit) 07/13/07 09:17:07 @757 [757] seang Add simplejson install requirement (#119)
(edit) 06/11/07 00:50:03 @725 [725] seang Implement a flyweight wrapper to get objects through to _iterencode
(edit) 04/14/07 21:11:04 @707 [707] seang Add function to test for support of the python geojson/feature protocol
(edit) 04/12/07 16:05:38 @661 [661] seang Change coordinate specification to a list of lists of floats
(edit) 04/09/07 15:52:41 @659 [659] seang Add dump, load to module functions
(add) 04/09/07 08:30:48 @655 [655] seang New project, take 2