After checking the XML file, I am glad to confirm that everything in the code seems to be right.

Congratulations koontz1973!
,
Moderator: Cartographers



















		OliverFA wrote:[Adding XML stamp]
After checking the XML file, I am glad to confirm that everything in the code seems to be right.
Congratulations koontz1973!






















		<?xml version="1.0" encoding="UTF-8"?>
<map>
<objective>
   <name>All Cities</name>
   <components>
      <territory>Ålborg</territory>
      <territory>Århus</territory>
      <territory>Esbjerg</territory>
      <territory>Odense</territory>
      <territory>København</territory>
   </components>
</objective>
<continent>
   <name>Nord Jylland</name>
   <bonus>2</bonus>
   <components>
      <territory>Skagen</territory>
      <territory>Brønderslev</territory>
      <territory>Ålborg</territory>
      <territory>Thisted</territory>
   </components>
</continent>
<continent>
   <name>Vest Jylland</name>
   <bonus>3</bonus>
   <components>
      <territory>Holstebro</territory>
      <territory>Herning</territory>
      <territory>Viborg</territory>
      <territory>Skive</territory>
   </components>
</continent>
<continent>
   <name>Øst Jylland</name>
   <bonus>5</bonus>
   <components>
      <territory>Hadsund</territory>
      <territory>Aars</territory>
      <territory>Randers</territory>
      <territory>Silkeborg</territory>
      <territory>Århus</territory>
      <territory>Djursland</territory>
   </components>
</continent>
<continent>
   <name>Midt Jylland</name>
   <bonus>6</bonus>
   <components>
      <territory>Varde</territory>
      <territory>Skjern</territory>
      <territory>Bryrup</territory>
      <territory>Ikast</territory>
      <territory>Skanderborg</territory>
      <territory>Horsens</territory>
      <territory>Vejle</territory>
      <territory>Samsø</territory>
   </components>
</continent>
<continent>
   <name>Syd Jylland</name>
   <bonus>5</bonus>
   <components>
      <territory>Esbjerg</territory>
      <territory>Billund</territory>
      <territory>Vejen</territory>
      <territory>Kolding</territory>
      <territory>Fredericia</territory>
   </components>
</continent>
<continent>
   <name>Sønder Jylland</name>
   <bonus>3</bonus>
   <components>
      <territory>Ribe</territory>
      <territory>Toftlund</territory>
      <territory>Tønder</territory>
      <territory>Padborg</territory>
      <territory>Sønderborg</territory>
      <territory>Haderslev</territory>
   </components>
</continent>
<continent>
   <name>Fyn</name>
   <bonus>4</bonus>
   <components>
      <territory>Bogense</territory>
      <territory>Middelfart</territory>
      <territory>Odense</territory>
      <territory>Faaborg</territory>
      <territory>Svenborg</territory>
      <territory>Nyborg</territory>
      <territory>Kerteminde</territory>
   </components>
</continent>
<continent>
   <name>Vest Sjælland</name>
   <bonus>6</bonus>
   <components>
      <territory>Holbæk</territory>
      <territory>Kalundborg</territory>
      <territory>Slagelse</territory>
      <territory>Korsør</territory>
      <territory>Næstved</territory>
      <territory>Haslev</territory>
   </components>
</continent>
<continent>
   <name>Øst Sjælland</name>
   <bonus>5</bonus>
   <components>
      <territory>Helsingør</territory>
      <territory>Frederikssund</territory>
      <territory>København</territory>
      <territory>Roskilde</territory>
      <territory>Ringsted</territory>
      <territory>Køge</territory>
      <territory>Præstø</territory>
   </components>
</continent>
<continent>
   <name>Syd Sjælland</name>
   <bonus>4</bonus>
   <components>
      <territory>Møn</territory>
      <territory>Vordingborg</territory>
      <territory>Falster</territory>
      <territory>Øst Lolland</territory>
      <territory>Vest Lolland</territory>
      <territory>Langeland</territory>
      <territory>Ærø</territory>
   </components>
</continent>
<territory>
   <name>Skagen</name>
   <borders>
      <border>Brønderslev</border>
   </borders>
   <coordinates>
      <smallx>223</smallx>
      <smally>90</smally>
      <largex>299</largex>
      <largey>108</largey>
   </coordinates>
   <neutral>3</neutral>
</territory>
<territory>
   <name>Brønderslev</name>
   <borders>
      <border>Skagen</border>
      <border>Ålborg</border>
      <border>Thisted</border>
      <border>Aars</border>
   </borders>
   <coordinates>
      <smallx>208</smallx>
      <smally>134</smally>
      <largex>279</largex>
      <largey>167</largey>
   </coordinates>
</territory>
<territory>
   <name>Thisted</name>
   <borders>
      <border>Holstebro</border>
      <border>Brønderslev</border>
   </borders>
   <coordinates>
      <smallx>59</smallx>
      <smally>175</smally>
      <largex>101</largex>
      <largey>222</largey>
   </coordinates>
</territory>
<territory>
   <name>Ålborg</name>
   <borders>
      <border>Brønderslev</border>
      <border>Hadsund</border>
      <border>Aars</border>
   </borders>
   <coordinates>
      <smallx>179</smallx>
      <smally>162</smally>
      <largex>239</largex>
      <largey>210</largey>
   </coordinates>
   <neutral>3</neutral>
   <bonus>1</bonus>
</territory>
<territory>
   <name>Hadsund</name>
   <borders>
      <border>Ålborg</border>
      <border>Aars</border>
      <border>Randers</border>
   </borders>
   <coordinates>
      <smallx>205</smallx>
      <smally>217</smally>
      <largex>275</largex>
      <largey>279</largey>
   </coordinates>
</territory>
<territory>
   <name>Aars</name>
   <borders>
      <border>Hadsund</border>
      <border>Randers</border>
      <border>Ålborg</border>
      <border>Brønderslev</border>
   </borders>
   <coordinates>
      <smallx>151</smallx>
      <smally>223</smally>
      <largex>203</largex>
      <largey>285</largey>
   </coordinates>
</territory>
<territory>
   <name>Randers</name>
   <borders>
      <border>Hadsund</border>
      <border>Aars</border>
      <border>Djursland</border>
      <border>Silkeborg</border>
   </borders>
   <coordinates>
      <smallx>197</smallx>
      <smally>266</smally>
      <largex>264</largex>
      <largey>344</largey>
   </coordinates>
</territory>
<territory>
   <name>Silkeborg</name>
   <borders>
      <border>Randers</border>
      <border>Djursland</border>
      <border>Århus</border>
      <border>Skanderborg</border>
      <border>Viborg</border>
   </borders>
   <coordinates>
      <smallx>182</smallx>
      <smally>309</smally>
      <largex>244</largex>
      <largey>400</largey>
   </coordinates>
</territory>
<territory>
   <name>Djursland</name>
   <borders>
      <border>Århus</border>
      <border>Silkeborg</border>
      <border>Randers</border>
      <border>Kattegat</border>
   </borders>
   <coordinates>
      <smallx>267</smallx>
      <smally>298</smally>
      <largex>356</largex>
      <largey>386</largey>
   </coordinates>
</territory>
<territory>
   <name>Århus</name>
   <borders>
      <border>Djursland</border>
      <border>Silkeborg</border>
      <border>Skanderborg</border>
      <border>Horsens</border>
   </borders>
   <coordinates>
      <smallx>223</smallx>
      <smally>321</smally>
      <largex>299</largex>
      <largey>421</largey>
   </coordinates>
   <neutral>3</neutral>
   <bonus>1</bonus>
</territory>
<territory>
   <name>Skive</name>
   <borders>
      <border>Viborg</border>
      <border>Herning</border>
      <border>Holstebro</border>
   </borders>
   <coordinates>
      <smallx>91</smallx>
      <smally>257</smally>
      <largex>126</largex>
      <largey>346</largey>
   </coordinates>
   <neutral>3</neutral>
</territory>
<territory>
   <name>Holstebro</name>
   <borders>
      <border>Thisted</border>
      <border>Skive</border>
      <border>Herning</border>
   </borders>
   <coordinates>
      <smallx>39</smallx>
      <smally>290</smally>
      <largex>53</largex>
      <largey>374</largey>
   </coordinates>
</territory>
<territory>
   <name>Viborg</name>
   <borders>
      <border>Skive</border>
      <border>Herning</border>
      <border>Ikast</border>
      <border>Silkeborg</border>
   </borders>
   <coordinates>
      <smallx>120</smallx>
      <smally>300</smally>
      <largex>158</largex>
      <largey>395</largey>
   </coordinates>
</territory>
<territory>
   <name>Herning</name>
   <borders>
      <border>Viborg</border>
      <border>Ikast</border>
      <border>Skive</border>
      <border>Holstebro</border>
      <border>Varde</border>
   </borders>
   <coordinates>
      <smallx>41</smallx>
      <smally>333</smally>
      <largex>63</largex>
      <largey>437</largey>
   </coordinates>
</territory>
<territory>
   <name>Skjern</name>
   <borders>
      <border>Ikast</border>
      <border>Bryrup</border>
      <border>Varde</border>
   </borders>
   <coordinates>
      <smallx>61</smallx>
      <smally>370</smally>
      <largex>83</largex>
      <largey>486</largey>
   </coordinates>
</territory>
<territory>
   <name>Ikast</name>
   <borders>
      <border>Viborg</border>
      <border>Herning</border>
      <border>Skjern</border>
      <border>Bryrup</border>
      <border>Skanderborg</border>
   </borders>
   <coordinates>
      <smallx>125</smallx>
      <smally>348</smally>
      <largex>163</largex>
      <largey>457</largey>
   </coordinates>
</territory>
<territory>
   <name>Varde</name>
   <borders>
      <border>Herning</border>
      <border>Skjern</border>
      <border>Bryrup</border>
      <border>Billund</border>
      <border>Esbjerg</border>
      <border>Ribe</border>
   </borders>
   <coordinates>
      <smallx>44</smallx>
      <smally>417</smally>
      <largex>60</largex>
      <largey>549</largey>
   </coordinates>
</territory>
<territory>
   <name>Bryrup</name>
   <borders>
      <border>Skanderborg</border>
      <border>Ikast</border>
      <border>Skjern</border>
      <border>Varde</border>
   </borders>
   <coordinates>
      <smallx>97</smallx>
      <smally>382</smally>
      <largex>134</largex>
      <largey>502</largey>
   </coordinates>
</territory>
<territory>
   <name>Skanderborg</name>
   <borders>
      <border>Horsens</border>
      <border>Vejle</border>
      <border>Bryrup</border>
      <border>Ikast</border>
      <border>Billund</border>
      <border>Silkeborg</border>
      <border>Århus</border>
   </borders>
   <coordinates>
      <smallx>159</smallx>
      <smally>373</smally>
      <largex>213</largex>
      <largey>493</largey>
   </coordinates>
</territory>
<territory>
   <name>Horsens</name>
   <borders>
      <border>Samsø</border>
      <border>Skanderborg</border>
      <border>Århus</border>
   </borders>
   <coordinates>
      <smallx>210</smallx>
      <smally>373</smally>
      <largex>281</largex>
      <largey>490</largey>
   </coordinates>
</territory>
<territory>
   <name>Vejle</name>
   <borders>
      <border>Skanderborg</border>
   </borders>
   <coordinates>
      <smallx>188</smallx>
      <smally>410</smally>
      <largex>249</largex>
      <largey>538</largey>
   </coordinates>
</territory>
<territory>
   <name>Samsø</name>
   <borders>
      <border>Horsens</border>
      <border>Kalundborg</border>
   </borders>
   <coordinates>
      <smallx>268</smallx>
      <smally>389</smally>
      <largex>353</largex>
      <largey>522</largey>
   </coordinates>
</territory>
<territory>
   <name>Kattegat</name>
   <borders>
      <border>Djursland</border>
      <border>Holbæk</border>
   </borders>
   <coordinates>
      <smallx>308</smallx>
      <smally>358</smally>
      <largex>416</largex>
      <largey>470</largey>
   </coordinates>
   <neutral>1</neutral>
</territory>
<territory>
   <name>Østersoen</name>
   <borders>
      <border>København</border>
      <border>Møn</border>
   </borders>
   <coordinates>
      <smallx>503</smallx>
      <smally>517</smally>
      <largex>673</largex>
      <largey>682</largey>
   </coordinates>
   <neutral>1</neutral>
</territory>
<territory>
   <name>Esbjerg</name>
   <borders>
      <border>Varde</border>
      <border>Billund</border>
      <border>Vejen</border>
   </borders>
   <coordinates>
      <smallx>76</smallx>
      <smally>454</smally>
      <largex>102</largex>
      <largey>599</largey>
   </coordinates>
   <neutral>3</neutral>
   <bonus>1</bonus>
</territory>
<territory>
   <name>Billund</name>
   <borders>
      <border>Skanderborg</border>
      <border>Fredericia</border>
      <border>Vejen</border>
      <border>Esbjerg</border>
      <border>Varde</border>
   </borders>
   <coordinates>
      <smallx>114</smallx>
      <smally>419</smally>
      <largex>152</largex>
      <largey>553</largey>
   </coordinates>
</territory>
<territory>
   <name>Vejen</name>
   <borders>
      <border>Esbjerg</border>
      <border>Billund</border>
      <border>Fredericia</border>
      <border>Kolding</border>
      <border>Ribe</border>
   </borders>
   <coordinates>
      <smallx>107</smallx>
      <smally>464</smally>
      <largex>149</largex>
      <largey>603</largey>
   </coordinates>
</territory>
<territory>
   <name>Fredericia</name>
   <borders>
      <border>Billund</border>
      <border>Vejen</border>
      <border>Kolding</border>
      <border>Middelfart</border>
   </borders>
   <coordinates>
      <smallx>142</smallx>
      <smally>440</smally>
      <largex>190</largex>
      <largey>579</largey>
   </coordinates>
</territory>
<territory>
   <name>Kolding</name>
   <borders>
      <border>Fredericia</border>
      <border>Vejen</border>
      <border>Ribe</border>
      <border>Haderslev</border>
   </borders>
   <coordinates>
      <smallx>142</smallx>
      <smally>471</smally>
      <largex>191</largex>
      <largey>624</largey>
   </coordinates>
</territory>
<territory>
   <name>Ribe</name>
   <borders>
      <border>Varde</border>
      <border>Vejen</border>
      <border>Kolding</border>
      <border>Haderslev</border>
      <border>Toftlund</border>
   </borders>
   <coordinates>
      <smallx>105</smallx>
      <smally>505</smally>
      <largex>141</largex>
      <largey>666</largey>
   </coordinates>
</territory>
<territory>
   <name>Haderslev</name>
   <borders>
      <border>Kolding</border>
      <border>Faaborg</border>
      <border>Ribe</border>
      <border>Toftlund</border>
      <border>Sønderborg</border>
   </borders>
   <coordinates>
      <smallx>136</smallx>
      <smally>520</smally>
      <largex>186</largex>
      <largey>684</largey>
   </coordinates>
</territory>
<territory>
   <name>Toftlund</name>
   <borders>
      <border>Ribe</border>
      <border>Haderslev</border>
      <border>Sønderborg</border>
      <border>Tønder</border>
   </borders>
   <coordinates>
      <smallx>88</smallx>
      <smally>525</smally>
      <largex>119</largex>
      <largey>693</largey>
   </coordinates>
</territory>
<territory>
   <name>Tønder</name>
   <borders>
      <border>Padborg</border>
      <border>Sønderborg</border>
      <border>Toftlund</border>
   </borders>
   <coordinates>
      <smallx>76</smallx>
      <smally>572</smally>
      <largex>103</largex>
      <largey>752</largey>
   </coordinates>
</territory>
<territory>
   <name>Sønderborg</name>
   <borders>
      <border>Padborg</border>
      <border>Tønder</border>
      <border>Toftlund</border>
      <border>Haderslev</border>
      <border>Faaborg</border>
      <border>Ærø</border>
   </borders>
   <coordinates>
      <smallx>140</smallx>
      <smally>566</smally>
      <largex>191</largex>
      <largey>742</largey>
   </coordinates>
</territory>
<territory>
   <name>Padborg</name>
   <borders>
      <border>Sønderborg</border>
      <border>Tønder</border>
   </borders>
   <coordinates>
      <smallx>104</smallx>
      <smally>583</smally>
      <largex>139</largex>
      <largey>766</largey>
   </coordinates>
</territory>
<territory>
   <name>Bogense</name>
   <borders>
      <border>Middelfart</border>
      <border>Odense</border>
   </borders>
   <coordinates>
      <smallx>233</smallx>
      <smally>444</smally>
      <largex>312</largex>
      <largey>585</largey>
   </coordinates>
</territory>
<territory>
   <name>Middelfart</name>
   <borders>
      <border>Fredericia</border>
      <border>Bogense</border>
      <border>Odense</border>
      <border>Faaborg</border>
   </borders>
   <coordinates>
      <smallx>200</smallx>
      <smally>465</smally>
      <largex>268</largex>
      <largey>613</largey>
   </coordinates>
</territory>
<territory>
   <name>Odense</name>
   <borders>
      <border>Bogense</border>
      <border>Middelfart</border>
      <border>Faaborg</border>
      <border>Nyborg</border>
      <border>Kerteminde</border>
   </borders>
   <coordinates>
      <smallx>225</smallx>
      <smally>477</smally>
      <largex>303</largex>
      <largey>629</largey>
   </coordinates>
   <neutral>3</neutral>
   <bonus>1</bonus>
</territory>
<territory>
   <name>Faaborg</name>
   <borders>
      <border>Sønderborg</border>
      <border>Haderslev</border>
      <border>Svenborg</border>
      <border>Nyborg</border>
      <border>Odense</border>
      <border>Middelfart</border>
   </borders>
   <coordinates>
      <smallx>222</smallx>
      <smally>512</smally>
      <largex>297</largex>
      <largey>676</largey>
   </coordinates>
</territory>
<territory>
   <name>Svenborg</name>
   <borders>
      <border>Nyborg</border>
      <border>Faaborg</border>
      <border>Langeland</border>
   </borders>
   <coordinates>
      <smallx>263</smallx>
      <smally>528</smally>
      <largex>352</largex>
      <largey>697</largey>
   </coordinates>
</territory>
<territory>
   <name>Nyborg</name>
   <borders>
      <border>Kerteminde</border>
      <border>Odense</border>
      <border>Svenborg</border>
      <border>Faaborg</border>
      <border>Korsør</border>
   </borders>
   <coordinates>
      <smallx>268</smallx>
      <smally>492</smally>
      <largex>359</largex>
      <largey>649</largey>
   </coordinates>
</territory>
<territory>
   <name>Kerteminde</name>
   <borders>
      <border>Nyborg</border>
      <border>Odense</border>
   </borders>
   <coordinates>
      <smallx>281</smallx>
      <smally>467</smally>
      <largex>369</largex>
      <largey>623</largey>
   </coordinates>
</territory>
<territory>
   <name>Ærø</name>
   <borders>
      <border>Langeland</border>
      <border>Sønderborg</border>
   </borders>
   <coordinates>
      <smallx>241</smallx>
      <smally>568</smally>
      <largex>323</largex>
      <largey>752</largey>
   </coordinates>
</territory>
<territory>
   <name>Langeland</name>
   <borders>
      <border>Vest Lolland</border>
      <border>Ærø</border>
      <border>Svenborg</border>
   </borders>
   <coordinates>
      <smallx>300</smallx>
      <smally>534</smally>
      <largex>400</largex>
      <largey>705</largey>
   </coordinates>
</territory>
<territory>
   <name>Vest Lolland</name>
   <borders>
      <border>Øst Lolland</border>
      <border>Langeland</border>
   </borders>
   <coordinates>
      <smallx>339</smallx>
      <smally>586</smally>
      <largex>453</largex>
      <largey>771</largey>
   </coordinates>
</territory>
<territory>
   <name>Øst Lolland</name>
   <borders>
      <border>Vest Lolland</border>
      <border>Falster</border>
   </borders>
   <coordinates>
      <smallx>373</smallx>
      <smally>606</smally>
      <largex>478</largex>
      <largey>799</largey>
   </coordinates>
</territory>
<territory>
   <name>Falster</name>
   <borders>
      <border>Øst Lolland</border>
      <border>Møn</border>
      <border>Vordingborg</border>
   </borders>
   <coordinates>
      <smallx>417</smallx>
      <smally>581</smally>
      <largex>551</largex>
      <largey>769</largey>
   </coordinates>
</territory>
<territory>
   <name>Møn</name>
   <borders>
      <border>Falster</border>
      <border>Vordingborg</border>
      <border>Østersoen</border>
   </borders>
   <coordinates>
      <smallx>454</smallx>
      <smally>551</smally>
      <largex>605</largex>
      <largey>727</largey>
   </coordinates>
</territory>
<territory>
   <name>Vordingborg</name>
   <borders>
      <border>Møn</border>
      <border>Falster</border>
      <border>Næstved</border>
      <border>Præstø</border>
   </borders>
   <coordinates>
      <smallx>405</smallx>
      <smally>532</smally>
      <largex>541</largex>
      <largey>702</largey>
   </coordinates>
</territory>
<territory>
   <name>Holbæk</name>
   <borders>
      <border>Kattegat</border>
      <border>Kalundborg</border>
      <border>Roskilde</border>
   </borders>
   <coordinates>
      <smallx>364</smallx>
      <smally>401</smally>
      <largex>487</largex>
      <largey>527</largey>
   </coordinates>
</territory>
<territory>
   <name>Kalundborg</name>
   <borders>
      <border>Holbæk</border>
      <border>Samsø</border>
      <border>Slagelse</border>
      <border>Ringsted</border>
      <border>Roskilde</border>
   </borders>
   <coordinates>
      <smallx>336</smallx>
      <smally>425</smally>
      <largex>449</largex>
      <largey>559</largey>
   </coordinates>
</territory>
<territory>
   <name>Slagelse</name>
   <borders>
      <border>Kalundborg</border>
      <border>Korsør</border>
      <border>Ringsted</border>
      <border>Haslev</border>
   </borders>
   <coordinates>
      <smallx>342</smallx>
      <smally>461</smally>
      <largex>457</largex>
      <largey>607</largey>
   </coordinates>
</territory>
<territory>
   <name>Korsør</name>
   <borders>
      <border>Næstved</border>
      <border>Haslev</border>
      <border>Slagelse</border>
      <border>Nyborg</border>
   </borders>
   <coordinates>
      <smallx>349</smallx>
      <smally>501</smally>
      <largex>467</largex>
      <largey>661</largey>
   </coordinates>
</territory>
<territory>
   <name>Næstved</name>
   <borders>
      <border>Vordingborg</border>
      <border>Præstø</border>
      <border>Haslev</border>
      <border>Korsør</border>
   </borders>
   <coordinates>
      <smallx>390</smallx>
      <smally>508</smally>
      <largex>521</largex>
      <largey>670</largey>
   </coordinates>
</territory>
<territory>
   <name>Haslev</name>
   <borders>
      <border>Ringsted</border>
      <border>Køge</border>
      <border>Præstø</border>
      <border>Næstved</border>
      <border>Korsør</border>
      <border>Slagelse</border>
   </borders>
   <coordinates>
      <smallx>399</smallx>
      <smally>473</smally>
      <largex>533</largex>
      <largey>623</largey>
   </coordinates>
</territory>
<territory>
   <name>Frederikssund</name>
   <borders>
      <border>Helsingør</border>
      <border>København</border>
   </borders>
   <coordinates>
      <smallx>429</smallx>
      <smally>368</smally>
      <largex>573</largex>
      <largey>483</largey>
   </coordinates>
</territory>
<territory>
   <name>Helsingør</name>
   <borders>
      <border>Frederikssund</border>
      <border>København</border>
   </borders>
   <coordinates>
      <smallx>458</smallx>
      <smally>357</smally>
      <largex>612</largex>
      <largey>469</largey>
   </coordinates>
</territory>
<territory>
   <name>København</name>
   <borders>
      <border>Helsingør</border>
      <border>Frederikssund</border>
      <border>Østersoen</border>
      <border>Køge</border>
      <border>Roskilde</border>
   </borders>
   <coordinates>
      <smallx>438</smallx>
      <smally>429</smally>
      <largex>585</largex>
      <largey>565</largey>
   </coordinates>
   <neutral>3</neutral>
   <bonus>1</bonus>
</territory>
<territory>
   <name>Køge</name>
   <borders>
      <border>Præstø</border>
      <border>Haslev</border>
      <border>Ringsted</border>
      <border>Roskilde</border>
      <border>København</border>
   </borders>
   <coordinates>
      <smallx>425</smallx>
      <smally>454</smally>
      <largex>568</largex>
      <largey>601</largey>
   </coordinates>
</territory>
<territory>
   <name>Præstø</name>
   <borders>
      <border>Vordingborg</border>
      <border>Næstved</border>
      <border>Haslev</border>
      <border>Køge</border>
   </borders>
   <coordinates>
      <smallx>439</smallx>
      <smally>492</smally>
      <largex>587</largex>
      <largey>649</largey>
   </coordinates>
</territory>
<territory>
   <name>Roskilde</name>
   <borders>
      <border>Holbæk</border>
      <border>Kalundborg</border>
      <border>Ringsted</border>
      <border>Køge</border>
      <border>København</border>
   </borders>
   <coordinates>
      <smallx>400</smallx>
      <smally>437</smally>
      <largex>537</largex>
      <largey>576</largey>
   </coordinates>
</territory>
<territory>
   <name>Ringsted</name>
   <borders>
      <border>Køge</border>
      <border>Haslev</border>
      <border>Slagelse</border>
      <border>Kalundborg</border>
      <border>Roskilde</border>
   </borders>
   <coordinates>
      <smallx>375</smallx>
      <smally>462</smally>
      <largex>505</largex>
      <largey>610</largey>
   </coordinates>
</territory>
</map>










		






















		























		










		






















		thenobodies80 wrote:Oh a stupid question, I forgot to ask this before. You want it labelled as Denmark or Kingdom of Denmark? On the thread I see Denmark but on the map is kingdom of denmark. Just wondering now before it goes live.











		






















		Seamus76 wrote:Congrats Flap!! Great work, way to stick with it. Looks great.











		





























2
4
2


6
		<?xml version="1.0" encoding="UTF-8"?>
    <map>
    <objective>
       <name>All Cities</name>
       <components>
          <territory>Ålborg</territory>
          <territory>Århus</territory>
          <territory>Esbjerg</territory>
          <territory>Odense</territory>
          <territory>København</territory>
       </components>
    </objective>
    <continent>
       <name>Nord Jylland</name>
       <bonus>2</bonus>
       <components>
          <territory>Skagen</territory>
          <territory>Brønderslev</territory>
          <territory>Ålborg</territory>
          <territory>Thisted</territory>
       </components>
    </continent>
    <continent>
       <name>Vest Jylland</name>
       <bonus>3</bonus>
       <components>
          <territory>Holstebro</territory>
          <territory>Herning</territory>
          <territory>Viborg</territory>
          <territory>Skive</territory>
       </components>
    </continent>
    <continent>
       <name>Øst Jylland</name>
       <bonus>5</bonus>
       <components>
          <territory>Hadsund</territory>
          <territory>Aars</territory>
          <territory>Randers</territory>
          <territory>Silkeborg</territory>
          <territory>Århus</territory>
          <territory>Djursland</territory>
       </components>
    </continent>
    <continent>
       <name>Midt Jylland</name>
       <bonus>6</bonus>
       <components>
          <territory>Varde</territory>
          <territory>Skjern</territory>
          <territory>Bryrup</territory>
          <territory>Ikast</territory>
          <territory>Skanderborg</territory>
          <territory>Horsens</territory>
          <territory>Vejle</territory>
          <territory>Samsø</territory>
       </components>
    </continent>
    <continent>
       <name>Syd Jylland</name>
       <bonus>5</bonus>
       <components>
          <territory>Esbjerg</territory>
          <territory>Billund</territory>
          <territory>Vejen</territory>
          <territory>Kolding</territory>
          <territory>Fredericia</territory>
       </components>
    </continent>
    <continent>
       <name>Sønder Jylland</name>
       <bonus>3</bonus>
       <components>
          <territory>Ribe</territory>
          <territory>Toftlund</territory>
          <territory>Tønder</territory>
          <territory>Padborg</territory>
          <territory>Sønderborg</territory>
          <territory>Haderslev</territory>
       </components>
    </continent>
    <continent>
       <name>Fyn</name>
       <bonus>4</bonus>
       <components>
          <territory>Bogense</territory>
          <territory>Middelfart</territory>
          <territory>Odense</territory>
          <territory>Faaborg</territory>
          <territory>Svenborg</territory>
          <territory>Nyborg</territory>
          <territory>Kerteminde</territory>
       </components>
    </continent>
    <continent>
       <name>Vest Sjælland</name>
       <bonus>6</bonus>
       <components>
          <territory>Holbæk</territory>
          <territory>Kalundborg</territory>
          <territory>Slagelse</territory>
          <territory>Korsør</territory>
          <territory>Næstved</territory>
          <territory>Haslev</territory>
       </components>
    </continent>
    <continent>
       <name>Øst Sjælland</name>
       <bonus>5</bonus>
       <components>
          <territory>Helsingør</territory>
          <territory>Frederikssund</territory>
          <territory>København</territory>
          <territory>Roskilde</territory>
          <territory>Ringsted</territory>
          <territory>Køge</territory>
          <territory>Præstø</territory>
       </components>
    </continent>
    <continent>
       <name>Syd Sjælland</name>
       <bonus>4</bonus>
       <components>
          <territory>Møn</territory>
          <territory>Vordingborg</territory>
          <territory>Falster</territory>
          <territory>Øst Lolland</territory>
          <territory>Vest Lolland</territory>
          <territory>Langeland</territory>
          <territory>Ærø</territory>
       </components>
    </continent>
    <territory>
       <name>Skagen</name>
       <borders>
          <border>Brønderslev</border>
       </borders>
       <coordinates>
          <smallx>223</smallx>
          <smally>90</smally>
          <largex>299</largex>
          <largey>108</largey>
       </coordinates>
       <neutral>3</neutral>
    </territory>
    <territory>
       <name>Brønderslev</name>
       <borders>
          <border>Skagen</border>
          <border>Ålborg</border>
          <border>Thisted</border>
          <border>Aars</border>
       </borders>
       <coordinates>
          <smallx>208</smallx>
          <smally>134</smally>
          <largex>279</largex>
          <largey>167</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Thisted</name>
       <borders>
          <border>Holstebro</border>
          <border>Brønderslev</border>
       </borders>
       <coordinates>
          <smallx>59</smallx>
          <smally>175</smally>
          <largex>101</largex>
          <largey>222</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Ålborg</name>
       <borders>
          <border>Brønderslev</border>
          <border>Hadsund</border>
          <border>Aars</border>
       </borders>
       <coordinates>
          <smallx>179</smallx>
          <smally>162</smally>
          <largex>239</largex>
          <largey>210</largey>
       </coordinates>
       <neutral>3</neutral>
       <bonus>1</bonus>
    </territory>
    <territory>
       <name>Hadsund</name>
       <borders>
          <border>Ålborg</border>
          <border>Aars</border>
          <border>Randers</border>
       </borders>
       <coordinates>
          <smallx>205</smallx>
          <smally>217</smally>
          <largex>275</largex>
          <largey>279</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Aars</name>
       <borders>
          <border>Hadsund</border>
          <border>Randers</border>
          <border>Ålborg</border>
          <border>Brønderslev</border>
       </borders>
       <coordinates>
          <smallx>151</smallx>
          <smally>223</smally>
          <largex>203</largex>
          <largey>285</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Randers</name>
       <borders>
          <border>Hadsund</border>
          <border>Aars</border>
          <border>Djursland</border>
          <border>Silkeborg</border>
       </borders>
       <coordinates>
          <smallx>197</smallx>
          <smally>266</smally>
          <largex>264</largex>
          <largey>344</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Silkeborg</name>
       <borders>
          <border>Randers</border>
          <border>Djursland</border>
          <border>Århus</border>
          <border>Skanderborg</border>
          <border>Viborg</border>
       </borders>
       <coordinates>
          <smallx>182</smallx>
          <smally>309</smally>
          <largex>244</largex>
          <largey>400</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Djursland</name>
       <borders>
          <border>Århus</border>
          <border>Silkeborg</border>
          <border>Randers</border>
          <border>Kattegat</border>
       </borders>
       <coordinates>
          <smallx>267</smallx>
          <smally>298</smally>
          <largex>356</largex>
          <largey>386</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Århus</name>
       <borders>
          <border>Djursland</border>
          <border>Silkeborg</border>
          <border>Skanderborg</border>
          <border>Horsens</border>
       </borders>
       <coordinates>
          <smallx>223</smallx>
          <smally>321</smally>
          <largex>299</largex>
          <largey>421</largey>
       </coordinates>
       <neutral>3</neutral>
       <bonus>1</bonus>
    </territory>
    <territory>
       <name>Skive</name>
       <borders>
          <border>Viborg</border>
          <border>Herning</border>
          <border>Holstebro</border>
       </borders>
       <coordinates>
          <smallx>91</smallx>
          <smally>257</smally>
          <largex>126</largex>
          <largey>346</largey>
       </coordinates>
       <neutral>3</neutral>
    </territory>
    <territory>
       <name>Holstebro</name>
       <borders>
          <border>Thisted</border>
          <border>Skive</border>
          <border>Herning</border>
       </borders>
       <coordinates>
          <smallx>39</smallx>
          <smally>290</smally>
          <largex>53</largex>
          <largey>374</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Viborg</name>
       <borders>
          <border>Skive</border>
          <border>Herning</border>
          <border>Ikast</border>
          <border>Silkeborg</border>
          <border>Skanderborg</border>
       </borders>
       <coordinates>
          <smallx>120</smallx>
          <smally>300</smally>
          <largex>158</largex>
          <largey>395</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Herning</name>
       <borders>
          <border>Viborg</border>
          <border>Ikast</border>
          <border>Skive</border>
          <border>Holstebro</border>
          <border>Varde</border>
       </borders>
       <coordinates>
          <smallx>41</smallx>
          <smally>333</smally>
          <largex>63</largex>
          <largey>437</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Skjern</name>
       <borders>
          <border>Ikast</border>
          <border>Bryrup</border>
          <border>Varde</border>
       </borders>
       <coordinates>
          <smallx>61</smallx>
          <smally>370</smally>
          <largex>83</largex>
          <largey>486</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Ikast</name>
       <borders>
          <border>Viborg</border>
          <border>Herning</border>
          <border>Skjern</border>
          <border>Bryrup</border>
          <border>Skanderborg</border>
       </borders>
       <coordinates>
          <smallx>125</smallx>
          <smally>348</smally>
          <largex>163</largex>
          <largey>457</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Varde</name>
       <borders>
          <border>Herning</border>
          <border>Skjern</border>
          <border>Bryrup</border>
          <border>Billund</border>
          <border>Esbjerg</border>
          <border>Ribe</border>
       </borders>
       <coordinates>
          <smallx>44</smallx>
          <smally>417</smally>
          <largex>60</largex>
          <largey>549</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Bryrup</name>
       <borders>
          <border>Skanderborg</border>
          <border>Ikast</border>
          <border>Skjern</border>
          <border>Varde</border>
       </borders>
       <coordinates>
          <smallx>97</smallx>
          <smally>382</smally>
          <largex>134</largex>
          <largey>502</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Skanderborg</name>
       <borders>
          <border>Horsens</border>
          <border>Vejle</border>
          <border>Bryrup</border>
          <border>Ikast</border>
          <border>Billund</border>
          <border>Silkeborg</border>
          <border>Århus</border>
          <border>Viborg</border>
       </borders>
       <coordinates>
          <smallx>159</smallx>
          <smally>373</smally>
          <largex>213</largex>
          <largey>493</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Horsens</name>
       <borders>
          <border>Samsø</border>
          <border>Skanderborg</border>
          <border>Århus</border>
       </borders>
       <coordinates>
          <smallx>210</smallx>
          <smally>373</smally>
          <largex>281</largex>
          <largey>490</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Vejle</name>
       <borders>
          <border>Skanderborg</border>
       </borders>
       <coordinates>
          <smallx>188</smallx>
          <smally>410</smally>
          <largex>249</largex>
          <largey>538</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Samsø</name>
       <borders>
          <border>Horsens</border>
          <border>Kalundborg</border>
       </borders>
       <coordinates>
          <smallx>268</smallx>
          <smally>389</smally>
          <largex>353</largex>
          <largey>522</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Kattegat</name>
       <borders>
          <border>Djursland</border>
          <border>Holbæk</border>
       </borders>
       <coordinates>
          <smallx>308</smallx>
          <smally>358</smally>
          <largex>416</largex>
          <largey>470</largey>
       </coordinates>
       <neutral>1</neutral>
    </territory>
    <territory>
       <name>Østersoen</name>
       <borders>
          <border>København</border>
          <border>Møn</border>
       </borders>
       <coordinates>
          <smallx>503</smallx>
          <smally>517</smally>
          <largex>673</largex>
          <largey>682</largey>
       </coordinates>
       <neutral>1</neutral>
    </territory>
    <territory>
       <name>Esbjerg</name>
       <borders>
          <border>Varde</border>
          <border>Billund</border>
          <border>Vejen</border>
       </borders>
       <coordinates>
          <smallx>76</smallx>
          <smally>454</smally>
          <largex>102</largex>
          <largey>599</largey>
       </coordinates>
       <neutral>3</neutral>
       <bonus>1</bonus>
    </territory>
    <territory>
       <name>Billund</name>
       <borders>
          <border>Skanderborg</border>
          <border>Fredericia</border>
          <border>Vejen</border>
          <border>Esbjerg</border>
          <border>Varde</border>
       </borders>
       <coordinates>
          <smallx>114</smallx>
          <smally>419</smally>
          <largex>152</largex>
          <largey>553</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Vejen</name>
       <borders>
          <border>Esbjerg</border>
          <border>Billund</border>
          <border>Fredericia</border>
          <border>Kolding</border>
          <border>Ribe</border>
       </borders>
       <coordinates>
          <smallx>107</smallx>
          <smally>464</smally>
          <largex>149</largex>
          <largey>603</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Fredericia</name>
       <borders>
          <border>Billund</border>
          <border>Vejen</border>
          <border>Kolding</border>
          <border>Middelfart</border>
       </borders>
       <coordinates>
          <smallx>142</smallx>
          <smally>440</smally>
          <largex>190</largex>
          <largey>579</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Kolding</name>
       <borders>
          <border>Fredericia</border>
          <border>Vejen</border>
          <border>Ribe</border>
          <border>Haderslev</border>
       </borders>
       <coordinates>
          <smallx>142</smallx>
          <smally>471</smally>
          <largex>191</largex>
          <largey>624</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Ribe</name>
       <borders>
          <border>Varde</border>
          <border>Vejen</border>
          <border>Kolding</border>
          <border>Haderslev</border>
          <border>Toftlund</border>
       </borders>
       <coordinates>
          <smallx>105</smallx>
          <smally>505</smally>
          <largex>141</largex>
          <largey>666</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Haderslev</name>
       <borders>
          <border>Kolding</border>
          <border>Faaborg</border>
          <border>Ribe</border>
          <border>Toftlund</border>
          <border>Sønderborg</border>
       </borders>
       <coordinates>
          <smallx>136</smallx>
          <smally>520</smally>
          <largex>186</largex>
          <largey>684</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Toftlund</name>
       <borders>
          <border>Ribe</border>
          <border>Haderslev</border>
          <border>Sønderborg</border>
          <border>Tønder</border>
       </borders>
       <coordinates>
          <smallx>88</smallx>
          <smally>525</smally>
          <largex>119</largex>
          <largey>693</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Tønder</name>
       <borders>
          <border>Padborg</border>
          <border>Sønderborg</border>
          <border>Toftlund</border>
       </borders>
       <coordinates>
          <smallx>76</smallx>
          <smally>572</smally>
          <largex>103</largex>
          <largey>752</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Sønderborg</name>
       <borders>
          <border>Padborg</border>
          <border>Tønder</border>
          <border>Toftlund</border>
          <border>Haderslev</border>
          <border>Faaborg</border>
          <border>Ærø</border>
       </borders>
       <coordinates>
          <smallx>140</smallx>
          <smally>566</smally>
          <largex>191</largex>
          <largey>742</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Padborg</name>
       <borders>
          <border>Sønderborg</border>
          <border>Tønder</border>
       </borders>
       <coordinates>
          <smallx>104</smallx>
          <smally>583</smally>
          <largex>139</largex>
          <largey>766</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Bogense</name>
       <borders>
          <border>Middelfart</border>
          <border>Odense</border>
       </borders>
       <coordinates>
          <smallx>233</smallx>
          <smally>444</smally>
          <largex>312</largex>
          <largey>585</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Middelfart</name>
       <borders>
          <border>Fredericia</border>
          <border>Bogense</border>
          <border>Odense</border>
          <border>Faaborg</border>
       </borders>
       <coordinates>
          <smallx>200</smallx>
          <smally>465</smally>
          <largex>268</largex>
          <largey>613</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Odense</name>
       <borders>
          <border>Bogense</border>
          <border>Middelfart</border>
          <border>Faaborg</border>
          <border>Nyborg</border>
          <border>Kerteminde</border>
       </borders>
       <coordinates>
          <smallx>225</smallx>
          <smally>477</smally>
          <largex>303</largex>
          <largey>629</largey>
       </coordinates>
       <neutral>3</neutral>
       <bonus>1</bonus>
    </territory>
    <territory>
       <name>Faaborg</name>
       <borders>
          <border>Sønderborg</border>
          <border>Haderslev</border>
          <border>Svenborg</border>
          <border>Nyborg</border>
          <border>Odense</border>
          <border>Middelfart</border>
       </borders>
       <coordinates>
          <smallx>222</smallx>
          <smally>512</smally>
          <largex>297</largex>
          <largey>676</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Svenborg</name>
       <borders>
          <border>Nyborg</border>
          <border>Faaborg</border>
          <border>Langeland</border>
       </borders>
       <coordinates>
          <smallx>263</smallx>
          <smally>528</smally>
          <largex>352</largex>
          <largey>697</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Nyborg</name>
       <borders>
          <border>Kerteminde</border>
          <border>Odense</border>
          <border>Svenborg</border>
          <border>Faaborg</border>
          <border>Korsør</border>
       </borders>
       <coordinates>
          <smallx>268</smallx>
          <smally>492</smally>
          <largex>359</largex>
          <largey>649</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Kerteminde</name>
       <borders>
          <border>Nyborg</border>
          <border>Odense</border>
       </borders>
       <coordinates>
          <smallx>281</smallx>
          <smally>467</smally>
          <largex>369</largex>
          <largey>623</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Ærø</name>
       <borders>
          <border>Langeland</border>
          <border>Sønderborg</border>
       </borders>
       <coordinates>
          <smallx>241</smallx>
          <smally>568</smally>
          <largex>323</largex>
          <largey>752</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Langeland</name>
       <borders>
          <border>Vest Lolland</border>
          <border>Ærø</border>
          <border>Svenborg</border>
       </borders>
       <coordinates>
          <smallx>300</smallx>
          <smally>534</smally>
          <largex>400</largex>
          <largey>705</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Vest Lolland</name>
       <borders>
          <border>Øst Lolland</border>
          <border>Langeland</border>
       </borders>
       <coordinates>
          <smallx>339</smallx>
          <smally>586</smally>
          <largex>453</largex>
          <largey>771</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Øst Lolland</name>
       <borders>
          <border>Vest Lolland</border>
          <border>Falster</border>
       </borders>
       <coordinates>
          <smallx>373</smallx>
          <smally>606</smally>
          <largex>478</largex>
          <largey>799</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Falster</name>
       <borders>
          <border>Øst Lolland</border>
          <border>Møn</border>
          <border>Vordingborg</border>
       </borders>
       <coordinates>
          <smallx>417</smallx>
          <smally>581</smally>
          <largex>551</largex>
          <largey>769</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Møn</name>
       <borders>
          <border>Falster</border>
          <border>Vordingborg</border>
          <border>Østersoen</border>
       </borders>
       <coordinates>
          <smallx>454</smallx>
          <smally>551</smally>
          <largex>605</largex>
          <largey>727</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Vordingborg</name>
       <borders>
          <border>Møn</border>
          <border>Falster</border>
          <border>Næstved</border>
          <border>Præstø</border>
       </borders>
       <coordinates>
          <smallx>405</smallx>
          <smally>532</smally>
          <largex>541</largex>
          <largey>702</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Holbæk</name>
       <borders>
          <border>Kattegat</border>
          <border>Kalundborg</border>
          <border>Roskilde</border>
       </borders>
       <coordinates>
          <smallx>364</smallx>
          <smally>401</smally>
          <largex>487</largex>
          <largey>527</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Kalundborg</name>
       <borders>
          <border>Holbæk</border>
          <border>Samsø</border>
          <border>Slagelse</border>
          <border>Ringsted</border>
          <border>Roskilde</border>
       </borders>
       <coordinates>
          <smallx>336</smallx>
          <smally>425</smally>
          <largex>449</largex>
          <largey>559</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Slagelse</name>
       <borders>
          <border>Kalundborg</border>
          <border>Korsør</border>
          <border>Ringsted</border>
          <border>Haslev</border>
       </borders>
       <coordinates>
          <smallx>342</smallx>
          <smally>461</smally>
          <largex>457</largex>
          <largey>607</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Korsør</name>
       <borders>
          <border>Næstved</border>
          <border>Haslev</border>
          <border>Slagelse</border>
          <border>Nyborg</border>
       </borders>
       <coordinates>
          <smallx>349</smallx>
          <smally>501</smally>
          <largex>467</largex>
          <largey>661</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Næstved</name>
       <borders>
          <border>Vordingborg</border>
          <border>Præstø</border>
          <border>Haslev</border>
          <border>Korsør</border>
       </borders>
       <coordinates>
          <smallx>390</smallx>
          <smally>508</smally>
          <largex>521</largex>
          <largey>670</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Haslev</name>
       <borders>
          <border>Ringsted</border>
          <border>Køge</border>
          <border>Præstø</border>
          <border>Næstved</border>
          <border>Korsør</border>
          <border>Slagelse</border>
       </borders>
       <coordinates>
          <smallx>399</smallx>
          <smally>473</smally>
          <largex>533</largex>
          <largey>623</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Frederikssund</name>
       <borders>
          <border>Helsingør</border>
          <border>København</border>
       </borders>
       <coordinates>
          <smallx>429</smallx>
          <smally>368</smally>
          <largex>573</largex>
          <largey>483</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Helsingør</name>
       <borders>
          <border>Frederikssund</border>
          <border>København</border>
       </borders>
       <coordinates>
          <smallx>458</smallx>
          <smally>357</smally>
          <largex>612</largex>
          <largey>469</largey>
       </coordinates>
    </territory>
    <territory>
       <name>København</name>
       <borders>
          <border>Helsingør</border>
          <border>Frederikssund</border>
          <border>Østersoen</border>
          <border>Køge</border>
          <border>Roskilde</border>
       </borders>
       <coordinates>
          <smallx>438</smallx>
          <smally>429</smally>
          <largex>585</largex>
          <largey>565</largey>
       </coordinates>
       <neutral>3</neutral>
       <bonus>1</bonus>
    </territory>
    <territory>
       <name>Køge</name>
       <borders>
          <border>Præstø</border>
          <border>Haslev</border>
          <border>Ringsted</border>
          <border>Roskilde</border>
          <border>København</border>
       </borders>
       <coordinates>
          <smallx>425</smallx>
          <smally>454</smally>
          <largex>568</largex>
          <largey>601</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Præstø</name>
       <borders>
          <border>Vordingborg</border>
          <border>Næstved</border>
          <border>Haslev</border>
          <border>Køge</border>
       </borders>
       <coordinates>
          <smallx>439</smallx>
          <smally>492</smally>
          <largex>587</largex>
          <largey>649</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Roskilde</name>
       <borders>
          <border>Holbæk</border>
          <border>Kalundborg</border>
          <border>Ringsted</border>
          <border>Køge</border>
          <border>København</border>
       </borders>
       <coordinates>
          <smallx>400</smallx>
          <smally>437</smally>
          <largex>537</largex>
          <largey>576</largey>
       </coordinates>
    </territory>
    <territory>
       <name>Ringsted</name>
       <borders>
          <border>Køge</border>
          <border>Haslev</border>
          <border>Slagelse</border>
          <border>Kalundborg</border>
          <border>Roskilde</border>
       </borders>
       <coordinates>
          <smallx>375</smallx>
          <smally>462</smally>
          <largex>505</largex>
          <largey>610</largey>
       </coordinates>
    </territory>
    </map>





















		




























		nolefan5311 wrote:When will the XML update be put into effect?
And great work. Map looks great.











		






















		thenobodies80 wrote:Sent to the turtle!











		










		





















		koontz1973 wrote:It is possible in the xml to change the winning condition to holding any 3 cities. Holding 5 is not really going to happen. Another way might be to increase the auto deploy to +2 or +3. Cannot remember what Yugoslavia has but take a look at that one.
What is the spelling error. I will change it.











		





















		










		






















		Users browsing this forum: No registered users