<?xml version="1.0" encoding="UTF-8" ?>
<map>
  <version></version>
  <author></author>
  <email></email>
  <webpage></webpage>
  <!-- This is a width and height of the small map image -->
  <smallwidth>608</smallwidth>
  <smallheight>546</smallheight>
  <!-- This is a width and height of the large map image -->
  <largewidth>640</largewidth>
  <largeheight>575</largeheight>

  <title>Middle East Map</title>
  <description>This description appears on the create game dialog.</description>
  <descriptionLong>This description appears on the Info tab.</descriptionLong>
  <continent>
    <continentname>Athens</continentname>
    <bonus>8</bonus>
    <country>
      <id>0</id>
      <name>Turkey</name>
      <!-- This is a list of the ids of all territories that this territory is connected to -->
      <adjoining>1,3</adjoining>
      <!-- This is where (x and y coordinates) the army graphic appears on the map -->
      <coords>123,553</coords>
    </country>
    <country>
      <id>1</id>
      <name>Near East</name>
      <adjoining>0,5</adjoining>
      <coords>123,543</coords>
    </country>   
  </continent>
  <continent>
    <continentname>Sparta</continentname>
    <bonus>0</bonus>
    <country>
      <id>2</id>
      <name>Egypt</name>
      <adjoining>1,3</adjoining>
      <coords>334,553</coords>
    </country>
    <country>
      <id>3</id>
      <name>Bactria</name>
      <adjoining>1,2</adjoining>
      <coords>334, 554</coords>
    </country>
  </continent>  
</map>
