[gcompris] Added central america and oceania geography map.



commit d10f9b2e6d3983926db15164ebc855d9def01eeb
Author: GunChleoc <fios foramnagaidhlig net>
Date:   Wed May 1 23:44:42 2013 +0200

    Added central america and oceania geography map.

 configure.ac                                       |    2 +
 .../resources/geography/Makefile.am                |    8 +-
 .../resources/geography/board10_0.xml.in           |  115 ++++++++++
 .../resources/geography/board11_0.xml.in           |   74 ++++++
 .../resources/geography/board2_0.xml.in            |   15 --
 .../resources/geography/board3_0.xml.in            |   94 ++++----
 .../resources/geography/board3_1.xml.in            |   50 ++++
 .../resources/geography/board4_0.xml.in            |   71 +++----
 .../resources/geography/board5_0.xml.in            |   94 ++++-----
 .../resources/geography/board6_0.xml.in            |  212 ++++++------------
 .../resources/geography/board7_0.xml.in            |  132 ++++++++----
 .../resources/geography/board8_0.xml.in            |  207 +++++++----------
 .../resources/geography/board9_0.xml.in            |  235 ++++++++++----------
 .../resources/geography/centralamerica/Makefile.am |   19 ++
 .../resources/geography/centralamerica/bahamas.png |  Bin 0 -> 932 bytes
 .../resources/geography/centralamerica/belize.png  |  Bin 0 -> 381 bytes
 .../centralamerica/bg_central_america.png          |  Bin 0 -> 92065 bytes
 .../centralamerica/bg_central_america_blank.png    |  Bin 0 -> 88961 bytes
 .../geography/centralamerica/costa_rica.png        |  Bin 0 -> 548 bytes
 .../resources/geography/centralamerica/cuba.png    |  Bin 0 -> 999 bytes
 .../centralamerica/dominican_republic.png          |  Bin 0 -> 510 bytes
 .../geography/centralamerica/el_salvador.png       |  Bin 0 -> 347 bytes
 .../geography/centralamerica/guatemala.png         |  Bin 0 -> 482 bytes
 .../resources/geography/centralamerica/haiti.png   |  Bin 0 -> 480 bytes
 .../geography/centralamerica/honduras.png          |  Bin 0 -> 525 bytes
 .../resources/geography/centralamerica/jamaica.png |  Bin 0 -> 325 bytes
 .../resources/geography/centralamerica/mexico.png  |  Bin 0 -> 1588 bytes
 .../geography/centralamerica/nicaragua.png         |  Bin 0 -> 625 bytes
 .../resources/geography/centralamerica/panama.png  |  Bin 0 -> 763 bytes
 .../geography/centralamerica/puerto_rico.png       |  Bin 0 -> 262 bytes
 .../resources/geography/northamerica/Makefile.am   |    5 -
 .../resources/geography/northamerica/bahamas.png   |  Bin 235 -> 0 bytes
 .../resources/geography/northamerica/cuba.png      |  Bin 2318 -> 0 bytes
 .../geography/northamerica/dominican_republic.png  |  Bin 993 -> 0 bytes
 .../resources/geography/northamerica/haiti.png     |  Bin 860 -> 0 bytes
 .../resources/geography/northamerica/jamaica.png   |  Bin 584 -> 0 bytes
 .../geography/northamerica/north_america.png       |  Bin 34334 -> 58385 bytes
 .../resources/geography/oceania/Makefile.am        |   27 +++
 .../resources/geography/oceania/american_samoa.png |  Bin 0 -> 537 bytes
 .../resources/geography/oceania/australia.png      |  Bin 0 -> 3314 bytes
 .../resources/geography/oceania/bg_oceania.png     |  Bin 0 -> 100180 bytes
 .../resources/geography/oceania/cook_islands.png   |  Bin 0 -> 664 bytes
 .../resources/geography/oceania/east_timor.png     |  Bin 0 -> 3434 bytes
 .../resources/geography/oceania/fiji.png           |  Bin 0 -> 819 bytes
 .../geography/oceania/french_polynesia.png         |  Bin 0 -> 1568 bytes
 .../resources/geography/oceania/hawaii.png         |  Bin 0 -> 798 bytes
 .../resources/geography/oceania/indonesia.png      |  Bin 0 -> 7101 bytes
 .../resources/geography/oceania/kiribati.png       |  Bin 0 -> 1123 bytes
 .../geography/oceania/marshall_islands.png         |  Bin 0 -> 771 bytes
 .../resources/geography/oceania/micronesia.png     |  Bin 0 -> 783 bytes
 .../resources/geography/oceania/new_caledonia.png  |  Bin 0 -> 3396 bytes
 .../resources/geography/oceania/new_zealand.png    |  Bin 0 -> 1619 bytes
 .../geography/oceania/northern_mariana_islands.png |  Bin 0 -> 540 bytes
 .../resources/geography/oceania/palau.png          |  Bin 0 -> 516 bytes
 .../geography/oceania/papua_new_guinea.png         |  Bin 0 -> 4699 bytes
 .../geography/oceania/pitcairn_islands.png         |  Bin 0 -> 399 bytes
 .../geography/oceania/solomon_islands.png          |  Bin 0 -> 970 bytes
 .../resources/geography/oceania/tonga.png          |  Bin 0 -> 564 bytes
 .../resources/geography/oceania/tuvalu.png         |  Bin 0 -> 509 bytes
 .../resources/geography/oceania/us_minor.png       |  Bin 0 -> 685 bytes
 .../resources/geography/oceania/vanuatu.png        |  Bin 0 -> 647 bytes
 61 files changed, 783 insertions(+), 577 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a49849f..c5ad9fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -699,9 +699,11 @@ src/geography-activity/resources/Makefile
 src/geography-activity/resources/geography/Makefile
 src/geography-activity/resources/geography/africa/Makefile
 src/geography-activity/resources/geography/afrique/Makefile
+src/geography-activity/resources/geography/centralamerica/Makefile
 src/geography-activity/resources/geography/continents/Makefile
 src/geography-activity/resources/geography/europe/Makefile
 src/geography-activity/resources/geography/northamerica/Makefile
+src/geography-activity/resources/geography/oceania/Makefile
 src/geography-activity/resources/geography/southamerica/Makefile
 src/gletters-activity/Makefile
 src/gletters-activity/resources/Makefile
diff --git a/src/geography-activity/resources/geography/Makefile.am 
b/src/geography-activity/resources/geography/Makefile.am
index 41bbda8..d5aed89 100644
--- a/src/geography-activity/resources/geography/Makefile.am
+++ b/src/geography-activity/resources/geography/Makefile.am
@@ -1,4 +1,5 @@
-SUBDIRS = africa afrique continents europe northamerica southamerica
+SUBDIRS = africa afrique centralamerica \
+       continents europe northamerica oceania southamerica
 
 xmldir = $(pkgdatadir)/@PACKAGE_DATA_DIR@/geography
 
@@ -6,12 +7,15 @@ xml_in_files = \
        board1_0.xml.in \
        board2_0.xml.in \
        board3_0.xml.in \
+       board3_1.xml.in \
        board4_0.xml.in \
        board5_0.xml.in \
        board6_0.xml.in \
        board7_0.xml.in \
        board8_0.xml.in \
-       board9_0.xml.in
+       board9_0.xml.in \
+       board10_0.xml.in \
+       board11_0.xml.in
 
 xml_DATA = $(xml_in_files:.xml.in=.xml)
 
diff --git a/src/geography-activity/resources/geography/board10_0.xml.in 
b/src/geography-activity/resources/geography/board10_0.xml.in
new file mode 100644
index 0000000..6de0cb6
--- /dev/null
+++ b/src/geography-activity/resources/geography/board10_0.xml.in
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ShapeGame><!-- Created with GComprisShapegame gimp script -->
+  <title justification="GTK_JUSTIFY_CENTER" x="300" y="495">
+  <_name>Asia</_name></title>
+  <shape name="background" pixmapfile="geography/asia/background.png" type="SHAPE_BACKGROUND" x="399.5" 
y="260.0">
+  </shape>
+  <shape name="CaspianSea" pixmapfile="geography/asia/caspian_sea.png" x="193.0" y="207.0" 
type="SHAPE_BACKGROUND">
+  <_tooltip>Caspian Sea</_tooltip></shape>
+  <shape name="BlackSea" pixmapfile="geography/asia/black_sea.png" x="106.0" y="179.0" 
type="SHAPE_BACKGROUND">
+  <_tooltip>Black Sea</_tooltip></shape>
+  <shape name="MediterraneanSea" pixmapfile="geography/asia/mediteranean_sea.png" x="95.0" y="252.0" 
type="SHAPE_BACKGROUND">
+  <_tooltip>Mediterranean Sea</_tooltip></shape>
+  <shape name="PersianGulf" pixmapfile="geography/asia/persian_gulf.png" x="215.0" y="293.0" 
type="SHAPE_BACKGROUND">
+  <_tooltip>Persian Gulf</_tooltip></shape>
+  <shape name="Africa" pixmapfile="geography/asia/africa.png" x="103.0" y="400.0" type="SHAPE_BACKGROUND">
+  <_tooltip>Africa</_tooltip></shape>
+  <shape name="Africa2" pixmapfile="geography/asia/africa2.png" x="184.0" y="420.0" type="SHAPE_BACKGROUND">
+  <_tooltip>Africa</_tooltip></shape>
+  <shape name="RedSea" pixmapfile="geography/asia/red_sea.png" x="152.0" y="344.0" type="SHAPE_BACKGROUND">
+  <_tooltip>Red Sea</_tooltip></shape>
+  <shape name="Palestine" pixmapfile="geography/asia/palestine.png" 
sound="sounds/$LOCALE/geography/asia/palestine.ogg" x="121.0" y="268.5" type="SHAPE_BACKGROUND">
+  <_tooltip>Palestine</_tooltip></shape>
+  <shape name="Israel" pixmapfile="geography/asia/israel.png" 
sound="sounds/$LOCALE/geography/asia/israel.ogg" x="120.5" y="269.0" type="SHAPE_BACKGROUND">
+  <_tooltip>Israel</_tooltip></shape>
+  <shape name="Brunei" pixmapfile="geography/asia/brunei.png" 
sound="sounds/$LOCALE/geography/asia/brunei.ogg" x="561.5" y="427.0" type="SHAPE_BACKGROUND">
+  <_tooltip>Brunei</_tooltip></shape>
+  <shape name="Qatar" pixmapfile="geography/asia/qatar.png" sound="sounds/$LOCALE/geography/asia/qatar.ogg" 
x="209.5" y="304.5" type="SHAPE_BACKGROUND">
+  <_tooltip>Qatar</_tooltip></shape>
+  <shape name="Bahrain" pixmapfile="geography/asia/bahrain.png" 
sound="sounds/$LOCALE/geography/asia/bahrain.ogg" x="205.0" y="299.0" type="SHAPE_BACKGROUND">
+  <_tooltip>Bahrain</_tooltip></shape>
+  <shape name="Lebanon" pixmapfile="geography/asia/lebanon.png" 
sound="sounds/$LOCALE/geography/asia/lebanon.ogg" x="124.5" y="253.0" type="SHAPE_BACKGROUND">
+  <_tooltip>Lebanon</_tooltip></shape>
+  <shape name="Cyprus" pixmapfile="geography/asia/cyprus.png" 
sound="sounds/$LOCALE/geography/asia/cyprus.ogg" x="110.5" y="245.5" type="SHAPE_BACKGROUND">
+  <_tooltip>Cyprus</_tooltip></shape>
+  <shape name="Koweit" pixmapfile="geography/asia/kuwait.png" 
sound="sounds/$LOCALE/geography/asia/kuwait.ogg" x="187.0" y="280.0" type="SHAPE_BACKGROUND">
+  <_tooltip>Kuwait</_tooltip></shape>
+  <shape name="Armenia" pixmapfile="geography/asia/armenia.png" 
sound="sounds/$LOCALE/geography/asia/armenia.ogg" x="167.0" y="216.0" type="SHAPE_BACKGROUND">
+  <_tooltip>Armenia</_tooltip></shape>
+  <shape name="Oman" pixmapfile="geography/asia/oman.png" sound="sounds/$LOCALE/geography/asia/oman.ogg" 
x="236.5" y="326.5">
+  <_tooltip>Oman</_tooltip></shape>
+  <shape name="United Arab Emirates" pixmapfile="geography/asia/united_arab_emirates.png" 
sound="sounds/$LOCALE/geography/asia/united_arab_emirates.ogg" x="224.0" y="311.0">
+  <_tooltip>United Arab Emirates</_tooltip></shape>
+  <shape name="Yemen" pixmapfile="geography/asia/yemen.png" sound="sounds/$LOCALE/geography/asia/yemen.ogg" 
x="195.0" y="360.0">
+  <_tooltip>Yemen</_tooltip></shape>
+  <shape name="Saudi Arabia" pixmapfile="geography/asia/saudi_arabia.png" 
sound="sounds/$LOCALE/geography/asia/saudi_arabia.ogg" x="178.0" y="308.0">
+  <_tooltip>Saudi Arabia</_tooltip></shape>
+  <shape name="Jordan" pixmapfile="geography/asia/jordan.png" 
sound="sounds/$LOCALE/geography/asia/jordan.ogg" x="133.5" y="269.0">
+  <_tooltip>Jordan</_tooltip></shape>
+  <shape name="Iraq" pixmapfile="geography/asia/iraq.png" sound="sounds/$LOCALE/geography/asia/iraq.ogg" 
x="166.5" y="256.0">
+  <_tooltip>Iraq</_tooltip></shape>
+  <shape name="Syria" pixmapfile="geography/asia/syria.png" sound="sounds/$LOCALE/geography/asia/syria.ogg" 
x="138.5" y="248.5">
+  <_tooltip>Syria</_tooltip></shape>
+  <shape name="Turkey" pixmapfile="geography/asia/turkey.png" 
sound="sounds/$LOCALE/geography/asia/turkey.ogg" x="118.5" y="222.5">
+  <_tooltip>Turkey</_tooltip></shape>
+  <shape name="Georgia" pixmapfile="geography/asia/georgia.png" 
sound="sounds/$LOCALE/geography/asia/georgia.ogg" x="155.5" y="202.5">
+  <_tooltip>Georgia</_tooltip></shape>
+  <shape name="Azerbaijan" pixmapfile="geography/asia/azerbaijan.png" 
sound="sounds/$LOCALE/geography/asia/azerbaijan.ogg" x="175.5" y="215.5">
+  <_tooltip>Azerbaijan</_tooltip></shape>
+  <shape name="Iran" pixmapfile="geography/asia/iran.png" sound="sounds/$LOCALE/geography/asia/iran.ogg" 
x="216.0" y="262.5">
+  <_tooltip>Iran</_tooltip></shape>
+  <shape name="Turkmenistan" pixmapfile="geography/asia/turkmenistan.png" 
sound="sounds/$LOCALE/geography/asia/turkmenistan.ogg" x="240.0" y="222.5">
+  <_tooltip>Turkmenistan</_tooltip></shape>
+  <shape name="Kyrgyzstan" pixmapfile="geography/asia/kyrgyzstan.png" 
sound="sounds/$LOCALE/geography/asia/kyrgyzstan.ogg" x="313.5" y="210.0">
+  <_tooltip>Kyrgyzstan</_tooltip></shape>
+  <shape name="Tajikistan" pixmapfile="geography/asia/tajikistan.png" 
sound="sounds/$LOCALE/geography/asia/tajikistan.ogg" x="300.0" y="223.0">
+  <_tooltip>Tajikistan</_tooltip></shape>
+  <shape name="Afghanistan" pixmapfile="geography/asia/afghanistan.png" 
sound="sounds/$LOCALE/geography/asia/afghanistan.ogg" x="285.0" y="253.0">
+  <_tooltip>Afghanistan</_tooltip></shape>
+  <shape name="Malaysia" pixmapfile="geography/asia/malaysia.png" 
sound="sounds/$LOCALE/geography/asia/malaysia.ogg" x="532.0" y="432.0">
+  <_tooltip>Malaysia</_tooltip></shape>
+  <shape name="Indonesia" pixmapfile="geography/asia/indonesia.png" 
sound="sounds/$LOCALE/geography/asia/indonesia.ogg" x="550.5" y="468.0">
+  <_tooltip>Indonesia</_tooltip></shape>
+  <shape name="Philippines" pixmapfile="geography/asia/philippines.png" 
sound="sounds/$LOCALE/geography/asia/philippines.ogg" x="599.0" y="382.5">
+  <_tooltip>Philippines</_tooltip></shape>
+  <shape name="Myanmar" pixmapfile="geography/asia/myanmar.png" 
sound="sounds/$LOCALE/geography/asia/myanmar.ogg" x="452.0" y="338.0">
+  <_tooltip>Myanmar</_tooltip></shape>
+  <shape name="Pakistan" pixmapfile="geography/asia/pakistan.png" 
sound="sounds/$LOCALE/geography/asia/pakistan.ogg" x="296.0" y="274.0">
+  <_tooltip>Pakistan</_tooltip></shape>
+  <shape name="Nepal" pixmapfile="geography/asia/nepal.png" sound="sounds/$LOCALE/geography/asia/nepal.ogg" 
x="381.0" y="286.0">
+  <_tooltip>Nepal</_tooltip></shape>
+  <shape name="Bhutan" pixmapfile="geography/asia/bhutan.png" 
sound="sounds/$LOCALE/geography/asia/bhutan.ogg" x="414.5" y="291.5">
+  <_tooltip>Bhutan</_tooltip></shape>
+  <shape name="Bangladesh" pixmapfile="geography/asia/bangladesh.png" 
sound="sounds/$LOCALE/geography/asia/bangladesh.ogg" x="420.5" y="313.0">
+  <_tooltip>Bangladesh</_tooltip></shape>
+  <shape name="India" pixmapfile="geography/asia/india.png" sound="sounds/$LOCALE/geography/asia/india.ogg" 
x="376.0" y="324.5">
+  <_tooltip>India</_tooltip></shape>
+  <shape name="China" pixmapfile="geography/asia/china.png" sound="sounds/$LOCALE/geography/asia/china.ogg" 
x="451.0" y="242.5">
+  <_tooltip>China</_tooltip></shape>
+  <shape name="Sri Lanka" pixmapfile="geography/asia/sri_lanka.png" sound="sounds/$LOCALE/geography/asia/sri 
Lanka.ogg" x="376.0" y="408.0">
+  <_tooltip>Sri Lanka</_tooltip></shape>
+  <shape name="Thailand" pixmapfile="geography/asia/thailand.png" 
sound="sounds/$LOCALE/geography/asia/thailand.ogg" x="484.0" y="376.0">
+  <_tooltip>Thailand</_tooltip></shape>
+  <shape name="Laos" pixmapfile="geography/asia/laos.png" sound="sounds/$LOCALE/geography/asia/laos.ogg" 
x="495.0" y="345.5">
+  <_tooltip>Laos</_tooltip></shape>
+  <shape name="Cambodia" pixmapfile="geography/asia/cambodia.png" 
sound="sounds/$LOCALE/geography/asia/cambodia.ogg" x="504.5" y="380.5">
+  <_tooltip>Cambodia</_tooltip></shape>
+  <shape name="Vietnam" pixmapfile="geography/asia/vietnam.png" 
sound="sounds/$LOCALE/geography/asia/Vietnam.ogg" x="506.5" y="359.5">
+  <_tooltip>Vietnam</_tooltip></shape>
+  <shape name="Taiwan" pixmapfile="geography/asia/taiwan.png" 
sound="sounds/$LOCALE/geography/asia/taiwan.ogg" x="580.5" y="313.5">
+  <_tooltip>Taiwan</_tooltip></shape>
+  <shape name="Uzbekistan" pixmapfile="geography/asia/uzbekistan.png" 
sound="sounds/$LOCALE/geography/asia/uzbekistan.ogg" x="259.5" y="209.5">
+  <_tooltip>Uzbekistan</_tooltip></shape>
+  <shape name="Kazakhstan" pixmapfile="geography/asia/kazakhstan.png" 
sound="sounds/$LOCALE/geography/asia/kazakhstan.ogg" x="262.0" y="170.5">
+  <_tooltip>Kazakhstan</_tooltip></shape>
+  <shape name="South Korea" pixmapfile="geography/asia/south_korea.png" 
sound="sounds/$LOCALE/geography/asia/south_korea.ogg" x="592.5" y="238.5">
+  <_tooltip>South Korea</_tooltip></shape>
+  <shape name="North Korea" pixmapfile="geography/asia/north_korea.png" 
sound="sounds/$LOCALE/geography/asia/north_korea.ogg" x="577.5" y="216.0">
+  <_tooltip>North Korea</_tooltip></shape>
+  <shape name="Japan" pixmapfile="geography/asia/japan.png" sound="sounds/$LOCALE/geography/asia/japan.ogg" 
x="635.5" y="227.0">
+  <_tooltip>Japan</_tooltip></shape>
+  <shape name="Mongolia" pixmapfile="geography/asia/mongolia.png" 
sound="sounds/$LOCALE/geography/asia/mongolia.ogg" x="441.0" y="177.5">
+  <_tooltip>Mongolia</_tooltip></shape>
+  <shape name="Russia" pixmapfile="geography/asia/russia.png" 
sound="sounds/$LOCALE/geography/asia/russia.ogg" x="397.5" y="112.0">
+  <_tooltip>Russia</_tooltip></shape>
+</ShapeGame>
diff --git a/src/geography-activity/resources/geography/board11_0.xml.in 
b/src/geography-activity/resources/geography/board11_0.xml.in
new file mode 100644
index 0000000..74923fc
--- /dev/null
+++ b/src/geography-activity/resources/geography/board11_0.xml.in
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<ShapeGame>
+    <Title x="700" y="50" justification="GTK_JUSTIFY_RIGHT">
+         <_name>Oceania</_name>
+    </Title>
+<Shape name="H" pixmapfile="geography/oceania/hawaii.png" sound="voices/$LOCALE/geography/hawaii.ogg" 
x="536" y="97" position="0">
+       <_tooltip>Hawaii</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/oceania/us_minor.png" sound="voices/$LOCALE/geography/us_minor.ogg" 
x="472" y="144" position="0">
+       <_tooltip>United States Minor Outlying Islands</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/oceania/australia.png" sound="voices/$LOCALE/geography/australia.ogg" 
x="261" y="389" position="0">
+       <_tooltip>Australia</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/oceania/american_samoa.png" 
sound="voices/$LOCALE/geography/american_samoa.ogg" x="499" y="287" position="0">
+       <_tooltip>American Samoa</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/oceania/cook_islands.png" 
sound="voices/$LOCALE/geography/cook_islands.ogg" x="550" y="306" position="0">
+       <_tooltip>Cook Islands</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/oceania/new_zealand.png" 
sound="voices/$LOCALE/geography/new_zealand.ogg" x="444" y="378" position="0">
+       <_tooltip>New Zealand</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/oceania/solomon_islands.png" 
sound="voices/$LOCALE/geography/solomon_islands.ogg" x="362" y="268" position="0">
+       <_tooltip>Solomon Islands</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/oceania/fiji.png" sound="voices/$LOCALE/geography/fiji.ogg" x="442" 
y="308" position="0">
+       <_tooltip>Fiji</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/oceania/kiribati.png" sound="voices/$LOCALE/geography/kiribati.ogg" 
x="508" y="239" position="0">
+       <_tooltip>Kiribati</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/oceania/marshall_islands.png" 
sound="voices/$LOCALE/geography/marshall_islands.ogg" x="394" y="187" position="0">
+       <_tooltip>Marshall Islands</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/oceania/new_caledonia.png" 
sound="voices/$LOCALE/geography/new_caledonia.ogg" x="370" y="329" position="0">
+       <_tooltip>New Caledonia</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/oceania/tonga.png" sound="voices/$LOCALE/geography/tonga.ogg" x="477" 
y="319" position="0">
+       <_tooltip>Tonga</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/oceania/tuvalu.png" sound="voices/$LOCALE/geography/tuvalu.ogg" 
x="444" y="257" position="0">
+       <_tooltip>Tuvalu</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/oceania/vanuatu.png" sound="voices/$LOCALE/geography/vanuatu.ogg" 
x="392" y="306" position="0">
+       <_tooltip>Vanuatu</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/oceania/micronesia.png" 
sound="voices/$LOCALE/geography/micronesia.ogg" x="298" y="177" position="0">
+       <_tooltip>Micronesia</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/oceania/northern_mariana_islands.png" 
sound="voices/$LOCALE/geography/northern_mariana_islands.ogg" x="270" y="126" position="0">
+       <_tooltip>Northern Mariana Islands</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/oceania/palau.png" sound="voices/$LOCALE/geography/palau.ogg" x="203" 
y="190" position="0">
+       <_tooltip>Palau</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/oceania/indonesia.png" sound="voices/$LOCALE/geography/indonesia.ogg" 
x="172" y="243" position="0">
+       <_tooltip>Indonesia</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/oceania/east_timor.png" 
sound="voices/$LOCALE/geography/east_timor.ogg" x="174" y="273" position="0">
+       <_tooltip>East Timor</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/oceania/papua_new_guinea.png" 
sound="voices/$LOCALE/geography/papua_new_guinea.ogg" x="286" y="253" position="0">
+       <_tooltip>Papua New Guinea</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/oceania/french_polynesia.png" 
sound="voices/$LOCALE/geography/french_polynesia.ogg" x="630" y="326" position="0">
+       <_tooltip>French Polynesia</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/oceania/pitcairn_islands.png" 
sound="voices/$LOCALE/geography/pitcairn_islands.ogg" x="686" y="376" position="0">
+       <_tooltip>Pitcairn Islands</_tooltip>
+</Shape>
+<Shape name="1" pixmapfile="geography/oceania/bg_oceania.png" type="SHAPE_BACKGROUND" x="400" y="265" 
position="0"/>
+</ShapeGame>
diff --git a/src/geography-activity/resources/geography/board2_0.xml.in 
b/src/geography-activity/resources/geography/board2_0.xml.in
index 9ba4a40..b082825 100644
--- a/src/geography-activity/resources/geography/board2_0.xml.in
+++ b/src/geography-activity/resources/geography/board2_0.xml.in
@@ -4,30 +4,15 @@
   <Title x="600" y="495" justification="GTK_JUSTIFY_CENTER">
     <_name>North America</_name>
   </Title>
