From: <js...@us...> - 2007-12-11 22:03:59
|
Revision: 4699 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4699&view=rev Author: jswhit Date: 2007-12-11 14:03:58 -0800 (Tue, 11 Dec 2007) Log Message: ----------- fixed exception handling bug in polygon intersection code. Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2007-12-11 21:17:59 UTC (rev 4698) +++ trunk/toolkits/basemap/Changelog 2007-12-11 22:03:58 UTC (rev 4699) @@ -1,4 +1,7 @@ version 0.9.9 (not yet released) + * fixed exception handling bug in code that looks for + intersection between boundary feature and map projection + region. * setup.py now looks for GEOS library in a few standard places (/usr/local, /opt, $HOME, /sw) if the GEOS_DIR environment variable not set. This is a workaround for a This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |