Changes between Version 107 and Version 108 of GeoDjango
- Timestamp:
- Feb 11, 2008, 1:32:54 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjango
v107 v108 5 5 6 6 ''News:'' 7 * An IRC channel is available for discussion on all things !GeoDjango -- join #geodjango on freenode. 7 8 * !GeoDjango will be featured in a [http://en.oreilly.com/where2008/public/schedule/detail/1665 presentation] and [http://en.oreilly.com/where2008/public/schedule/detail/1666 tutorial session] at [http://en.oreilly.com/where2008/public/content/home O'Reilly's Where 2.0 Conference], May 12-14, 2008 in Burlingame, California. 8 9 * The project was [http://www.foss4g2007.org/presentations/view.php?abstract_id=222 presented] at [http://www.foss4g2007.org/ FOSS4G 2007] on September 25, 2007. Thanks again for your support! … … 25 26 === Pending Features === 26 27 The following is a discussion of features we hope to implement in !GeoDjango. Unless stated otherwise, features in this list are not prioritized. If you have a pet feature you may accelerate its development by submitting code yourself. 27 * Distance Queries28 * Aggregate distance function and distance lookup types added as of r6886.29 * Improve support for non-projected coordinate systems.30 28 * Support for a mapping framework (''e.g.'', Open Layers, Google Maps/Earth, Yahoo Maps, MS Live, etc.) 31 29 * Admin fields and forms (WKT field currently as of r4884, but we want widgets to view and manipulate geographic objects). 32 * Progress has been made on this front by multiple parties; we are currently waiting for `newforms-admin` to merge before fully committing to a strategy.30 * Progress has been made on this front by multiple parties; we are currently utilizing `newforms-admin`, but are waiting for it to merge before committing any code. 33 31 * WMS views. 34 * Add as much from the PostGIS API as possible.32 * Additional features available in PostGIS API. 35 33 * Support additional spatial databases: 36 34 * Maybe DB2 and SQL Server 2008 … … 38 36 === Milestones === 39 37 Significant !GeoDjango changesets are mentioned below: 38 * r7104: Added support for distance queries on models using geodetic coordinate systems. 40 39 * r6886: Added support for distance queries. 41 40 * r6527: MySQL backend added.