Revision: 6001
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6001&view=rev
Author: jswhit
Date: 2008-08-08 11:52:59 +0000 (Fri, 08 Aug 2008)
Log Message:
-----------
now works with geos version 3.
Modified Paths:
--------------
trunk/toolkits/basemap/Changelog
trunk/toolkits/basemap/README
trunk/toolkits/basemap/setup.py
Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog 2008-08-08 01:46:33 UTC (rev 6000)
+++ trunk/toolkits/basemap/Changelog 2008-08-08 11:52:59 UTC (rev 6001)
@@ -1,3 +1,4 @@
+ * now works with geos version 3.
* testgdal example now uses gdal to read topo data from a raster
DEM file and ogr to read state boundaries from a shape file.
* warpimage method can now handle gray-scale images, and
Modified: trunk/toolkits/basemap/README
===================================================================
--- trunk/toolkits/basemap/README 2008-08-08 01:46:33 UTC (rev 6000)
+++ trunk/toolkits/basemap/README 2008-08-08 11:52:59 UTC (rev 6001)
@@ -11,7 +11,7 @@
numpy 1.1 (or higher)
-The GEOS (Geometry Engine - Open Source) library (version 2.2.3).
+The GEOS (Geometry Engine - Open Source) library (version 2.2.3 or higher).
Source code is included in the geos-2.2.3 directory.
setuptools (only if your are using python 2.3)
Modified: trunk/toolkits/basemap/setup.py
===================================================================
--- trunk/toolkits/basemap/setup.py 2008-08-08 01:46:33 UTC (rev 6000)
+++ trunk/toolkits/basemap/setup.py 2008-08-08 11:52:59 UTC (rev 6001)
@@ -52,7 +52,7 @@
if geos_version < '"2.2.3"':
continue
else:
- print 'GEOS lib found in %s' % direc
+ print 'GEOS lib (version %s) found in %s' %
(geos_version[1:-1],direc)
GEOS_dir = direc
break
else:
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins