Revision: 4078
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4078&view=rev
Author: jswhit
Date: 2007-10-31 20:26:12 -0700 (Wed, 31 Oct 2007)
Log Message:
-----------
updated to work with new high res coastlines
Modified Paths:
--------------
trunk/toolkits/basemap-testing/examples/ireland.py
Modified: trunk/toolkits/basemap-testing/examples/ireland.py
===================================================================
--- trunk/toolkits/basemap-testing/examples/ireland.py 2007-11-01 03:22:40 UTC (rev 4077)
+++ trunk/toolkits/basemap-testing/examples/ireland.py 2007-11-01 03:26:12 UTC (rev 4078)
@@ -92,7 +92,7 @@
draw()
time.sleep(5)
# only do high-res coastlines if they are installed, otherwise stop here.
-if not os.path.isfile(os.path.join(basemap_datadir,'gshhs_h.txt')):
+if not os.path.isfile(os.path.join(basemap_datadir,'gshhs_h.dat')):
sys.exit(0)
import time
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|