Moderator: Cartographers

Salaj under, Timis a couple to the left, got it.DiM wrote:never put army numbers and terit names on the same line because at some point they might overlap.
that being said i suggest moving Salaj army numbers bellow the terit name because right now if somebudy activates colour codes, the letter will overlap Salaj .
and one other small issue is in Timis where i'd like to see the terit name moved a bit further to the right.
there's plenty of space to do these adjustments on both small and large.
other than that it seems fine.
PS: i'm not sure how the xml deals with special characters like ă,î,ș,ț,â because right now i see in the xml Constanța is written as Constanța
Moved them. New XML and test images in the prior posts above.foregone wrote:Salaj under, Timis a couple to the left, got it.DiM wrote:never put army numbers and terit names on the same line because at some point they might overlap.
that being said i suggest moving Salaj army numbers bellow the terit name because right now if somebudy activates colour codes, the letter will overlap Salaj .
and one other small issue is in Timis where i'd like to see the terit name moved a bit further to the right.
there's plenty of space to do these adjustments on both small and large.
other than that it seems fine.
PS: i'm not sure how the xml deals with special characters like ă,î,ș,ț,â because right now i see in the xml Constanța is written as Constanța
Need to use the special characters for XML to parse it properly. If you use the link you should be able to see it parsed. (Knowledge imparted by yeti_c)
Will do the fixes right after I go get myself some ciggies, heh.

You rock, and the XML should be pretty much all done.RjBeals wrote:shouldn't this be in final forge? for gods sake, the xml is almost done!

It's been here just over a week... patience, grasshopper. The idea behind stickying a map here for a while is to draw attention to the fact that it's nearly done, since threads in the Forge are often forgotten/overlooked. It's a good map, and it''ll get there soon enough.RjBeals wrote:shouldn't this be in final forge? for gods sake, the xml is almost done!
Patience is soooo difficultoaktown wrote:It's been here just over a week... patience, grasshopper. The idea behind stickying a map here for a while is to draw attention to the fact that it's nearly done, since threads in the Forge are often forgotten/overlooked. It's a good map, and it''ll get there soon enough.RjBeals wrote:shouldn't this be in final forge? for gods sake, the xml is almost done!
On both the large and the small? I can do this, though I'd prefer not to. I think it takes away from the "old" feeling. Let me know though.oaktown wrote:One effect of seeing the map with the army counts is that they really pop out - the elements of the map are very light, and the numbers are, well, ugly (which is no fault of any mapmaker). They are so strong it makes the borders and territory titles look even more washed out than they already are - it might improve the overall look to darken the borders and titles up just a bit. ??
I guess you mean on the small map? It comes out a little fuzzier after I load it up on imgshack, I'll try photobucket or somesuch. Should really not be so bad that you can't see elements of it, though. Have you waited for it to load entirely?The Viking wrote:Isn't the small map too vague/fuzzy?
I can hardly read it and I'm having trouble seeing borders.
I'll put up the tests for you, though I have worked with comments from colour blind individuals. The tests are less than ideal but you should be able to tell where one continent ends and the next begins (mainly through shade though).e_i_pi wrote:I get the feeling that this map is going to be a nightmare for colour blind people. Maramures and Maldovu will be difficult to tell apart on the main map. I think a reasonable solution is make the borders on the mini-map a bit darker and/or thicker. Also, the river between Constanta and Ialomita will probably be impossble to tell apart from the land. I'll run it through my CB filters when I get home and post comparisons

