1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE kgeographyMap>
3<map>
4	<mapFile>ecuador.png</mapFile>
5	<name>Ecuador</name>
6    <divisionsName>Provinces</divisionsName>
7    <author>Laurent Garnier</author>
8	<division>
9		<name>Frontier</name>
10		<ignore>yes</ignore>
11		<color><red>0</red><green>0</green><blue>0</blue></color>
12	</division>
13	<division>
14		<name>Frontier</name>
15		<ignore>yes</ignore>
16		<color><red>1</red><green>1</green><blue>1</blue></color>
17	</division>
18	<division>
19		<name>Water</name>
20		<ignore>yes</ignore>
21		<color><red>255</red><green>255</green><blue>255</blue></color>
22	</division>
23	<division>
24		<name>Not Ecuador</name>
25		<ignore>yes</ignore>
26		<color><red>204</red><green>204</green><blue>204</blue></color>
27	</division>
28	<division>
29		<name>Azuay</name>
30		<capital>Cuenca</capital>
31		<color><red>170</red><green>0</green><blue>0</blue></color>
32	</division>
33	<division>
34		<name>Bolívar</name>
35		<capital>Guaranda</capital>
36		<color><red>255</red><green>85</green><blue>85</blue></color>
37	</division>
38	<division>
39		<name>Cañar</name>
40		<capital>Azogues</capital>
41		<color><red>170</red><green>85</green><blue>0</blue></color>
42	</division>
43	<division>
44		<name>Carchi</name>
45		<capital>Tulcán</capital>
46		<color><red>255</red><green>170</green><blue>85</blue></color>
47	</division>
48	<division>
49		<name>Chimborazo</name>
50		<capital>Riobamba</capital>
51		<color><red>170</red><green>170</green><blue>0</blue></color>
52	</division>
53	<division>
54		<name>Cotopaxi</name>
55		<capital>Latacunga</capital>
56		<color><red>255</red><green>255</green><blue>85</blue></color>
57	</division>
58	<division>
59		<name>El Oro</name>
60		<capital>Machala</capital>
61		<color><red>85</red><green>170</green><blue>0</blue></color>
62	</division>
63	<division>
64		<name>Esmeraldas</name>
65		<capital>Esmeraldas</capital>
66		<color><red>170</red><green>255</green><blue>85</blue></color>
67	</division>
68	<division>
69		<name>Galápagos</name>
70		<capital>Puerto Baquerizo Moreno</capital>
71		<color><red>0</red><green>170</green><blue>0</blue></color>
72	</division>
73	<division>
74		<name>Guayas</name>
75		<capital>Guayaquil</capital>
76		<color><red>85</red><green>255</green><blue>85</blue></color>
77	</division>
78	<division>
79		<name>Imbabura</name>
80		<capital>Ibarra</capital>
81		<color><red>0</red><green>170</green><blue>85</blue></color>
82	</division>
83	<division>
84		<name>Loja</name>
85		<capital>Loja</capital>
86		<color><red>85</red><green>255</green><blue>170</blue></color>
87	</division>
88	<division>
89		<name>Los Ríos</name>
90		<capital>Babahoyo</capital>
91		<color><red>0</red><green>170</green><blue>170</blue></color>
92	</division>
93	<division>
94		<name>Manabí</name>
95		<capital>Portoviejo</capital>
96		<color><red>85</red><green>255</green><blue>255</blue></color>
97	</division>
98	<division>
99		<name>Morona Santiago</name>
100		<capital>Macas</capital>
101		<color><red>0</red><green>85</green><blue>170</blue></color>
102	</division>
103	<division>
104		<name>Santa Elena</name>
105		<capital>Santa Elena</capital>
106		<color><red>77</red><green>230</green><blue>232</blue></color>
107	</division>
108	<division>
109		<name>Santo Domingo de los Tsáchilas</name>
110		<capital>Santo Domingo de Los Colorados</capital>
111		<color><red>142</red><green>108</green><blue>67</blue></color>
112	</division>
113	<division>
114		<name>Napo</name>
115		<capital>Tena</capital>
116		<color><red>85</red><green>170</green><blue>255</blue></color>
117	</division>
118	<division>
119		<name>Orellana</name>
120		<capital>Puerto Francisco de Orellana</capital>
121		<color><red>0</red><green>0</green><blue>170</blue></color>
122	</division>
123	<division>
124		<name>Pastaza</name>
125		<capital>Puyo</capital>
126		<color><red>85</red><green>85</green><blue>255</blue></color>
127	</division>
128	<division>
129		<name>Pichincha</name>
130		<capital>Quito</capital>
131		<color><red>85</red><green>0</green><blue>170</blue></color>
132	</division>
133	<division>
134		<name>Sucumbíos</name>
135		<capital>Nueva Loja</capital>
136		<color><red>170</red><green>85</green><blue>255</blue></color>
137	</division>
138	<division>
139		<name>Tungurahua</name>
140		<capital>Ambato</capital>
141		<color><red>170</red><green>0</green><blue>170</blue></color>
142	</division>
143	<division>
144		<name>Zamora Chinchipe</name>
145		<capital>Zamora</capital>
146		<color><red>255</red><green>85</green><blue>255</blue></color>
147	</division>
148</map>
149