1/*
2  Sources :
3  https://www.insee.fr/fr/information/4316069
4  http://www.geonames.org/export/codes.html
5  http://download.geonames.org/export/dump/
6*/
7
8var inseeCityNameLatLonDep;
9if (inseeCityNameLatLonDep === undefined)
10    inseeCityNameLatLonDep = new Map ();
11
12inseeCityNameLatLonDep[85] = {
13    85001: ["L'Aiguillon-sur-Mer", 46.3041, -1.2623],
14    85002: ["L'Aiguillon-sur-Vie", 46.6706, -1.8259],
15    85003: ["Aizenay", 46.7384, -1.6270],
16    85004: ["Angles", 46.3870, -1.4004],
17    85005: ["Antigny", 46.6191, -0.7670],
18    85006: ["Apremont", 46.7572, -1.7484],
19    85008: ["Aubigny", 46.6028, -1.4674],
20    85009: ["Auzay", 46.4474, -0.8765],
21    85010: ["Avrillé", 46.4744, -1.4952],
22    85011: ["Barbâtre", 46.9335, -2.1674],
23    85012: ["La Barre-de-Monts", 46.8722, -2.0998],
24    85013: ["Bazoges-en-Paillers", 46.9213, -1.1441],
25    85014: ["Bazoges-en-Pareds", 46.6602, -0.9140],
26    85015: ["Beaufou", 46.8191, -1.5247],
27    85016: ["Beaulieu-sous-la-Roche", 46.6872, -1.6235],
28    85017: ["Beaurepaire", 46.9050, -1.1014],
29    85018: ["Beauvoir-sur-Mer", 46.9086, -2.0634],
30    85019: ["Belleville-sur-Vie", 46.7756, -1.4331],
31    85020: ["Benet", 46.3688, -0.6139],
32    85021: ["La Bernardière", 47.0361, -1.2739],
33    85022: ["Le Bernard", 46.4483, -1.4397],
34    85023: ["Bessay", 46.5397, -1.1702],
35    85024: ["Bois-de-Céné", 46.9479, -1.8966],
36    85025: ["La Boissière-de-Montaigu", 46.9451, -1.1916],
37    85026: ["La Boissière-des-Landes", 46.5581, -1.4437],
38    85027: ["Boufféré", 46.9581, -1.3427],
39    85028: ["Bouillé-Courdault", 46.3847, -0.6849],
40    85029: ["Bouin", 46.9815, -2.0042],
41    85030: ["Boulogne", 46.7862, -1.2984],
42    85031: ["Le Boupère", 46.7877, -0.9308],
43    85033: ["Bourneau", 46.5476, -0.8138],
44    85034: ["Bournezeau", 46.6296, -1.1410],
45    85035: ["Bretignolles-sur-Mer", 46.6374, -1.8632],
46    85036: ["La Bretonnière-la-Claye", 46.4879, -1.2677],
47    85037: ["Breuil-Barret", 46.6503, -0.6719],
48    85038: ["Les Brouzils", 46.8854, -1.3318],
49    85039: ["La Bruffière", 47.0148, -1.1832],
50    85040: ["La Caillère-Saint-Hilaire", 46.6293, -0.9331],
51    85041: ["Cezais", 46.5917, -0.8026],
52    85042: ["Chaillé-les-Marais", 46.3853, -1.0104],
53    85043: ["Chaillé-sous-les-Ormeaux", 46.5619, -1.3665],
54    85044: ["Chaix", 46.4231, -0.8567],
55    85045: ["La Chaize-Giraud", 46.6476, -1.8186],
56    85046: ["La Chaize-le-Vicomte", 46.6729, -1.2918],
57    85047: ["Challans", 46.8354, -1.8403],
58    85048: ["Chambretaud", 46.9169, -0.9745],
59    85049: ["Champagné-les-Marais", 46.3735, -1.1338],
60    85050: ["Le Champ-Saint-Père", 46.5157, -1.3394],
61    85051: ["Chantonnay", 46.6690, -1.0437],
62    85052: ["La Chapelle-Achard", 46.5869, -1.6614],
63    85053: ["La Chapelle-aux-Lys", 46.6221, -0.6427],
64    85054: ["La Chapelle-Hermier", 46.6826, -1.7208],
65    85055: ["La Chapelle-Palluau", 46.7873, -1.6249],
66    85056: ["La Chapelle-Thémer", 46.5639, -0.9603],
67    85058: ["Chasnais", 46.4459, -1.2385],
68    85059: ["La Châtaigneraie", 46.6416, -0.7395],
69    85060: ["Château-d'Olonne", 46.4925, -1.7212],
70    85061: ["Château-Guibert", 46.5741, -1.2552],
71    85062: ["Châteauneuf", 46.9169, -1.9261],
72    85063: ["Les Châtelliers-Châteaumur", 46.8675, -0.8355],
73    85064: ["Chauché", 46.8282, -1.2709],
74    85065: ["Chavagnes-en-Paillers", 46.8951, -1.2405],
75    85066: ["Chavagnes-les-Redoux", 46.7101, -0.9159],
76    85067: ["Cheffois", 46.6786, -0.7829],
77    85069: ["Les Clouzeaux", 46.6332, -1.4942],
78    85070: ["Coëx", 46.7078, -1.7578],
79    85071: ["Commequiers", 46.7674, -1.8253],
80    85072: ["La Copechagnière", 46.8523, -1.3434],
81    85073: ["Corpe", 46.5050, -1.1703],
82    85074: ["La Couture", 46.5239, -1.2649],
83    85076: ["Cugand", 47.0602, -1.2528],
84    85077: ["Curzon", 46.4512, -1.3013],
85    85078: ["Damvix", 46.3206, -0.7435],
86    85080: ["Doix", 46.3849, -0.8068],
87    85081: ["Dompierre-sur-Yon", 46.7599, -1.3727],
88    85082: ["Les Epesses", 46.8917, -0.9034],
89    85083: ["L'épine", 46.9843, -2.2644],
90    85084: ["Les Essarts", 46.7806, -1.2292],
91    85086: ["Falleron", 46.8623, -1.7010],
92    85087: ["Faymoreau", 46.5427, -0.6242],
93    85088: ["Le Fenouiller", 46.7161, -1.8920],
94    85089: ["La Ferrière", 46.7215, -1.3346],
95    85090: ["La Flocellière", 46.8211, -0.8545],
96    85091: ["Fontaines", 46.4207, -0.8078],
97    85092: ["Fontenay-le-Comte", 46.4563, -0.7934],
98    85093: ["Fougeré", 46.6617, -1.2361],
99    85094: ["Foussais-Payré", 46.5230, -0.6871],
100    85095: ["Froidfond", 46.8789, -1.7551],
101    85096: ["La Garnache", 46.8977, -1.8244],
102    85097: ["La Gaubretière", 46.9345, -1.0557],
103    85098: ["La Génétouze", 46.7244, -1.5041],
104    85099: ["Le Girouard", 46.5726, -1.5887],
105    85100: ["Givrand", 46.6822, -1.8787],
106    85101: ["Le Givre", 46.4729, -1.4025],
107    85102: ["Grand'Landes", 46.8483, -1.6445],
108    85103: ["Grosbreuil", 46.5390, -1.6072],
109    85104: ["Grues", 46.3813, -1.3236],
110    85105: ["Le Gué-de-Velluire", 46.3675, -0.9054],
111    85106: ["La Guérinière", 46.9669, -2.2302],
112    85107: ["La Guyonnière", 46.9691, -1.2549],
113    85108: ["L'Herbergement", 46.9166, -1.3703],
114    85109: ["Les Herbiers", 46.8666, -1.0221],
115    85110: ["L'Hermenault", 46.5156, -0.8984],
116    85111: ["L'île-d'Elle", 46.3334, -0.9191],
117    85112: ["L'île-d'Olonne", 46.5701, -1.7737],
118    85113: ["L'île-d'Yeu", 46.7093, -2.3471],
119    85114: ["Jard-sur-Mer", 46.4246, -1.6001],
120    85115: ["La Jaudonnière", 46.6488, -0.9624],
121    85116: ["La Jonchère", 46.4358, -1.3851],
122    85117: ["Lairoux", 46.4496, -1.2711],
123    85118: ["Landeronde", 46.6549, -1.5735],
124    85119: ["Les Landes-Genusson", 46.9663, -1.1290],
125    85120: ["Landevieille", 46.6444, -1.7854],
126    85121: ["Le Langon", 46.4393, -0.9470],
127    85123: ["Liez", 46.3698, -0.7050],
128    85125: ["Loge-Fougereuse", 46.6180, -0.6899],
129    85126: ["Longèves", 46.4722, -0.8589],
130    85127: ["Longeville-sur-Mer", 46.4091, -1.4771],
131    85128: ["Luçon", 46.4510, -1.1644],
132    85129: ["Les Lucs-sur-Boulogne", 46.8527, -1.4839],
133    85130: ["Maché", 46.7713, -1.6952],
134    85131: ["Les Magnils-Reigniers", 46.4635, -1.2106],
135    85132: ["Maillé", 46.3417, -0.7874],
136    85133: ["Maillezais", 46.3642, -0.7502],
137    85134: ["Mallièvre", 46.9112, -0.8649],
138    85135: ["Mareuil-sur-Lay-Dissais", 46.5335, -1.2268],
139    85136: ["Marillet", 46.5667, -0.6342],
140    85137: ["Marsais-Sainte-Radégonde", 46.5380, -0.8688],
141    85138: ["Martinet", 46.6620, -1.6772],
142    85139: ["Le Mazeau", 46.3298, -0.6729],
143    85140: ["La Meilleraie-Tillay", 46.7425, -0.8547],
144    85141: ["Menomblet", 46.7301, -0.7286],
145    85142: ["La Merlatière", 46.7557, -1.2979],
146    85143: ["Mervent", 46.5325, -0.7485],
147    85144: ["Mesnard-la-Barotière", 46.8517, -1.1095],
148    85145: ["Monsireigne", 46.7383, -0.9319],
149    85146: ["Montaigu", 46.9759, -1.3136],
150    85147: ["Montournais", 46.7502, -0.7700],
151    85148: ["Montreuil", 46.3973, -0.8408],
152    85149: ["Moreilles", 46.4218, -1.0940],
153    85150: ["Mormaison", 46.9013, -1.4591],
154    85151: ["Mortagne-sur-Sèvre", 46.9910, -0.9465],
155    85152: ["La Mothe-Achard", 46.6163, -1.6503],
156    85153: ["Mouchamps", 46.7870, -1.0545],
157    85154: ["Mouilleron-en-Pareds", 46.6612, -0.8467],
158    85155: ["Mouilleron-le-Captif", 46.7104, -1.4612],
159    85156: ["Moutiers-les-Mauxfaits", 46.4892, -1.4362],
160    85157: ["Moutiers-sur-le-Lay", 46.5651, -1.1682],
161    85158: ["Mouzeuil-Saint-Martin", 46.4591, -0.9844],
162    85159: ["Nalliers", 46.4658, -1.0395],
163    85160: ["Nesmy", 46.5921, -1.4094],
164    85161: ["Nieul-le-Dolent", 46.5676, -1.5156],
165    85162: ["Nieul-sur-l'Autise", 46.4247, -0.6659],
166    85163: ["Noirmoutier-en-l'île", 47.0086, -2.2624],
167    85164: ["Notre-Dame-de-Monts", 46.8424, -2.1092],
168    85165: ["L'Oie", 46.7813, -1.1207],
169    85166: ["Olonne-sur-Mer", 46.5413, -1.7881],
170    85167: ["L'Orbrie", 46.4997, -0.7742],
171    85168: ["Oulmes", 46.3941, -0.6613],
172    85169: ["Palluau", 46.8063, -1.6022],
173    85171: ["Péault", 46.5020, -1.2270],
174    85172: ["Le Perrier", 46.8196, -1.9792],
175    85174: ["Petosse", 46.4796, -0.9117],
176    85175: ["Les Pineaux", 46.5992, -1.1786],
177    85176: ["Pissotte", 46.5010, -0.8083],
178    85177: ["Le Poiré-sur-Velluire", 46.4190, -0.9104],
179    85178: ["Le Poiré-sur-Vie", 46.7699, -1.5048],
180    85179: ["Poiroux", 46.5107, -1.5392],
181    85180: ["La Pommeraie-sur-Sèvre", 46.8255, -0.7930],
182    85181: ["Pouillé", 46.5022, -0.9552],
183    85182: ["Pouzauges", 46.7812, -0.8287],
184    85184: ["Puy-de-Serre", 46.5650, -0.6801],
185    85185: ["Puyravault", 46.3653, -1.0911],
186    85186: ["La Rabatelière", 46.8584, -1.2569],
187    85187: ["Réaumur", 46.7145, -0.8167],
188    85188: ["La Réorthe", 46.6113, -1.0488],
189    85189: ["Notre-Dame-de-Riez", 46.7532, -1.8935],
190    85190: ["Rocheservière", 46.9274, -1.5013],
191    85191: ["La Roche-sur-Yon", 46.6675, -1.4077],
192    85192: ["Rochetrejoux", 46.7852, -0.9967],
193    85193: ["Rosnay", 46.5324, -1.3007],
194    85194: ["Les Sables-d'Olonne", 46.5007, -1.7925],
195    85196: ["Saint-André-Goule-d'Oie", 46.8410, -1.1964],
196    85197: ["Saint-André-Treize-Voies", 46.9277, -1.4126],
197    85198: ["Saint-Aubin-des-Ormeaux", 46.9958, -1.0421],
198    85199: ["Saint-Aubin-la-Plaine", 46.5040, -1.0650],
199    85200: ["Saint-Avaugourd-des-Landes", 46.5136, -1.4752],
200    85201: ["Saint-Benoist-sur-Mer", 46.4266, -1.3399],
201    85202: ["Sainte-Cécile", 46.7309, -1.1210],
202    85204: ["Saint-Christophe-du-Ligneron", 46.8151, -1.7403],
203    85205: ["Saint-Cyr-des-Gâts", 46.5723, -0.8634],
204    85206: ["Saint-Cyr-en-Talmondais", 46.4597, -1.3372],
205    85207: ["Saint-Denis-du-Payré", 46.4118, -1.2722],
206    85208: ["Saint-Denis-la-Chevasse", 46.8325, -1.3830],
207    85209: ["Saint-étienne-de-Brillouet", 46.5138, -1.0115],
208    85210: ["Saint-étienne-du-Bois", 46.8418, -1.5961],
209    85211: ["Sainte-Flaive-des-Loups", 46.6110, -1.5803],
210    85212: ["Sainte-Florence", 46.7890, -1.1579],
211    85213: ["Saint-Florent-des-Bois", 46.6056, -1.3354],
212    85214: ["Sainte-Foy", 46.5327, -1.6924],
213    85215: ["Saint-Fulgent", 46.8705, -1.1624],
214    85216: ["Sainte-Gemme-la-Plaine", 46.4732, -1.1110],
215    85217: ["Saint-Georges-de-Montaigu", 46.9352, -1.2815],
216    85218: ["Saint-Georges-de-Pointindoux", 46.6423, -1.6288],
217    85219: ["Saint-Germain-l'Aiguiller", 46.6883, -0.8316],
218    85220: ["Saint-Germain-de-Prinçay", 46.7356, -1.0429],
219    85221: ["Saint-Gervais", 46.9285, -1.9805],
220    85222: ["Saint-Gilles-Croix-de-Vie", 46.6904, -1.9194],
221    85223: ["Sainte-Hermine", 46.5572, -1.0721],
222    85224: ["Saint-Hilaire-de-Loulay", 47.0085, -1.3276],
223    85226: ["Saint-Hilaire-de-Riez", 46.7432, -1.9643],
224    85227: ["Saint-Hilaire-des-Loges", 46.4747, -0.6506],
225    85229: ["Saint-Hilaire-de-Voust", 46.5914, -0.6514],
226    85231: ["Saint-Hilaire-la-Forêt", 46.4551, -1.5304],
227    85232: ["Saint-Hilaire-le-Vouhis", 46.6859, -1.1522],
228    85233: ["Saint-Jean-de-Beugné", 46.5196, -1.1082],
229    85234: ["Saint-Jean-de-Monts", 46.8021, -2.0483],
230    85235: ["Saint-Juire-Champgillon", 46.5882, -1.0095],
231    85236: ["Saint-Julien-des-Landes", 46.6395, -1.7159],
232    85237: ["Saint-Laurent-de-la-Salle", 46.5854, -0.9221],
233    85238: ["Saint-Laurent-sur-Sèvre", 46.9506, -0.9011],
234    85239: ["Saint-Maixent-sur-Vie", 46.7329, -1.8259],
235    85240: ["Saint-Malô-du-Bois", 46.9248, -0.9141],
236    85242: ["Saint-Mars-la-Réorthe", 46.8597, -0.9257],
237    85243: ["Brem-sur-Mer", 46.6118, -1.8100],
238    85244: ["Saint-Martin-de-Fraigneau", 46.4289, -0.7589],
239    85245: ["Saint-Martin-des-Fontaines", 46.5464, -0.9073],
240    85246: ["Saint-Martin-des-Noyers", 46.7239, -1.2037],
241    85247: ["Saint-Martin-des-Tilleuls", 46.9711, -1.0628],
242    85248: ["Saint-Martin-Lars-en-Sainte-Hermine", 46.5970, -0.9763],
243    85250: ["Saint-Mathurin", 46.5686, -1.7078],
244    85251: ["Saint-Maurice-des-Noues", 46.5955, -0.7243],
245    85252: ["Saint-Maurice-le-Girard", 46.6398, -0.8108],
246    85254: ["Saint-Mesmin", 46.8005, -0.7488],
247    85255: ["Saint-Michel-en-l'Herm", 46.3366, -1.2483],
248    85256: ["Saint-Michel-le-Cloucq", 46.4861, -0.7430],
249    85257: ["Saint-Michel-Mont-Mercure", 46.8392, -0.8985],
250    85259: ["Saint-Paul-en-Pareds", 46.8303, -0.9645],
251    85260: ["Saint-Paul-Mont-Penit", 46.8070, -1.6696],
252    85261: ["Sainte-Pexine", 46.5596, -1.1240],
253    85262: ["Saint-Philbert-de-Bouaine", 46.9927, -1.5073],
254    85264: ["Saint-Pierre-du-Chemin", 46.6957, -0.7017],
255    85265: ["Saint-Pierre-le-Vieux", 46.4009, -0.7428],
256    85266: ["Saint-Prouant", 46.7502, -0.9745],
257    85267: ["Sainte-Radégonde-des-Noyers", 46.3694, -1.0667],
258    85268: ["Saint-Révérend", 46.7057, -1.8315],
259    85269: ["Saint-Sigismond", 46.3368, -0.7072],
260    85271: ["Saint-Sulpice-en-Pareds", 46.6130, -0.8310],
261    85272: ["Saint-Sulpice-le-Verdon", 46.8866, -1.4120],
262    85273: ["Saint-Urbain", 46.8818, -2.0160],
263    85274: ["Saint-Valérien", 46.5348, -0.9444],
264    85276: ["Saint-Vincent-Sterlanges", 46.7397, -1.0837],
265    85277: ["Saint-Vincent-sur-Graon", 46.5034, -1.3829],
266    85278: ["Saint-Vincent-sur-Jard", 46.4297, -1.5495],
267    85279: ["Saligny", 46.7991, -1.4033],
268    85280: ["Sallertaine", 46.8659, -1.9489],
269    85281: ["Sérigné", 46.5054, -0.8488],
270    85282: ["Sigournais", 46.7140, -0.9874],
271    85284: ["Soullans", 46.7951, -1.9139],
272    85285: ["Le Tablier", 46.5596, -1.3278],
273    85286: ["La Taillée", 46.3852, -0.9410],
274    85287: ["Tallud-Sainte-Gemme", 46.6949, -0.8861],
275    85288: ["Talmont-Saint-Hilaire", 46.4757, -1.6275],
276    85289: ["La Tardière", 46.6637, -0.7275],
277    85290: ["Thiré", 46.5433, -1.0069],
278    85291: ["Thorigny", 46.6179, -1.2488],
279    85292: ["Thouarsais-Bouildroux", 46.6062, -0.8734],
280    85293: ["Tiffauges", 47.0020, -1.0985],
281    85294: ["La Tranche-sur-Mer", 46.3564, -1.4313],
282    85295: ["Treize-Septiers", 46.9975, -1.2319],
283    85296: ["Treize-Vents", 46.9168, -0.8459],
284    85297: ["Triaize", 46.3792, -1.1992],
285    85298: ["Vairé", 46.6055, -1.7486],
286    85299: ["Velluire", 46.3973, -0.8850],
287    85300: ["Venansault", 46.6856, -1.5411],
288    85301: ["Vendrennes", 46.8226, -1.1165],
289    85302: ["La Verrie", 46.9634, -0.9853],
290    85303: ["Vix", 46.3543, -0.8566],
291    85304: ["Vouillé-les-Marais", 46.3891, -0.9681],
292    85305: ["Vouvant", 46.5626, -0.7643],
293    85306: ["Xanton-Chassenon", 46.4519, -0.7063],
294    85307: ["La Faute-sur-Mer", 46.3199, -1.3148]
295};
296