Index: trunk/MESOSCALE/LMD_MM_MARS/SRC/PYTHON/myplot.py
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SRC/PYTHON/myplot.py	(revision 262)
+++ trunk/MESOSCALE/LMD_MM_MARS/SRC/PYTHON/myplot.py	(revision 273)
@@ -554,4 +554,8 @@
                 "jupiter":     "http://www.mmedia.is/~bjj/data/jupiter_css/jupiter_css.jpg",\
                 "jupiter_voy": "http://www.mmedia.is/~bjj/data/jupiter/jupiter_vgr2.jpg",\
+                "bw":          "http://users.info.unicaen.fr/~karczma/TEACH/InfoGeo/Images/Planets/EarthElevation_2500x1250.jpg",\
+                "contrast":    "http://users.info.unicaen.fr/~karczma/TEACH/InfoGeo/Images/Planets/EarthMapAtmos_2500x1250.jpg",\
+                "nice":        "http://users.info.unicaen.fr/~karczma/TEACH/InfoGeo/Images/Planets/earthmap1k.jpg",\
+                "blue":        "http://eoimages.gsfc.nasa.gov/ve/2430/land_ocean_ice_2048.jpg",\
 			}
         ### see http://www.mmedia.is/~bjj/planetary_maps.html
@@ -561,9 +565,9 @@
         return whichlink[whichone]
 
-def earthmap (whichone):
-	if   whichone == "contrast":	whichlink="http://users.info.unicaen.fr/~karczma/TEACH/InfoGeo/Images/Planets/EarthMapAtmos_2500x1250.jpg"
-	elif whichone == "bw":		whichlink="http://users.info.unicaen.fr/~karczma/TEACH/InfoGeo/Images/Planets/EarthElevation_2500x1250.jpg"
-	elif whichone == "nice":	whichlink="http://users.info.unicaen.fr/~karczma/TEACH/InfoGeo/Images/Planets/earthmap1k.jpg"
-	return whichlink
+#def earthmap (whichone):
+#	if   whichone == "contrast":	whichlink="http://users.info.unicaen.fr/~karczma/TEACH/InfoGeo/Images/Planets/EarthMapAtmos_2500x1250.jpg"
+#	elif whichone == "bw":		whichlink="http://users.info.unicaen.fr/~karczma/TEACH/InfoGeo/Images/Planets/EarthElevation_2500x1250.jpg"
+#	elif whichone == "nice":	whichlink="http://users.info.unicaen.fr/~karczma/TEACH/InfoGeo/Images/Planets/earthmap1k.jpg"
+#	return whichlink
 
 def latinterv (area="Whole"):
@@ -572,7 +576,7 @@
         "Central_America":       [[-10., 40.],[ 230., 300.]],\
         "Africa":                [[-20., 50.],[- 50.,  50.]],\
-        "Whole":                 [[-90., 90.],[-180.,-180.]],\
-        "Southern_Hemisphere":   [[-90., 60.],[-180.,-180.]],\
-        "Northern_Hemisphere":   [[-60., 90.],[-180.,-180.]],\
+        "Whole":                 [[-90., 90.],[-180., 180.]],\
+        "Southern_Hemisphere":   [[-90., 60.],[-180., 180.]],\
+        "Northern_Hemisphere":   [[-60., 90.],[-180., 180.]],\
         "Tharsis":               [[-30., 60.],[-170.,- 10.]],\
         "Whole_No_High":         [[-60., 60.],[-180., 180.]],\
