Changes between Version 82 and Version 83 of GeoDjango
- Timestamp:
- Jul 1, 2007, 12:13:14 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjango
v82 v83 1 1 [[TOC(GeoDjangoBackground, GeoDjango, GeoDjangoModelAPI, GeoDjangoDatabaseAPI)]] 2 2 The [http://code.djangoproject.com/browser/django/branches/gis GIS] branch intends to be a world-class geographic web framework. Our goal is to make it as easy as possible to build GIS web applications and harness the power of spatially enabled data. 3 4 ''News:'' The project has been [http://www.foss4g2007.org/presentations/view.php?abstract_id=222 submitted to FOSS4G 2007]. If you want to see us there in September, use the [http://www.foss4g2007.org/presentations/review/ community review] to show your interest! 3 5 4 6 '''Note:''' The documentation has been re-factored into several pages. See the table of contents on the right for a complete listing of topics. Other GeoDjango pages include: … … 16 18 * '''Pending''' 17 19 * Distance queries, calculations, and related utilities. 18 * Add as much from the PostGIS API as possible.19 20 * Support for a mapping framework (e.g. Google Maps/Earth, Yahoo Maps, MS Live, etc.) 20 21 * Admin fields and forms (WKT field currently as of r4884, but we want widgets to view and manipulate geographic objects). 21 22 * WMS views. 23 * Add as much from the PostGIS API as possible. 22 24 * '''Complete''' 23 25 * PostGIS indexing capability.