blob: a97176f34f664d9e3c3cbf141d65f33c7094bc27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
|
<map>
<mapFile>austria.png</mapFile>
<name>Austria</name>
<division>
<name>Frontier</name>
<ignore>yes</ignore>
<color>
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</division>
<division>
<name>Not Austria</name>
<ignore>yes</ignore>
<color>
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</division>
<division>
<name>Vienna</name>
<capital>Vienna</capital>
<color>
<red>253</red>
<green>238</green>
<blue>6</blue>
</color>
</division>
<division>
<name>Burgenland</name>
<capital>Eisenstadt</capital>
<color>
<red>253</red>
<green>47</green>
<blue>6</blue>
</color>
</division>
<division>
<name>Styria</name>
<capital>Graz</capital>
<color>
<red>6</red>
<green>253</green>
<blue>18</blue>
</color>
</division>
<division>
<name>Carinthia</name>
<capital>Klagenfurt</capital>
<color>
<red>253</red>
<green>169</green>
<blue>6</blue>
</color>
</division>
<division>
<name>Tyrol</name>
<capital>Innsbruck</capital>
<color>
<red>161</red>
<green>215</green>
<blue>137</blue>
</color>
</division>
<division>
<name>Vorarlberg</name>
<capital>Bregenz</capital>
<color>
<red>148</red>
<green>176</green>
<blue>185</blue>
</color>
</division>
<division>
<name>Salzburg</name>
<capital>Salzburg</capital>
<color>
<red>248</red>
<green>137</green>
<blue>215</blue>
</color>
</division>
<division>
<name>Upper Austria</name>
<capital>Linz</capital>
<color>
<red>6</red>
<green>23</green>
<blue>253</blue>
</color>
</division>
<division>
<name>Lower Austria</name>
<capital>St. Pölten</capital>
<color>
<red>6</red>
<green>253</green>
<blue>238</blue>
</color>
</division>
</map>
|