-  <Shape name="A" pixmapfile="geography/northamerica/bahamas.png" x="399" y="443" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/bahamas.ogg">
-        <_tooltip>Bahamas</_tooltip>
-  </Shape>
   <Shape name="B" pixmapfile="geography/northamerica/canada.png" x="349" y="182" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/canada.ogg">
         <_tooltip>Canada</_tooltip>
   </Shape>
-  <Shape name="C" pixmapfile="geography/northamerica/cuba.png" x="595" y="400" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/cuba.ogg">
-        <_tooltip>Cuba</_tooltip>
-  </Shape>
-  <Shape name="D" pixmapfile="geography/northamerica/dominican_republic.png" x="700" y="429" zoomx="1" 
zoomy="1" position="0" sound="voices/$LOCALE/geography/dominican_republic.ogg">
-        <_tooltip>Dominican Republic</_tooltip>
-  </Shape>
   <Shape name="E" pixmapfile="geography/northamerica/greenland.png" x="442" y="79" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/greenland.ogg">
         <_tooltip>Greenland</_tooltip>
   </Shape>
-  <Shape name="F" pixmapfile="geography/northamerica/haiti.png" x="663" y="429" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/haiti.ogg">
-        <_tooltip>Haiti</_tooltip>
-  </Shape>
   <Shape name="G" pixmapfile="geography/northamerica/iceland.png" x="528" y="48" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/iceland.ogg">
         <_tooltip>Iceland</_tooltip>
   </Shape>
-  <Shape name="H" pixmapfile="geography/northamerica/jamaica.png" x="620" y="438" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/jamaica.ogg">
-        <_tooltip>Jamaica</_tooltip>
-  </Shape>
   <Shape name="I" pixmapfile="geography/northamerica/mexico.png" x="255" y="434" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/mexico.ogg">
         <_tooltip>Mexico</_tooltip>
   </Shape>
diff --git a/src/geography-activity/resources/geography/board3_0.xml.in 
b/src/geography-activity/resources/geography/board3_0.xml.in
index 989f98b..a92da53 100644
--- a/src/geography-activity/resources/geography/board3_0.xml.in
+++ b/src/geography-activity/resources/geography/board3_0.xml.in
@@ -1,50 +1,50 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
 <ShapeGame>
-  <Title x="600" y="495" justification="GTK_JUSTIFY_CENTER">
-    <_name>South America</_name>
-  </Title>
-  <Shape name="A" pixmapfile="geography/southamerica/argentina.png" x="410" y="380" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/argentina.ogg">
-        <_tooltip>Argentina</_tooltip>
-  </Shape>
-  <Shape name="B" pixmapfile="geography/southamerica/bolivia.png" x="390" y="224" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/bolivia.ogg">
-        <_tooltip>Bolivia</_tooltip>
-  </Shape>
-  <Shape name="C" pixmapfile="geography/southamerica/brazil.png" x="453" y="203" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/brazil.ogg">
-        <_tooltip>Brazil</_tooltip>
-  </Shape>
-  <Shape name="D" pixmapfile="geography/southamerica/chile.png" x="375" y="369" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/chile.ogg">
-        <_tooltip>Chile</_tooltip>
-  </Shape>
-  <Shape name="E" pixmapfile="geography/southamerica/colombia.png" x="314" y="81" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/colombia.ogg">
-        <_tooltip>Colombia</_tooltip>
-  </Shape>
-  <Shape name="F" pixmapfile="geography/southamerica/ecuador.png" x="279" y="128" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/ecuador.ogg">
-        <_tooltip>Ecuador</_tooltip>
-  </Shape>
-  <Shape name="G" pixmapfile="geography/southamerica/french_guiana.png" x="454" y="77" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/french_guiana.ogg">
-        <_tooltip>French Guiana</_tooltip>
-  </Shape>
-  <Shape name="H" pixmapfile="geography/southamerica/guyana.png" x="413" y="72" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/guyana.ogg">
-        <_tooltip>Guyana</_tooltip>
-  </Shape>
-  <Shape name="I" pixmapfile="geography/southamerica/panama.png" x="263" y="54" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/panama.ogg">
-        <_tooltip>Panama</_tooltip>
-  </Shape>
-  <Shape name="J" pixmapfile="geography/southamerica/paraguay.png" x="428" y="270" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/paraguay.ogg">
-        <_tooltip>Paraguay</_tooltip>
-  </Shape>
-  <Shape name="K" pixmapfile="geography/southamerica/peru.png" x="305" y="178" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/peru.ogg">
-        <_tooltip>Peru</_tooltip>
-  </Shape>
-  <Shape name="L" pixmapfile="geography/southamerica/suriname.png" x="434" y="77" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/suriname.ogg">
-        <_tooltip>Suriname</_tooltip>
-  </Shape>
-  <Shape name="M" pixmapfile="geography/southamerica/uruguay.png" x="452" y="333" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/uruguay.ogg">
-        <_tooltip>Uruguay</_tooltip>
-  </Shape>
-  <Shape name="N" pixmapfile="geography/southamerica/venezuela.png" x="357" y="66" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/venezuela.ogg">
-        <_tooltip>Venezuela</_tooltip>
-  </Shape>
-  <Shape name="1" pixmapfile="geography/southamerica/south_america.png" type="SHAPE_BACKGROUND" x="420" 
y="260" zoomx="1" zoomy="1" position="0"/>
+    <Title x="700" y="50" justification="GTK_JUSTIFY_RIGHT">
+         <_name>Central America</_name>
+    </Title>
+<Shape name="H" pixmapfile="geography/centralamerica/bahamas.png" 
sound="voices/$LOCALE/geography/bahamas.ogg" x="490" y="147" position="0">
+       <_tooltip>Bahamas</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/belize.png" sound="voices/$LOCALE/geography/belize.ogg" 
x="232" y="285" position="0">
+       <_tooltip>Belize</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/costa_rica.png" 
sound="voices/$LOCALE/geography/costa_rica.ogg" x="297" y="437" position="0">
+       <_tooltip>Costa Rica</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/cuba.png" sound="voices/$LOCALE/geography/cuba.ogg" 
x="405" y="197" position="0">
+       <_tooltip>Cuba</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/dominican_republic.png" 
sound="voices/$LOCALE/geography/dominican_republic.ogg" x="563" y="253" position="0">
+       <_tooltip>Dominican Republic</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/el_salvador.png" 
sound="voices/$LOCALE/geography/salvador.ogg" x="220" y="355" position="0">
+       <_tooltip>El Salvador</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/guatemala.png" 
sound="voices/$LOCALE/geography/guatemala.ogg" x="198" y="313" position="0">
+       <_tooltip>Guatemala</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/haiti.png" sound="voices/$LOCALE/geography/haiti.ogg" 
x="513" y="247" position="0">
+       <_tooltip>Haiti</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/honduras.png" 
sound="voices/$LOCALE/geography/honduras.ogg" x="267" y="341" position="0">
+       <_tooltip>Honduras</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/jamaica.png" 
sound="voices/$LOCALE/geography/jamaica.ogg" x="436" y="266" position="0">
+       <_tooltip>Jamaica</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/mexico.png" sound="voices/$LOCALE/geography/mexico.ogg" 
x="163" y="186" position="0">
+       <_tooltip>Mexico</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/nicaragua.png" 
sound="voices/$LOCALE/geography/nicaragua.ogg" x="281" y="374" position="0">
+       <_tooltip>Nicaragua</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/panama.png" sound="voices/$LOCALE/geography/panama.ogg" 
x="367" y="463" position="0">
+       <_tooltip>Panama</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/puerto_rico.png" 
sound="voices/$LOCALE/geography/puerto_rico.ogg" x="629" y="264" position="0">
+       <_tooltip>Puerto Rico</_tooltip>
+</Shape>
+<Shape name="1" pixmapfile="geography/centralamerica/bg_central_america.png" type="SHAPE_BACKGROUND" x="400" 
y="265" position="0"/>
 </ShapeGame>
-
diff --git a/src/geography-activity/resources/geography/board3_1.xml.in 
b/src/geography-activity/resources/geography/board3_1.xml.in
new file mode 100644
index 0000000..5250946
--- /dev/null
+++ b/src/geography-activity/resources/geography/board3_1.xml.in
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<ShapeGame>
+    <Title x="700" y="50" justification="GTK_JUSTIFY_RIGHT">
+         <_name>Central America</_name>
+    </Title>
+<Shape name="H" pixmapfile="geography/centralamerica/bahamas.png" 
sound="voices/$LOCALE/geography/bahamas.ogg" x="490" y="147" position="0">
+       <_tooltip>Bahamas</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/belize.png" sound="voices/$LOCALE/geography/belize.ogg" 
x="232" y="285" position="0">
+       <_tooltip>Belize</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/costa_rica.png" 
sound="voices/$LOCALE/geography/costa_rica.ogg" x="297" y="437" position="0">
+       <_tooltip>Costa Rica</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/cuba.png" sound="voices/$LOCALE/geography/cuba.ogg" 
x="405" y="197" position="0">
+       <_tooltip>Cuba</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/dominican_republic.png" 
sound="voices/$LOCALE/geography/dominican_republic.ogg" x="563" y="253" position="0">
+       <_tooltip>Dominican Republic</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/el_salvador.png" 
sound="voices/$LOCALE/geography/salvador.ogg" x="220" y="355" position="0">
+       <_tooltip>El Salvador</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/guatemala.png" 
sound="voices/$LOCALE/geography/guatemala.ogg" x="198" y="313" position="0">
+       <_tooltip>Guatemala</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/haiti.png" sound="voices/$LOCALE/geography/haiti.ogg" 
x="513" y="247" position="0">
+       <_tooltip>Haiti</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/honduras.png" 
sound="voices/$LOCALE/geography/honduras.ogg" x="267" y="341" position="0">
+       <_tooltip>Honduras</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/jamaica.png" 
sound="voices/$LOCALE/geography/jamaica.ogg" x="436" y="266" position="0">
+       <_tooltip>Jamaica</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/mexico.png" sound="voices/$LOCALE/geography/mexico.ogg" 
x="163" y="186" position="0">
+       <_tooltip>Mexico</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/nicaragua.png" 
sound="voices/$LOCALE/geography/nicaragua.ogg" x="281" y="374" position="0">
+       <_tooltip>Nicaragua</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/panama.png" sound="voices/$LOCALE/geography/panama.ogg" 
x="367" y="463" position="0">
+       <_tooltip>Panama</_tooltip>
+</Shape>
+<Shape name="H" pixmapfile="geography/centralamerica/puerto_rico.png" 
sound="voices/$LOCALE/geography/puerto_rico.ogg" x="629" y="264" position="0">
+       <_tooltip>Puerto Rico</_tooltip>
+</Shape>
+<Shape name="1" pixmapfile="geography/centralamerica/bg_central_america_blank.png" type="SHAPE_BACKGROUND" 
x="400" y="265" position="0"/>
+</ShapeGame>
diff --git a/src/geography-activity/resources/geography/board4_0.xml.in 
b/src/geography-activity/resources/geography/board4_0.xml.in
index 5a23420..989f98b 100644
--- a/src/geography-activity/resources/geography/board4_0.xml.in
+++ b/src/geography-activity/resources/geography/board4_0.xml.in
@@ -1,59 +1,50 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <ShapeGame>
-  <Title x="270" y="40" justification="GTK_JUSTIFY_CENTER">
-    <_name>Western Europe</_name>
+  <Title x="600" y="495" justification="GTK_JUSTIFY_CENTER">
+    <_name>South America</_name>
   </Title>
-  <Shape name="E" pixmapfile="geography/europe/austria.png" x="443" y="328" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/austria.ogg">
-        <_tooltip>Austria</_tooltip>
+  <Shape name="A" pixmapfile="geography/southamerica/argentina.png" x="410" y="380" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/argentina.ogg">
+        <_tooltip>Argentina</_tooltip>
   </Shape>
-  <Shape name="O" pixmapfile="geography/europe/belgium.png" x="335" y="286" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/belgium.ogg">
-        <_tooltip>Belgium</_tooltip>
+  <Shape name="B" pixmapfile="geography/southamerica/bolivia.png" x="390" y="224" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/bolivia.ogg">
+        <_tooltip>Bolivia</_tooltip>
   </Shape>
-  <Shape name="B" pixmapfile="geography/europe/denmark.png" x="399" y="203" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/denmark.ogg">
-        <_tooltip>Denmark</_tooltip>
+  <Shape name="C" pixmapfile="geography/southamerica/brazil.png" x="453" y="203" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/brazil.ogg">
+        <_tooltip>Brazil</_tooltip>
   </Shape>
-  <Shape name="A" pixmapfile="geography/europe/finland.png" x="554" y="75" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/finland.ogg">
-        <_tooltip>Finland</_tooltip>
+  <Shape name="D" pixmapfile="geography/southamerica/chile.png" x="375" y="369" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/chile.ogg">
+        <_tooltip>Chile</_tooltip>
   </Shape>
-  <Shape name="D" pixmapfile="geography/europe/france.png" x="312" y="351" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/france.ogg">
-        <_tooltip>France</_tooltip>
+  <Shape name="E" pixmapfile="geography/southamerica/colombia.png" x="314" y="81" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/colombia.ogg">
+        <_tooltip>Colombia</_tooltip>
   </Shape>
-  <Shape name="H" pixmapfile="geography/europe/germany.png" x="405" y="277" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/germany.ogg">
-        <_tooltip>Germany</_tooltip>
+  <Shape name="F" pixmapfile="geography/southamerica/ecuador.png" x="279" y="128" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/ecuador.ogg">
+        <_tooltip>Ecuador</_tooltip>
   </Shape>
-  <Shape name="F" pixmapfile="geography/europe/iceland.png" x="141" y="54" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/iceland.ogg">
-        <_tooltip>Iceland</_tooltip>
+  <Shape name="G" pixmapfile="geography/southamerica/french_guiana.png" x="454" y="77" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/french_guiana.ogg">
+        <_tooltip>French Guiana</_tooltip>
   </Shape>
-  <Shape name="R" pixmapfile="geography/europe/ireland.png" x="186" y="249" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/ireland.ogg">
-        <_tooltip>Ireland</_tooltip>
+  <Shape name="H" pixmapfile="geography/southamerica/guyana.png" x="413" y="72" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/guyana.ogg">
+        <_tooltip>Guyana</_tooltip>
   </Shape>
-  <Shape name="I" pixmapfile="geography/europe/italy.png" x="439" y="417" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/italy.ogg">
-        <_tooltip>Italy</_tooltip>
+  <Shape name="I" pixmapfile="geography/southamerica/panama.png" x="263" y="54" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/panama.ogg">
+        <_tooltip>Panama</_tooltip>
   </Shape>
-  <Shape name="L" pixmapfile="geography/europe/luxembourg.png" type="SHAPE_BACKGROUND" x="354" y="298" 
zoomx="1" zoomy="1" position="0" sound="voices/$LOCALE/geography/luxembourg.ogg">
-        <_tooltip>Luxembourg</_tooltip>
+  <Shape name="J" pixmapfile="geography/southamerica/paraguay.png" x="428" y="270" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/paraguay.ogg">
+        <_tooltip>Paraguay</_tooltip>
   </Shape>
-  <Shape name="N" pixmapfile="geography/europe/netherland.png" x="342" y="261" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/netherland.ogg">
-        <_tooltip>The Netherlands</_tooltip>
+  <Shape name="K" pixmapfile="geography/southamerica/peru.png" x="305" y="178" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/peru.ogg">
+        <_tooltip>Peru</_tooltip>
   </Shape>
-  <Shape name="M" pixmapfile="geography/europe/norway.png" x="462" y="85" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/norway.ogg">
-        <_tooltip>Norway</_tooltip>
+  <Shape name="L" pixmapfile="geography/southamerica/suriname.png" x="434" y="77" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/suriname.ogg">
+        <_tooltip>Suriname</_tooltip>
   </Shape>
-  <Shape name="C" pixmapfile="geography/europe/portugal.png" x="182" y="453" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/portugal.ogg">
-        <_tooltip>Portugal</_tooltip>
+  <Shape name="M" pixmapfile="geography/southamerica/uruguay.png" x="452" y="333" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/uruguay.ogg">
+        <_tooltip>Uruguay</_tooltip>
   </Shape>
-  <Shape name="P" pixmapfile="geography/europe/spain.png" x="252" y="448" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/spain.ogg">
-        <_tooltip>Spain</_tooltip>
+  <Shape name="N" pixmapfile="geography/southamerica/venezuela.png" x="357" y="66" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/venezuela.ogg">
+        <_tooltip>Venezuela</_tooltip>
   </Shape>
-  <Shape name="Q" pixmapfile="geography/europe/sweden.png" x="467" y="118" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/sweden.ogg">
-        <_tooltip>Sweden</_tooltip>
-  </Shape>
-  <Shape name="J" pixmapfile="geography/europe/switz.png" x="383" y="341" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/switz.ogg">
-        <_tooltip>Switzerland</_tooltip>
-  </Shape>
-  <Shape name="G" pixmapfile="geography/europe/united_kingdom.png" x="241" y="226" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/united_kingdom.ogg">
-        <_tooltip>United Kingdom</_tooltip>
-  </Shape>
-  <Shape name="Z" pixmapfile="geography/europe/europe.png" type="SHAPE_BACKGROUND" x="450" y="260" zoomx="1" 
zoomy="1" position="0"/>
+  <Shape name="1" pixmapfile="geography/southamerica/south_america.png" type="SHAPE_BACKGROUND" x="420" 
y="260" zoomx="1" zoomy="1" position="0"/>
 </ShapeGame>
 
diff --git a/src/geography-activity/resources/geography/board5_0.xml.in 
b/src/geography-activity/resources/geography/board5_0.xml.in
index 982b230..5a23420 100644
--- a/src/geography-activity/resources/geography/board5_0.xml.in
+++ b/src/geography-activity/resources/geography/board5_0.xml.in
@@ -1,77 +1,59 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <ShapeGame>
-  <Title x="280" y="40" justification="GTK_JUSTIFY_CENTER">
-    <_name>Eastern Europe</_name>
+  <Title x="270" y="40" justification="GTK_JUSTIFY_CENTER">
+    <_name>Western Europe</_name>
   </Title>
-  <Shape name="A" pixmapfile="geography/europe/albania.png" x="505" y="431" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/albania.ogg">
-      <_tooltip>Albania</_tooltip>
+  <Shape name="E" pixmapfile="geography/europe/austria.png" x="443" y="328" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/austria.ogg">
+        <_tooltip>Austria</_tooltip>
   </Shape>
-  <Shape name="B" pixmapfile="geography/europe/belarus.png" x="577" y="239" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/belarus.ogg">
-      <_tooltip>Belarus</_tooltip>
+  <Shape name="O" pixmapfile="geography/europe/belgium.png" x="335" y="286" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/belgium.ogg">
+        <_tooltip>Belgium</_tooltip>
   </Shape>
-  <Shape name="C" pixmapfile="geography/europe/bosnia_herzegovina.png" x="470" y="388" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/bosnia_herzegovina.ogg">
-      <_tooltip>Bosnia Herzegovina</_tooltip>
+  <Shape name="B" pixmapfile="geography/europe/denmark.png" x="399" y="203" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/denmark.ogg">
+        <_tooltip>Denmark</_tooltip>
   </Shape>
-  <Shape name="D" pixmapfile="geography/europe/bulgaria.png" x="567" y="404" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/bulgaria.ogg">
-      <_tooltip>Bulgaria</_tooltip>
+  <Shape name="A" pixmapfile="geography/europe/finland.png" x="554" y="75" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/finland.ogg">
+        <_tooltip>Finland</_tooltip>
   </Shape>
-  <Shape name="E" pixmapfile="geography/europe/croatia.png" x="454" y="375" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/croatia.ogg">
-      <_tooltip>Croatia</_tooltip>
+  <Shape name="D" pixmapfile="geography/europe/france.png" x="312" y="351" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/france.ogg">
+        <_tooltip>France</_tooltip>
   </Shape>
-  <Shape name="G" pixmapfile="geography/europe/czech.png" x="438" y="294" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/czech.ogg">
-      <_tooltip>Czech Republic</_tooltip>
+  <Shape name="H" pixmapfile="geography/europe/germany.png" x="405" y="277" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/germany.ogg">
+        <_tooltip>Germany</_tooltip>
   </Shape>
-  <Shape name="H" pixmapfile="geography/europe/estonia.png" x="528" y="167" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/estonia.ogg">
-      <_tooltip>Estonia</_tooltip>
+  <Shape name="F" pixmapfile="geography/europe/iceland.png" x="141" y="54" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/iceland.ogg">
+        <_tooltip>Iceland</_tooltip>
   </Shape>
-  <Shape name="I" pixmapfile="geography/europe/hungary.png" x="487" y="336" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/hungary.ogg">
-      <_tooltip>Hungary</_tooltip>
+  <Shape name="R" pixmapfile="geography/europe/ireland.png" x="186" y="249" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/ireland.ogg">
+        <_tooltip>Ireland</_tooltip>
   </Shape>
-  <Shape name="J" pixmapfile="geography/europe/latvia.png" x="531" y="193" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/latvia.ogg">
-      <_tooltip>Latvia</_tooltip>
+  <Shape name="I" pixmapfile="geography/europe/italy.png" x="439" y="417" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/italy.ogg">
+        <_tooltip>Italy</_tooltip>
   </Shape>
-  <Shape name="K" pixmapfile="geography/europe/lithuania.png" x="524" y="218" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/lithuania.ogg">
-      <_tooltip>Lithuania</_tooltip>
+  <Shape name="L" pixmapfile="geography/europe/luxembourg.png" type="SHAPE_BACKGROUND" x="354" y="298" 
zoomx="1" zoomy="1" position="0" sound="voices/$LOCALE/geography/luxembourg.ogg">
+        <_tooltip>Luxembourg</_tooltip>
   </Shape>
-  <Shape name="L" pixmapfile="geography/europe/macedonia.png" x="524" y="421" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/macedonia.ogg">
-      <_tooltip>Macedonia</_tooltip>
+  <Shape name="N" pixmapfile="geography/europe/netherland.png" x="342" y="261" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/netherland.ogg">
+        <_tooltip>The Netherlands</_tooltip>
   </Shape>
-  <Shape name="M" pixmapfile="geography/europe/moldova.png" x="596" y="339" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/moldova.ogg">
-      <_tooltip>Moldova</_tooltip>
+  <Shape name="M" pixmapfile="geography/europe/norway.png" x="462" y="85" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/norway.ogg">
+        <_tooltip>Norway</_tooltip>
   </Shape>
-  <Shape name="N" pixmapfile="geography/europe/poland.png" x="474" y="264" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/poland.ogg">
-      <_tooltip>Poland</_tooltip>
+  <Shape name="C" pixmapfile="geography/europe/portugal.png" x="182" y="453" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/portugal.ogg">
+        <_tooltip>Portugal</_tooltip>
   </Shape>
-  <Shape name="O" pixmapfile="geography/europe/romania.png" x="558" y="355" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/romania.ogg">
-      <_tooltip>Romania</_tooltip>
+  <Shape name="P" pixmapfile="geography/europe/spain.png" x="252" y="448" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/spain.ogg">
+        <_tooltip>Spain</_tooltip>
   </Shape>
-  <Shape name="P" pixmapfile="geography/europe/russia.png" x="631" y="189" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/russia.ogg">
-      <_tooltip>Russia</_tooltip>
+  <Shape name="Q" pixmapfile="geography/europe/sweden.png" x="467" y="118" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/sweden.ogg">
+        <_tooltip>Sweden</_tooltip>
   </Shape>
-  <Shape name="Q1" pixmapfile="geography/europe/serbia.png" x="510" y="385" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/serbia.ogg">
-      <_tooltip>Serbia</_tooltip>
+  <Shape name="J" pixmapfile="geography/europe/switz.png" x="383" y="341" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/switz.ogg">
+        <_tooltip>Switzerland</_tooltip>
   </Shape>
-  <Shape name="Q2" pixmapfile="geography/europe/montenegro.png" x="494" y="403" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/montenegro.ogg">
-      <_tooltip>Montenegro</_tooltip>
+  <Shape name="G" pixmapfile="geography/europe/united_kingdom.png" x="241" y="226" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/united_kingdom.ogg">
+        <_tooltip>United Kingdom</_tooltip>
   </Shape>
-  <Shape name="R" pixmapfile="geography/europe/slovakia.png" x="488" y="314" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/slovakia.ogg">
-      <_tooltip>Slovak Republic</_tooltip>
-  </Shape>
-  <Shape name="S" pixmapfile="geography/europe/slovenia.png" x="432" y="351" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/slovenia.ogg">
-      <_tooltip>Slovenia</_tooltip>
-  </Shape>
-  <Shape name="T" pixmapfile="geography/europe/turkey.png" x="677" y="466" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/turkey.ogg">
-      <_tooltip>Turkey</_tooltip>
-  </Shape>
-  <Shape name="U" pixmapfile="geography/europe/ukraine.png" x="626" y="318" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/ukraine.ogg">
-      <_tooltip>Ukraine</_tooltip>
-  </Shape>
-  <Shape name="V" pixmapfile="geography/europe/greece.png" x="550" y="472" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/greece.ogg">
-      <_tooltip>Greece</_tooltip>
-  </Shape>
-  <Shape name="F" pixmapfile="geography/europe/cyprus.png" type="SHAPE_BACKGROUND" x="683" y="521" zoomx="1" 
zoomy="1" position="0" sound="voices/$LOCALE/geography/cyprus.ogg">
-      <_tooltip>Cyprus</_tooltip>
-  </Shape>
-  <Shape name="Z" pixmapfile="geography/europe/europe.png" type="SHAPE_BACKGROUND"
-        x="420" y="260" zoomx="1" zoomy="1" position="0"/>
+  <Shape name="Z" pixmapfile="geography/europe/europe.png" type="SHAPE_BACKGROUND" x="450" y="260" zoomx="1" 
zoomy="1" position="0"/>
 </ShapeGame>
+
diff --git a/src/geography-activity/resources/geography/board6_0.xml.in 
b/src/geography-activity/resources/geography/board6_0.xml.in
index 7b90c91..982b230 100644
--- a/src/geography-activity/resources/geography/board6_0.xml.in
+++ b/src/geography-activity/resources/geography/board6_0.xml.in
@@ -1,141 +1,77 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <ShapeGame>
-    <Title x="240" y="500" justification="GTK_JUSTIFY_CENTER">
-         <_name>Northern Africa</_name>
-    </Title>
-
-<Shape name="A" pixmapfile="geography/africa/algeria.png" sound="voices/$LOCALE/geography/algeria.ogg" 
x="286" y="150" position="0">
-       <_tooltip>Algeria</_tooltip>
-</Shape>
-
-<Shape name="B" pixmapfile="geography/africa/benin.png" sound="voices/$LOCALE/geography/benin.ogg" x="275" 
y="341" position="0">
-       <_tooltip>Benin</_tooltip>
-</Shape>
-
-<Shape name="C" pixmapfile="geography/africa/burkina_faso.png" 
sound="voices/$LOCALE/geography/burkina_faso.ogg" x="236" y="310" position="0">
-       <_tooltip>Burkina Faso</_tooltip>
-</Shape>
-
-<Shape name="D" pixmapfile="geography/africa/cameroon.png" sound="voices/$LOCALE/geography/cameroon.ogg" 
x="383" y="377" position="0">
-       <_tooltip>Cameroon</_tooltip>
-</Shape>
-
-<Shape name="E" pixmapfile="geography/africa/central_african_republic.png" 
sound="voices/$LOCALE/geography/central_african_republic.ogg" x="465" y="370" position="0">
-       <_tooltip>Central African Republic</_tooltip>
-</Shape>
-
-<Shape name="F" pixmapfile="geography/africa/chad.png" sound="voices/$LOCALE/geography/chad.ogg" x="446" 
y="281" position="0">
-       <_tooltip>Chad</_tooltip>
-</Shape>
-
-<Shape name="G" pixmapfile="geography/africa/djibouti.png" sound="voices/$LOCALE/geography/djibouti.ogg" 
x="684" y="324" position="0">
-       <_tooltip>Djibouti</_tooltip>
-</Shape>
-
-<Shape name="H" pixmapfile="geography/africa/egypt.png" sound="voices/$LOCALE/geography/egypt.ogg" x="559" 
y="164" position="0">
-       <_tooltip>Egypt</_tooltip>
-</Shape>
-
-<Shape name="I" pixmapfile="geography/africa/equatorial_guinea.png" 
sound="voices/$LOCALE/geography/equatorial_guinea.ogg" x="373" y="436" position="0">
-       <_tooltip>Equatorial Guinea</_tooltip>
-</Shape>
-
-<Shape name="J" pixmapfile="geography/africa/ethiopia.png" sound="voices/$LOCALE/geography/ethiopia.ogg" 
x="662" y="356" position="0">
-       <_tooltip>Ethiopia</_tooltip>
-</Shape>
-
-<Shape name="erytrea" pixmapfile="geography/africa/eritrea.png" sound="voices/$LOCALE/geography/eritrea.ogg" 
x="655" y="293" zoomx="1" zoomy="1" position="0">
-<_tooltip>Eritrea</_tooltip>
-</Shape>
-
-<Shape name="K" pixmapfile="geography/africa/gabon.png" sound="voices/$LOCALE/geography/gabon.ogg" x="388" 
y="462" position="0">
-       <_tooltip>Gabon</_tooltip>
-</Shape>
-
-<Shape name="L" pixmapfile="geography/africa/ganbia.png" sound="voices/$LOCALE/geography/gambia.ogg" x="101" 
y="290" position="0">
-       <_tooltip>Gambia</_tooltip>
-</Shape>
-
-<Shape name="M" pixmapfile="geography/africa/ghana.png" sound="voices/$LOCALE/geography/ghana.ogg" x="237" 
y="355" position="0">
-       <_tooltip>Ghana</_tooltip>
-</Shape>
-
-<Shape name="N" pixmapfile="geography/africa/guinea_bissau.png" 
sound="voices/$LOCALE/geography/guinea_bissau.ogg" x="103" y="306" position="0">
-       <_tooltip>Guinea Bissau</_tooltip>
-</Shape>
-
-<Shape name="O" pixmapfile="geography/africa/guinea.png" sound="voices/$LOCALE/geography/guinea.ogg" x="137" 
y="325" position="0">
-       <_tooltip>Guinea</_tooltip>
-</Shape>
-
-<Shape name="P" pixmapfile="geography/africa/ivory_coast.png" 
sound="voices/$LOCALE/geography/ivory_coast.ogg" x="192" y="356" position="0">
-       <_tooltip>Ivory Coast</_tooltip>
-</Shape>
-
-<Shape name="Q" pixmapfile="geography/africa/liberia.png" sound="voices/$LOCALE/geography/liberia.ogg" 
x="152" y="366" position="0">
-       <_tooltip>Liberia</_tooltip>
-</Shape>
-
-<Shape name="R" pixmapfile="geography/africa/libya.png" sound="voices/$LOCALE/geography/libya.ogg" x="432" 
y="173" position="0">
-       <_tooltip>Libya</_tooltip>
-</Shape>
-
-<Shape name="S" pixmapfile="geography/africa/mali.png" sound="voices/$LOCALE/geography/mali.ogg" x="219" 
y="250" position="0">
-       <_tooltip>Mali</_tooltip>
-</Shape>
-
-<Shape name="T" pixmapfile="geography/africa/mauritania.png" sound="voices/$LOCALE/geography/mauritania.ogg" 
x="161" y="211" position="0">
-       <_tooltip>Mauritania</_tooltip>
-</Shape>
-
-<Shape name="U" pixmapfile="geography/africa/moroco.png" sound="voices/$LOCALE/geography/moroco.ogg" x="212" 
y="101" position="0">
-       <_tooltip>Morocco</_tooltip>
-</Shape>
-
-<Shape name="V" pixmapfile="geography/africa/nigeria.png" sound="voices/$LOCALE/geography/nigeria.ogg" 
x="341" y="344" position="0">
-       <_tooltip>Nigeria</_tooltip>
-</Shape>
-
-<Shape name="W" pixmapfile="geography/africa/niger.png" sound="voices/$LOCALE/geography/niger.ogg" x="338" 
y="256" position="0">
-       <_tooltip>Niger</_tooltip>
-</Shape>
-
-<Shape name="X" pixmapfile="geography/africa/rwanda.png" sound="voices/$LOCALE/geography/rwanda.ogg" x="565" 
y="474" position="0">
-       <_tooltip>Rwanda</_tooltip>
-</Shape>
-
-<Shape name="Y" pixmapfile="geography/africa/senegal.png" sound="voices/$LOCALE/geography/senegal.ogg" 
x="106" y="277" position="0">
-       <_tooltip>Senegal</_tooltip>
-</Shape>
-
-<Shape name="Z" pixmapfile="geography/africa/sierra_leone.png" 
sound="voices/$LOCALE/geography/sierra_leone.ogg" x="133" y="340" position="0">
-       <_tooltip>Sierra Leone</_tooltip>
-</Shape>
-
-<Shape name="AA" pixmapfile="geography/africa/somalia.png" sound="voices/$LOCALE/geography/somalia.ogg" 
x="720" y="396" position="0">
-       <_tooltip>Somalia</_tooltip>
-</Shape>
-
-<Shape name="AB" pixmapfile="geography/africa/sudan.png" sound="voices/$LOCALE/geography/sudan.ogg" x="557" 
y="306" position="0">
-       <_tooltip>Sudan</_tooltip>
-</Shape>
-
-<Shape name="AC" pixmapfile="geography/africa/togo.png" sound="voices/$LOCALE/geography/togo.ogg" x="258" 
y="348" position="0">
-       <_tooltip>Togo</_tooltip>
-</Shape>
-
-<Shape name="AD" pixmapfile="geography/africa/tunisia.png" sound="voices/$LOCALE/geography/tunisia.ogg" 
x="367" y="92" position="0">
-       <_tooltip>Tunisia</_tooltip>
-</Shape>
-
-<Shape name="AE" pixmapfile="geography/africa/uganda.png" sound="voices/$LOCALE/geography/uganda.ogg" 
x="587" y="436" position="0">
-       <_tooltip>Uganda</_tooltip>
-</Shape>
-
-<Shape name="AF" pixmapfile="geography/africa/western_sahara.png" 
sound="voices/$LOCALE/geography/western_sahara.ogg" x="148" y="170" position="0">
-       <_tooltip>Western Sahara</_tooltip>
-</Shape>
-
-<Shape name="1" pixmapfile="geography/africa/north_africa.png" type="SHAPE_BACKGROUND" x="420" y="260" 
position="0"/>
+  <Title x="280" y="40" justification="GTK_JUSTIFY_CENTER">
+    <_name>Eastern Europe</_name>
+  </Title>
+  <Shape name="A" pixmapfile="geography/europe/albania.png" x="505" y="431" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/albania.ogg">
+      <_tooltip>Albania</_tooltip>
+  </Shape>
+  <Shape name="B" pixmapfile="geography/europe/belarus.png" x="577" y="239" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/belarus.ogg">
+      <_tooltip>Belarus</_tooltip>
+  </Shape>
+  <Shape name="C" pixmapfile="geography/europe/bosnia_herzegovina.png" x="470" y="388" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/bosnia_herzegovina.ogg">
+      <_tooltip>Bosnia Herzegovina</_tooltip>
+  </Shape>
+  <Shape name="D" pixmapfile="geography/europe/bulgaria.png" x="567" y="404" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/bulgaria.ogg">
+      <_tooltip>Bulgaria</_tooltip>
+  </Shape>
+  <Shape name="E" pixmapfile="geography/europe/croatia.png" x="454" y="375" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/croatia.ogg">
+      <_tooltip>Croatia</_tooltip>
+  </Shape>
+  <Shape name="G" pixmapfile="geography/europe/czech.png" x="438" y="294" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/czech.ogg">
+      <_tooltip>Czech Republic</_tooltip>
+  </Shape>
+  <Shape name="H" pixmapfile="geography/europe/estonia.png" x="528" y="167" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/estonia.ogg">
+      <_tooltip>Estonia</_tooltip>
+  </Shape>
+  <Shape name="I" pixmapfile="geography/europe/hungary.png" x="487" y="336" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/hungary.ogg">
+      <_tooltip>Hungary</_tooltip>
+  </Shape>
+  <Shape name="J" pixmapfile="geography/europe/latvia.png" x="531" y="193" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/latvia.ogg">
+      <_tooltip>Latvia</_tooltip>
+  </Shape>
+  <Shape name="K" pixmapfile="geography/europe/lithuania.png" x="524" y="218" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/lithuania.ogg">
+      <_tooltip>Lithuania</_tooltip>
+  </Shape>
+  <Shape name="L" pixmapfile="geography/europe/macedonia.png" x="524" y="421" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/macedonia.ogg">
+      <_tooltip>Macedonia</_tooltip>
+  </Shape>
+  <Shape name="M" pixmapfile="geography/europe/moldova.png" x="596" y="339" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/moldova.ogg">
+      <_tooltip>Moldova</_tooltip>
+  </Shape>
+  <Shape name="N" pixmapfile="geography/europe/poland.png" x="474" y="264" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/poland.ogg">
+      <_tooltip>Poland</_tooltip>
+  </Shape>
+  <Shape name="O" pixmapfile="geography/europe/romania.png" x="558" y="355" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/romania.ogg">
+      <_tooltip>Romania</_tooltip>
+  </Shape>
+  <Shape name="P" pixmapfile="geography/europe/russia.png" x="631" y="189" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/russia.ogg">
+      <_tooltip>Russia</_tooltip>
+  </Shape>
+  <Shape name="Q1" pixmapfile="geography/europe/serbia.png" x="510" y="385" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/serbia.ogg">
+      <_tooltip>Serbia</_tooltip>
+  </Shape>
+  <Shape name="Q2" pixmapfile="geography/europe/montenegro.png" x="494" y="403" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/montenegro.ogg">
+      <_tooltip>Montenegro</_tooltip>
+  </Shape>
+  <Shape name="R" pixmapfile="geography/europe/slovakia.png" x="488" y="314" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/slovakia.ogg">
+      <_tooltip>Slovak Republic</_tooltip>
+  </Shape>
+  <Shape name="S" pixmapfile="geography/europe/slovenia.png" x="432" y="351" zoomx="1" zoomy="1" 
position="0" sound="voices/$LOCALE/geography/slovenia.ogg">
+      <_tooltip>Slovenia</_tooltip>
+  </Shape>
+  <Shape name="T" pixmapfile="geography/europe/turkey.png" x="677" y="466" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/turkey.ogg">
+      <_tooltip>Turkey</_tooltip>
+  </Shape>
+  <Shape name="U" pixmapfile="geography/europe/ukraine.png" x="626" y="318" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/ukraine.ogg">
+      <_tooltip>Ukraine</_tooltip>
+  </Shape>
+  <Shape name="V" pixmapfile="geography/europe/greece.png" x="550" y="472" zoomx="1" zoomy="1" position="0" 
sound="voices/$LOCALE/geography/greece.ogg">
+      <_tooltip>Greece</_tooltip>
+  </Shape>
+  <Shape name="F" pixmapfile="geography/europe/cyprus.png" type="SHAPE_BACKGROUND" x="683" y="521" zoomx="1" 
zoomy="1" position="0" sound="voices/$LOCALE/geography/cyprus.ogg">
+      <_tooltip>Cyprus</_tooltip>
+  </Shape>
+  <Shape name="Z" pixmapfile="geography/europe/europe.png" type="SHAPE_BACKGROUND"
+        x="420" y="260" zoomx="1" zoomy="1" position="0"/>
 </ShapeGame>
diff --git a/src/geography-activity/resources/geography/board7_0.xml.in 
b/src/geography-activity/resources/geography/board7_0.xml.in
index 548f05c..7b90c91 100644
--- a/src/geography-activity/resources/geography/board7_0.xml.in
+++ b/src/geography-activity/resources/geography/board7_0.xml.in
@@ -1,89 +1,141 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <ShapeGame>
-    <Title x="300" y="500" justification="GTK_JUSTIFY_CENTER">
-         <_name>Southern Africa</_name>
+    <Title x="240" y="500" justification="GTK_JUSTIFY_CENTER">
+         <_name>Northern Africa</_name>
     </Title>
 
-<Shape name="A" pixmapfile="geography/africa/angola.png" sound="voices/$LOCALE/geography/angola.ogg" x="327" 
y="210" position="0">
-       <_tooltip>Angola</_tooltip>
+<Shape name="A" pixmapfile="geography/africa/algeria.png" sound="voices/$LOCALE/geography/algeria.ogg" 
x="286" y="150" position="0">
+       <_tooltip>Algeria</_tooltip>
 </Shape>
 
-<Shape name="C" pixmapfile="geography/africa/botswana.png" sound="voices/$LOCALE/geography/botswana.ogg" 
x="388" y="317" position="0">
-       <_tooltip>Botswana</_tooltip>
+<Shape name="B" pixmapfile="geography/africa/benin.png" sound="voices/$LOCALE/geography/benin.ogg" x="275" 
y="341" position="0">
+       <_tooltip>Benin</_tooltip>
 </Shape>
 
-<Shape name="D" pixmapfile="geography/africa/burundi.png" sound="voices/$LOCALE/geography/burundi.ogg" 
x="444" y="137" position="0">
-       <_tooltip>Burundi</_tooltip>
+<Shape name="C" pixmapfile="geography/africa/burkina_faso.png" 
sound="voices/$LOCALE/geography/burkina_faso.ogg" x="236" y="310" position="0">
+       <_tooltip>Burkina Faso</_tooltip>
 </Shape>
 
-<Shape name="E" pixmapfile="geography/africa/democratic_republic_of_congo.png" 
sound="voices/$LOCALE/geography/democratic_republic_of_congo.ogg" x="364" y="136" position="0">
-       <_tooltip>Democratic Republic of Congo</_tooltip>
+<Shape name="D" pixmapfile="geography/africa/cameroon.png" sound="voices/$LOCALE/geography/cameroon.ogg" 
x="383" y="377" position="0">
+       <_tooltip>Cameroon</_tooltip>
 </Shape>
 
-<Shape name="F" pixmapfile="geography/africa/equatorial_guinea.png" 
sound="voices/$LOCALE/geography/equatorial_guinea.ogg" x="253" y="82" position="0">
+<Shape name="E" pixmapfile="geography/africa/central_african_republic.png" 
sound="voices/$LOCALE/geography/central_african_republic.ogg" x="465" y="370" position="0">
+       <_tooltip>Central African Republic</_tooltip>
+</Shape>
+
+<Shape name="F" pixmapfile="geography/africa/chad.png" sound="voices/$LOCALE/geography/chad.ogg" x="446" 
y="281" position="0">
+       <_tooltip>Chad</_tooltip>
+</Shape>
+
+<Shape name="G" pixmapfile="geography/africa/djibouti.png" sound="voices/$LOCALE/geography/djibouti.ogg" 
x="684" y="324" position="0">
+       <_tooltip>Djibouti</_tooltip>
+</Shape>
+
+<Shape name="H" pixmapfile="geography/africa/egypt.png" sound="voices/$LOCALE/geography/egypt.ogg" x="559" 
y="164" position="0">
+       <_tooltip>Egypt</_tooltip>
+</Shape>
+
+<Shape name="I" pixmapfile="geography/africa/equatorial_guinea.png" 
sound="voices/$LOCALE/geography/equatorial_guinea.ogg" x="373" y="436" position="0">
        <_tooltip>Equatorial Guinea</_tooltip>
 </Shape>
 
-<Shape name="G" pixmapfile="geography/africa/gabon.png" sound="voices/$LOCALE/geography/gabon.ogg" x="266" 
y="108" position="0">
+<Shape name="J" pixmapfile="geography/africa/ethiopia.png" sound="voices/$LOCALE/geography/ethiopia.ogg" 
x="662" y="356" position="0">
+       <_tooltip>Ethiopia</_tooltip>
+</Shape>
+
+<Shape name="erytrea" pixmapfile="geography/africa/eritrea.png" sound="voices/$LOCALE/geography/eritrea.ogg" 
x="655" y="293" zoomx="1" zoomy="1" position="0">
+<_tooltip>Eritrea</_tooltip>
+</Shape>
+
+<Shape name="K" pixmapfile="geography/africa/gabon.png" sound="voices/$LOCALE/geography/gabon.ogg" x="388" 
y="462" position="0">
        <_tooltip>Gabon</_tooltip>
 </Shape>
 
-<Shape name="H" pixmapfile="geography/africa/kenya.png" sound="voices/$LOCALE/geography/kenya.ogg" x="521" 
y="93" position="0">
-       <_tooltip>Kenya</_tooltip>
+<Shape name="L" pixmapfile="geography/africa/ganbia.png" sound="voices/$LOCALE/geography/gambia.ogg" x="101" 
y="290" position="0">
+       <_tooltip>Gambia</_tooltip>
+</Shape>
+
+<Shape name="M" pixmapfile="geography/africa/ghana.png" sound="voices/$LOCALE/geography/ghana.ogg" x="237" 
y="355" position="0">
+       <_tooltip>Ghana</_tooltip>
 </Shape>
 
-<Shape name="I" pixmapfile="geography/africa/lesotho.png" sound="voices/$LOCALE/geography/lesotho.ogg" 
x="424" y="385" position="0">
-       <_tooltip>Lesotho</_tooltip>
+<Shape name="N" pixmapfile="geography/africa/guinea_bissau.png" 
sound="voices/$LOCALE/geography/guinea_bissau.ogg" x="103" y="306" position="0">
+       <_tooltip>Guinea Bissau</_tooltip>
 </Shape>
 
-<Shape name="J" pixmapfile="geography/africa/madagascar.png" sound="voices/$LOCALE/geography/madagascar.ogg" 
x="596" y="287" position="0">
-       <_tooltip>Madagascar</_tooltip>
+<Shape name="O" pixmapfile="geography/africa/guinea.png" sound="voices/$LOCALE/geography/guinea.ogg" x="137" 
y="325" position="0">
+       <_tooltip>Guinea</_tooltip>
 </Shape>
 
-<Shape name="K" pixmapfile="geography/africa/malawi.png" sound="voices/$LOCALE/geography/malawi.ogg" x="482" 
y="231" position="0">
-       <_tooltip>Malawi</_tooltip>
+<Shape name="P" pixmapfile="geography/africa/ivory_coast.png" 
sound="voices/$LOCALE/geography/ivory_coast.ogg" x="192" y="356" position="0">
+       <_tooltip>Ivory Coast</_tooltip>
 </Shape>
 
-<Shape name="L" pixmapfile="geography/africa/mozambique.png" sound="voices/$LOCALE/geography/mozambique.ogg" 
x="493" y="283" position="0">
-       <_tooltip>Mozambique</_tooltip>
+<Shape name="Q" pixmapfile="geography/africa/liberia.png" sound="voices/$LOCALE/geography/liberia.ogg" 
x="152" y="366" position="0">
+       <_tooltip>Liberia</_tooltip>
 </Shape>
 
-<Shape name="M" pixmapfile="geography/africa/namibia.png" sound="voices/$LOCALE/geography/namibia.ogg" 
x="328" y="319" position="0">
-       <_tooltip>Namibia</_tooltip>
+<Shape name="R" pixmapfile="geography/africa/libya.png" sound="voices/$LOCALE/geography/libya.ogg" x="432" 
y="173" position="0">
+       <_tooltip>Libya</_tooltip>
 </Shape>
 
-<Shape name="N" pixmapfile="geography/africa/republic_of_congo.png" 
sound="voices/$LOCALE/geography/republic_of_congo.ogg" x="296" y="100" position="0">
-       <_tooltip>Republic of Congo</_tooltip>
+<Shape name="S" pixmapfile="geography/africa/mali.png" sound="voices/$LOCALE/geography/mali.ogg" x="219" 
y="250" position="0">
+       <_tooltip>Mali</_tooltip>
 </Shape>
 
-<Shape name="O" pixmapfile="geography/africa/rwanda.png" sound="voices/$LOCALE/geography/rwanda.ogg" x="445" 
y="120" position="0">
+<Shape name="T" pixmapfile="geography/africa/mauritania.png" sound="voices/$LOCALE/geography/mauritania.ogg" 
x="161" y="211" position="0">
+       <_tooltip>Mauritania</_tooltip>
+</Shape>
+
+<Shape name="U" pixmapfile="geography/africa/moroco.png" sound="voices/$LOCALE/geography/moroco.ogg" x="212" 
y="101" position="0">
+       <_tooltip>Morocco</_tooltip>
+</Shape>
+
+<Shape name="V" pixmapfile="geography/africa/nigeria.png" sound="voices/$LOCALE/geography/nigeria.ogg" 
x="341" y="344" position="0">
+       <_tooltip>Nigeria</_tooltip>
+</Shape>
+
+<Shape name="W" pixmapfile="geography/africa/niger.png" sound="voices/$LOCALE/geography/niger.ogg" x="338" 
y="256" position="0">
+       <_tooltip>Niger</_tooltip>
+</Shape>
+
+<Shape name="X" pixmapfile="geography/africa/rwanda.png" sound="voices/$LOCALE/geography/rwanda.ogg" x="565" 
y="474" position="0">
        <_tooltip>Rwanda</_tooltip>
 </Shape>
 
-<Shape name="P" pixmapfile="geography/africa/south_africa.png" 
sound="voices/$LOCALE/geography/south_africa.ogg" x="391" y="375" position="0">
-       <_tooltip>South Africa</_tooltip>
+<Shape name="Y" pixmapfile="geography/africa/senegal.png" sound="voices/$LOCALE/geography/senegal.ogg" 
x="106" y="277" position="0">
+       <_tooltip>Senegal</_tooltip>
 </Shape>
 
-<Shape name="Q" pixmapfile="geography/africa/swaziland.png" sound="voices/$LOCALE/geography/swaziland.ogg" 
x="447" y="357" position="0">
-       <_tooltip>Swaziland</_tooltip>
+<Shape name="Z" pixmapfile="geography/africa/sierra_leone.png" 
sound="voices/$LOCALE/geography/sierra_leone.ogg" x="133" y="340" position="0">
+       <_tooltip>Sierra Leone</_tooltip>
 </Shape>
 
-<Shape name="R" pixmapfile="geography/africa/tanzania.png" sound="voices/$LOCALE/geography/tanzania.ogg" 
x="492" y="161" position="0">
-       <_tooltip>Tanzania</_tooltip>
+<Shape name="AA" pixmapfile="geography/africa/somalia.png" sound="voices/$LOCALE/geography/somalia.ogg" 
x="720" y="396" position="0">
+       <_tooltip>Somalia</_tooltip>
 </Shape>
 
-<Shape name="S" pixmapfile="geography/africa/uganda.png" sound="voices/$LOCALE/geography/uganda.ogg" x="465" 
y="83" position="0">
-       <_tooltip>Uganda</_tooltip>
+<Shape name="AB" pixmapfile="geography/africa/sudan.png" sound="voices/$LOCALE/geography/sudan.ogg" x="557" 
y="306" position="0">
+       <_tooltip>Sudan</_tooltip>
+</Shape>
+
+<Shape name="AC" pixmapfile="geography/africa/togo.png" sound="voices/$LOCALE/geography/togo.ogg" x="258" 
y="348" position="0">
+       <_tooltip>Togo</_tooltip>
 </Shape>
 
-<Shape name="T" pixmapfile="geography/africa/zambia.png" sound="voices/$LOCALE/geography/zambia.ogg" x="420" 
y="227" position="0">
-       <_tooltip>Zambia</_tooltip>
+<Shape name="AD" pixmapfile="geography/africa/tunisia.png" sound="voices/$LOCALE/geography/tunisia.ogg" 
x="367" y="92" position="0">
+       <_tooltip>Tunisia</_tooltip>
+</Shape>
+
+<Shape name="AE" pixmapfile="geography/africa/uganda.png" sound="voices/$LOCALE/geography/uganda.ogg" 
x="587" y="436" position="0">
+       <_tooltip>Uganda</_tooltip>
 </Shape>
 
-<Shape name="U" pixmapfile="geography/africa/zimbabwe.png" sound="voices/$LOCALE/geography/zimbabwe.ogg" 
x="427" y="284" position="0">
-       <_tooltip>Zimbabwe</_tooltip>
+<Shape name="AF" pixmapfile="geography/africa/western_sahara.png" 
sound="voices/$LOCALE/geography/western_sahara.ogg" x="148" y="170" position="0">
+       <_tooltip>Western Sahara</_tooltip>
 </Shape>
 
-<Shape name="1" pixmapfile="geography/africa/all_south_africa.png" type="SHAPE_BACKGROUND" x="420" y="260" 
position="0"/>
+<Shape name="1" pixmapfile="geography/africa/north_africa.png" type="SHAPE_BACKGROUND" x="420" y="260" 
position="0"/>
 </ShapeGame>
diff --git a/src/geography-activity/resources/geography/board8_0.xml.in 
b/src/geography-activity/resources/geography/board8_0.xml.in
index 4822f4b..548f05c 100644
--- a/src/geography-activity/resources/geography/board8_0.xml.in
+++ b/src/geography-activity/resources/geography/board8_0.xml.in
@@ -1,122 +1,89 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
 <ShapeGame>
-<Title y="40" x="200" justification="GTK_JUSTIFY_CENTER">
-<_name>Africa</_name>
-</Title>
-<Shape name="afrique_sud" pixmapfile="geography/afrique/south_africa.png" 
sound="voices/$LOCALE/geography/south_africa.ogg" x="525" y="469" zoomx="1" zoomy="1" 
position="0"><_tooltip>South Africa</_tooltip>
-</Shape>
-<Shape name="algerie" pixmapfile="geography/afrique/algeria.png" 
sound="voices/$LOCALE/geography/algeria.ogg" x="386" y="72" zoomx="1" zoomy="1" position="0">
-<_tooltip>Algeria</_tooltip>
-</Shape>
-<Shape name="angola" pixmapfile="geography/afrique/angola.png" sound="voices/$LOCALE/geography/angola.ogg" 
x="486" y="354" zoomx="1" zoomy="1" position="0">
-<_tooltip>Angola</_tooltip>
-</Shape>
-<Shape name="benin" pixmapfile="geography/afrique/benin.png" sound="voices/$LOCALE/geography/benin.ogg" 
x="391" y="206" zoomx="1" zoomy="1" position="0">
-<_tooltip>Benin</_tooltip>
-</Shape>
-<Shape name="botswana" pixmapfile="geography/afrique/botswana.png" 
sound="voices/$LOCALE/geography/botswana.ogg" x="526" y="428" zoomx="1" zoomy="1" position="0">
-<_tooltip>Botswana</_tooltip>
-</Shape>
-<Shape name="burkina" pixmapfile="geography/afrique/burkina_faso.png" 
sound="voices/$LOCALE/geography/burkina_faso.ogg" x="366" y="184" zoomx="1" zoomy="1" position="0">
-<_tooltip>Burkina Faso</_tooltip>
-</Shape>
-<Shape name="cameroon" pixmapfile="geography/afrique/cameroon.png" 
sound="voices/$LOCALE/geography/cameroon.ogg" x="455" y="223" zoomx="1" zoomy="1" position="0">
-<_tooltip>Cameroon</_tooltip>
-</Shape>
-<Shape name="congo" pixmapfile="geography/afrique/congo.png" 
sound="voices/$LOCALE/geography/republic_of_congo.ogg" x="470" y="274" zoomx="1" zoomy="1" position="0">
-<_tooltip>Democratic Republic of Congo</_tooltip>
-</Shape>
-<Shape name="cote_ivoire" pixmapfile="geography/afrique/ivory_coast.png" 
sound="voices/$LOCALE/geography/ivory_coast.ogg" x="343" y="218" zoomx="1" zoomy="1" position="0">
-<_tooltip>Ivory Coast</_tooltip>
-</Shape>
-<Shape name="egypte" pixmapfile="geography/afrique/egypt.png" sound="voices/$LOCALE/geography/egypt.ogg" 
x="558" y="84" zoomx="1" zoomy="1" position="0">
-<_tooltip>Egypt</_tooltip>
-</Shape>
-<Shape name="erythree" pixmapfile="geography/afrique/eritrea.png" 
sound="voices/$LOCALE/geography/eritrea.ogg" x="621" y="164" zoomx="1" zoomy="1" position="0">
-<_tooltip>Eritrea</_tooltip>
-</Shape>
-<Shape name="ethiopie" pixmapfile="geography/afrique/ethiopia.png" 
sound="voices/$LOCALE/geography/ethiopia.ogg" x="627" y="207" zoomx="1" zoomy="1" position="0">
-<_tooltip>Ethiopia</_tooltip>
-</Shape>
-<Shape name="gabon" pixmapfile="geography/afrique/gabon.png" sound="voices/$LOCALE/geography/gabon.ogg" 
x="449" y="279" zoomx="1" zoomy="1" position="0">
-<_tooltip>Gabon</_tooltip>
-</Shape>
-<Shape name="ghana" pixmapfile="geography/afrique/ghana.png" sound="voices/$LOCALE/geography/ghana.ogg" 
x="368" y="215" zoomx="1" zoomy="1" position="0">
-<_tooltip>Ghana</_tooltip>
-</Shape>
-<Shape name="guinea" pixmapfile="geography/afrique/guinea.png" sound="voices/$LOCALE/geography/guinea.ogg" 
x="307" y="200" zoomx="1" zoomy="1" position="0">
-<_tooltip>Guinea</_tooltip>
-</Shape>
-<Shape name="kenya" pixmapfile="geography/afrique/kenya.png" sound="voices/$LOCALE/geography/kenya.ogg" 
x="612" y="270" zoomx="1" zoomy="1" position="0">
-<_tooltip>Kenya</_tooltip>
-</Shape>
-<Shape name="liberia" pixmapfile="geography/afrique/liberia.png" 
sound="voices/$LOCALE/geography/liberia.ogg" x="317" y="226" zoomx="1" zoomy="1" position="0">
-<_tooltip>Liberia</_tooltip>
-</Shape>
-<Shape name="libye" pixmapfile="geography/afrique/libya.png" sound="voices/$LOCALE/geography/libya.ogg" 
x="481" y="85" zoomx="1" zoomy="1" position="0">
-<_tooltip>Libya</_tooltip>
-</Shape>
-<Shape name="madagascar" pixmapfile="geography/afrique/madagascar.png" 
sound="voices/$LOCALE/geography/madagascar.ogg" x="662" y="402" zoomx="1" zoomy="1" position="0">
-<_tooltip>Madagascar</_tooltip>
-</Shape>
-<Shape name="malawi" pixmapfile="geography/afrique/malawi.png" sound="voices/$LOCALE/geography/malawi.ogg" 
x="587" y="362" zoomx="1" zoomy="1" position="0">
-<_tooltip>Malawi</_tooltip>
-</Shape>
-<Shape name="mali" pixmapfile="geography/afrique/mali.png" sound="voices/$LOCALE/geography/mali.ogg" x="352" 
y="145" zoomx="1" zoomy="1" position="0">
-<_tooltip>Mali</_tooltip>
-</Shape>
-<Shape name="maroc" pixmapfile="geography/afrique/moroco.png" sound="voices/$LOCALE/geography/moroco.ogg" 
x="321" y="69" zoomx="1" zoomy="1" position="0">
-<_tooltip>Morocco</_tooltip>
-</Shape>
-<Shape name="mauritanie" pixmapfile="geography/afrique/mauritania.png" 
sound="voices/$LOCALE/geography/mauritania.ogg" x="309" y="124" zoomx="1" zoomy="1" position="0">
-<_tooltip>Mauritania</_tooltip>
-</Shape>
-<Shape name="mozambique" pixmapfile="geography/afrique/mozambique.png" 
sound="voices/$LOCALE/geography/mozambique.ogg" x="594" y="403" zoomx="1" zoomy="1" position="0">
-<_tooltip>Mozambique</_tooltip>
-</Shape>
-<Shape name="namibie" pixmapfile="geography/afrique/namibia.png" 
sound="voices/$LOCALE/geography/namibia.ogg" x="487" y="432" zoomx="1" zoomy="1" position="0">
-<_tooltip>Namibia</_tooltip>
-</Shape>
-<Shape name="niger" pixmapfile="geography/afrique/niger.png" sound="voices/$LOCALE/geography/niger.ogg" 
x="426" y="147" zoomx="1" zoomy="1" position="0">
-<_tooltip>Niger</_tooltip>
-</Shape>
-<Shape name="nigeria" pixmapfile="geography/afrique/nigeria.png" 
sound="voices/$LOCALE/geography/nigeria.ogg" x="431" y="207" zoomx="1" zoomy="1" position="0">
-<_tooltip>Nigeria</_tooltip>
-</Shape>
-<Shape name="ouganda" pixmapfile="geography/afrique/uganda.png" sound="voices/$LOCALE/geography/uganda.ogg" 
x="576" y="260" zoomx="1" zoomy="1" position="0">
-<_tooltip>Uganda</_tooltip>
-</Shape>
-<Shape name="rep_centrafrique" pixmapfile="geography/afrique/rep_centrafrique.png" 
sound="voices/$LOCALE/geography/central_african_republic.ogg" x="507" y="222" zoomx="1" zoomy="1" 
position="0">
-<_tooltip>Central African Republic</_tooltip>
-</Shape>
-<Shape name="rep_congo" pixmapfile="geography/afrique/rep_congo.png" 
sound="voices/$LOCALE/geography/democratic_republic_of_congo.ogg" x="510" y="299" zoomx="1" zoomy="1" 
position="0">
-<_tooltip>Democratic Republic of Congo</_tooltip>
-</Shape>
-<Shape name="senegal" pixmapfile="geography/afrique/senegal.png" 
sound="voices/$LOCALE/geography/senegal.ogg" x="288" y="169" zoomx="1" zoomy="1" position="0">
-<_tooltip>Senegal</_tooltip>
-</Shape>
-<Shape name="somalie" pixmapfile="geography/afrique/somalia.png" 
sound="voices/$LOCALE/geography/somalia.ogg" x="661" y="234" zoomx="1" zoomy="1" position="0">
-<_tooltip>Somalia</_tooltip>
-</Shape>
-<Shape name="sudan" pixmapfile="geography/afrique/soudan.png" sound="voices/$LOCALE/geography/sudan.ogg" 
x="561" y="179" zoomx="1" zoomy="1" position="0">
-<_tooltip>Sudan</_tooltip>
-</Shape>
-<Shape name="tanzanie" pixmapfile="geography/afrique/tanzania.png" 
sound="voices/$LOCALE/geography/tanzania.ogg" x="592" y="315" zoomx="1" zoomy="1" position="0">
-<_tooltip>Tanzania</_tooltip>
-</Shape>
-<Shape name="tchad" pixmapfile="geography/afrique/chad.png" sound="voices/$LOCALE/geography/chad.ogg" 
x="492" y="162" zoomx="1" zoomy="1" position="0">
-<_tooltip>Chad</_tooltip>
-</Shape>
-<Shape name="togo" pixmapfile="geography/afrique/togo.png" sound="voices/$LOCALE/geography/togo.ogg" x="381" 
y="211" zoomx="1" zoomy="1" position="0">
-<_tooltip>Togo</_tooltip>
-</Shape>
-<Shape name="tunisie" pixmapfile="geography/afrique/tunisia.png" 
sound="voices/$LOCALE/geography/tunisia.ogg" x="433" y="33" zoomx="1" zoomy="1" position="0">
-<_tooltip>Tunisia</_tooltip>
-</Shape>
-<Shape name="zambie" pixmapfile="geography/afrique/zambia.png" sound="voices/$LOCALE/geography/zambia.ogg" 
x="549" y="363" zoomx="1" zoomy="1" position="0">
-<_tooltip>Zambia</_tooltip>
-</Shape>
-<Shape name="zimbabwe" pixmapfile="geography/afrique/zimbabwe.png" 
sound="voices/$LOCALE/geography/zimbabwe.ogg" x="555" y="403" zoomx="1" zoomy="1" position="0">
-<_tooltip>Zimbabwe</_tooltip>
-</Shape>
-<Shape name="zz" zoomx="1" zoomy="1" y="260" x="480" type="SHAPE_BACKGROUND" position="0" 
pixmapfile="geography/afrique/africa.png"/></ShapeGame>
+    <Title x="300" y="500" justification="GTK_JUSTIFY_CENTER">
+         <_name>Southern Africa</_name>
+    </Title>
+
+<Shape name="A" pixmapfile="geography/africa/angola.png" sound="voices/$LOCALE/geography/angola.ogg" x="327" 
y="210" position="0">
+       <_tooltip>Angola</_tooltip>
+</Shape>
+
+<Shape name="C" pixmapfile="geography/africa/botswana.png" sound="voices/$LOCALE/geography/botswana.ogg" 
x="388" y="317" position="0">
+       <_tooltip>Botswana</_tooltip>
+</Shape>
+
+<Shape name="D" pixmapfile="geography/africa/burundi.png" sound="voices/$LOCALE/geography/burundi.ogg" 
x="444" y="137" position="0">
+       <_tooltip>Burundi</_tooltip>
+</Shape>
+
+<Shape name="E" pixmapfile="geography/africa/democratic_republic_of_congo.png" 
sound="voices/$LOCALE/geography/democratic_republic_of_congo.ogg" x="364" y="136" position="0">
+       <_tooltip>Democratic Republic of Congo</_tooltip>
+</Shape>
+
+<Shape name="F" pixmapfile="geography/africa/equatorial_guinea.png" 
sound="voices/$LOCALE/geography/equatorial_guinea.ogg" x="253" y="82" position="0">
+       <_tooltip>Equatorial Guinea</_tooltip>
+</Shape>
+
+<Shape name="G" pixmapfile="geography/africa/gabon.png" sound="voices/$LOCALE/geography/gabon.ogg" x="266" 
y="108" position="0">
+       <_tooltip>Gabon</_tooltip>
+</Shape>
+
+<Shape name="H" pixmapfile="geography/africa/kenya.png" sound="voices/$LOCALE/geography/kenya.ogg" x="521" 
y="93" position="0">
+       <_tooltip>Kenya</_tooltip>
+</Shape>
+
+<Shape name="I" pixmapfile="geography/africa/lesotho.png" sound="voices/$LOCALE/geography/lesotho.ogg" 
x="424" y="385" position="0">
+       <_tooltip>Lesotho</_tooltip>
+</Shape>
+
+<Shape name="J" pixmapfile="geography/africa/madagascar.png" sound="voices/$LOCALE/geography/madagascar.ogg" 
x="596" y="287" position="0">
+       <_tooltip>Madagascar</_tooltip>
+</Shape>
+
+<Shape name="K" pixmapfile="geography/africa/malawi.png" sound="voices/$LOCALE/geography/malawi.ogg" x="482" 
y="231" position="0">
+       <_tooltip>Malawi</_tooltip>
+</Shape>
+
+<Shape name="L" pixmapfile="geography/africa/mozambique.png" sound="voices/$LOCALE/geography/mozambique.ogg" 
x="493" y="283" position="0">
+       <_tooltip>Mozambique</_tooltip>
+</Shape>
+
+<Shape name="M" pixmapfile="geography/africa/namibia.png" sound="voices/$LOCALE/geography/namibia.ogg" 
x="328" y="319" position="0">
+       <_tooltip>Namibia</_tooltip>
+</Shape>
+
+<Shape name="N" pixmapfile="geography/africa/republic_of_congo.png" 
sound="voices/$LOCALE/geography/republic_of_congo.ogg" x="296" y="100" position="0">
+       <_tooltip>Republic of Congo</_tooltip>
+</Shape>
+
+<Shape name="O" pixmapfile="geography/africa/rwanda.png" sound="voices/$LOCALE/geography/rwanda.ogg" x="445" 
y="120" position="0">
+       <_tooltip>Rwanda</_tooltip>
+</Shape>
+
+<Shape name="P" pixmapfile="geography/africa/south_africa.png" 
sound="voices/$LOCALE/geography/south_africa.ogg" x="391" y="375" position="0">
+       <_tooltip>South Africa</_tooltip>
+</Shape>
+
+<Shape name="Q" pixmapfile="geography/africa/swaziland.png" sound="voices/$LOCALE/geography/swaziland.ogg" 
x="447" y="357" position="0">
+       <_tooltip>Swaziland</_tooltip>
+</Shape>
+
+<Shape name="R" pixmapfile="geography/africa/tanzania.png" sound="voices/$LOCALE/geography/tanzania.ogg" 
x="492" y="161" position="0">
+       <_tooltip>Tanzania</_tooltip>
+</Shape>
+
+<Shape name="S" pixmapfile="geography/africa/uganda.png" sound="voices/$LOCALE/geography/uganda.ogg" x="465" 
y="83" position="0">
+       <_tooltip>Uganda</_tooltip>
+</Shape>
+
+<Shape name="T" pixmapfile="geography/africa/zambia.png" sound="voices/$LOCALE/geography/zambia.ogg" x="420" 
y="227" position="0">
+       <_tooltip>Zambia</_tooltip>
+</Shape>
+
+<Shape name="U" pixmapfile="geography/africa/zimbabwe.png" sound="voices/$LOCALE/geography/zimbabwe.ogg" 
x="427" y="284" position="0">
+       <_tooltip>Zimbabwe</_tooltip>
+</Shape>
+
+<Shape name="1" pixmapfile="geography/africa/all_south_africa.png" type="SHAPE_BACKGROUND" x="420" y="260" 
position="0"/>
+</ShapeGame>
diff --git a/src/geography-activity/resources/geography/board9_0.xml.in 
b/src/geography-activity/resources/geography/board9_0.xml.in
index 6de0cb6..4822f4b 100644
--- a/src/geography-activity/resources/geography/board9_0.xml.in
+++ b/src/geography-activity/resources/geography/board9_0.xml.in
@@ -1,115 +1,122 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<ShapeGame><!-- Created with GComprisShapegame gimp script -->
-  <title justification="GTK_JUSTIFY_CENTER" x="300" y="495">
-  <_name>Asia</_name></title>
-  <shape name="background" pixmapfile="geography/asia/background.png" type="SHAPE_BACKGROUND" x="399.5" 
y="260.0">
-  </shape>
-  <shape name="CaspianSea" pixmapfile="geography/asia/caspian_sea.png" x="193.0" y="207.0" 
type="SHAPE_BACKGROUND">
-  <_tooltip>Caspian Sea</_tooltip></shape>
-  <shape name="BlackSea" pixmapfile="geography/asia/black_sea.png" x="106.0" y="179.0" 
type="SHAPE_BACKGROUND">
-  <_tooltip>Black Sea</_tooltip></shape>
-  <shape name="MediterraneanSea" pixmapfile="geography/asia/mediteranean_sea.png" x="95.0" y="252.0" 
type="SHAPE_BACKGROUND">
-  <_tooltip>Mediterranean Sea</_tooltip></shape>
-  <shape name="PersianGulf" pixmapfile="geography/asia/persian_gulf.png" x="215.0" y="293.0" 
type="SHAPE_BACKGROUND">
-  <_tooltip>Persian Gulf</_tooltip></shape>
-  <shape name="Africa" pixmapfile="geography/asia/africa.png" x="103.0" y="400.0" type="SHAPE_BACKGROUND">
-  <_tooltip>Africa</_tooltip></shape>
-  <shape name="Africa2" pixmapfile="geography/asia/africa2.png" x="184.0" y="420.0" type="SHAPE_BACKGROUND">
-  <_tooltip>Africa</_tooltip></shape>
-  <shape name="RedSea" pixmapfile="geography/asia/red_sea.png" x="152.0" y="344.0" type="SHAPE_BACKGROUND">
-  <_tooltip>Red Sea</_tooltip></shape>
-  <shape name="Palestine" pixmapfile="geography/asia/palestine.png" 
sound="sounds/$LOCALE/geography/asia/palestine.ogg" x="121.0" y="268.5" type="SHAPE_BACKGROUND">
-  <_tooltip>Palestine</_tooltip></shape>
-  <shape name="Israel" pixmapfile="geography/asia/israel.png" 
sound="sounds/$LOCALE/geography/asia/israel.ogg" x="120.5" y="269.0" type="SHAPE_BACKGROUND">
-  <_tooltip>Israel</_tooltip></shape>
-  <shape name="Brunei" pixmapfile="geography/asia/brunei.png" 
sound="sounds/$LOCALE/geography/asia/brunei.ogg" x="561.5" y="427.0" type="SHAPE_BACKGROUND">
-  <_tooltip>Brunei</_tooltip></shape>
-  <shape name="Qatar" pixmapfile="geography/asia/qatar.png" sound="sounds/$LOCALE/geography/asia/qatar.ogg" 
x="209.5" y="304.5" type="SHAPE_BACKGROUND">
-  <_tooltip>Qatar</_tooltip></shape>
-  <shape name="Bahrain" pixmapfile="geography/asia/bahrain.png" 
sound="sounds/$LOCALE/geography/asia/bahrain.ogg" x="205.0" y="299.0" type="SHAPE_BACKGROUND">
-  <_tooltip>Bahrain</_tooltip></shape>
-  <shape name="Lebanon" pixmapfile="geography/asia/lebanon.png" 
sound="sounds/$LOCALE/geography/asia/lebanon.ogg" x="124.5" y="253.0" type="SHAPE_BACKGROUND">
-  <_tooltip>Lebanon</_tooltip></shape>
-  <shape name="Cyprus" pixmapfile="geography/asia/cyprus.png" 
sound="sounds/$LOCALE/geography/asia/cyprus.ogg" x="110.5" y="245.5" type="SHAPE_BACKGROUND">
-  <_tooltip>Cyprus</_tooltip></shape>
-  <shape name="Koweit" pixmapfile="geography/asia/kuwait.png" 
sound="sounds/$LOCALE/geography/asia/kuwait.ogg" x="187.0" y="280.0" type="SHAPE_BACKGROUND">
-  <_tooltip>Kuwait</_tooltip></shape>
-  <shape name="Armenia" pixmapfile="geography/asia/armenia.png" 
sound="sounds/$LOCALE/geography/asia/armenia.ogg" x="167.0" y="216.0" type="SHAPE_BACKGROUND">
-  <_tooltip>Armenia</_tooltip></shape>
-  <shape name="Oman" pixmapfile="geography/asia/oman.png" sound="sounds/$LOCALE/geography/asia/oman.ogg" 
x="236.5" y="326.5">
-  <_tooltip>Oman</_tooltip></shape>
-  <shape name="United Arab Emirates" pixmapfile="geography/asia/united_arab_emirates.png" 
sound="sounds/$LOCALE/geography/asia/united_arab_emirates.ogg" x="224.0" y="311.0">
-  <_tooltip>United Arab Emirates</_tooltip></shape>
-  <shape name="Yemen" pixmapfile="geography/asia/yemen.png" sound="sounds/$LOCALE/geography/asia/yemen.ogg" 
x="195.0" y="360.0">
-  <_tooltip>Yemen</_tooltip></shape>
-  <shape name="Saudi Arabia" pixmapfile="geography/asia/saudi_arabia.png" 
sound="sounds/$LOCALE/geography/asia/saudi_arabia.ogg" x="178.0" y="308.0">
-  <_tooltip>Saudi Arabia</_tooltip></shape>
-  <shape name="Jordan" pixmapfile="geography/asia/jordan.png" 
sound="sounds/$LOCALE/geography/asia/jordan.ogg" x="133.5" y="269.0">
-  <_tooltip>Jordan</_tooltip></shape>
-  <shape name="Iraq" pixmapfile="geography/asia/iraq.png" sound="sounds/$LOCALE/geography/asia/iraq.ogg" 
x="166.5" y="256.0">
-  <_tooltip>Iraq</_tooltip></shape>
-  <shape name="Syria" pixmapfile="geography/asia/syria.png" sound="sounds/$LOCALE/geography/asia/syria.ogg" 
x="138.5" y="248.5">
-  <_tooltip>Syria</_tooltip></shape>
-  <shape name="Turkey" pixmapfile="geography/asia/turkey.png" 
sound="sounds/$LOCALE/geography/asia/turkey.ogg" x="118.5" y="222.5">
-  <_tooltip>Turkey</_tooltip></shape>
-  <shape name="Georgia" pixmapfile="geography/asia/georgia.png" 
sound="sounds/$LOCALE/geography/asia/georgia.ogg" x="155.5" y="202.5">
-  <_tooltip>Georgia</_tooltip></shape>
-  <shape name="Azerbaijan" pixmapfile="geography/asia/azerbaijan.png" 
sound="sounds/$LOCALE/geography/asia/azerbaijan.ogg" x="175.5" y="215.5">
-  <_tooltip>Azerbaijan</_tooltip></shape>
-  <shape name="Iran" pixmapfile="geography/asia/iran.png" sound="sounds/$LOCALE/geography/asia/iran.ogg" 
x="216.0" y="262.5">
-  <_tooltip>Iran</_tooltip></shape>
-  <shape name="Turkmenistan" pixmapfile="geography/asia/turkmenistan.png" 
sound="sounds/$LOCALE/geography/asia/turkmenistan.ogg" x="240.0" y="222.5">
-  <_tooltip>Turkmenistan</_tooltip></shape>
-  <shape name="Kyrgyzstan" pixmapfile="geography/asia/kyrgyzstan.png" 
sound="sounds/$LOCALE/geography/asia/kyrgyzstan.ogg" x="313.5" y="210.0">
-  <_tooltip>Kyrgyzstan</_tooltip></shape>
-  <shape name="Tajikistan" pixmapfile="geography/asia/tajikistan.png" 
sound="sounds/$LOCALE/geography/asia/tajikistan.ogg" x="300.0" y="223.0">
-  <_tooltip>Tajikistan</_tooltip></shape>
-  <shape name="Afghanistan" pixmapfile="geography/asia/afghanistan.png" 
sound="sounds/$LOCALE/geography/asia/afghanistan.ogg" x="285.0" y="253.0">
-  <_tooltip>Afghanistan</_tooltip></shape>
-  <shape name="Malaysia" pixmapfile="geography/asia/malaysia.png" 
sound="sounds/$LOCALE/geography/asia/malaysia.ogg" x="532.0" y="432.0">
-  <_tooltip>Malaysia</_tooltip></shape>
-  <shape name="Indonesia" pixmapfile="geography/asia/indonesia.png" 
sound="sounds/$LOCALE/geography/asia/indonesia.ogg" x="550.5" y="468.0">
-  <_tooltip>Indonesia</_tooltip></shape>
-  <shape name="Philippines" pixmapfile="geography/asia/philippines.png" 
sound="sounds/$LOCALE/geography/asia/philippines.ogg" x="599.0" y="382.5">
-  <_tooltip>Philippines</_tooltip></shape>
-  <shape name="Myanmar" pixmapfile="geography/asia/myanmar.png" 
sound="sounds/$LOCALE/geography/asia/myanmar.ogg" x="452.0" y="338.0">
-  <_tooltip>Myanmar</_tooltip></shape>
-  <shape name="Pakistan" pixmapfile="geography/asia/pakistan.png" 
sound="sounds/$LOCALE/geography/asia/pakistan.ogg" x="296.0" y="274.0">
-  <_tooltip>Pakistan</_tooltip></shape>
-  <shape name="Nepal" pixmapfile="geography/asia/nepal.png" sound="sounds/$LOCALE/geography/asia/nepal.ogg" 
x="381.0" y="286.0">
-  <_tooltip>Nepal</_tooltip></shape>
-  <shape name="Bhutan" pixmapfile="geography/asia/bhutan.png" 
sound="sounds/$LOCALE/geography/asia/bhutan.ogg" x="414.5" y="291.5">
-  <_tooltip>Bhutan</_tooltip></shape>
-  <shape name="Bangladesh" pixmapfile="geography/asia/bangladesh.png" 
sound="sounds/$LOCALE/geography/asia/bangladesh.ogg" x="420.5" y="313.0">
-  <_tooltip>Bangladesh</_tooltip></shape>
-  <shape name="India" pixmapfile="geography/asia/india.png" sound="sounds/$LOCALE/geography/asia/india.ogg" 
x="376.0" y="324.5">
-  <_tooltip>India</_tooltip></shape>
-  <shape name="China" pixmapfile="geography/asia/china.png" sound="sounds/$LOCALE/geography/asia/china.ogg" 
x="451.0" y="242.5">
-  <_tooltip>China</_tooltip></shape>
-  <shape name="Sri Lanka" pixmapfile="geography/asia/sri_lanka.png" sound="sounds/$LOCALE/geography/asia/sri 
Lanka.ogg" x="376.0" y="408.0">
-  <_tooltip>Sri Lanka</_tooltip></shape>
-  <shape name="Thailand" pixmapfile="geography/asia/thailand.png" 
sound="sounds/$LOCALE/geography/asia/thailand.ogg" x="484.0" y="376.0">
-  <_tooltip>Thailand</_tooltip></shape>
-  <shape name="Laos" pixmapfile="geography/asia/laos.png" sound="sounds/$LOCALE/geography/asia/laos.ogg" 
x="495.0" y="345.5">
-  <_tooltip>Laos</_tooltip></shape>
-  <shape name="Cambodia" pixmapfile="geography/asia/cambodia.png" 
sound="sounds/$LOCALE/geography/asia/cambodia.ogg" x="504.5" y="380.5">
-  <_tooltip>Cambodia</_tooltip></shape>
-  <shape name="Vietnam" pixmapfile="geography/asia/vietnam.png" 
sound="sounds/$LOCALE/geography/asia/Vietnam.ogg" x="506.5" y="359.5">
-  <_tooltip>Vietnam</_tooltip></shape>
-  <shape name="Taiwan" pixmapfile="geography/asia/taiwan.png" 
sound="sounds/$LOCALE/geography/asia/taiwan.ogg" x="580.5" y="313.5">
-  <_tooltip>Taiwan</_tooltip></shape>
-  <shape name="Uzbekistan" pixmapfile="geography/asia/uzbekistan.png" 
sound="sounds/$LOCALE/geography/asia/uzbekistan.ogg" x="259.5" y="209.5">
-  <_tooltip>Uzbekistan</_tooltip></shape>
-  <shape name="Kazakhstan" pixmapfile="geography/asia/kazakhstan.png" 
sound="sounds/$LOCALE/geography/asia/kazakhstan.ogg" x="262.0" y="170.5">
-  <_tooltip>Kazakhstan</_tooltip></shape>
-  <shape name="South Korea" pixmapfile="geography/asia/south_korea.png" 
sound="sounds/$LOCALE/geography/asia/south_korea.ogg" x="592.5" y="238.5">
-  <_tooltip>South Korea</_tooltip></shape>
-  <shape name="North Korea" pixmapfile="geography/asia/north_korea.png" 
sound="sounds/$LOCALE/geography/asia/north_korea.ogg" x="577.5" y="216.0">
-  <_tooltip>North Korea</_tooltip></shape>
-  <shape name="Japan" pixmapfile="geography/asia/japan.png" sound="sounds/$LOCALE/geography/asia/japan.ogg" 
x="635.5" y="227.0">
-  <_tooltip>Japan</_tooltip></shape>
-  <shape name="Mongolia" pixmapfile="geography/asia/mongolia.png" 
sound="sounds/$LOCALE/geography/asia/mongolia.ogg" x="441.0" y="177.5">
-  <_tooltip>Mongolia</_tooltip></shape>
-  <shape name="Russia" pixmapfile="geography/asia/russia.png" 
sound="sounds/$LOCALE/geography/asia/russia.ogg" x="397.5" y="112.0">
-  <_tooltip>Russia</_tooltip></shape>
-</ShapeGame>
+<ShapeGame>
+<Title y="40" x="200" justification="GTK_JUSTIFY_CENTER">
+<_name>Africa</_name>
+</Title>
+<Shape name="afrique_sud" pixmapfile="geography/afrique/south_africa.png" 
sound="voices/$LOCALE/geography/south_africa.ogg" x="525" y="469" zoomx="1" zoomy="1" 
position="0"><_tooltip>South Africa</_tooltip>
+</Shape>
+<Shape name="algerie" pixmapfile="geography/afrique/algeria.png" 
sound="voices/$LOCALE/geography/algeria.ogg" x="386" y="72" zoomx="1" zoomy="1" position="0">
+<_tooltip>Algeria</_tooltip>
+</Shape>
+<Shape name="angola" pixmapfile="geography/afrique/angola.png" sound="voices/$LOCALE/geography/angola.ogg" 
x="486" y="354" zoomx="1" zoomy="1" position="0">
+<_tooltip>Angola</_tooltip>
+</Shape>
+<Shape name="benin" pixmapfile="geography/afrique/benin.png" sound="voices/$LOCALE/geography/benin.ogg" 
x="391" y="206" zoomx="1" zoomy="1" position="0">
+<_tooltip>Benin</_tooltip>
+</Shape>
+<Shape name="botswana" pixmapfile="geography/afrique/botswana.png" 
sound="voices/$LOCALE/geography/botswana.ogg" x="526" y="428" zoomx="1" zoomy="1" position="0">
+<_tooltip>Botswana</_tooltip>
+</Shape>
+<Shape name="burkina" pixmapfile="geography/afrique/burkina_faso.png" 
sound="voices/$LOCALE/geography/burkina_faso.ogg" x="366" y="184" zoomx="1" zoomy="1" position="0">
+<_tooltip>Burkina Faso</_tooltip>
+</Shape>
+<Shape name="cameroon" pixmapfile="geography/afrique/cameroon.png" 
sound="voices/$LOCALE/geography/cameroon.ogg" x="455" y="223" zoomx="1" zoomy="1" position="0">
+<_tooltip>Cameroon</_tooltip>
+</Shape>
+<Shape name="congo" pixmapfile="geography/afrique/congo.png" 
sound="voices/$LOCALE/geography/republic_of_congo.ogg" x="470" y="274" zoomx="1" zoomy="1" position="0">
+<_tooltip>Democratic Republic of Congo</_tooltip>
+</Shape>
+<Shape name="cote_ivoire" pixmapfile="geography/afrique/ivory_coast.png" 
sound="voices/$LOCALE/geography/ivory_coast.ogg" x="343" y="218" zoomx="1" zoomy="1" position="0">
+<_tooltip>Ivory Coast</_tooltip>
+</Shape>
+<Shape name="egypte" pixmapfile="geography/afrique/egypt.png" sound="voices/$LOCALE/geography/egypt.ogg" 
x="558" y="84" zoomx="1" zoomy="1" position="0">
+<_tooltip>Egypt</_tooltip>
+</Shape>
+<Shape name="erythree" pixmapfile="geography/afrique/eritrea.png" 
sound="voices/$LOCALE/geography/eritrea.ogg" x="621" y="164" zoomx="1" zoomy="1" position="0">
+<_tooltip>Eritrea</_tooltip>
+</Shape>
+<Shape name="ethiopie" pixmapfile="geography/afrique/ethiopia.png" 
sound="voices/$LOCALE/geography/ethiopia.ogg" x="627" y="207" zoomx="1" zoomy="1" position="0">
+<_tooltip>Ethiopia</_tooltip>
+</Shape>
+<Shape name="gabon" pixmapfile="geography/afrique/gabon.png" sound="voices/$LOCALE/geography/gabon.ogg" 
x="449" y="279" zoomx="1" zoomy="1" position="0">
+<_tooltip>Gabon</_tooltip>
+</Shape>
+<Shape name="ghana" pixmapfile="geography/afrique/ghana.png" sound="voices/$LOCALE/geography/ghana.ogg" 
x="368" y="215" zoomx="1" zoomy="1" position="0">
+<_tooltip>Ghana</_tooltip>
+</Shape>
+<Shape name="guinea" pixmapfile="geography/afrique/guinea.png" sound="voices/$LOCALE/geography/guinea.ogg" 
x="307" y="200" zoomx="1" zoomy="1" position="0">
+<_tooltip>Guinea</_tooltip>
+</Shape>
+<Shape name="kenya" pixmapfile="geography/afrique/kenya.png" sound="voices/$LOCALE/geography/kenya.ogg" 
x="612" y="270" zoomx="1" zoomy="1" position="0">
+<_tooltip>Kenya</_tooltip>
+</Shape>
+<Shape name="liberia" pixmapfile="geography/afrique/liberia.png" 
sound="voices/$LOCALE/geography/liberia.ogg" x="317" y="226" zoomx="1" zoomy="1" position="0">
+<_tooltip>Liberia</_tooltip>
+</Shape>
+<Shape name="libye" pixmapfile="geography/afrique/libya.png" sound="voices/$LOCALE/geography/libya.ogg" 
x="481" y="85" zoomx="1" zoomy="1" position="0">
+<_tooltip>Libya</_tooltip>
+</Shape>
+<Shape name="madagascar" pixmapfile="geography/afrique/madagascar.png" 
sound="voices/$LOCALE/geography/madagascar.ogg" x="662" y="402" zoomx="1" zoomy="1" position="0">
+<_tooltip>Madagascar</_tooltip>
+</Shape>
+<Shape name="malawi" pixmapfile="geography/afrique/malawi.png" sound="voices/$LOCALE/geography/malawi.ogg" 
x="587" y="362" zoomx="1" zoomy="1" position="0">
+<_tooltip>Malawi</_tooltip>
+</Shape>
+<Shape name="mali" pixmapfile="geography/afrique/mali.png" sound="voices/$LOCALE/geography/mali.ogg" x="352" 
y="145" zoomx="1" zoomy="1" position="0">
+<_tooltip>Mali</_tooltip>
+</Shape>
+<Shape name="maroc" pixmapfile="geography/afrique/moroco.png" sound="voices/$LOCALE/geography/moroco.ogg" 
x="321" y="69" zoomx="1" zoomy="1" position="0">
+<_tooltip>Morocco</_tooltip>
+</Shape>
+<Shape name="mauritanie" pixmapfile="geography/afrique/mauritania.png" 
sound="voices/$LOCALE/geography/mauritania.ogg" x="309" y="124" zoomx="1" zoomy="1" position="0">
+<_tooltip>Mauritania</_tooltip>
+</Shape>
+<Shape name="mozambique" pixmapfile="geography/afrique/mozambique.png" 
sound="voices/$LOCALE/geography/mozambique.ogg" x="594" y="403" zoomx="1" zoomy="1" position="0">
+<_tooltip>Mozambique</_tooltip>
+</Shape>
+<Shape name="namibie" pixmapfile="geography/afrique/namibia.png" 
sound="voices/$LOCALE/geography/namibia.ogg" x="487" y="432" zoomx="1" zoomy="1" position="0">
+<_tooltip>Namibia</_tooltip>
+</Shape>
+<Shape name="niger" pixmapfile="geography/afrique/niger.png" sound="voices/$LOCALE/geography/niger.ogg" 
x="426" y="147" zoomx="1" zoomy="1" position="0">
+<_tooltip>Niger</_tooltip>
+</Shape>
+<Shape name="nigeria" pixmapfile="geography/afrique/nigeria.png" 
sound="voices/$LOCALE/geography/nigeria.ogg" x="431" y="207" zoomx="1" zoomy="1" position="0">
+<_tooltip>Nigeria</_tooltip>
+</Shape>
+<Shape name="ouganda" pixmapfile="geography/afrique/uganda.png" sound="voices/$LOCALE/geography/uganda.ogg" 
x="576" y="260" zoomx="1" zoomy="1" position="0">
+<_tooltip>Uganda</_tooltip>
+</Shape>
+<Shape name="rep_centrafrique" pixmapfile="geography/afrique/rep_centrafrique.png" 
sound="voices/$LOCALE/geography/central_african_republic.ogg" x="507" y="222" zoomx="1" zoomy="1" 
position="0">
+<_tooltip>Central African Republic</_tooltip>
+</Shape>
+<Shape name="rep_congo" pixmapfile="geography/afrique/rep_congo.png" 
sound="voices/$LOCALE/geography/democratic_republic_of_congo.ogg" x="510" y="299" zoomx="1" zoomy="1" 
position="0">
+<_tooltip>Democratic Republic of Congo</_tooltip>
+</Shape>
+<Shape name="senegal" pixmapfile="geography/afrique/senegal.png" 
sound="voices/$LOCALE/geography/senegal.ogg" x="288" y="169" zoomx="1" zoomy="1" position="0">
+<_tooltip>Senegal</_tooltip>
+</Shape>
+<Shape name="somalie" pixmapfile="geography/afrique/somalia.png" 
sound="voices/$LOCALE/geography/somalia.ogg" x="661" y="234" zoomx="1" zoomy="1" position="0">
+<_tooltip>Somalia</_tooltip>
+</Shape>
+<Shape name="sudan" pixmapfile="geography/afrique/soudan.png" sound="voices/$LOCALE/geography/sudan.ogg" 
x="561" y="179" zoomx="1" zoomy="1" position="0">
+<_tooltip>Sudan</_tooltip>
+</Shape>
+<Shape name="tanzanie" pixmapfile="geography/afrique/tanzania.png" 
sound="voices/$LOCALE/geography/tanzania.ogg" x="592" y="315" zoomx="1" zoomy="1" position="0">
+<_tooltip>Tanzania</_tooltip>
+</Shape>
+<Shape name="tchad" pixmapfile="geography/afrique/chad.png" sound="voices/$LOCALE/geography/chad.ogg" 
x="492" y="162" zoomx="1" zoomy="1" position="0">
+<_tooltip>Chad</_tooltip>
+</Shape>
+<Shape name="togo" pixmapfile="geography/afrique/togo.png" sound="voices/$LOCALE/geography/togo.ogg" x="381" 
y="211" zoomx="1" zoomy="1" position="0">
+<_tooltip>Togo</_tooltip>
+</Shape>
+<Shape name="tunisie" pixmapfile="geography/afrique/tunisia.png" 
sound="voices/$LOCALE/geography/tunisia.ogg" x="433" y="33" zoomx="1" zoomy="1" position="0">
+<_tooltip>Tunisia</_tooltip>
+</Shape>
+<Shape name="zambie" pixmapfile="geography/afrique/zambia.png" sound="voices/$LOCALE/geography/zambia.ogg" 
x="549" y="363" zoomx="1" zoomy="1" position="0">
+<_tooltip>Zambia</_tooltip>
+</Shape>
+<Shape name="zimbabwe" pixmapfile="geography/afrique/zimbabwe.png" 
sound="voices/$LOCALE/geography/zimbabwe.ogg" x="555" y="403" zoomx="1" zoomy="1" position="0">
+<_tooltip>Zimbabwe</_tooltip>
+</Shape>
+<Shape name="zz" zoomx="1" zoomy="1" y="260" x="480" type="SHAPE_BACKGROUND" position="0" 
pixmapfile="geography/afrique/africa.png"/></ShapeGame>
diff --git a/src/geography-activity/resources/geography/centralamerica/Makefile.am 
b/src/geography-activity/resources/geography/centralamerica/Makefile.am
new file mode 100644
index 0000000..4b93ec3
--- /dev/null
+++ b/src/geography-activity/resources/geography/centralamerica/Makefile.am
@@ -0,0 +1,19 @@
+imgdir = $(pkgdatadir)/@PACKAGE_DATA_DIR@//geography/centralamerica
+img_DATA = \
+       bahamas.png \
+       belize.png \
+       bg_central_america.png \
+       bg_central_america_blank.png \
+       costa_rica.png \
+       cuba.png \
+       dominican_republic.png \
+       el_salvador.png \
+       guatemala.png \
+       haiti.png \
+       honduras.png \
+       jamaica.png \
+       mexico.png \
+       nicaragua.png \
+       panama.png \
+       puerto_rico.png
+EXTRA_DIST = $(img_DATA)
diff --git a/src/geography-activity/resources/geography/centralamerica/bahamas.png 
b/src/geography-activity/resources/geography/centralamerica/bahamas.png
new file mode 100644
index 0000000..ef73e62
Binary files /dev/null and b/src/geography-activity/resources/geography/centralamerica/bahamas.png differ
diff --git a/src/geography-activity/resources/geography/centralamerica/belize.png 
b/src/geography-activity/resources/geography/centralamerica/belize.png
new file mode 100644
index 0000000..756b048
Binary files /dev/null and b/src/geography-activity/resources/geography/centralamerica/belize.png differ
diff --git a/src/geography-activity/resources/geography/centralamerica/bg_central_america.png 
b/src/geography-activity/resources/geography/centralamerica/bg_central_america.png
new file mode 100644
index 0000000..6b159cb
Binary files /dev/null and b/src/geography-activity/resources/geography/centralamerica/bg_central_america.png 
differ
diff --git a/src/geography-activity/resources/geography/centralamerica/bg_central_america_blank.png 
b/src/geography-activity/resources/geography/centralamerica/bg_central_america_blank.png
new file mode 100644
index 0000000..cabc2a6
Binary files /dev/null and 
b/src/geography-activity/resources/geography/centralamerica/bg_central_america_blank.png differ
diff --git a/src/geography-activity/resources/geography/centralamerica/costa_rica.png 
b/src/geography-activity/resources/geography/centralamerica/costa_rica.png
new file mode 100644
index 0000000..9683080
Binary files /dev/null and b/src/geography-activity/resources/geography/centralamerica/costa_rica.png differ
diff --git a/src/geography-activity/resources/geography/centralamerica/cuba.png 
b/src/geography-activity/resources/geography/centralamerica/cuba.png
new file mode 100644
index 0000000..35292f5
Binary files /dev/null and b/src/geography-activity/resources/geography/centralamerica/cuba.png differ
diff --git a/src/geography-activity/resources/geography/centralamerica/dominican_republic.png 
b/src/geography-activity/resources/geography/centralamerica/dominican_republic.png
new file mode 100644
index 0000000..e7cdecc
Binary files /dev/null and b/src/geography-activity/resources/geography/centralamerica/dominican_republic.png 
differ
diff --git a/src/geography-activity/resources/geography/centralamerica/el_salvador.png 
b/src/geography-activity/resources/geography/centralamerica/el_salvador.png
new file mode 100644
index 0000000..5706b23
Binary files /dev/null and b/src/geography-activity/resources/geography/centralamerica/el_salvador.png differ
diff --git a/src/geography-activity/resources/geography/centralamerica/guatemala.png 
b/src/geography-activity/resources/geography/centralamerica/guatemala.png
new file mode 100644
index 0000000..09e4d12
Binary files /dev/null and b/src/geography-activity/resources/geography/centralamerica/guatemala.png differ
diff --git a/src/geography-activity/resources/geography/centralamerica/haiti.png 
b/src/geography-activity/resources/geography/centralamerica/haiti.png
new file mode 100644
index 0000000..0ebf299
Binary files /dev/null and b/src/geography-activity/resources/geography/centralamerica/haiti.png differ
diff --git a/src/geography-activity/resources/geography/centralamerica/honduras.png 
b/src/geography-activity/resources/geography/centralamerica/honduras.png
new file mode 100644
index 0000000..7392b21
Binary files /dev/null and b/src/geography-activity/resources/geography/centralamerica/honduras.png differ
diff --git a/src/geography-activity/resources/geography/centralamerica/jamaica.png 
b/src/geography-activity/resources/geography/centralamerica/jamaica.png
new file mode 100644
index 0000000..95a5dee
Binary files /dev/null and b/src/geography-activity/resources/geography/centralamerica/jamaica.png differ
diff --git a/src/geography-activity/resources/geography/centralamerica/mexico.png 
b/src/geography-activity/resources/geography/centralamerica/mexico.png
new file mode 100644
index 0000000..0883392
Binary files /dev/null and b/src/geography-activity/resources/geography/centralamerica/mexico.png differ
diff --git a/src/geography-activity/resources/geography/centralamerica/nicaragua.png 
b/src/geography-activity/resources/geography/centralamerica/nicaragua.png
new file mode 100644
index 0000000..9ea155e
Binary files /dev/null and b/src/geography-activity/resources/geography/centralamerica/nicaragua.png differ
diff --git a/src/geography-activity/resources/geography/centralamerica/panama.png 
b/src/geography-activity/resources/geography/centralamerica/panama.png
new file mode 100644
index 0000000..e16cdb7
Binary files /dev/null and b/src/geography-activity/resources/geography/centralamerica/panama.png differ
diff --git a/src/geography-activity/resources/geography/centralamerica/puerto_rico.png 
b/src/geography-activity/resources/geography/centralamerica/puerto_rico.png
new file mode 100644
index 0000000..74d791e
Binary files /dev/null and b/src/geography-activity/resources/geography/centralamerica/puerto_rico.png differ
diff --git a/src/geography-activity/resources/geography/northamerica/Makefile.am 
b/src/geography-activity/resources/geography/northamerica/Makefile.am
index cd72082..849b726 100644
--- a/src/geography-activity/resources/geography/northamerica/Makefile.am
+++ b/src/geography-activity/resources/geography/northamerica/Makefile.am
@@ -1,14 +1,9 @@
 imgdir = $(pkgdatadir)/@PACKAGE_DATA_DIR@//geography/northamerica
 img_DATA = \
        alaska.png \
