Changes between Version 124 and Version 125 of GeoDjango
- Timestamp:
- Jul 10, 2009, 3:16:55 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjango
v124 v125 74 74 * PCL (Python Cartographic Library), now part of [http://www.gispython.org/ GIS Python], has done a lot of good work already. Let's apply the DRY principle. Strong opportunities for collaboration with regards to: 75 75 * Mapping framework 76 * WMS/WMF Framework -- [http://trac.gispython.org/ projects/PCL/browser/OWSLib/trunkOWSLib] looks excellent for this (BSD licensed and has unit tests!)76 * WMS/WMF Framework -- [http://trac.gispython.org/lab/wiki/OwsLib OWSLib] looks excellent for this (BSD licensed and has unit tests!) 77 77 * Utilities 78 78 * Database representation ideas 79 * GEOS support, [http:// zcologia.com/news/ Sean Gillies] (of PCL) was the maintainer of the old SWIG bindings, and is working on [http://trac.gispython.org/projects/PCL/wiki/ShapeLy ShapeLy], a !GeoDjango-inspired GEOS ctypes interface.79 * GEOS support, [http://sgillies.net/blog/ Sean Gillies] (of PCL) was the maintainer of the old SWIG bindings, and is working on [http://trac.gispython.org/lab/wiki/Shapely ShapeLy], a !GeoDjango-inspired GEOS ctypes interface. 80 80 * [http://code.google.com/p/django-coordinatesfield/ CoordinatesField]. 81 81 * Jannis Leidel has already come up with a way to manipulate points in the admin interface, BSD licensed.