From: <js...@us...> - 2007-11-15 21:33:14
|
Revision: 4326 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4326&view=rev Author: jswhit Date: 2007-11-15 13:33:13 -0800 (Thu, 15 Nov 2007) Log Message: ----------- add full-res data files. Modified Paths: -------------- trunk/toolkits/basemap-testing/Changelog Modified: trunk/toolkits/basemap-testing/Changelog =================================================================== --- trunk/toolkits/basemap-testing/Changelog 2007-11-15 21:23:27 UTC (rev 4325) +++ trunk/toolkits/basemap-testing/Changelog 2007-11-15 21:33:13 UTC (rev 4326) @@ -1,7 +1,11 @@ version 0.9.7 (not yet released) * added support for full-resolution boundaries (will be - a separate download). + a separate download). Full-res files (totaling around + 100 mb) available in SVN. * high-resolution boundaries now included. + * postpone processing of countries, states and river + boundaries until a draw is requested. Only the + coastlines are processed in __init__. * use a Pyrex/Cython interface to the GEOS library (http://geos.refractions.net - LGPL license) to find geometries that are within map projection region. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |