Page 1 of 1

XML

PostPosted: Mon May 14, 2007 12:27 pm
by gimil
anyone wanna help me out with teh XML on my portugal map? the bulk of its done i jsut need some changes to it. i would do it but id rather push on with teh graphics

PostPosted: Mon May 14, 2007 3:18 pm
by Gilligan
What part of the XML?

PostPosted: Tue May 15, 2007 5:50 am
by Gilligan
Well?

PostPosted: Tue May 15, 2007 3:32 pm
by Gilligan
Apparently you don't want help.

PostPosted: Wed May 16, 2007 3:12 am
by gimil
lol sorry. i just need

-2 extra counties put in
-Turn the island group into a continent
-Some of the coordinates of the army circles need changed.

PostPosted: Wed May 16, 2007 5:49 am
by Gilligan
I can't do coordinates, but I can do borders and bonuses.

PostPosted: Wed May 16, 2007 6:45 am
by gimil
klkl ive ot the programme for coordinates ill jsut do it.

here the XML. i currently have.

Azore Sul + Azore Norte need to be added.
boarder around the new islans need to be modifiyed
the islands groups need to be made into a continent


Code: Select all
<?xml version="1.0"?>
<map>
   <title>Portugal</title>
   <smallwidth>531</smallwidth>
   <smallheight>400</smallheight>
   <largewidth>690</largewidth>
   <largeheight>520</largeheight>
   <filetype>png</filetype>

   <continent>
      <name>Norte</name>
      <bonus>5</bonus>
      <components>
         <component>Braca d'Alva</component>
         <component>Braganca</component>
         <component>Vila Real</component>
         <component>Chaves</component>
         <component>Braga</component>
         <component>Braga Sul</component>
      </components>
   </continent>
   <continent>
      <name>Centro</name>
      <bonus>7</bonus>
      <components>
         <component>Porto</component>
         <component>Viseu</component>
         <component>Guarda</component>
         <component>Aveiro</component>
         <component>Castello Branco</component>
         <component>Covilha</component>
         <component>Coimbra</component>
         <component>Esterlo</component>
      </components>
   </continent>
   <continent>
      <name>Lisboa</name>
      <bonus>7</bonus>
      <components>
         <component>Azores</component>
         <component>Figuerira Da Foz</component>
         <component>Abrantes</component>
         <component>Lisboa</component>
         <component>Leiria</component>
         <component>Mora</component>
         <component>Almada</component>
      </components>
   </continent>
   <continent>
      <name>Alentejo</name>
      <bonus>6</bonus>
      <components>
         <component>Alentejo Norte</component>
         <component>Evora</component>
         <component>Portalegre</component>
         <component>Estermoz</component>
         <component>Setubal</component>
         <component>Serpa</component>
         <component>Beja</component>
         <component>Sines</component>
         <component>Alentejo Sul</component>
      </components>
   </continent>
   <continent>
      <name>Algarve</name>
      <bonus>4</bonus>
      <components>
         <component>Algave Este</component>
         <component>Algave Oeste</component>
         <component>Faro</component>
         <component>Madeira</component>
      </components>
   </continent>



   <country>
      <name>Barca d'Alva</name>
      <borders>
         <border>Braganca</border>
         <border>Vila Real</border>
         <border>Guarda</border>
      </borders>
      <coordinates>
         <smallx>178</smallx>
         <smally>55</smally>
         <largex>232</largex>
         <largey>65</largey>



      </coordinates>
   </country>

   <country>
      <name>Braganca</name>
      <borders>
         <border>Barca d'Alva</border>
         <border>Vila Real</border>
         <border>Chaves</border>
      </borders>
      <coordinates>
         <smallx>143</smallx>
         <smally>52</smally>
         <largex>187</largex>
         <largey>61</largey>



      </coordinates>
   </country>
   <country>
      <name>Chaves</name>
      <borders>
         <border>Braganca</border>
         <border>Vila Real</border>
         <border>Braga Sul</border>
         <border>Braga</border>
      </borders>
      <coordinates>
         <smallx>118</smallx>
         <smally>108</smally>
         <largex>155</largex>
         <largey>134</largey>


      </coordinates>
   </country>
   <country>
      <name>Vila Real</name>
      <borders>
         <border>Chaves</border>
         <border>Braganca</border>
         <border>Barca d'Alva</border>
         <border>Guarda</border>
         <border>Viseu</border>
         <border>Braga Sul</border>
                   
      </borders>
      <coordinates>
         <smallx>158</smallx>
         <smally>105</smally>
         <largex>206</largex>
         <largey>130</largey>


      </coordinates>
   </country>




   <country>
      <name>Braga</name>
      <borders>
         <border>Chaves</border>
         <border>Braga Sul</border>
      </borders>
      <coordinates>
         <smallx>77</smallx>
         <smally>139</smally>
         <largex>101</largex>
         <largey>174</largey>


      </coordinates>
   </country>


   <country>
      <name>Braga Sul</name>
      <borders>
         <border>Azores</border>
         <border>Braga</border>
         <border>Chaves</border>
         <border>Vila Real</border>
      </borders>
      <coordinates>
         <smallx>108</smallx>
         <smally>158</smally>
         <largex>141</largex>
         <largey>199</largey>


      </coordinates>
   </country>


   <country>
      <name>Porto</name>
      <borders>
         <border>Vila Real</border>
         <border>Viseu</border>
         <border>Aveiro</border>
      </borders>
      <coordinates>
         <smallx>139</smallx>
         <smally>165</smally>
         <largex>182</largex>
         <largey>208</largey>


      </coordinates>
   </country>
   <country>
      <name>Viseu</name>
      <borders>
         <border>Vila Real</border>
         <border>Guarda</border>
         <border>Castello Branco</border>
         <border>Coimbra</border>
         <border>Porto</border>
         <border>Aveiro</border>
      </borders>
      <coordinates>
         <smallx>175</smallx>
         <smally>134</smally>
         <largex>229</largex>
         <largey>167</largey>


      </coordinates>
   </country>


   <country>
      <name>Guarda</name>
      <borders>
         <border>North East Portugal</border>
         <border>Vila Real</border>
         <border>Viseu</border>
         <border>Castello Branco</border>
      </borders>
      <coordinates>
         <smallx>203</smallx>
         <smally>118</smally>
         <largex>265</largex>
         <largey>147</largey>


      </coordinates>
   </country>


   <country>
      <name>Aveiro</name>
      <borders>
         <border>Azores</border>
         <border>Porto</border>
         <border>Viseu</border>
         <border>Coimbra</border>
         <border>Esterlo</border>
      </borders>
      <coordinates>
         <smallx>168</smallx>
         <smally>184</smally>
         <largex>220</largex>
         <largey>233</largey>


      </coordinates>
   </country>


   <country>
      <name>Esterlo</name>
      <borders>
         <border>Aveiro</border>
         <border>Coimbra</border>
         <border>Figuerira Da Foz</border>
      </borders>
      <coordinates>
         <smallx>181</smallx>
         <smally>216</smally>
         <largex>236</largex>
         <largey>274</largey>


      </coordinates>
   </country>


   <country>
      <name>Coimbra</name>
      <borders>
         <border>Esterlo</border>
         <border>Aveiro</border>
         <border>Viseu</border>
         <border>Castello Branco</border>
         <border>Covilha</border>
         <border>Abrantes</border>
         <border>Figuerira Da Foz</border>
      </borders>
      <coordinates>
         <smallx>209</smallx>
         <smally>198</smally>
         <largex>273</largex>
         <largey>251</largey>



      </coordinates>
   </country>

   <country>
      <name>Castello Branco</name>
      <borders>
         <border>Guarda</border>
         <border>Viseu</border>
         <border>Coimbra</border>
         <border>Covilha</border>
      </borders>
      <coordinates>
         <smallx>228</smallx>
         <smally>144</smally>
         <largex>297</largex>
         <largey>180</largey>


      </coordinates>
   </country>


   <country>
      <name>Covilha</name>
      <borders>
         <border>Castello Branco</border>
         <border>Coimbra</border>
         <border>Abrantes</border>
         <border>Alentejo Norte</border>
      </borders>
      <coordinates>
         <smallx>259</smallx>
         <smally>165</smally>
         <largex>338</largex>
         <largey>208</largey>


      </coordinates>
   </country>
   <country>
      <name>Azores</name>
      <borders>
         <border>Braga Sul</border>
         <border>Aveiro</border>
         <border>Lisboa</border>
         <border>Madeira</border>
      </borders>
      <coordinates>
         <smallx>71</smallx>
         <smally>321</smally>
         <largex>94</largex>
         <largey>411</largey>


      </coordinates>
   </country>
   <country>
      <name>Figuerira Da Foz</name>
      <borders>
         <border>Esterlo</border>
         <border>Coimbra</border>
         <border>Abrantes</border>
      </borders>
      <coordinates>
         <smallx>198</smallx>
         <smally>242</smally>
         <largex>259</largex>
         <largey>308</largey>


      </coordinates>
   </country>


   <country>
      <name>Abrantes</name>
      <borders>
         <border>Figuerira Da Foz</border>
         <border>Coimbra</border>
         <border>Covilha</border>
         <border>Alentejo Norte</border>
         <border>Mora</border>
         <border>Leiria</border>
      </borders>
      <coordinates>
         <smallx>249</smallx>
         <smally>237</smally>
         <largex>325</largex>
         <largey>302</largey>


      </coordinates>
   </country>


   <country>
      <name>Leiria</name>
      <borders>
         <border>Lisboa</border>
         <border>Almada</border>
         <border>Mora</border>
         <border>Abrantes</border>
      </borders>
      <coordinates>
         <smallx>235</smallx>
         <smally>276</smally>
         <largex>307</largex>
         <largey>352</largey>


      </coordinates>
   </country>


   <country>
      <name>Mora</name>
      <borders>
         <border>Almada</border>
         <border>Leiria</border>
         <border>Abrantes</border>
      </borders>
      <coordinates>
         <smallx>275</smallx>
         <smally>260</smally>
         <largex>359</largex>
         <largey>331</largey>



      </coordinates>
   </country>


   <country>
      <name>Lisboa</name>
      <borders>
         <border>Azores</border>
         <border>Leiria</border>
         <border>Madeira</border>
      </borders>
      <coordinates>
         <smallx>241</smallx>
         <smally>310</smally>
         <largex>315</largex>
         <largey>397</largey>


      </coordinates>
   </country>
   <country>
      <name>Almada</name>
      <borders>
         <border>Leiria</border>
         <border>Mora</border>
      </borders>
      <coordinates>
         <smallx>284</smallx>
         <smally>309</smally>
         <largex>370</largex>
         <largey>395</largey>


      </coordinates>
   </country>


   <country>
      <name>Alentejo Norte</name>
      <borders>
         <border>Covilha</border>
         <border>Portalegre</border>
         <border>Evora</border>
         <border>Mora</border>
         <border>Abrantes</border>
      </borders>
      <coordinates>
         <smallx>282</smallx>
         <smally>220</smally>
         <largex>368</largex>
         <largey>279</largey>


      </coordinates>
   </country>


   <country>
      <name>Evora</name>
      <borders>
         <border>Alentejo Norte</border>
         <border>Portalegre</border>
         <border>Estermoz</border>
         <border>Setubal</border>
      </borders>
      <coordinates>
         <smallx>318</smallx>
         <smally>257</smally>
         <largex>415</largex>
         <largey>328</largey>


      </coordinates>
   </country>


   <country>
      <name>Portalegre</name>
      <borders>
         <border>Alentejo Norte</border>
         <border>Evora</border>
         <border>Estermoz</border>
      </borders>
      <coordinates>
         <smallx>320</smallx>
         <smally>217</smally>
         <largex>417</largex>
         <largey>276</largey>


      </coordinates>
   </country>


   <country>
      <name>Setubal</name>
      <borders>
         <border>Evora</border>
         <border>Alentejo Sul</border>
         <border>Estermoz</border>
         <border>Beja</border>
      </borders>
      <coordinates>
         <smallx>322</smallx>
         <smally>309</smally>
         <largex>420</largex>
         <largey>395</largey>


      </coordinates>
   </country>
   <country>
      <name>Beja</name>
      <borders>
         <border>Setubal</border>
         <border>Alentejo Sul</border>
         <border>Sines</border>
         <border>Madeira</border>
      </borders>
      <coordinates>
         <smallx>350</smallx>
         <smally>317</smally>
         <largex>456</largex>
         <largey>406</largey>


      </coordinates>
   </country>

   <country>
      <name>Sines</name>
      <borders>
         <border>Beja</border>
         <border>Alentejo Sul</border>
         <border>Algave Este</border>
         <border>Algave Oeste</border>
         <border>Faro</border>
      </borders>
      <coordinates>
         <smallx>374</smallx>
         <smally>336</smally>
         <largex>487</largex>
         <largey>430</largey>


      </coordinates>
   </country>

   <country>
      <name>Alentejo Sul</name>
      <borders>
         <border>Algave Este</border>
         <border>Sines</border>
         <border>Beja</border>
         <border>Setubal</border>
         <border>Estermoz</border>
         <border>Serpa</border>
      </borders>
      <coordinates>
         <smallx>388</smallx>
         <smally>291</smally>
         <largex>505</largex>
         <largey>372</largey>

      </coordinates>
   </country>
   <country>
      <name>Serpa</name>
      <borders>
         <border>Alentejo Sul</border>
         <border>Estermoz</border>
      </borders>
      <coordinates>
         <smallx>378</smallx>
         <smally>250</smally>
         <largex>493</largex>
         <largey>318</largey>


      </coordinates>
   </country>
   <country>
      <name>Estermoz</name>
      <borders>
         <border>Portalegre</border>
         <border>Evora</border>
         <border>Setubal</border>
         <border>Alentejo Sul</border>
         <border>Serpa</border>
      </borders>
      <coordinates>
         <smallx>345</smallx>
         <smally>260</smally>
         <largex>450</largex>
         <largey>332</largey>


      </coordinates>
   </country>
   <country>
      <name>Madeira</name>
      <borders>
         <border>Lisboa</border>
         <border>Azores</border>
         <border>Beja</border>
         <border>Algave Oeste</border>
      </borders>
      <coordinates>
         <smallx>265</smallx>
         <smally>394</smally>
         <largex>345</largex>
         <largey>505</largey>


      </coordinates>
   </country>
   <country>
      <name>Faro</name>
      <borders>
         <border>Algave Oeste</border>
         <border>Algave Este</border>
         <border>Sines</border>
      </borders>
      <coordinates>
         <smallx>408</smallx>
         <smally>350</smally>
         <largex>532</largex>
         <largey>449</largey>



      </coordinates>
   </country>
   <country>
      <name>Algave Este</name>
      <borders>
         <border>Faro</border>
         <border>Alentejo Sul</border>
         <border>Sines</border>
      </borders>
      <coordinates>
         <smallx>422</smallx>
         <smally>319</smally>
         <largex>549</largex>
         <largey>408</largey>


      </coordinates>
   </country>
   <country>
      <name>Algave Oeste</name>
      <borders>
         <border>Madeira</border>
         <border>Sines</border>
         <border>Faro</border>
      </borders>
      <coordinates>
         <smallx>386</smallx>
         <smally>370</smally>
         <largex>503</largex>
         <largey>475</largey>


      </coordinates>
   </country>
</map>

PostPosted: Wed May 16, 2007 9:41 am
by gimil
and i will upload teh latest map in teh portugal therd at some point today

PostPosted: Wed May 16, 2007 2:02 pm
by Gilligan
gimil wrote:klkl ive ot the programme for coordinates ill jsut do it.

here the XML. i currently have.

Azore Sul + Azore Norte need to be added.
boarder around the new islans need to be modifiyed
the islands groups need to be made into a continent


Code: Select all
<?xml version="1.0"?>
<map>
   <title>Portugal</title>
   <smallwidth>531</smallwidth>
   <smallheight>400</smallheight>
   <largewidth>690</largewidth>
   <largeheight>520</largeheight>
   <filetype>png</filetype>

   <continent>
      <name>Norte</name>
      <bonus>5</bonus>
      <components>
         <component>Braca d'Alva</component>
         <component>Braganca</component>
         <component>Vila Real</component>
         <component>Chaves</component>
         <component>Braga</component>
         <component>Braga Sul</component>
      </components>
   </continent>
   <continent>
      <name>Centro</name>
      <bonus>7</bonus>
      <components>
         <component>Porto</component>
         <component>Viseu</component>
         <component>Guarda</component>
         <component>Aveiro</component>
         <component>Castello Branco</component>
         <component>Covilha</component>
         <component>Coimbra</component>
         <component>Esterlo</component>
      </components>
   </continent>
   <continent>
      <name>Lisboa</name>
      <bonus>7</bonus>
      <components>
         <component>Azores</component>
         <component>Figuerira Da Foz</component>
         <component>Abrantes</component>
         <component>Lisboa</component>
         <component>Leiria</component>
         <component>Mora</component>
         <component>Almada</component>
      </components>
   </continent>
   <continent>
      <name>Alentejo</name>
      <bonus>6</bonus>
      <components>
         <component>Alentejo Norte</component>
         <component>Evora</component>
         <component>Portalegre</component>
         <component>Estermoz</component>
         <component>Setubal</component>
         <component>Serpa</component>
         <component>Beja</component>
         <component>Sines</component>
         <component>Alentejo Sul</component>
      </components>
   </continent>
   <continent>
      <name>Algarve</name>
      <bonus>4</bonus>
      <components>
         <component>Algave Este</component>
         <component>Algave Oeste</component>
         <component>Faro</component>
         <component>Madeira</component>
      </components>
   </continent>



   <country>
      <name>Barca d'Alva</name>
      <borders>
         <border>Braganca</border>
         <border>Vila Real</border>
         <border>Guarda</border>
      </borders>
      <coordinates>
         <smallx>178</smallx>
         <smally>55</smally>
         <largex>232</largex>
         <largey>65</largey>



      </coordinates>
   </country>

   <country>
      <name>Braganca</name>
      <borders>
         <border>Barca d'Alva</border>
         <border>Vila Real</border>
         <border>Chaves</border>
      </borders>
      <coordinates>
         <smallx>143</smallx>
         <smally>52</smally>
         <largex>187</largex>
         <largey>61</largey>



      </coordinates>
   </country>
   <country>
      <name>Chaves</name>
      <borders>
         <border>Braganca</border>
         <border>Vila Real</border>
         <border>Braga Sul</border>
         <border>Braga</border>
      </borders>
      <coordinates>
         <smallx>118</smallx>
         <smally>108</smally>
         <largex>155</largex>
         <largey>134</largey>


      </coordinates>
   </country>
   <country>
      <name>Vila Real</name>
      <borders>
         <border>Chaves</border>
         <border>Braganca</border>
         <border>Barca d'Alva</border>
         <border>Guarda</border>
         <border>Viseu</border>
         <border>Braga Sul</border>
                   
      </borders>
      <coordinates>
         <smallx>158</smallx>
         <smally>105</smally>
         <largex>206</largex>
         <largey>130</largey>


      </coordinates>
   </country>




   <country>
      <name>Braga</name>
      <borders>
         <border>Chaves</border>
         <border>Braga Sul</border>
      </borders>
      <coordinates>
         <smallx>77</smallx>
         <smally>139</smally>
         <largex>101</largex>
         <largey>174</largey>


      </coordinates>
   </country>


   <country>
      <name>Braga Sul</name>
      <borders>
         <border>Azores</border>
         <border>Braga</border>
         <border>Chaves</border>
         <border>Vila Real</border>
      </borders>
      <coordinates>
         <smallx>108</smallx>
         <smally>158</smally>
         <largex>141</largex>
         <largey>199</largey>


      </coordinates>
   </country>


   <country>
      <name>Porto</name>
      <borders>
         <border>Vila Real</border>
         <border>Viseu</border>
         <border>Aveiro</border>
      </borders>
      <coordinates>
         <smallx>139</smallx>
         <smally>165</smally>
         <largex>182</largex>
         <largey>208</largey>


      </coordinates>
   </country>
   <country>
      <name>Viseu</name>
      <borders>
         <border>Vila Real</border>
         <border>Guarda</border>
         <border>Castello Branco</border>
         <border>Coimbra</border>
         <border>Porto</border>
         <border>Aveiro</border>
      </borders>
      <coordinates>
         <smallx>175</smallx>
         <smally>134</smally>
         <largex>229</largex>
         <largey>167</largey>


      </coordinates>
   </country>


   <country>
      <name>Guarda</name>
      <borders>
         <border>North East Portugal</border>
         <border>Vila Real</border>
         <border>Viseu</border>
         <border>Castello Branco</border>
      </borders>
      <coordinates>
         <smallx>203</smallx>
         <smally>118</smally>
         <largex>265</largex>
         <largey>147</largey>


      </coordinates>
   </country>


   <country>
      <name>Aveiro</name>
      <borders>
         <border>Azores</border>
         <border>Porto</border>
         <border>Viseu</border>
         <border>Coimbra</border>
         <border>Esterlo</border>
      </borders>
      <coordinates>
         <smallx>168</smallx>
         <smally>184</smally>
         <largex>220</largex>
         <largey>233</largey>


      </coordinates>
   </country>


   <country>
      <name>Esterlo</name>
      <borders>
         <border>Aveiro</border>
         <border>Coimbra</border>
         <border>Figuerira Da Foz</border>
      </borders>
      <coordinates>
         <smallx>181</smallx>
         <smally>216</smally>
         <largex>236</largex>
         <largey>274</largey>


      </coordinates>
   </country>


   <country>
      <name>Coimbra</name>
      <borders>
         <border>Esterlo</border>
         <border>Aveiro</border>
         <border>Viseu</border>
         <border>Castello Branco</border>
         <border>Covilha</border>
         <border>Abrantes</border>
         <border>Figuerira Da Foz</border>
      </borders>
      <coordinates>
         <smallx>209</smallx>
         <smally>198</smally>
         <largex>273</largex>
         <largey>251</largey>



      </coordinates>
   </country>

   <country>
      <name>Castello Branco</name>
      <borders>
         <border>Guarda</border>
         <border>Viseu</border>
         <border>Coimbra</border>
         <border>Covilha</border>
      </borders>
      <coordinates>
         <smallx>228</smallx>
         <smally>144</smally>
         <largex>297</largex>
         <largey>180</largey>


      </coordinates>
   </country>


   <country>
      <name>Covilha</name>
      <borders>
         <border>Castello Branco</border>
         <border>Coimbra</border>
         <border>Abrantes</border>
         <border>Alentejo Norte</border>
      </borders>
      <coordinates>
         <smallx>259</smallx>
         <smally>165</smally>
         <largex>338</largex>
         <largey>208</largey>


      </coordinates>
   </country>
   <country>
      <name>Azores</name>
      <borders>
         <border>Braga Sul</border>
         <border>Aveiro</border>
         <border>Lisboa</border>
         <border>Madeira</border>
      </borders>
      <coordinates>
         <smallx>71</smallx>
         <smally>321</smally>
         <largex>94</largex>
         <largey>411</largey>


      </coordinates>
   </country>
   <country>
      <name>Figuerira Da Foz</name>
      <borders>
         <border>Esterlo</border>
         <border>Coimbra</border>
         <border>Abrantes</border>
      </borders>
      <coordinates>
         <smallx>198</smallx>
         <smally>242</smally>
         <largex>259</largex>
         <largey>308</largey>


      </coordinates>
   </country>


   <country>
      <name>Abrantes</name>
      <borders>
         <border>Figuerira Da Foz</border>
         <border>Coimbra</border>
         <border>Covilha</border>
         <border>Alentejo Norte</border>
         <border>Mora</border>
         <border>Leiria</border>
      </borders>
      <coordinates>
         <smallx>249</smallx>
         <smally>237</smally>
         <largex>325</largex>
         <largey>302</largey>


      </coordinates>
   </country>


   <country>
      <name>Leiria</name>
      <borders>
         <border>Lisboa</border>
         <border>Almada</border>
         <border>Mora</border>
         <border>Abrantes</border>
      </borders>
      <coordinates>
         <smallx>235</smallx>
         <smally>276</smally>
         <largex>307</largex>
         <largey>352</largey>


      </coordinates>
   </country>


   <country>
      <name>Mora</name>
      <borders>
         <border>Almada</border>
         <border>Leiria</border>
         <border>Abrantes</border>
      </borders>
      <coordinates>
         <smallx>275</smallx>
         <smally>260</smally>
         <largex>359</largex>
         <largey>331</largey>



      </coordinates>
   </country>


   <country>
      <name>Lisboa</name>
      <borders>
         <border>Azores</border>
         <border>Leiria</border>
         <border>Madeira</border>
      </borders>
      <coordinates>
         <smallx>241</smallx>
         <smally>310</smally>
         <largex>315</largex>
         <largey>397</largey>


      </coordinates>
   </country>
   <country>
      <name>Almada</name>
      <borders>
         <border>Leiria</border>
         <border>Mora</border>
      </borders>
      <coordinates>
         <smallx>284</smallx>
         <smally>309</smally>
         <largex>370</largex>
         <largey>395</largey>


      </coordinates>
   </country>


   <country>
      <name>Alentejo Norte</name>
      <borders>
         <border>Covilha</border>
         <border>Portalegre</border>
         <border>Evora</border>
         <border>Mora</border>
         <border>Abrantes</border>
      </borders>
      <coordinates>
         <smallx>282</smallx>
         <smally>220</smally>
         <largex>368</largex>
         <largey>279</largey>


      </coordinates>
   </country>


   <country>
      <name>Evora</name>
      <borders>
         <border>Alentejo Norte</border>
         <border>Portalegre</border>
         <border>Estermoz</border>
         <border>Setubal</border>
      </borders>
      <coordinates>
         <smallx>318</smallx>
         <smally>257</smally>
         <largex>415</largex>
         <largey>328</largey>


      </coordinates>
   </country>


   <country>
      <name>Portalegre</name>
      <borders>
         <border>Alentejo Norte</border>
         <border>Evora</border>
         <border>Estermoz</border>
      </borders>
      <coordinates>
         <smallx>320</smallx>
         <smally>217</smally>
         <largex>417</largex>
         <largey>276</largey>


      </coordinates>
   </country>


   <country>
      <name>Setubal</name>
      <borders>
         <border>Evora</border>
         <border>Alentejo Sul</border>
         <border>Estermoz</border>
         <border>Beja</border>
      </borders>
      <coordinates>
         <smallx>322</smallx>
         <smally>309</smally>
         <largex>420</largex>
         <largey>395</largey>


      </coordinates>
   </country>
   <country>
      <name>Beja</name>
      <borders>
         <border>Setubal</border>
         <border>Alentejo Sul</border>
         <border>Sines</border>
         <border>Madeira</border>
      </borders>
      <coordinates>
         <smallx>350</smallx>
         <smally>317</smally>
         <largex>456</largex>
         <largey>406</largey>


      </coordinates>
   </country>

   <country>
      <name>Sines</name>
      <borders>
         <border>Beja</border>
         <border>Alentejo Sul</border>
         <border>Algave Este</border>
         <border>Algave Oeste</border>
         <border>Faro</border>
      </borders>
      <coordinates>
         <smallx>374</smallx>
         <smally>336</smally>
         <largex>487</largex>
         <largey>430</largey>


      </coordinates>
   </country>

   <country>
      <name>Alentejo Sul</name>
      <borders>
         <border>Algave Este</border>
         <border>Sines</border>
         <border>Beja</border>
         <border>Setubal</border>
         <border>Estermoz</border>
         <border>Serpa</border>
      </borders>
      <coordinates>
         <smallx>388</smallx>
         <smally>291</smally>
         <largex>505</largex>
         <largey>372</largey>

      </coordinates>
   </country>
   <country>
      <name>Serpa</name>
      <borders>
         <border>Alentejo Sul</border>
         <border>Estermoz</border>
      </borders>
      <coordinates>
         <smallx>378</smallx>
         <smally>250</smally>
         <largex>493</largex>
         <largey>318</largey>


      </coordinates>
   </country>
   <country>
      <name>Estermoz</name>
      <borders>
         <border>Portalegre</border>
         <border>Evora</border>
         <border>Setubal</border>
         <border>Alentejo Sul</border>
         <border>Serpa</border>
      </borders>
      <coordinates>
         <smallx>345</smallx>
         <smally>260</smally>
         <largex>450</largex>
         <largey>332</largey>


      </coordinates>
   </country>
   <country>
      <name>Madeira</name>
      <borders>
         <border>Lisboa</border>
         <border>Azores</border>
         <border>Beja</border>
         <border>Algave Oeste</border>
      </borders>
      <coordinates>
         <smallx>265</smallx>
         <smally>394</smally>
         <largex>345</largex>
         <largey>505</largey>


      </coordinates>
   </country>
   <country>
      <name>Faro</name>
      <borders>
         <border>Algave Oeste</border>
         <border>Algave Este</border>
         <border>Sines</border>
      </borders>
      <coordinates>
         <smallx>408</smallx>
         <smally>350</smally>
         <largex>532</largex>
         <largey>449</largey>



      </coordinates>
   </country>
   <country>
      <name>Algave Este</name>
      <borders>
         <border>Faro</border>
         <border>Alentejo Sul</border>
         <border>Sines</border>
      </borders>
      <coordinates>
         <smallx>422</smallx>
         <smally>319</smally>
         <largex>549</largex>
         <largey>408</largey>


      </coordinates>
   </country>
   <country>
      <name>Algave Oeste</name>
      <borders>
         <border>Madeira</border>
         <border>Sines</border>
         <border>Faro</border>
      </borders>
      <coordinates>
         <smallx>386</smallx>
         <smally>370</smally>
         <largex>503</largex>
         <largey>475</largey>


      </coordinates>
   </country>
</map>


1. New islands?
2. There aren't any bonuses on the map. Number wise.

PostPosted: Thu May 17, 2007 3:21 am
by gimil
ok whats happened is there was 34 terrirtoys. teh foundry advised on 36 so i added 2 new islands to the map which arnt yet in the XML, Azore Sul + Azore Norte. Also the foundry asked for the island groups to be turned into another continent which also need updating by removing all the islands from all the continents and grouping then under one. and for the bonuses the ones on the code where from a few drafts back. The map has changed since then. as for the continent bonuses u can work then out form the latest version of the map and insert them =)