Changes between Version 68 and Version 69 of GeoDjango
- Timestamp:
- Apr 18, 2007, 7:02:52 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjango
v68 v69 100 100 * So far, Google Maps looks the most promising for being supported first (people are familiar with it, and it's more stable than open layers). 101 101 * [http://developer.yahoo.com/maps/ Yahoo!] has a really slick flash interface, I'd like to support this eventually. 102 * [http://www.openlayers.org/ OpenLayers] supports WMS/WFS/tiles as well as Google, MSVE, and Yahoo layers. It is very flexible and open(!!). ''(Rob Coup)'' 102 103 * Mapping Framework (generating custom tiles, layers, labels, etc.) 103 104 * [http://www.mapnik.org/ Mapnik] is modern, but very early on in development and ''completely'' lacks documentation. However, the code is elegant and clean, and it was designed for integration with Python -- we're leaning towards this right now.