-       bahamas.png \
        canada.png \
-       cuba.png \
-       dominican_republic.png \
        greenland.png \
-       haiti.png \
        iceland.png \
-       jamaica.png \
        mexico.png \
        north_america.png \
        usa-complete.png \
diff --git a/src/geography-activity/resources/geography/northamerica/north_america.png 
b/src/geography-activity/resources/geography/northamerica/north_america.png
index a86072d..d2a62f8 100644
Binary files a/src/geography-activity/resources/geography/northamerica/north_america.png and 
b/src/geography-activity/resources/geography/northamerica/north_america.png differ
diff --git a/src/geography-activity/resources/geography/oceania/Makefile.am 
b/src/geography-activity/resources/geography/oceania/Makefile.am
new file mode 100644
index 0000000..b269043
--- /dev/null
+++ b/src/geography-activity/resources/geography/oceania/Makefile.am
@@ -0,0 +1,27 @@
+imgdir = $(pkgdatadir)/@PACKAGE_DATA_DIR@//geography/oceania
+img_DATA = \
+       american_samoa.png \
+       australia.png \
+       bg_oceania.png \
+       cook_islands.png \
+       east_timor.png \
+       fiji.png \
+       french_polynesia.png \
+       hawaii.png \
+       indonesia.png \
+       kiribati.png \
+       marshall_islands.png \
+       micronesia.png \
+       new_caledonia.png \
+       new_zealand.png \
+       northern_mariana_islands.png \
+       palau.png \
+       papua_new_guinea.png \
+       pitcairn_islands.png \
+       solomon_islands.png \
+       tonga.png \
+       tuvalu.png \
+       us_minor.png \
+       vanuatu.png
+
+EXTRA_DIST = $(img_DATA)
diff --git a/src/geography-activity/resources/geography/oceania/american_samoa.png 
b/src/geography-activity/resources/geography/oceania/american_samoa.png
new file mode 100644
index 0000000..61b1d85
Binary files /dev/null and b/src/geography-activity/resources/geography/oceania/american_samoa.png differ
diff --git a/src/geography-activity/resources/geography/oceania/australia.png 
b/src/geography-activity/resources/geography/oceania/australia.png
new file mode 100644
index 0000000..260408d
Binary files /dev/null and b/src/geography-activity/resources/geography/oceania/australia.png differ
diff --git a/src/geography-activity/resources/geography/oceania/bg_oceania.png 
b/src/geography-activity/resources/geography/oceania/bg_oceania.png
new file mode 100644
index 0000000..443d360
Binary files /dev/null and b/src/geography-activity/resources/geography/oceania/bg_oceania.png differ
diff --git a/src/geography-activity/resources/geography/oceania/cook_islands.png 
b/src/geography-activity/resources/geography/oceania/cook_islands.png
new file mode 100644
index 0000000..d291449
Binary files /dev/null and b/src/geography-activity/resources/geography/oceania/cook_islands.png differ
diff --git a/src/geography-activity/resources/geography/oceania/east_timor.png 
b/src/geography-activity/resources/geography/oceania/east_timor.png
new file mode 100644
index 0000000..79ffe77
Binary files /dev/null and b/src/geography-activity/resources/geography/oceania/east_timor.png differ
diff --git a/src/geography-activity/resources/geography/oceania/fiji.png 
b/src/geography-activity/resources/geography/oceania/fiji.png
new file mode 100644
index 0000000..cdb5be1
Binary files /dev/null and b/src/geography-activity/resources/geography/oceania/fiji.png differ
diff --git a/src/geography-activity/resources/geography/oceania/french_polynesia.png 
b/src/geography-activity/resources/geography/oceania/french_polynesia.png
new file mode 100644
index 0000000..3ed2c91
Binary files /dev/null and b/src/geography-activity/resources/geography/oceania/french_polynesia.png differ
diff --git a/src/geography-activity/resources/geography/oceania/hawaii.png 
b/src/geography-activity/resources/geography/oceania/hawaii.png
new file mode 100644
index 0000000..619551a
Binary files /dev/null and b/src/geography-activity/resources/geography/oceania/hawaii.png differ
diff --git a/src/geography-activity/resources/geography/oceania/indonesia.png 
b/src/geography-activity/resources/geography/oceania/indonesia.png
new file mode 100644
index 0000000..d80d08d
Binary files /dev/null and b/src/geography-activity/resources/geography/oceania/indonesia.png differ
diff --git a/src/geography-activity/resources/geography/oceania/kiribati.png 
b/src/geography-activity/resources/geography/oceania/kiribati.png
new file mode 100644
index 0000000..3bb11f1
Binary files /dev/null and b/src/geography-activity/resources/geography/oceania/kiribati.png differ
diff --git a/src/geography-activity/resources/geography/oceania/marshall_islands.png 
b/src/geography-activity/resources/geography/oceania/marshall_islands.png
new file mode 100644
index 0000000..575e70f
Binary files /dev/null and b/src/geography-activity/resources/geography/oceania/marshall_islands.png differ
diff --git a/src/geography-activity/resources/geography/oceania/micronesia.png 
b/src/geography-activity/resources/geography/oceania/micronesia.png
new file mode 100644
index 0000000..ce7af28
Binary files /dev/null and b/src/geography-activity/resources/geography/oceania/micronesia.png differ
diff --git a/src/geography-activity/resources/geography/oceania/new_caledonia.png 
b/src/geography-activity/resources/geography/oceania/new_caledonia.png
new file mode 100644
index 0000000..387f625
Binary files /dev/null and b/src/geography-activity/resources/geography/oceania/new_caledonia.png differ
diff --git a/src/geography-activity/resources/geography/oceania/new_zealand.png 
b/src/geography-activity/resources/geography/oceania/new_zealand.png
new file mode 100644
index 0000000..11bbc9d
Binary files /dev/null and b/src/geography-activity/resources/geography/oceania/new_zealand.png differ
diff --git a/src/geography-activity/resources/geography/oceania/northern_mariana_islands.png 
b/src/geography-activity/resources/geography/oceania/northern_mariana_islands.png
new file mode 100644
index 0000000..c37bae9
Binary files /dev/null and b/src/geography-activity/resources/geography/oceania/northern_mariana_islands.png 
differ
diff --git a/src/geography-activity/resources/geography/oceania/palau.png 
b/src/geography-activity/resources/geography/oceania/palau.png
new file mode 100644
index 0000000..77ae746
Binary files /dev/null and b/src/geography-activity/resources/geography/oceania/palau.png differ
diff --git a/src/geography-activity/resources/geography/oceania/papua_new_guinea.png 
b/src/geography-activity/resources/geography/oceania/papua_new_guinea.png
new file mode 100644
index 0000000..a030171
Binary files /dev/null and b/src/geography-activity/resources/geography/oceania/papua_new_guinea.png differ
diff --git a/src/geography-activity/resources/geography/oceania/pitcairn_islands.png 
b/src/geography-activity/resources/geography/oceania/pitcairn_islands.png
new file mode 100644
index 0000000..299d911
Binary files /dev/null and b/src/geography-activity/resources/geography/oceania/pitcairn_islands.png differ
diff --git a/src/geography-activity/resources/geography/oceania/solomon_islands.png 
b/src/geography-activity/resources/geography/oceania/solomon_islands.png
new file mode 100644
index 0000000..b9acdf6
Binary files /dev/null and b/src/geography-activity/resources/geography/oceania/solomon_islands.png differ
diff --git a/src/geography-activity/resources/geography/oceania/tonga.png 
b/src/geography-activity/resources/geography/oceania/tonga.png
new file mode 100644
index 0000000..f31d46f
Binary files /dev/null and b/src/geography-activity/resources/geography/oceania/tonga.png differ
diff --git a/src/geography-activity/resources/geography/oceania/tuvalu.png 
b/src/geography-activity/resources/geography/oceania/tuvalu.png
new file mode 100644
index 0000000..3554910
Binary files /dev/null and b/src/geography-activity/resources/geography/oceania/tuvalu.png differ
diff --git a/src/geography-activity/resources/geography/oceania/us_minor.png 
b/src/geography-activity/resources/geography/oceania/us_minor.png
new file mode 100644
index 0000000..0884dff
Binary files /dev/null and b/src/geography-activity/resources/geography/oceania/us_minor.png differ
diff --git a/src/geography-activity/resources/geography/oceania/vanuatu.png 
b/src/geography-activity/resources/geography/oceania/vanuatu.png
new file mode 100644
index 0000000..453127f
Binary files /dev/null and b/src/geography-activity/resources/geography/oceania/vanuatu.png differ


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]