Page 8 of 10

Re: Route 66: tweaks on pg 11 (GP)

PostPosted: Thu Aug 20, 2009 5:03 pm
by Supermarioluigi
oaktown wrote:
geographers compared the flatness of Kansas to the flatness of a pancake. They used topographic data from a digital scale model prepared by the US Geological Survey, and they purchased a pancake from the International House of Pancakes. If perfect flatness were a value of 1.00, they reported, the calculated flatness of a pancake would be 0.957 "which is pretty flat, but far from perfectly flat". Kansas's flatness however turned out to be 0.997, which they said might be described, mathematically, as "damn flat".


then that settles it.
We'll use a pancake for Kansas.


Now, does anyone else think Arkansas could use something as well?
...I have no idea, because I know absolutely nothing about Arkansas.

Re: Route 66: tweaks on pg 11 (GP)

PostPosted: Fri Aug 21, 2009 9:44 pm
by oaktown
Supermarioluigi wrote:Now, does anyone else think Arkansas could use something as well?
...I have no idea, because I know absolutely nothing about Arkansas.

You and about 302 million Amercans.

Thanks for the stamp... I fully intend to get something in Kansas, I've just been crazy busy these last two weeks. ASAP.

Re: Route 66: tweaks on pg 11 (GP)

PostPosted: Fri Aug 21, 2009 10:23 pm
by ender516
oaktown wrote:Thanks for the stamp... I fully intend to get something in Kansas, I've just been crazy busy these last two weeks. ASAP.

Well, if you are not going to leave Kansas flat, I would vote for a cob of corn, with the husk partly open. (A corn chip would be nice and flat, but probably unrecognizable.)

Re: Route 66: tweaks on pg 11 (GP)

PostPosted: Sat Sep 05, 2009 10:32 am
by oaktown
Click image to enlarge.
image

Click image to enlarge.
image


Just to show that I haven't completely abandoned this map, here it is with some corn, large and small. :)

I'll see what I can do with the XML next.

Re: Route 66: now with corn! (GP, GFX)

PostPosted: Sat Sep 05, 2009 2:34 pm
by oaktown
Code is written. I've yet to correct the coordinates - the small is a mess.
Code: Select all
<?xml version="1.0"?>
<map>
   <title>Route 66</title>
   <smallwidth>630</smallwidth>
   <smallheight>473</smallheight>
   <largewidth>840</largewidth>
   <largeheight>630</largeheight>
   <filetype>jpg</filetype>

<reinforcements>
   <reinforcement>
      <lower>1</lower>
      <upper>42</upper>
      <divisor>2</divisor>
   </reinforcement>
</reinforcements>

<positions>
   <position>
      <territory>Fresno</territory>
      <territory>Phoenix</territory>
      <territory>Pueblo</territory>
      <territory>Lubbock</territory>
      <territory>Topeka</territory>
      <territory>Pocahontas</territory>
   </position>
   <position>
      <territory>Las Vegas</territory>
      <territory>Yuma</territory>
      <territory>Santa Fe</territory>
      <territory>El Paso</territory>
      <territory>Texarkana</territory>
      <territory>Des Moines</territory>
   </position>
