Click here to see the SAS code.
Click here to see the example.

---------------------------------------------------------------

This is just a proof-of-concept.

The hard part about this kind of map is keeping track of exactly which county
gets assigned which color (there are thousands of counties to keep track of).
Hopefully you can do this programmatically :)
In my case, I just re-used some pollution data :)

So, this is basically just a US county map, with the counties shaded certain
colors to represent delivery times, and then the state outlines annotated on
top of the map (so you can see both the state & county outlines).

Also the fedex logo is annotated in the bottom/left, and a url link is added 
to the title.

Back to Samples Index