Code: Select all
<?xml version="1.0"?>
<map>
<title>Romania</title>
<smallwidth>630</smallwidth>
<smallheight>465</smallheight>
<largewidth>800</largewidth>
<largeheight>590</largeheight>
<filetype>png</filetype>
<positions>
<position>
<territory>Constanţa</territory>
</position>
<position>
<territory>Tulcea</territory>
</position>
</positions>
<continent>
<name>Maramureş</name>
<bonus>3</bonus>
<components>
<territory>Satu Mare</territory>
<territory>Bihor</territory>
<territory>Maramureş</territory>
<territory>Sălaj</territory>
<territory>Cluj</territory>
<territory>Bistriţa</territory>
</components>
</continent>
<continent>
<name>Transilvania</name>
<bonus>7</bonus>
<components>
<territory>Arad</territory>
<territory>Timiş</territory>
<territory>Caraş-Severin</territory>
<territory>Hunedoara</territory>
<territory>Alba</territory>
<territory>Mureş</territory>
<territory>Sibiu</territory>
<territory>Harghita</territory>
<territory>Braşov</territory>
<territory>Covasna</territory>
</components>
</continent>
<continent>
<name>Oltenia</name>
<bonus>3</bonus>
<components>
<territory>Mehedinţi</territory>
<territory>Gorj</territory>
<territory>Dolj</territory>
<territory>Vâlcea</territory>
<territory>Olt</territory>
</components>
</continent>
<continent>
<name>Muntenia</name>
<bonus>6</bonus>
<components>
<territory>Argeş</territory>
<territory>Teleorman</territory>
<territory>Dâmboviţa</territory>
<territory>Giurgiu</territory>
<territory>Prahova</territory>
<territory>Bucureşti</territory>
<territory>Buzău</territory>
<territory>Ialomiţa</territory>
<territory>Brăila</territory>
<territory>Călăraşi</territory>
</components>
</continent>
<continent>
<name>Dobrogea</name>
<bonus>2</bonus>
<components>
<territory>Tulcea</territory>
<territory>Delta Dunării</territory>
<territory>Constanţa</territory>
</components>
</continent>
<continent>
<name>Moldavia</name>
<bonus>4</bonus>
<components>
<territory>Suceava</territory>
<territory>Botoşani</territory>
<territory>Neamţ</territory>
<territory>Iaşi</territory>
<territory>Bacău</territory>
<territory>Vaslui</territory>
<territory>Vrancea</territory>
<territory>Galaţi</territory>
</components>
</continent>
<territory>
<name>Satu Mare</name>
<borders>
<border>Bihor</border>
<border>Sălaj</border>
<border>Maramureş</border>
</borders>
<coordinates>
<smallx>166</smallx>
<smally>108</smally>
<largex>214</largex>
<largey>129</largey>
</coordinates>
</territory>
<territory>
<name>Maramureş</name>
<borders>
<border>Bistriţa</border>
<border>Sălaj</border>
<border>Satu Mare</border>
<border>Cluj</border>
</borders>
<coordinates>
<smallx>244</smallx>
<smally>98</smally>
<largex>303</largex>
<largey>116</largey>
</coordinates>
</territory>
<territory>
<name>Bihor</name>
<borders>
<border>Cluj</border>
<border>Sălaj</border>
<border>Satu Mare</border>
<border>Arad</border>
<border>Alba</border>
</borders>
<coordinates>
<smallx>130</smallx>
<smally>129</smally>
<largex>166</largex>
<largey>158</largey>
</coordinates>
</territory>
<territory>
<name>Sălaj</name>
<borders>
<border>Cluj</border>
<border>Bihor</border>
<border>Satu Mare</border>
<border>Maramureş</border>
</borders>
<coordinates>
<smallx>187</smallx>
<smally>149</smally>
<largex>240</largex>
<largey>184</largey>
</coordinates>
</territory>
<territory>
<name>Bistriţa</name>
<borders>
<border>Cluj</border>
<border>Mureş</border>
<border>Maramureş</border>
<border>Suceava</border>
</borders>
<coordinates>
<smallx>271</smallx>
<smally>141</smally>
<largex>345</largex>
<largey>174</largey>
</coordinates>
</territory>
<territory>
<name>Cluj</name>
<borders>
<border>Bihor</border>
<border>Mureş</border>
<border>Sălaj</border>
<border>Maramureş</border>
<border>Bistriţa</border>
<border>Alba</border>
</borders>
<coordinates>
<smallx>220</smallx>
<smally>162</smally>
<largex>281</largex>
<largey>201</largey>
</coordinates>
</territory>
<territory>
<name>Arad</name>
<borders>
<border>Bihor</border>
<border>Alba</border>
<border>Hunedoara</border>
<border>Timiş</border>
</borders>
<coordinates>
<smallx>109</smallx>
<smally>204</smally>
<largex>141</largex>
<largey>252</largey>
</coordinates>
</territory>
<territory>
<name>Timiş</name>
<borders>
<border>Arad</border>
<border>Hunedoara</border>
<border>Caraş-Severin</border>
</borders>
<coordinates>
<smallx>54</smallx>
<smally>262</smally>
<largex>74</largex>
<largey>327</largey>
</coordinates>
</territory>
<territory>
<name>Caraş-Severin</name>
<borders>
<border>Timiş</border>
<border>Hunedoara</border>
<border>Mehedinţi</border>
</borders>
<coordinates>
<smallx>115</smallx>
<smally>320</smally>
<largex>151</largex>
<largey>400</largey>
</coordinates>
</territory>
<territory>
<name>Hunedoara</name>
<borders>
<border>Arad</border>
<border>Timiş</border>
<border>Caraş-Severin</border>
<border>Alba</border>
</borders>
<coordinates>
<smallx>177</smallx>
<smally>269</smally>
<largex>220</largex>
<largey>334</largey>
</coordinates>
</territory>
<territory>
<name>Alba</name>
<borders>
<border>Arad</border>
<border>Mureş</border>
<border>Hunedoara</border>
<border>Sibiu</border>
<border>Cluj</border>
<border>Bihor</border>
</borders>
<coordinates>
<smallx>215</smallx>
<smally>227</smally>
<largex>273</largex>
<largey>280</largey>
</coordinates>
</territory>
<territory>
<name>Mureş</name>
<borders>
<border>Cluj</border>
<border>Sibiu</border>
<border>Bistriţa</border>
<border>Braşov</border>
<border>Harghita</border>
<border>Alba</border>
</borders>
<coordinates>
<smallx>283</smallx>
<smally>182</smally>
<largex>354</largex>
<largey>229</largey>
</coordinates>
</territory>
<territory>
<name>Sibiu</name>
<borders>
<border>Mureş</border>
<border>Braşov</border>
<border>Alba</border>
</borders>
<coordinates>
<smallx>260</smallx>
<smally>247</smally>
<largex>333</largex>
<largey>307</largey>
</coordinates>
</territory>
<territory>
<name>Harghita</name>
<borders>
<border>Mureş</border>
<border>Braşov</border>
<border>Covasna</border>
</borders>
<coordinates>
<smallx>323</smallx>
<smally>200</smally>
<largex>411</largex>
<largey>250</largey>
</coordinates>
</territory>
<territory>
<name>Braşov</name>
<borders>
<border>Sibiu</border>
<border>Mureş</border>
<border>Harghita</border>
<border>Covasna</border>
<border>Buzău</border>
</borders>
<coordinates>
<smallx>311</smallx>
<smally>251</smally>
<largex>397</largex>
<largey>313</largey>
</coordinates>
</territory>
<territory>
<name>Covasna</name>
<borders>
<border>Braşov</border>
<border>Harghita</border>
<border>Vrancea</border>
<border>Buzău</border>
</borders>
<coordinates>
<smallx>372</smallx>
<smally>264</smally>
<largex>476</largex>
<largey>329</largey>
</coordinates>
</territory>
<territory>
<name>Mehedinţi</name>
<borders>
<border>Caraş-Severin</border>
<border>Gorj</border>
<border>Dolj</border>
</borders>
<coordinates>
<smallx>166</smallx>
<smally>369</smally>
<largex>212</largex>
<largey>462</largey>
</coordinates>
</territory>
<territory>
<name>Gorj</name>
<borders>
<border>Vâlcea</border>
<border>Mehedinţi</border>
<border>Dolj</border>
</borders>
<coordinates>
<smallx>204</smallx>
<smally>331</smally>
<largex>260</largex>
<largey>416</largey>
</coordinates>
</territory>
<territory>
<name>Dolj</name>
<borders>
<border>Mehedinţi</border>
<border>Gorj</border>
<border>Vâlcea</border>
<border>Olt</border>
</borders>
<coordinates>
<smallx>204</smallx>
<smally>400</smally>
<largex>260</largex>
<largey>504</largey>
</coordinates>
</territory>
<territory>
<name>Vâlcea</name>
<borders>
<border>Gorj</border>
<border>Argeş</border>
<border>Olt</border>
<border>Dolj</border>
</borders>
<coordinates>
<smallx>249</smallx>
<smally>337</smally>
<largex>319</largex>
<largey>416</largey>
</coordinates>
</territory>
<territory>
<name>Olt</name>
<borders>
<border>Vâlcea</border>
<border>Argeş</border>
<border>Teleorman</border>
<border>Dolj</border>
</borders>
<coordinates>
<smallx>268</smallx>
<smally>405</smally>
<largex>341</largex>
<largey>506</largey>
</coordinates>
</territory>
<territory>
<name>Argeş</name>
<borders>
<border>Vâlcea</border>
<border>Dâmboviţa</border>
<border>Teleorman</border>
<border>Olt</border>
</borders>
<coordinates>
<smallx>291</smallx>
<smally>350</smally>
<largex>371</largex>
<largey>438</largey>
</coordinates>
</territory>
<territory>
<name>Teleorman</name>
<borders>
<border>Dâmboviţa</border>
<border>Giurgiu</border>
<border>Argeş</border>
<border>Olt</border>
</borders>
<coordinates>
<smallx>315</smallx>
<smally>407</smally>
<largex>402</largex>
<largey>512</largey>
</coordinates>
</territory>
<territory>
<name>Dâmboviţa</name>
<borders>
<border>Bucureşti</border>
<border>Giurgiu</border>
<border>Argeş</border>
<border>Teleorman</border>
<border>Prahova</border>
</borders>
<coordinates>
<smallx>331</smallx>
<smally>341</smally>
<largex>421</largex>
<largey>425</largey>
</coordinates>
</territory>
<territory>
<name>Giurgiu</name>
<borders>
<border>Teleorman</border>
<border>Dâmboviţa</border>
<border>Bucureşti</border>
<border>Călăraşi</border>
</borders>
<coordinates>
<smallx>365</smallx>
<smally>430</smally>
<largex>468</largex>
<largey>534</largey>
</coordinates>
</territory>
<territory>
<name>Prahova</name>
<borders>
<border>Dâmboviţa</border>
<border>Bucureşti</border>
<border>Ialomiţa</border>
<border>Buzău</border>
</borders>
<coordinates>
<smallx>375</smallx>
<smally>347</smally>
<largex>476</largex>
<largey>430</largey>
</coordinates>
</territory>
<territory>
<name>Bucureşti</name>
<borders>
<border>Dâmboviţa</border>
<border>Prahova</border>
<border>Ialomiţa</border>
<border>Călăraşi</border>
<border>Giurgiu</border>
</borders>
<coordinates>
<smallx>377</smallx>
<smally>387</smally>
<largex>480</largex>
<largey>485</largey>
</coordinates>
<bonus>1</bonus>
</territory>
<territory>
<name>Buzău</name>
<borders>
<border>Prahova</border>
<border>Braşov</border>
<border>Covasna</border>
<border>Vrancea</border>
<border>Brăila</border>
<border>Ialomiţa</border>
</borders>
<coordinates>
<smallx>415</smallx>
<smally>323</smally>
<largex>528</largex>
<largey>400</largey>
</coordinates>
</territory>
<territory>
<name>Ialomiţa</name>
<borders>
<border>Bucureşti</border>
<border>Prahova</border>
<border>Buzău</border>
<border>Brăila</border>
<border>Călăraşi</border>
</borders>
<coordinates>
<smallx>458</smallx>
<smally>370</smally>
<largex>579</largex>
<largey>464</largey>
</coordinates>
</territory>
<territory>
<name>Călăraşi</name>
<borders>
<border>Giurgiu</border>
<border>Bucureşti</border>
<border>Ialomiţa</border>
</borders>
<coordinates>
<smallx>424</smallx>
<smally>393</smally>
<largex>542</largex>
<largey>496</largey>
</coordinates>
</territory>
<territory>
<name>Brăila</name>
<borders>
<border>Buzău</border>
<border>Vrancea</border>
<border>Galaţi</border>
<border>Tulcea</border>
<border>Delta Dunării</border>
<border>Ialomiţa</border>
</borders>
<coordinates>
<smallx>470</smallx>
<smally>337</smally>
<largex>601</largex>
<largey>427</largey>
</coordinates>
</territory>
<territory>
<name>Delta Dunării</name>
<borders>
<border>Galaţi</border>
<border>Brăila</border>
<border>Tulcea</border>
</borders>
<coordinates>
<smallx>582</smallx>
<smally>332</smally>
<largex>742</largex>
<largey>421</largey>
</coordinates>
</territory>
<territory>
<name>Tulcea</name>
<borders>
<border>Brăila</border>
<border>Delta Dunării</border>
<border>Constanţa</border>
</borders>
<coordinates>
<smallx>525</smallx>
<smally>339</smally>
<largex>664</largex>
<largey>426</largey>
</coordinates>
</territory>
<territory>
<name>Constanţa</name>
<borders>
<border>Tulcea</border>
</borders>
<coordinates>
<smallx>518</smallx>
<smally>401</smally>
<largex>659</largex>
<largey>508</largey>
</coordinates>
</territory>
<territory>
<name>Suceava</name>
<borders>
<border>Neamţ</border>
<border>Iaşi</border>
<border>Botoşani</border>
<border>Bistriţa</border>
</borders>
<coordinates>
<smallx>353</smallx>
<smally>101</smally>
<largex>453</largex>
<largey>120</largey>
</coordinates>
</territory>
<territory>
<name>Botoşani</name>
<borders>
<border>Suceava</border>
<border>Iaşi</border>
</borders>
<coordinates>
<smallx>413</smallx>
<smally>82</smally>
<largex>526</largex>
<largey>98</largey>
</coordinates>
</territory>
<territory>
<name>Neamţ</name>
<borders>
<border>Suceava</border>
<border>Iaşi</border>
<border>Vaslui</border>
<border>Bacău</border>
</borders>
<coordinates>
<smallx>387</smallx>
<smally>159</smally>
<largex>492</largex>
<largey>197</largey>
</coordinates>
</territory>
<territory>
<name>Iaşi</name>
<borders>
<border>Botoşani</border>
<border>Suceava</border>
<border>Neamţ</border>
<border>Vaslui</border>
</borders>
<coordinates>
<smallx>449</smallx>
<smally>139</smally>
<largex>566</largex>
<largey>169</largey>
</coordinates>
</territory>
<territory>
<name>Bacău</name>
<borders>
<border>Neamţ</border>
<border>Vaslui</border>
<border>Vrancea</border>
</borders>
<coordinates>
<smallx>419</smallx>
<smally>215</smally>
<largex>529</largex>
<largey>265</largey>
</coordinates>
</territory>
<territory>
<name>Vaslui</name>
<borders>
<border>Bacău</border>
<border>Vrancea</border>
<border>Galaţi</border>
<border>Neamţ</border>
<border>Iaşi</border>
</borders>
<coordinates>
<smallx>479</smallx>
<smally>208</smally>
<largex>608</largex>
<largey>257</largey>
</coordinates>
</territory>
<territory>
<name>Vrancea</name>
<borders>
<border>Buzău</border>
<border>Covasna</border>
<border>Bacău</border>
<border>Vaslui</border>
<border>Galaţi</border>
<border>Brăila</border>
</borders>
<coordinates>
<smallx>425</smallx>
<smally>272</smally>
<largex>539</largex>
<largey>338</largey>
</coordinates>
</territory>
<territory>
<name>Galaţi</name>
<borders>
<border>Vrancea</border>
<border>Vaslui</border>
<border>Brăila</border>
<border>Delta Dunării</border>
</borders>
<coordinates>
<smallx>482</smallx>
<smally>271</smally>
<largex>613</largex>
<largey>342</largey>
</coordinates>
</territory>
</map>
Thanks, cairnswk. Double congratulations to you.cairnswk wrote:Congrats Foregone

Thanks mucho, yeti. Your assistance throughout has been most helpful.yeti_c wrote:Nice work Foregone - an exemplary thread and an exemplary map.
C.
