1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE kgeographyMap>
3<map>
4	<mapFile>new-zealand.png</mapFile>
5	<name>New-Zealand</name>
6    <divisionsName>Regions</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>Not New-Zealand</name>
15		<ignore>yes</ignore>
16		<color><red>255</red><green>255</green><blue>255</blue></color>
17	</division>
18	<division>
19		<name>Northland</name>
20		<capital>Whangarei</capital>
21		<color><red>255</red><green>85</green><blue>85</blue></color>
22	</division>
23	<division>
24		<name>Auckland</name>
25		<capital>Auckland City</capital>
26		<color><red>255</red><green>170</green><blue>85</blue></color>
27	</division>
28	<division>
29		<name>Waikato</name>
30		<capital>Hamilton</capital>
31		<color><red>255</red><green>255</green><blue>85</blue></color>
32	</division>
33	<division>
34		<name>Bay of Plenty</name>
35		<capital>Whakatane</capital>
36		<color><red>170</red><green>255</green><blue>85</blue></color>
37	</division>
38	<division>
39		<name>Gisborne</name>
40		<capital>Gisborne</capital>
41		<color><red>85</red><green>255</green><blue>85</blue></color>
42	</division>
43	<division>
44		<name>Hawke's Bay</name>
45		<capital>Napier/Hastings</capital>
46		<color><red>85</red><green>255</green><blue>170</blue></color>
47	</division>
48	<division>
49		<name>Taranaki</name>
50		<capital>New Plymouth</capital>
51		<color><red>85</red><green>255</green><blue>255</blue></color>
52	</division>
53	<division>
54		<name>Manawatu-Wanganui</name>
55		<capital>Wanganui</capital>
56		<color><red>85</red><green>170</green><blue>255</blue></color>
57	</division>
58	<division>
59		<name>Wellington</name>
60		<capital>Wellington</capital>
61		<color><red>85</red><green>85</green><blue>255</blue></color>
62	</division>
63	<division>
64		<name>Tasman</name>
65		<capital>Nelson City</capital>
66		<color><red>170</red><green>85</green><blue>255</blue></color>
67	</division>
68	<division>
69		<name>Marlborough</name>
70		<capital>Blenheim</capital>
71		<color><red>255</red><green>85</green><blue>255</blue></color>
72	</division>
73	<division>
74		<name>West Coast</name>
75		<capital>Grey Mouth</capital>
76		<color><red>255</red><green>85</green><blue>170</blue></color>
77	</division>
78	<division>
79		<name>Canterbury</name>
80		<capital>Christchurch</capital>
81		<color><red>227</red><green>113</green><blue>113</blue></color>
82	</division>
83	<division>
84		<name>Otago</name>
85		<capital>Dunedin</capital>
86		<color><red>227</red><green>170</green><blue>113</blue></color>
87	</division>
88	<division>
89		<name>Southland</name>
90		<capital>Invercargil</capital>
91		<color><red>227</red><green>227</green><blue>113</blue></color>
92	</division>
93</map>
94