</positions>

   <continent>
      <name>Adjoining Route Cities</name>
      <bonus>1</bonus>
      <components>
         <territory>Los Angeles</territory>
         <territory>Barstow</territory>
         <territory>Kingman</territory>
      </components>
   </continent>

   <continent>
      <name>Adjoining Route Cities</name>
      <bonus>1</bonus>
      <components>
         <territory>Barstow</territory>
         <territory>Kingman</territory>
         <territory>Flagstaff</territory>
      </components>
   </continent>

   <continent>
      <name>Adjoining Route Cities</name>
      <bonus>1</bonus>
      <components>
         <territory>Kingman</territory>
         <territory>Flagstaff</territory>
         <territory>Albuquerque</territory>
      </components>
   </continent>

   <continent>
      <name>Adjoining Route Cities</name>
      <bonus>1</bonus>
      <components>
         <territory>Flagstaff</territory>
         <territory>Albuquerque</territory>
         <territory>Amarillo</territory>
      </components>
   </continent>

   <continent>
      <name>Adjoining Route Cities</name>
      <bonus>1</bonus>
      <components>
         <territory>Albuquerque</territory>
         <territory>Amarillo</territory>
         <territory>Oklahoma City</territory>
      </components>
   </continent>

   <continent>
      <name>Adjoining Route Cities</name>
      <bonus>1</bonus>
      <components>
         <territory>Amarillo</territory>
         <territory>Oklahoma City</territory>
         <territory>Tulsa</territory>
      </components>
   </continent>

   <continent>
      <name>Adjoining Route Cities</name>
      <bonus>1</bonus>
      <components>
         <territory>Oklahoma City</territory>
         <territory>Tulsa</territory>
         <territory>Joplin</territory>
      </components>
   </continent>

   <continent>
      <name>Adjoining Route Cities</name>
      <bonus>1</bonus>
      <components>
         <territory>Tulsa</territory>
         <territory>Joplin</territory>
         <territory>St. Louis</territory>
      </components>
   </continent>

   <continent>
      <name>Adjoining Route Cities</name>
      <bonus>1</bonus>
      <components>
         <territory>Joplin</territory>
         <territory>St. Louis</territory>
         <territory>Chicago</territory>
      </components>
   </continent>


   <territory>
      <name>Los Angeles</name>
      <borders>
         <border>Fresno</border>
         <border>Barstow</border>            
      </borders>
      <coordinates>
         <smallx>52</smallx>
         <smally>361</smally>
         <largex>60</largex>
         <largey>460</largey>
      </coordinates>
     <neutral>3</neutral>
   </territory>

   <territory>
      <name>Barstow</name>
      <borders>
         <border>Los Angeles</border>
         <border>Yuma</border>      
         <border>Kingman</border>         
      </borders>
      <coordinates>
         <smallx>82</smallx>
         <smally>331</smally>
         <largex>110</largex>
         <largey>434</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>

   <territory>
      <name>Kingman</name>
      <borders>
         <border>Barstow</border>
         <border>Las Vegas</border>      
         <border>Flagstaff</border>         
      </borders>
      <coordinates>
         <smallx>129</smallx>
         <smally>322</smally>
         <largex>173</largex>
         <largey>422</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>

   <territory>
      <name>Flagstaff</name>
      <borders>
         <border>Albuquerque</border>
         <border>Phoenix</border>      
         <border>Kingman</border>      
         <border>Grand Canyon</border>         
      </borders>
      <coordinates>
         <smallx>168</smallx>
         <smally>310</smally>
         <largex>225</largex>
         <largey>406</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>

   <territory>
      <name>Albuquerque</name>
      <borders>
         <border>Flagstaff</border>
         <border>Santa Fe</border>      
         <border>Roswell</border>      
         <border>Amarillo</border>         
      </borders>
      <coordinates>
         <smallx>260</smallx>
         <smally>301</smally>
         <largex>348</largex>
         <largey>394</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>

   <territory>
      <name>Amarillo</name>
      <borders>
         <border>Raton</border>
         <border>Lubbock</border>      
         <border>Oklahoma City</border>      
         <border>Albuquerque</border>         
      </borders>
      <coordinates>
         <smallx>321</smallx>
         <smally>290</smally>
         <largex>429</largex>
         <largey>384</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>

   <territory>
      <name>Oklahoma City</name>
      <borders>
         <border>Tulsa</border>
         <border>Amarillo</border>
         <border>Dallas</border>         
         <border>Texarkana</border>         
      </borders>
      <coordinates>
         <smallx>433</smallx>
         <smally>258</smally>
         <largex>578</largex>
         <largey>336</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>

   <territory>
      <name>Tulsa</name>
      <borders>
         <border>Oklahoma City</border>
         <border>Joplin</border>         
         <border>Topeka</border>         
      </borders>
      <coordinates>
         <smallx>473</smallx>
         <smally>228</smally>
         <largex>632</largex>
         <largey>297</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>

   <territory>
      <name>Joplin</name>
      <borders>
         <border>St. Louis</border>
         <border>Tulsa</border>   
         <border>Little Rock</border>         
         <border>Kansas City</border>         
      </borders>
      <coordinates>
         <smallx>496</smallx>
         <smally>195</smally>
         <largex>663</largex>
         <largey>253</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>

   <territory>
      <name>St. Louis</name>
      <borders>
         <border>Chicago</border>
         <border>Joplin</border>         
         <border>Pocahontas</border>         
      </borders>
      <coordinates>
         <smallx>538</smallx>
         <smally>143</smally>
         <largex>719</largex>
         <largey>183</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>

   <territory>
      <name>Chicago</name>
      <borders>
         <border>St. Louis</border>
         <border>Des Moines</border>         
      </borders>
      <coordinates>
         <smallx>540</smallx>
         <smally>56</smally>
         <largex>721</largex>
         <largey>67</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>


   <territory>
      <name>Tucson</name>
      <borders>
         <border>Yuma</border>
         <border>Phoenix</border>         
         <border>Las Cruces</border>         
      </borders>
      <coordinates>
         <smallx>178</smallx>
         <smally>381</smally>
         <largex>238</largex>
         <largey>500</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>

   <territory>
      <name>Roswell</name>
      <borders>
         <border>Albuquerque</border>
         <border>Las Cruces</border>         
         <border>El Paso</border>         
         <border>Lubbock</border>         
      </borders>
      <coordinates>
         <smallx>289</smallx>
         <smally>340</smally>
         <largex>387</largex>
         <largey>445</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>

   <territory>
      <name>San Angelo</name>
      <borders>
         <border>Lubbock</border>
         <border>El Paso</border>         
         <border>San Antonio</border>         
      </borders>
      <coordinates>
         <smallx>391</smallx>
         <smally>349</smally>
         <largex>523</largex>
         <largey>457</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>

   <territory>
      <name>Dallas</name>
      <borders>
         <border>Oklahoma City</border>
         <border>San Antonio</border>         
         <border>Texarkana</border>         
      </borders>
      <coordinates>
         <smallx>437</smallx>
         <smally>315</smally>
         <largex>584</largex>
         <largey>412</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>

   <territory>
      <name>Little Rock</name>
      <borders>
         <border>Pocahontas</border>
         <border>Joplin</border>         
         <border>Texarkana</border>         
      </borders>
      <coordinates>
         <smallx>527</smallx>
         <smally>240</smally>
         <largex>704</largex>
         <largey>313</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>

   <territory>
      <name>Kansas City</name>
      <borders>
         <border>Joplin</border>
         <border>Topeka</border>         
         <border>Des Moines</border>         
      </borders>
      <coordinates>
         <smallx>472</smallx>
         <smally>163</smally>
         <largex>631</largex>
         <largey>210</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>

   <territory>
      <name>Omaha</name>
      <borders>
         <border>North Platte</border>
         <border>Topeka</border>         
         <border>Des Moines</border>         
      </borders>
      <coordinates>
         <smallx>430</smallx>
         <smally>120</smally>
         <largex>574</largex>
         <largey>152</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>

   <territory>
      <name>Salina</name>
      <borders>
         <border>Oakley</border>
         <border>Topeka</border>         
      </borders>
      <coordinates>
         <smallx>408</smallx>
         <smally>186</smally>
         <largex>545</largex>
         <largey>241</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>

   <territory>
      <name>Denver</name>
      <borders>
         <border>North Platte</border>
         <border>Oakley</border>         
         <border>Pueblo</border>         
      </borders>
      <coordinates>
         <smallx>277</smallx>
         <smally>189</smally>
         <largex>370</largex>
         <largey>244</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>

   <territory>
      <name>Raton</name>
      <borders>
         <border>Amarillo</border>
         <border>Pueblo</border>         
         <border>Santa Fe</border>         
      </borders>
      <coordinates>
         <smallx>291</smallx>
         <smally>246</smally>
         <largex>389</largex>
         <largey>320</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>

   <territory>
      <name>Grand Junction</name>
      <borders>
         <border>Pueblo</border>
         <border>Greenriver</border>         
         <border>Four Corners</border>         
      </borders>
      <coordinates>
         <smallx>235</smallx>
         <smally>225</smally>
         <largex>314</largex>
         <largey>292</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>

   <territory>
      <name>Grand Canyon</name>
      <borders>
         <border>Flagstaff</border>
         <border>Four Corners</border>         
         <border>Zion</border>         
      </borders>
      <coordinates>
         <smallx>163</smallx>
         <smally>270</smally>
         <largex>218</largex>
         <largey>352</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>

   <territory>
      <name>Salt Lake City</name>
      <borders>
         <border>Greenriver</border>
         <border>Zion</border>         
         <border>Elko</border>         
      </borders>
      <coordinates>
         <smallx>163</smallx>
         <smally>174</smally>
         <largex>219</largex>
         <largey>225</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>

   <territory>
      <name>Winnemucca</name>
      <borders>
         <border>Elko</border>
         <border>Reno</border>      
      </borders>
      <coordinates>
         <smallx>79</smallx>
         <smally>181</smally>
         <largex>106</largex>
         <largey>234</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>

   <territory>
      <name>Tahoe</name>
      <borders>
         <border>Las Vegas</border>
         <border>Reno</border>      
      </borders>
      <coordinates>
         <smallx>55</smallx>
         <smally>230</smally>
         <largex>75</largex>
         <largey>299</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>

   <territory>
      <name>Sacramento</name>
      <borders>
         <border>Fresno</border>
         <border>Reno</border>      
      </borders>
      <coordinates>
         <smallx>18</smallx>
         <smally>237</smally>
         <largex>25</largex>
         <largey>308</largey>

      </coordinates>
     <neutral>3</neutral>
   </territory>


   <territory>
      <name>Fresno</name>
      <borders>
         <border>Los Angeles</border>
         <border>Sacramento</border>      
      </borders>
      <coordinates>
         <smallx>40</smallx>
         <smally>298</smally>
         <largex>55</largex>
         <largey>390</largey>

      </coordinates>
   </territory>

   <territory>
      <name>Phoenix</name>
      <borders>
         <border>Flagstaff</border>
         <border>Tucson</border>      
      </borders>
      <coordinates>
         <smallx>178</smallx>
         <smally>346</smally>
         <largex>239</largex>
         <largey>453</largey>

      </coordinates>
   </territory>

   <territory>
      <name>Pueblo</name>
      <borders>
         <border>Grand Junction</border>
         <border>Raton</border>      
         <border>Denver</border>   
      </borders>
      <coordinates>
         <smallx>287</smallx>
         <smally>215</smally>
         <largex>384</largex>
         <largey>279</largey>

      </coordinates>
   </territory>

   <territory>
      <name>Lubbock</name>
      <borders>
         <border>Amarillo</border>
         <border>Roswell</border>      
         <border>San Angelo</border>   
      </borders>
      <coordinates>
         <smallx>367</smallx>
         <smally>318</smally>
         <largex>491</largex>
         <largey>416</largey>

      </coordinates>
   </territory>

   <territory>
      <name>Topeka</name>
      <borders>
         <border>Tulsa</border>
         <border>Kansas City</border>      
         <border>Salina</border>      
         <border>Omaha</border>   
      </borders>
      <coordinates>
         <smallx>449</smallx>
         <smally>175</smally>
         <largex>600</largex>
         <largey>226</largey>

      </coordinates>
   </territory>

   <territory>
      <name>Pocahontas</name>
      <borders>
         <border>Little Rock</border>
         <border>St. Louis</border>   
      </borders>
      <coordinates>
         <smallx>539</smallx>
         <smally>203</smally>
         <largex>720</largex>
         <largey>263</largey>

      </coordinates>
   </territory>


   <territory>
      <name>Des Moines</name>
      <borders>
         <border>Chicago</border>
         <border>Omaha</border>
         <border>Kansas City</border>   
      </borders>
      <coordinates>
         <smallx>467</smallx>
         <smally>105</smally>
         <largex>624</largex>
         <largey>133</largey>

      </coordinates>
   </territory>

   <territory>
      <name>Texarkana</name>
      <borders>
         <border>Oklahoma City</border>
         <border>Little Rock</border>
         <border>Dallas</border>   
      </borders>
      <coordinates>
         <smallx>511</smallx>
         <smally>280</smally>
         <largex>682</largex>
         <largey>366</largey>

      </coordinates>
   </territory>

   <territory>
      <name>El Paso</name>
      <borders>
         <border>Roswell</border>
         <border>San Angelo</border>   
      </borders>
      <coordinates>
         <smallx>288</smallx>
         <smally>385</smally>
         <largex>385</largex>
         <largey>506</largey>

      </coordinates>
   </territory>

   <territory>
      <name>Santa Fe</name>
      <borders>
         <border>Raton</border>
         <border>Albuquerque</border>   
      </borders>
      <coordinates>
         <smallx>268</smallx>
         <smally>274</smally>
         <largex>358</largex>
         <largey>357</largey>

      </coordinates>
   </territory>

   <territory>
      <name>Las Vegas</name>
      <borders>
         <border>Kingman</border>
         <border>Tahoe</border>   
      </borders>
      <coordinates>
         <smallx>106</smallx>
         <smally>290</smally>
         <largex>142</largex>
         <largey>379</largey>

      </coordinates>
   </territory>

   <territory>
      <name>Yuma</name>
      <borders>
         <border>Barstow</border>
         <border>Tucson</border>   
      </borders>
      <coordinates>
         <smallx>114</smallx>
         <smally>366</smally>
         <largex>153</largex>
         <largey>480</largey>

      </coordinates>
   </territory>


   <territory>
      <name>Reno</name>
      <borders>
         <border>Sacramento</border>
         <border>Tahoe</border>   
         <border>Winnemucca</border>   
      </borders>
      <coordinates>
         <smallx>40</smallx>
         <smally>201</smally>
         <largex>54</largex>
         <largey>261</largey>

      </coordinates>
   </territory>

   <territory>
      <name>Elko</name>
      <borders>
         <border>Salt Lake City</border>   
         <border>Winnemucca</border>   
      </borders>
      <coordinates>
         <smallx>115</smallx>
         <smally>183</smally>
         <largex>155</largex>
         <largey>237</largey>

      </coordinates>
   </territory>

   <territory>
      <name>Zion</name>
      <borders>
         <border>Salt Lake City</border>   
         <border>Grand Canyon</border>   
      </borders>
      <coordinates>
         <smallx>157</smallx>
         <smally>235</smally>
         <largex>210</largex>
         <largey>306</largey>

      </coordinates>
   </territory>   

   <territory>
      <name>Greenriver</name>
      <borders>
         <border>Salt Lake City</border>   
         <border>Grand Junction</border>   
      </borders>
      <coordinates>
         <smallx>196</smallx>
         <smally>210</smally>
         <largex>263</largex>
         <largey>273</largey>

      </coordinates>
   </territory>

   <territory>
      <name>Four Corners</name>
      <borders>
         <border>Grand Canyon</border>   
         <border>Grand Junction</border>   
      </borders>
      <coordinates>
         <smallx>217</smallx>
         <smally>255</smally>
         <largex>290</largex>
         <largey>333</largey>

      </coordinates>
   </territory>

   <territory>
      <name>North Platte</name>
      <borders>
         <border>Denver</border>   
         <border>Omaha</border>   
      </borders>
      <coordinates>
         <smallx>331</smallx>
         <smally>133</smally>
         <largex>442</largex>
         <largey>170</largey>

      </coordinates>
   </territory>

   <territory>
      <name>Oakley</name>
      <borders>
         <border>Denver</border>   
         <border>Salina</border>   
      </borders>
      <coordinates>
         <smallx>355</smallx>
         <smally>195</smally>
         <largex>475</largex>
         <largey>252</largey>

      </coordinates>
   </territory>

   <territory>
      <name>Las Cruces</name>
      <borders>
         <border>Tucson</border>   
         <border>Roswell</border>   
      </borders>
      <coordinates>
         <smallx>239</smallx>
         <smally>361</smally>
         <largex>320</largex>
         <largey>474</largey>

      </coordinates>
   </territory>

   <territory>
      <name>San Antonio</name>
      <borders>
         <border>San Angelo</border>   
         <border>Dallas</border>   
      </borders>
      <coordinates>
         <smallx>433</smallx>
         <smally>371</smally>
         <largex>579</largex>
         <largey>487</largey>

      </coordinates>
   </territory>

