countries 2.1.4 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/.travis.yml +3 -3
- data/CHANGELOG.md +43 -0
- data/Gemfile +1 -0
- data/README.markdown +25 -8
- data/countries.gemspec +0 -1
- data/lib/countries/cache/countries.json +1 -1
- data/lib/countries/cache/locales/sv.json +1 -1
- data/lib/countries/configuration.rb +5 -0
- data/lib/countries/country.rb +7 -23
- data/lib/countries/country/class_methods.rb +20 -0
- data/lib/countries/country/currency_methods.rb +10 -0
- data/lib/countries/data/countries/AE.yaml +5 -0
- data/lib/countries/data/countries/AU.yaml +5 -0
- data/lib/countries/data/countries/BR.yaml +7 -0
- data/lib/countries/data/countries/CZ.yaml +1 -1
- data/lib/countries/data/countries/GR.yaml +2 -2
- data/lib/countries/data/countries/HT.yaml +1 -1
- data/lib/countries/data/countries/IS.yaml +6 -0
- data/lib/countries/data/countries/LT.yaml +1 -0
- data/lib/countries/data/countries/NC.yaml +1 -1
- data/lib/countries/data/countries/NG.yaml +5 -0
- data/lib/countries/data/countries/NP.yaml +1 -1
- data/lib/countries/data/countries/NZ.yaml +6 -0
- data/lib/countries/data/countries/SG.yaml +1 -1
- data/lib/countries/data/countries/TH.yaml +5 -0
- data/lib/countries/data/countries/UA.yaml +6 -0
- data/lib/countries/data/countries/VE.yaml +1 -1
- data/lib/countries/data/subdivisions/AD.yaml +1 -1
- data/lib/countries/data/subdivisions/AI.yaml +183 -0
- data/lib/countries/data/subdivisions/AS.yaml +66 -0
- data/lib/countries/data/subdivisions/AX.yaml +40 -0
- data/lib/countries/data/subdivisions/BM.yaml +144 -0
- data/lib/countries/data/subdivisions/CK.yaml +144 -0
- data/lib/countries/data/subdivisions/CN.yaml +33 -0
- data/lib/countries/data/subdivisions/CU.yaml +0 -12
- data/lib/countries/data/subdivisions/EC.yaml +18 -24
- data/lib/countries/data/subdivisions/FO.yaml +79 -0
- data/lib/countries/data/subdivisions/GG.yaml +144 -0
- data/lib/countries/data/subdivisions/GU.yaml +248 -0
- data/lib/countries/data/subdivisions/HK.yaml +235 -0
- data/lib/countries/data/subdivisions/IM.yaml +313 -0
- data/lib/countries/data/subdivisions/JE.yaml +157 -0
- data/lib/countries/data/subdivisions/MP.yaml +53 -0
- data/lib/countries/data/subdivisions/MS.yaml +40 -0
- data/lib/countries/data/subdivisions/MX.yaml +0 -3
- data/lib/countries/data/subdivisions/NC.yaml +40 -0
- data/lib/countries/data/subdivisions/PA.yaml +50 -27
- data/lib/countries/data/subdivisions/PE.yaml +9 -12
- data/lib/countries/data/subdivisions/PF.yaml +66 -0
- data/lib/countries/data/subdivisions/PM.yaml +27 -0
- data/lib/countries/data/subdivisions/PR.yaml +1015 -0
- data/lib/countries/data/subdivisions/SD.yaml +40 -45
- data/lib/countries/data/subdivisions/SJ.yaml +27 -0
- data/lib/countries/data/subdivisions/TK.yaml +40 -0
- data/lib/countries/data/subdivisions/UY.yaml +1 -1
- data/lib/countries/data/subdivisions/VI.yaml +40 -0
- data/lib/countries/data/subdivisions/YT.yaml +222 -0
- data/lib/countries/data/translation_corrections.yaml +1 -1
- data/lib/countries/iso3166.rb +1 -1
- data/lib/countries/version.rb +1 -1
- data/spec/00_global_spec.rb +56 -0
- data/spec/configuration_spec.rb +1 -0
- data/spec/country_spec.rb +1 -0
- data/spec/perf_spec.rb +1 -1
- metadata +27 -19
- data/spec/global_spec.rb +0 -29
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
---
|
|
2
|
+
'1':
|
|
3
|
+
unofficial_names: Saint Clement
|
|
4
|
+
translations:
|
|
5
|
+
en: Saint Clement
|
|
6
|
+
geo:
|
|
7
|
+
latitude: 49.16565
|
|
8
|
+
longitude: -2.07659
|
|
9
|
+
min_latitude:
|
|
10
|
+
min_longitude:
|
|
11
|
+
max_latitude:
|
|
12
|
+
max_longitude:
|
|
13
|
+
name: Saint Clement
|
|
14
|
+
comments:
|
|
15
|
+
'2':
|
|
16
|
+
unofficial_names: Saint Saviour
|
|
17
|
+
translations:
|
|
18
|
+
en: Saint Saviour
|
|
19
|
+
geo:
|
|
20
|
+
latitude: 49.19517
|
|
21
|
+
longitude: -2.09238
|
|
22
|
+
min_latitude:
|
|
23
|
+
min_longitude:
|
|
24
|
+
max_latitude:
|
|
25
|
+
max_longitude:
|
|
26
|
+
name: Saint Saviour
|
|
27
|
+
comments:
|
|
28
|
+
'3':
|
|
29
|
+
unofficial_names: Saint Brelade
|
|
30
|
+
translations:
|
|
31
|
+
en: Saint Brelade
|
|
32
|
+
geo:
|
|
33
|
+
latitude: 49.19056
|
|
34
|
+
longitude: -2.20056
|
|
35
|
+
min_latitude:
|
|
36
|
+
min_longitude:
|
|
37
|
+
max_latitude:
|
|
38
|
+
max_longitude:
|
|
39
|
+
name: Saint Brelade
|
|
40
|
+
comments:
|
|
41
|
+
'4':
|
|
42
|
+
unofficial_names: Grouville
|
|
43
|
+
translations:
|
|
44
|
+
en: Grouville
|
|
45
|
+
geo:
|
|
46
|
+
latitude: 49.18472
|
|
47
|
+
longitude: -2.04917
|
|
48
|
+
min_latitude:
|
|
49
|
+
min_longitude:
|
|
50
|
+
max_latitude:
|
|
51
|
+
max_longitude:
|
|
52
|
+
name: Grouville
|
|
53
|
+
comments:
|
|
54
|
+
'5':
|
|
55
|
+
unofficial_names: Saint Mary
|
|
56
|
+
translations:
|
|
57
|
+
en: Saint Mary
|
|
58
|
+
geo:
|
|
59
|
+
latitude: 49.23583
|
|
60
|
+
longitude: -2.17222
|
|
61
|
+
min_latitude:
|
|
62
|
+
min_longitude:
|
|
63
|
+
max_latitude:
|
|
64
|
+
max_longitude:
|
|
65
|
+
name: Saint Mary
|
|
66
|
+
comments:
|
|
67
|
+
'6':
|
|
68
|
+
unofficial_names: Saint Lawrence
|
|
69
|
+
translations:
|
|
70
|
+
en: Saint Lawrence
|
|
71
|
+
geo:
|
|
72
|
+
latitude: 49.21528
|
|
73
|
+
longitude: -2.14
|
|
74
|
+
min_latitude:
|
|
75
|
+
min_longitude:
|
|
76
|
+
max_latitude:
|
|
77
|
+
max_longitude:
|
|
78
|
+
name: Saint Lawrence
|
|
79
|
+
comments:
|
|
80
|
+
'7':
|
|
81
|
+
unofficial_names: Saint Peter
|
|
82
|
+
translations:
|
|
83
|
+
en: Saint Peter
|
|
84
|
+
geo:
|
|
85
|
+
latitude: 49.21333
|
|
86
|
+
longitude: -2.18194
|
|
87
|
+
min_latitude:
|
|
88
|
+
min_longitude:
|
|
89
|
+
max_latitude:
|
|
90
|
+
max_longitude:
|
|
91
|
+
name: Saint Peter
|
|
92
|
+
comments:
|
|
93
|
+
'8':
|
|
94
|
+
unofficial_names: Saint Ouen
|
|
95
|
+
translations:
|
|
96
|
+
en: Saint Ouen
|
|
97
|
+
geo:
|
|
98
|
+
latitude: 49.22667
|
|
99
|
+
longitude: -2.20556
|
|
100
|
+
min_latitude:
|
|
101
|
+
min_longitude:
|
|
102
|
+
max_latitude:
|
|
103
|
+
max_longitude:
|
|
104
|
+
name: Saint Ouen
|
|
105
|
+
comments:
|
|
106
|
+
'9':
|
|
107
|
+
unofficial_names: Saint John
|
|
108
|
+
translations:
|
|
109
|
+
en: Saint John
|
|
110
|
+
geo:
|
|
111
|
+
latitude: 49.24694
|
|
112
|
+
longitude: -2.1375
|
|
113
|
+
min_latitude:
|
|
114
|
+
min_longitude:
|
|
115
|
+
max_latitude:
|
|
116
|
+
max_longitude:
|
|
117
|
+
name: Saint John
|
|
118
|
+
comments:
|
|
119
|
+
'10':
|
|
120
|
+
unofficial_names: Trinity
|
|
121
|
+
translations:
|
|
122
|
+
en: Trinity
|
|
123
|
+
geo:
|
|
124
|
+
latitude: 49.23472
|
|
125
|
+
longitude: -2.09
|
|
126
|
+
min_latitude:
|
|
127
|
+
min_longitude:
|
|
128
|
+
max_latitude:
|
|
129
|
+
max_longitude:
|
|
130
|
+
name: Trinity
|
|
131
|
+
comments:
|
|
132
|
+
'11':
|
|
133
|
+
unofficial_names: Saint Martin
|
|
134
|
+
translations:
|
|
135
|
+
en: Saint Martin
|
|
136
|
+
geo:
|
|
137
|
+
latitude: 49.21944
|
|
138
|
+
longitude: -2.04972
|
|
139
|
+
min_latitude:
|
|
140
|
+
min_longitude:
|
|
141
|
+
max_latitude:
|
|
142
|
+
max_longitude:
|
|
143
|
+
name: Saint Martin
|
|
144
|
+
comments:
|
|
145
|
+
'12':
|
|
146
|
+
unofficial_names: Saint Helier
|
|
147
|
+
translations:
|
|
148
|
+
en: Saint Helier
|
|
149
|
+
geo:
|
|
150
|
+
latitude: 49.18333
|
|
151
|
+
longitude: -2.1
|
|
152
|
+
min_latitude:
|
|
153
|
+
min_longitude:
|
|
154
|
+
max_latitude:
|
|
155
|
+
max_longitude:
|
|
156
|
+
name: Saint Helier
|
|
157
|
+
comments:
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
---
|
|
2
|
+
N:
|
|
3
|
+
unofficial_names: Northern Islands
|
|
4
|
+
translations:
|
|
5
|
+
en: Northern Islands
|
|
6
|
+
geo:
|
|
7
|
+
latitude: 18.11
|
|
8
|
+
longitude: 145.771
|
|
9
|
+
min_latitude:
|
|
10
|
+
min_longitude:
|
|
11
|
+
max_latitude:
|
|
12
|
+
max_longitude:
|
|
13
|
+
name: Northern Islands
|
|
14
|
+
comments:
|
|
15
|
+
R:
|
|
16
|
+
unofficial_names: Rota
|
|
17
|
+
translations:
|
|
18
|
+
en: Rota
|
|
19
|
+
geo:
|
|
20
|
+
latitude: 14.154
|
|
21
|
+
longitude: 145.201
|
|
22
|
+
min_latitude:
|
|
23
|
+
min_longitude:
|
|
24
|
+
max_latitude:
|
|
25
|
+
max_longitude:
|
|
26
|
+
name: Rota
|
|
27
|
+
comments:
|
|
28
|
+
S:
|
|
29
|
+
unofficial_names: Saipan
|
|
30
|
+
translations:
|
|
31
|
+
en: Saipan
|
|
32
|
+
geo:
|
|
33
|
+
latitude: 15.16847
|
|
34
|
+
longitude: 145.74081
|
|
35
|
+
min_latitude:
|
|
36
|
+
min_longitude:
|
|
37
|
+
max_latitude:
|
|
38
|
+
max_longitude:
|
|
39
|
+
name: Saipan
|
|
40
|
+
comments:
|
|
41
|
+
T:
|
|
42
|
+
unofficial_names: Tinian
|
|
43
|
+
translations:
|
|
44
|
+
en: Tinian
|
|
45
|
+
geo:
|
|
46
|
+
latitude: 15.029
|
|
47
|
+
longitude: 145.616
|
|
48
|
+
min_latitude:
|
|
49
|
+
min_longitude:
|
|
50
|
+
max_latitude:
|
|
51
|
+
max_longitude:
|
|
52
|
+
name: Tinian
|
|
53
|
+
comments:
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
---
|
|
2
|
+
'1':
|
|
3
|
+
unofficial_names: Saint Anthony
|
|
4
|
+
translations:
|
|
5
|
+
en: Saint Anthony
|
|
6
|
+
geo:
|
|
7
|
+
latitude: 16.7
|
|
8
|
+
longitude: -62.2
|
|
9
|
+
min_latitude:
|
|
10
|
+
min_longitude:
|
|
11
|
+
max_latitude:
|
|
12
|
+
max_longitude:
|
|
13
|
+
name: Saint Anthony
|
|
14
|
+
comments:
|
|
15
|
+
'2':
|
|
16
|
+
unofficial_names: Saint Georges
|
|
17
|
+
translations:
|
|
18
|
+
en: Saint Georges
|
|
19
|
+
geo:
|
|
20
|
+
latitude: 16.76667
|
|
21
|
+
longitude: -62.2
|
|
22
|
+
min_latitude:
|
|
23
|
+
min_longitude:
|
|
24
|
+
max_latitude:
|
|
25
|
+
max_longitude:
|
|
26
|
+
name: Saint Georges
|
|
27
|
+
comments:
|
|
28
|
+
'3':
|
|
29
|
+
unofficial_names: Saint Peter
|
|
30
|
+
translations:
|
|
31
|
+
en: Saint Peter
|
|
32
|
+
geo:
|
|
33
|
+
latitude: 16.78333
|
|
34
|
+
longitude: -62.205
|
|
35
|
+
min_latitude:
|
|
36
|
+
min_longitude:
|
|
37
|
+
max_latitude:
|
|
38
|
+
max_longitude:
|
|
39
|
+
name: Saint Peter
|
|
40
|
+
comments:
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
---
|
|
2
|
+
N:
|
|
3
|
+
unofficial_names: Nord
|
|
4
|
+
translations:
|
|
5
|
+
en: Nord
|
|
6
|
+
geo:
|
|
7
|
+
latitude: -21.05
|
|
8
|
+
longitude: 164.9
|
|
9
|
+
min_latitude:
|
|
10
|
+
min_longitude:
|
|
11
|
+
max_latitude:
|
|
12
|
+
max_longitude:
|
|
13
|
+
name: Nord
|
|
14
|
+
comments:
|
|
15
|
+
S:
|
|
16
|
+
unofficial_names: Sud
|
|
17
|
+
translations:
|
|
18
|
+
en: Sud
|
|
19
|
+
geo:
|
|
20
|
+
latitude: -21.75
|
|
21
|
+
longitude: 165.83333
|
|
22
|
+
min_latitude:
|
|
23
|
+
min_longitude:
|
|
24
|
+
max_latitude:
|
|
25
|
+
max_longitude:
|
|
26
|
+
name: Sud
|
|
27
|
+
comments:
|
|
28
|
+
L:
|
|
29
|
+
unofficial_names: Iles Loyaute
|
|
30
|
+
translations:
|
|
31
|
+
en: Iles Loyaute
|
|
32
|
+
geo:
|
|
33
|
+
latitude: -20.91911
|
|
34
|
+
longitude: 167.26135
|
|
35
|
+
min_latitude:
|
|
36
|
+
min_longitude:
|
|
37
|
+
max_latitude:
|
|
38
|
+
max_longitude:
|
|
39
|
+
name: Iles Loyaute
|
|
40
|
+
comments:
|
|
@@ -1,17 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
'0':
|
|
3
|
-
unofficial_names:
|
|
4
|
-
- Comarca de San Blas
|
|
5
|
-
translations:
|
|
6
|
-
en: Comarca de San Blas
|
|
7
|
-
geo:
|
|
8
|
-
latitude: 8.537981
|
|
9
|
-
longitude: -80.782127
|
|
10
|
-
min_latitude: 7.203556400000001
|
|
11
|
-
min_longitude: -83.05224109999999
|
|
12
|
-
max_latitude: 9.6477792
|
|
13
|
-
max_longitude: -77.15848799999999
|
|
14
|
-
name: Comarca de San Blas
|
|
15
2
|
'1':
|
|
16
3
|
unofficial_names: Bocas del Toro
|
|
17
4
|
translations:
|
|
@@ -460,7 +447,31 @@
|
|
|
460
447
|
max_latitude:
|
|
461
448
|
max_longitude:
|
|
462
449
|
name: Veraguas
|
|
450
|
+
'10':
|
|
451
|
+
unofficial_names: Panamá Oeste
|
|
452
|
+
translations:
|
|
453
|
+
cs: Západní Panama
|
|
454
|
+
de: Provinz Panamá Oeste
|
|
455
|
+
en: West Panamá
|
|
456
|
+
es: Provincia de Panamá Oeste
|
|
457
|
+
fr: Panama Ouest
|
|
458
|
+
ja: 西パナマ県
|
|
459
|
+
ko: 서파나마 주
|
|
460
|
+
lv: Rietumpanama
|
|
461
|
+
nl: Panama Oeste
|
|
462
|
+
pl: Panama Zachodnia
|
|
463
|
+
ru: Западная Панама
|
|
464
|
+
ur: پاناما غربی صوبہ
|
|
465
|
+
geo:
|
|
466
|
+
latitude:
|
|
467
|
+
longitude:
|
|
468
|
+
min_latitude:
|
|
469
|
+
min_longitude:
|
|
470
|
+
max_latitude:
|
|
471
|
+
max_longitude:
|
|
472
|
+
name: Panamá Oeste
|
|
463
473
|
EM:
|
|
474
|
+
unofficial_names: Emberá-Wounaan
|
|
464
475
|
translations:
|
|
465
476
|
ar: كوماركا امبيرا-وونان
|
|
466
477
|
bg: Ембера
|
|
@@ -501,7 +512,16 @@ EM:
|
|
|
501
512
|
uk: Ембера-Воунаан
|
|
502
513
|
ur: کومارکا امبیرا-ووناو
|
|
503
514
|
vi: Emberá-Wounaan Comarca
|
|
515
|
+
geo:
|
|
516
|
+
latitude:
|
|
517
|
+
longitude:
|
|
518
|
+
min_latitude:
|
|
519
|
+
min_longitude:
|
|
520
|
+
max_latitude:
|
|
521
|
+
max_longitude:
|
|
522
|
+
name: Emberá-Wounaan
|
|
504
523
|
KY:
|
|
524
|
+
unofficial_names: Guna Yala
|
|
505
525
|
translations:
|
|
506
526
|
ar: غونا يالا
|
|
507
527
|
bg: Куна Яла
|
|
@@ -543,7 +563,16 @@ KY:
|
|
|
543
563
|
uk: Гуна-Яла
|
|
544
564
|
ur: گونا یالا
|
|
545
565
|
vi: Guna Yala
|
|
566
|
+
geo:
|
|
567
|
+
latitude: 8.537981
|
|
568
|
+
longitude: -80.782127
|
|
569
|
+
min_latitude: 7.203556400000001
|
|
570
|
+
min_longitude: -83.05224109999999
|
|
571
|
+
max_latitude: 9.6477792
|
|
572
|
+
max_longitude: -77.15848799999999
|
|
573
|
+
name: Guna Yala
|
|
546
574
|
NB:
|
|
575
|
+
unofficial_names: Ngäbe-Buglé
|
|
547
576
|
translations:
|
|
548
577
|
ar: نجوب-بولجي كوماركا
|
|
549
578
|
bg: Нгьобе-Бугле
|
|
@@ -584,17 +613,11 @@ NB:
|
|
|
584
613
|
uk: Нґобе-Буґле
|
|
585
614
|
ur: نگابے-بوگلے کومارکا
|
|
586
615
|
vi: Ngobe-Buglé Comarca
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
ko: 서파나마 주
|
|
596
|
-
lv: Rietumpanama
|
|
597
|
-
nl: Panama Oeste
|
|
598
|
-
pl: Panama Zachodnia
|
|
599
|
-
ru: Западная Панама
|
|
600
|
-
ur: پاناما غربی صوبہ
|
|
616
|
+
geo:
|
|
617
|
+
latitude:
|
|
618
|
+
longitude:
|
|
619
|
+
min_latitude:
|
|
620
|
+
min_longitude:
|
|
621
|
+
max_latitude:
|
|
622
|
+
max_longitude:
|
|
623
|
+
name: Ngäbe-Buglé
|
|
@@ -1285,19 +1285,8 @@ UCA:
|
|
|
1285
1285
|
max_latitude: -7.292605099999999
|
|
1286
1286
|
max_longitude: -70.49636090000001
|
|
1287
1287
|
name: Ucayali
|
|
1288
|
-
X1~:
|
|
1289
|
-
unofficial_names: Lima Metropolitana
|
|
1290
|
-
translations:
|
|
1291
|
-
en: Lima Metropolitana
|
|
1292
|
-
geo:
|
|
1293
|
-
latitude: -12.046374
|
|
1294
|
-
longitude: -77.0427934
|
|
1295
|
-
min_latitude: -12.0798252
|
|
1296
|
-
min_longitude: -77.0883395
|
|
1297
|
-
max_latitude: -12.0308632
|
|
1298
|
-
max_longitude: -77.0020311
|
|
1299
|
-
name: Lima Metropolitana
|
|
1300
1288
|
LMA:
|
|
1289
|
+
unofficial_names: Lima Metropolitana
|
|
1301
1290
|
translations:
|
|
1302
1291
|
ar: محافظة ليما
|
|
1303
1292
|
be: правінцыя Ліма
|
|
@@ -1337,3 +1326,11 @@ LMA:
|
|
|
1337
1326
|
uk: Ліма²
|
|
1338
1327
|
ur: لیما صوبہ
|
|
1339
1328
|
vi: Tỉnh Lima
|
|
1329
|
+
geo:
|
|
1330
|
+
latitude: -12.046374
|
|
1331
|
+
longitude: -77.0427934
|
|
1332
|
+
min_latitude: -12.0798252
|
|
1333
|
+
min_longitude: -77.0883395
|
|
1334
|
+
max_latitude: -12.0308632
|
|
1335
|
+
max_longitude: -77.0020311
|
|
1336
|
+
name: Lima Metropolitana
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
---
|
|
2
|
+
I:
|
|
3
|
+
unofficial_names: Austral Islands
|
|
4
|
+
translations:
|
|
5
|
+
en: Austral Islands
|
|
6
|
+
geo:
|
|
7
|
+
latitude: -23
|
|
8
|
+
longitude: -150
|
|
9
|
+
min_latitude:
|
|
10
|
+
min_longitude:
|
|
11
|
+
max_latitude:
|
|
12
|
+
max_longitude:
|
|
13
|
+
name: Austral Islands
|
|
14
|
+
comments:
|
|
15
|
+
M:
|
|
16
|
+
unofficial_names: Marquesas Islands
|
|
17
|
+
translations:
|
|
18
|
+
en: Marquesas Islands
|
|
19
|
+
geo:
|
|
20
|
+
latitude: -9
|
|
21
|
+
longitude: -139.5
|
|
22
|
+
min_latitude:
|
|
23
|
+
min_longitude:
|
|
24
|
+
max_latitude:
|
|
25
|
+
max_longitude:
|
|
26
|
+
name: Marquesas Islands
|
|
27
|
+
comments:
|
|
28
|
+
S:
|
|
29
|
+
unofficial_names: Leeward Islands
|
|
30
|
+
translations:
|
|
31
|
+
en: Leeward Islands
|
|
32
|
+
geo:
|
|
33
|
+
latitude: -16.66667
|
|
34
|
+
longitude: -151.5
|
|
35
|
+
min_latitude:
|
|
36
|
+
min_longitude:
|
|
37
|
+
max_latitude:
|
|
38
|
+
max_longitude:
|
|
39
|
+
name: Leeward Islands
|
|
40
|
+
comments:
|
|
41
|
+
T:
|
|
42
|
+
unofficial_names: Iles Tuamotu-Gambier
|
|
43
|
+
translations:
|
|
44
|
+
en: Iles Tuamotu-Gambier
|
|
45
|
+
geo:
|
|
46
|
+
latitude: -19
|
|
47
|
+
longitude: -139
|
|
48
|
+
min_latitude:
|
|
49
|
+
min_longitude:
|
|
50
|
+
max_latitude:
|
|
51
|
+
max_longitude:
|
|
52
|
+
name: Iles Tuamotu-Gambier
|
|
53
|
+
comments:
|
|
54
|
+
V:
|
|
55
|
+
unofficial_names: Windward Islands
|
|
56
|
+
translations:
|
|
57
|
+
en: Windward Islands
|
|
58
|
+
geo:
|
|
59
|
+
latitude: -17.5
|
|
60
|
+
longitude: -149.5
|
|
61
|
+
min_latitude:
|
|
62
|
+
min_longitude:
|
|
63
|
+
max_latitude:
|
|
64
|
+
max_longitude:
|
|
65
|
+
name: Windward Islands
|
|
66
|
+
comments:
|