Revision: 4417
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4417&view=rev
Author:   jswhit
Date:     2007-11-21 19:53:04 -0800 (Wed, 21 Nov 2007)

Log Message:
-----------
make sure ponds in islands in lakes are filled with correctly

Modified Paths:
--------------
    trunk/toolkits/basemap-testing/lib/matplotlib/toolkits/basemap/basemap.py

Modified: 
trunk/toolkits/basemap-testing/lib/matplotlib/toolkits/basemap/basemap.py
===================================================================
--- trunk/toolkits/basemap-testing/lib/matplotlib/toolkits/basemap/basemap.py   
2007-11-21 21:37:02 UTC (rev 4416)
+++ trunk/toolkits/basemap-testing/lib/matplotlib/toolkits/basemap/basemap.py   
2007-11-22 03:53:04 UTC (rev 4417)
@@ -1071,7 +1071,7 @@
             hasp3 = npy.sum(test1*test4)
             if not hasp1 or not hasp2 or not hasp3 or not hasp4:
                 xy = zip(xa.tolist(),ya.tolist())
-                if self.coastpolygontypes[np] != 2:
+                if self.coastpolygontypes[np] not in [2,4]:
                     poly = 
Polygon(xy,facecolor=color,edgecolor=color,linewidth=0)
                 else: # lakes filled with background color by default
                     if lake_color is None:


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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to