</map>

Re: Route 66: now with corn! (GP, GFX)

PostPosted: Sat Sep 05, 2009 9:33 pm
by ender516
Houston, we are go for corn.

Re: Route 66: now with corn! (GP, GFX)

PostPosted: Sun Sep 06, 2009 9:42 am
by MrBenn
              Final Forge

---The Route 66 Map has reached the ‘Final Forge’ Stage. The map has passed rigorous gameplay and graphics examinations, and major concerns have been addressed. If you have any other concerns, please make your voice heard. If after a reasonable amount of time there has not been any objection or protest, the map will be deemed finished with the 'Foundry Brand' of approval and will be submitted for live play. As long as there is still discussion or posts that have yet to be commented on, the map will remain in Final Forge until said discussion has reached the conclusion that the map has reached its final and polished version.

Post questions and concerns if any.

              Image

Re: Route 66: now with corn! (GP, GFX)

PostPosted: Sun Sep 06, 2009 12:14 pm
by ender516
Allow me to be the first to congratulate you, Oaktown, on reaching the Final Forge with this map. I think the first nitpick you will need to deal with, and you might as well hear it from me, is that your small image is not in your first post. I have seen it in the post just before the post with the XML, and it looks fine to me, but the map dilettantes won't search for it.

Re: Route 66: now with corn! (GP, GFX)

PostPosted: Sun Sep 06, 2009 12:27 pm
by perchorin
Jesus people, there's no corn in Kansas! It's Iowa that has the corn, Kansas is a wheat state, doesn't anybody know the difference???

Re: Route 66: now with corn! (GP, GFX)

PostPosted: Sun Sep 06, 2009 4:12 pm
by ender516
perchorin wrote:Jesus people, there's no corn in Kansas! It's Iowa that has the corn, Kansas is a wheat state, doesn't anybody know the difference???
Well, where were you four weeks ago when I suggested the following?
ender516 wrote:There's only two things that come from Kansas, steers and queers.... :D ;) Just kidding, though something agricultural does seem to be missing from the map. What would be more appropriate to Kansas, a steer, a steer's head (longhorn?), or perhaps a cob of corn or sheaf of wheat? Anybody from that area with an opinion?
And Wikipedia says there is both wheat and corn (yeah, yeah, I know, Wikipedia, feh). But oaktown says he has seen the corn:
oaktown wrote:Kansas... I tried to come up with something for kansas earlier and failed. Having driven across Kansas all I remember seeing is corn, followed by miles and miles of more corn. Then you pass through a small town and see more corn.
Now I suppose if you can convince oak that wheat is a better choice, then a few ears of wheat or a sheaf might be more appropriate. Do we need a poll?

