And because I had nothing pressing to this this evening... the code.
Test results:Warning: Territory Great Britain has border Naval Superiority, but not vice versa
OKWarning: Territory France has border Naval Superiority, but not vice versa
OKWarning: Territory Portugal has border Naval Superiority, but not vice versa
OKWarning: Territory Germany has border Naval Superiority, but not vice versa
OKWarning: Territory Netherlands has border Naval Superiority, but not vice versa
OKWarning: Territory Naval Superiority has no borders
OKSummary: 0 errors and 6 warnings detected in hemisphere.xml (14 continents, 70 territories)
Nuts... forgot to code the starting positions.
Code: Select all
<?xml version="1.0"?>
<map>
<title>Hemisphere</title>
<smallwidth>630</smallwidth>
<smallheight>600</smallheight>
<largewidth>840</largewidth>
<largeheight>800</largeheight>
<filetype>jpg</filetype>
<continent>
<name>Europe</name>
<bonus>8</bonus>
<components>
<territory>Iceland</territory>
<territory>Great Britain</territory>
<territory>Norway</territory>
<territory>Sweden</territory>
<territory>Germany</territory>
<territory>Netherlands</territory>
<territory>Austria-Hungary</territory>
<territory>Balkans</territory>
<territory>Italy</territory>
<territory>France</territory>
<territory>Spain</territory>
<territory>Portugal</territory>
</components>
</continent>
<continent>
<name>Northern Africa</name>
<bonus>4</bonus>
<components>
<territory>Morocco</territory>
<territory>French West Africa</territory>
<territory>Tripoli</territory>
<territory>Liberia</territory>
<territory>Nigeria</territory>
<territory>Egypt and Sudan</territory>
</components>
</continent>
<continent>
<name>Horn of Africa</name>
<bonus>4</bonus>
<components>
<territory>Somaliland</territory>
<territory>Abyssinia</territory>
<territory>British East Africa</territory>
</components>
</continent>
<continent>
<name>Southern Africa</name>
<bonus>4</bonus>
<components>
<territory>Cameroon</territory>
<territory>Congo</territory>
<territory>German East Africa</territory>
<territory>German South West Africa</territory>
<territory>Rhodesia</territory>
<territory>Angola</territory>
<territory>Madagascar</territory>
<territory>South Africa</territory>
<territory>Portuguese East Africa</territory>
</components>
</continent>
<continent>
<name>Russian Empire</name>
<bonus>8</bonus>
<components>
<territory>St. Petersburg</territory>
<territory>Finland</territory>
<territory>Vilno</territory>
<territory>Warsaw</territory>
<territory>Ukraine</territory>
<territory>Moscow</territory>
<territory>Kazan</territory>
<territory>Caucasus</territory>
<territory>Turkestan</territory>
<territory>Omsk</territory>
<territory>Irkutsk</territory>
<territory>Amur</territory>
</components>
</continent>
<continent>
<name>Middle East</name>
<bonus>3</bonus>
<components>
<territory>Ottoman Empire</territory>
<territory>Arabia</territory>
<territory>Persia</territory>
<territory>Afghanistan</territory>
</components>
</continent>
<continent>
<name>Chinese Empire</name>
<bonus>4</bonus>
<components>
<territory>Manchuria</territory>
<territory>Mongolia</territory>
<territory>Sinkiang</territory>
<territory>Peking</territory>
<territory>Tibet</territory>
<territory>Shanghai</territory>
<territory>Canton</territory>
</components>
</continent>
<continent>
<name>Oceania</name>
<bonus>4</bonus>
<components>
<territory>Philippine Islands</territory>
<territory>Borneo</territory>
<territory>New Guinea</territory>
<territory>Sumatra</territory>
<territory>Java</territory>
<territory>Australia</territory>
<territory>New Zealand</territory>
</components>
</continent>
<continent>
<name>Japanese Empire</name>
<bonus>2</bonus>
<components>
<territory>Japan</territory>
<territory>Korea</territory>
<territory>Karafuto</territory>
<territory>Taiwan</territory>
</components>
</continent>
<continent>
<name>British Empire</name>
<bonus>6</bonus>
<components>
<territory>Great Britain</territory>
<territory>Rhodesia</territory>
<territory>South Africa</territory>
<territory>Nigeria</territory>
<territory>India</territory>
<territory>Egypt and Sudan</territory>
<territory>British East Africa</territory>
</components>
</continent>
<continent>
<name>Portuguese Empire</name>
<bonus>2</bonus>
<components>
<territory>Portugal</territory>
<territory>Angola</territory>
<territory>Portuguese East Africa</territory>
</components>
</continent>
<continent>
<name>French Empire</name>
<bonus>3</bonus>
<components>
<territory>France</territory>
<territory>Madagascar</territory>
<territory>Indochina</territory>
<territory>French West Africa</territory>
</components>
</continent>
<continent>
<name>German Empire</name>
<bonus>3</bonus>
<components>
<territory>Germany</territory>
<territory>Cameroon</territory>
<territory>German South West Africa</territory>
<territory>German East Africa</territory>
</components>
</continent>
<continent>
<name>Dutch Empire</name>
<bonus>2</bonus>
<components>
<territory>Netherlands</territory>
<territory>Sumatra</territory>
<territory>Java</territory>
</components>
</continent>
<territory>
<name>Iceland</name>
<borders>
<border>Norway</border>
<border>Great Britain</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Great Britain</name>
<borders>
<border>Iceland</border>
<border>France</border>
<border>Naval Superiority</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Norway</name>
<borders>
<border>Iceland</border>
<border>Sweden</border>
<border>Finland</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Sweden</name>
<borders>
<border>Norway</border>
<border>Germany</border>
<border>Finland</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>France</name>
<borders>
<border>Great Britain</border>
<border>Spain</border>
<border>Netherlands</border>
<border>Italy</border>
<border>Germany</border>
<border>French West Africa</border>
<border>Naval Superiority</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Spain</name>
<borders>
<border>Portugal</border>
<border>Morocco</border>
<border>France</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Portugal</name>
<borders>
<border>Spain</border>
<border>Naval Superiority</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Germany</name>
<borders>
<border>France</border>
<border>Netherlands</border>
<border>Sweden</border>
<border>Warsaw</border>
<border>Austria-Hungary</border>
<border>Vilno</border>
<border>Naval Superiority</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Austria-Hungary</name>
<borders>
<border>Germany</border>
<border>Warsaw</border>
<border>Ukraine</border>
<border>Balkans</border>
<border>Italy</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Italy</name>
<borders>
<border>France</border>
<border>Austria-Hungary</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Netherlands</name>
<borders>
<border>France</border>
<border>Germany</border>
<border>Naval Superiority</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Balkans</name>
<borders>
<border>Austria-Hungary</border>
<border>Ukraine</border>
<border>Ottoman Empire</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Morocco</name>
<borders>
<border>Spain</border>
<border>French West Africa</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Liberia</name>
<borders>
<border>French West Africa</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>French West Africa</name>
<borders>
<border>France</border>
<border>Tripoli</border>
<border>Morocco</border>
<border>Liberia</border>
<border>Nigeria</border>
<border>Cameroon</border>
<border>Congo</border>
<border>Egypt and Sudan</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Tripoli</name>
<borders>
<border>French West Africa</border>
<border>Egypt and Sudan</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Nigeria</name>
<borders>
<border>French West Africa</border>
<border>Cameroon</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Egypt and Sudan</name>
<borders>
<border>Tripoli</border>
<border>French West Africa</border>
<border>Abyssinia</border>
<border>Ottoman Empire</border>
<border>Congo</border>
<border>British East Africa</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Abyssinia</name>
<borders>
<border>Egypt and Sudan</border>
<border>Somaliland</border>
<border>British East Africa</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Somaliland</name>
<borders>
<border>Abyssinia</border>
<border>British East Africa</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>British East Africa</name>
<borders>
<border>Abyssinia</border>
<border>Somaliland</border>
<border>Congo</border>
<border>German East Africa</border>
<border>Egypt and Sudan</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Cameroon</name>
<borders>
<border>Congo</border>
<border>Nigeria</border>
<border>French West Africa</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Congo</name>
<borders>
<border>Angola</border>
<border>Cameroon</border>
<border>French West Africa</border>
<border>German East Africa</border>
<border>Rhodesia</border>
<border>Egypt and Sudan</border>
<border>British East Africa</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Angola</name>
<borders>
<border>Congo</border>
<border>Rhodesia</border>
<border>German South West Africa</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>German South West Africa</name>
<borders>
<border>South Africa</border>
<border>Rhodesia</border>
<border>Angola</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>South Africa</name>
<borders>
<border>German South West Africa</border>
<border>Rhodesia</border>
<border>Portuguese East Africa</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Rhodesia</name>
<borders>
<border>Congo</border>
<border>Angola</border>
<border>German South West Africa</border>
<border>South Africa</border>
<border>Portuguese East Africa</border>
<border>German East Africa</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Portuguese East Africa</name>
<borders>
<border>Madagascar</border>
<border>Rhodesia</border>
<border>South Africa</border>
<border>German East Africa</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Madagascar</name>
<borders>
<border>Portuguese East Africa</border>
<border>German East Africa</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>German East Africa</name>
<borders>
<border>Madagascar</border>
<border>Congo</border>
<border>Rhodesia</border>
<border>Portuguese East Africa</border>
<border>British East Africa</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Ottoman Empire</name>
<borders>
<border>Balkans</border>
<border>Caucasus</border>
<border>Persia</border>
<border>Arabia</border>
<border>Egypt and Sudan</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Arabia</name>
<borders>
<border>Ottoman Empire</border>
<border>Persia</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Persia</name>
<borders>
<border>Ottoman Empire</border>
<border>Caucasus</border>
<border>Arabia</border>
<border>Turkestan</border>
<border>Afghanistan</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Afghanistan</name>
<borders>
<border>India</border>
<border>Persia</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Finland</name>
<borders>
<border>Norway</border>
<border>Sweden</border>
<border>St. Petersburg</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>St. Petersburg</name>
<borders>
<border>Kazan</border>
<border>Vilno</border>
<border>Moscow</border>
<border>Finland</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Warsaw</name>
<borders>
<border>Vilno</border>
<border>Moscow</border>
<border>Ukraine</border>
<border>Germany</border>
<border>Austria-Hungary</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Vilno</name>
<borders>
<border>St. Petersburg</border>
<border>Warsaw</border>
<border>Moscow</border>
<border>Germany</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Ukraine</name>
<borders>
<border>Warsaw</border>
<border>Moscow</border>
<border>Caucasus</border>
<border>Austria-Hungary</border>
<border>Balkans</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Moscow</name>
<borders>
<border>Vilno</border>
<border>Ukraine</border>
<border>Kazan</border>
<border>St. Petersburg</border>
<border>Warsaw</border>
<border>Caucasus</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Kazan</name>
<borders>
<border>St. Petersburg</border>
<border>Moscow</border>
<border>Caucasus</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Caucasus</name>
<borders>
<border>Kazan</border>
<border>Turkestan</border>
<border>Moscow</border>
<border>Omsk</border>
<border>Ukraine</border>
<border>Ottoman Empire</border>
<border>Persia</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Turkestan</name>
<borders>
<border>Caucasus</border>
<border>Sinkiang</border>
<border>Omsk</border>
<border>Persia</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Omsk</name>
<borders>
<border>Irkutsk</border>
<border>Turkestan</border>
<border>Caucasus</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Amur</name>
<borders>
<border>Karafuto</border>
<border>Irkutsk</border>
<border>Manchuria</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Irkutsk</name>
<borders>
<border>Omsk</border>
<border>Amur</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Sinkiang</name>
<borders>
<border>Tibet</border>
<border>Peking</border>
<border>Mongolia</border>
<border>Turkestan</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Tibet</name>
<borders>
<border>Sinkiang</border>
<border>Peking</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Mongolia</name>
<borders>
<border>Sinkiang</border>
<border>Peking</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Peking</name>
<borders>
<border>Sinkiang</border>
<border>Tibet</border>
<border>Canton</border>
<border>Shanghai</border>
<border>Manchuria</border>
<border>Mongolia</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Canton</name>
<borders>
<border>Peking</border>
<border>Shanghai</border>
<border>Indochina</border>
<border>Burma</border>
<border>Philippine Islands</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Shanghai</name>
<borders>
<border>Peking</border>
<border>Canton</border>
<border>Taiwan</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Manchuria</name>
<borders>
<border>Amur</border>
<border>Korea</border>
<border>Peking</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>India</name>
<borders>
<border>Afghanistan</border>
<border>Nepal</border>
<border>Burma</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Nepal</name>
<borders>
<border>India</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Burma</name>
<borders>
<border>India</border>
<border>Siam</border>
<border>Indochina</border>
<border>Canton</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Siam</name>
<borders>
<border>Burma</border>
<border>Indochina</border>
<border>Sumatra</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Indochina</name>
<borders>
<border>Canton</border>
<border>Burma</border>
<border>Siam</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Japan</name>
<borders>
<border>Karafuto</border>
<border>Korea</border>
<border>Taiwan</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Karafuto</name>
<borders>
<border>Amur</border>
<border>Japan</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Korea</name>
<borders>
<border>Manchuria</border>
<border>Japan</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Taiwan</name>
<borders>
<border>Japan</border>
<border>Shanghai</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Philippine Islands</name>
<borders>
<border>Canton</border>
<border>Borneo</border>
<border>New Guinea</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Borneo</name>
<borders>
<border>Philippine Islands</border>
<border>Sumatra</border>
<border>Java</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Sumatra</name>
<borders>
<border>Borneo</border>
<border>Siam</border>
<border>Java</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Java</name>
<borders>
<border>Borneo</border>
<border>Sumatra</border>
<border>Australia</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>New Guinea</name>
<borders>
<border>Philippine Islands</border>
<border>Australia</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Australia</name>
<borders>
<border>Java</border>
<border>New Guinea</border>
<border>New Zealand</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>New Zealand</name>
<borders>
<border>Australia</border>
</borders>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
<territory>
<name>Naval Superiority</name>
<borders>
</borders>
<bombardments>
<bombardment>Indochina</bombardment>
<bombardment>Madagascar</bombardment>
<bombardment>French West Africa</bombardment>
<bombardment>Rhodesia</bombardment>
<bombardment>India</bombardment>
<bombardment>South Africa</bombardment>
<bombardment>Egypt and Sudan</bombardment>
<bombardment>British East Africa</bombardment>
<bombardment>Sumatra</bombardment>
<bombardment>Java</bombardment>
<bombardment>Nigeria</bombardment>
<bombardment>Cameroon</bombardment>
<bombardment>German South West Africa</bombardment>
<bombardment>German East Africa</bombardment>
<bombardment>Angola</bombardment>
<bombardment>Portuguese East Africa</bombardment>
</bombardments>
<coordinates>
<smallx>557</smallx>
<smally>368</smally>
<largex>697</largex>
<largey>455</largey>
</coordinates>
</territory>
</map>