1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE kgeographyMap>
3<map>
4          <mapFile>chhattisgarh.png</mapFile>
5          <name>Chhattisgarh</name>
6    <divisionsName>District</divisionsName>
7    <author>Stephanie Das Gupta</author>
8        <division>
9                <name>Not Chhattisgarh</name>
10                <ignore>yes</ignore>
11                <color><red>255</red><green>255</green><blue>255</blue></color>
12        </division>
13        <division>
14                <name>Frontier</name>
15                <ignore>yes</ignore>
16                <color><red>0</red><green>0</green><blue>0</blue></color>
17        </division>
18        <division>
19                <name>Surguja</name>
20                <capital>Ambikapur</capital>
21                <color><red>0</red><green>0</green><blue>255</blue></color>
22        </division>
23        <division>
24                <name>Koriya</name>
25                <capital>Koriya</capital>
26                <color><red>0</red><green>174</green><blue>0</blue></color>
27        </division>
28        <division>
29                <name>Jashpur</name>
30                <capital>Jashpur</capital>
31                <color><red>35</red><green>255</green><blue>35</blue></color>
32        </division>
33        <division>
34                <name>Korba</name>
35                <capital>Korba</capital>
36                <color><red>153</red><green>51</green><blue>102</blue></color>
37        </division>
38        <division>
39                <name>Bilaspur</name>
40                <capital>Bilaspur</capital>
41                <color><red>0</red><green>220</green><blue>255</blue></color>
42        </division>
43        <division>
44                <name>Raigarh</name>
45                <capital>Raigarh</capital>
46                <color><red>255</red><green>211</green><blue>32</blue></color>
47        </division>
48        <division>
49                <name>Kabirdham</name>
50                <capital>Kawardha</capital>
51                <color><red>230</red><green>255</green><blue>0</blue></color>
52        </division>
53        <division>
54                <name>Janjgir-Champa</name>
55                <capital>Janjgir</capital>
56                <color><red>49</red><green>64</green><blue>4</blue></color>
57        </division>
58        <division>
59                <name>Durg</name>
60                <capital>Durg</capital>
61                <color><red>128</red><green>0</green><blue>0</blue></color>
62        </division>
63        <division>
64                <name>Raipur</name>
65                <capital>Raipur</capital>
66                <color><red>255</red><green>0</green><blue>255</blue></color>
67        </division>
68        <division>
69                <name>Rajnandgaon</name>
70                <capital>Rajnandgaon</capital>
71                <color><red>102</red><green>0</green><blue>102</blue></color>
72        </division>
73        <division>
74                <name>Mahasamund</name>
75                <capital>Mahasamund</capital>
76                <color><red>153</red><green>153</green><blue>255</blue></color>
77        </division>
78        <division>
79                <name>Kanker</name>
80                <capital>Kanker</capital>
81                <color><red>0</red><green>255</green><blue>0</blue></color>
82        </division>
83        <division>
84                <name>Bastar</name>
85                <capital>Jagdalpur</capital>
86                <color><red>255</red><green>51</green><blue>51</blue></color>
87        </division>
88        <division>
89                <name>Dantewada</name>
90                <capital>Dantewada</capital>
91                <color><red>0</red><green>107</green><blue>107</blue></color>
92        </division>
93        <division>
94                <name>Dhamtari</name>
95                <capital>Dhamtari</capital>
96                <color><red>204</red><green>102</green><blue>51</blue></color>
97        </division>
98</map>
99