Re: Route 66: now with corn! (GP, GFX)

PostPosted: Sun Sep 06, 2009 9:15 pm
by mibi
I think the places depicted at the bottom should instead be places from the song route 66.

Well it goes through St. Louie down to Missouri
Oklahoma City looks oh so pretty.
You'll see Amarillo, Gallup, New Mexico
Flagstaff, Arizona, don't forget Winona,
Kingsman, Barstow, San Bernardino.

And whats up with Acoma? I've been there and don't remember any route 66 near by.

Re: Route 66: now with corn! (GP, GFX)

PostPosted: Sun Sep 06, 2009 10:28 pm
by oaktown
mibi wrote:I think the places depicted at the bottom should instead be places from the song route 66.

Well it goes through St. Louie down to Missouri
Oklahoma City looks oh so pretty.
You'll see Amarillo, Gallup, New Mexico
Flagstaff, Arizona, don't forget Winona,
Kingsman, Barstow, San Bernardino.

And whats up with Acoma? I've been there and don't remember any route 66 near by.

:lol: I thought I'd done a decent job of getting most of the song locations on the map itself... as for the pix at the bottom, I tried to go with things that actually look impressive enough to be on a postcard. My apologies, Amarillo.

Image

I believe Acoma Pueblo is something like ten miles off of the old Route 66, so it's an obvious side trip... basically I wanted some Native America nod. It's certainly closer than the Grand Canyon, which has to be on there.

The Kansas Corn Growers Association estimates that Kansas will pump out nearly 515,000,000 bushels of corn in 2009, and for eight of the past ten years they've produced more corn than any other grain.

It should be noted that I may have confused my driving time in Kansas with that of one of the many other states in which i saw nothing but corn. 8-)

Re: Route 66: now with corn! (GP, GFX)

PostPosted: Mon Sep 07, 2009 12:52 am
by mibi
fine by me, i was just throwin a wrench out here.

Re: Route 66: now with corn! (GP, GFX)

PostPosted: Mon Sep 07, 2009 11:09 am
by oaktown
Large and small images, with 88s and 888s.
Image
Image
Click image to enlarge.
image

Click image to enlarge.
image


I'm finding that the circles are much less circular than I'd thought they'd be. By setting the postcard back at an angle on the table the circles were, of course, going to get skewed, but some of the circles toward the back edge of the image are especially so. But I'd rather maintain the illusion and sacrifice perfect centering, which really only matters when you have exactly 88 armies on a territory (the other #s aren't symmetrical). For example, when you have random #s on the map, they look just fine.

Click image to enlarge.
image


If anybody wants to play around with the Map Inspect tool, here are the files:
Small Map: http://i141.photobucket.com/albums/r76/ ... ute19S.jpg
Large: http://i141.photobucket.com/albums/r76/ ... ute19L.jpg
XML: http://www.snapdrive.net/files/612537/route.xml

I'm using snapdrive.com for XML file hosting, because FileDen sucks... too many ads to wade through before your can get to your files. And most other sites don't give you a direct link with which you can use Map Inspect. I may stop using photobucket soon, what with the commercials that launch while you're downloading.

Re: Route 66: coordinates on pg 13

PostPosted: Mon Sep 07, 2009 7:49 pm
by Gilligan
Is anyone else a little annoyed by the fact that Kansas City is in Missouri?

Re: Route 66: coordinates on pg 13

PostPosted: Mon Sep 07, 2009 7:56 pm
by ender516
Gilligan wrote:Is anyone else a little annoyed by the fact that Kansas City is in Missouri?

There is a Kansas City in Kansas, just across the river, but I think it is smaller. Does that make you feel any better?

Re: Route 66: coordinates on pg 13

PostPosted: Mon Sep 07, 2009 8:39 pm
by the.killing.44
Gilligan wrote:Is anyone else a little annoyed by the fact that Kansas City is in Missouri?

I'm annoyed at that in real life but not exactly on the map =\

Re: Route 66: coordinates on pg 13

PostPosted: Tue Sep 08, 2009 8:23 am
by oaktown
Kansas City is in the right place (on the border) on the large map. I can bump it a bit on the small map to get it back where it belongs.

And as noted, Kansas City, Missouri is indeed a larger city than Kansas City, Kansas. Missouri has the Royals and the Chiefs, Kansas has Dorothy and Toto.

Re: Route 66: coordinates on pg 13

PostPosted: Tue Sep 08, 2009 12:25 pm
by ender516
oaktown wrote:Kansas City is in the right place (on the border) on the large map. I can bump it a bit on the small map to get it back where it belongs.

And as noted, Kansas City, Missouri is indeed a larger city than Kansas City, Kansas. Missouri has the Royals and the Chiefs, Kansas has Dorothy and Toto.

Say, maybe we should replace the cob of corn with a flying monkey. Oz is in the public domain, right?

PostPosted: Tue Sep 08, 2009 8:17 pm
by Archanash
[b][b][b][b][/b][/b][/b][/b]

Re: Route 66: coordinates on pg 13

PostPosted: Sun Sep 20, 2009 11:56 pm
by oaktown
XML has been checked and corrected. If somebody wants to double check the coordinates please do, because otherwise I'm ready to put this one out of its misery. ;)

XML: http://www.snapdrive.net/files/612537/route.xml
Large: http://i141.photobucket.com/albums/r76/ ... ute19L.jpg
Small: http://i141.photobucket.com/albums/r76/ ... ute19S.jpg

CC map checker: http://www.conquerclub.com/mapmaker/index.php

Re: Route 66: coordinates on pg 13

PostPosted: Mon Sep 21, 2009 1:19 am
by the.killing.44
oaktown wrote:XML has been checked and corrected. If somebody wants to double check the coordinates please do, because otherwise I'm ready to put this one out of its misery. ;)

XML: http://www.snapdrive.net/files/612537/route.xml
Large: http://i141.photobucket.com/albums/r76/ ... ute19L.jpg
Small: http://i141.photobucket.com/albums/r76/ ... ute19S.jpg

CC map checker: http://www.conquerclub.com/mapmaker/index.php

It depends what you're thinking. A fair amount of them are not uniformly placed, but seeing how it's not possible to really "center" them and that they're all in the circles, I'll leave it up to the public and you in particular to decide what's best.

Re: Route 66: coordinates on pg 13

PostPosted: Fri Sep 25, 2009 11:47 am
by Lobster Crush
the.killing.44 wrote:It depends what you're thinking. A fair amount of them are not uniformly placed, but seeing how it's not possible to really "center" them and that they're all in the circles, I'll leave it up to the public and you in particular to decide what's best.


In my opinion, the large map coordinates look great. The wonkiness of the numbers in the skewed circles is a little more obvious on the small map. You could increase the size of the circles on the small map to compensate for this, but I think it's fine as it is now.

Re: Route 66: coordinates on pg 13

PostPosted: Fri Sep 25, 2009 10:37 pm
by oaktown
Lobster Crush wrote:In my opinion, the large map coordinates look great. The wonkiness of the numbers in the skewed circles is a little more obvious on the small map. You could increase the size of the circles on the small map to compensate for this, but I think it's fine as it is now.

Agreed. I'm pretty much of the opinion that i could spend a few more hours and see very little improvement. As the mapmaker, I can live with it as is if everybody else can.

Re: Route 66: coordinates on pg 13

PostPosted: Sat Sep 26, 2009 4:17 am
by MrBenn
Image

Any more for any more?