116 lines
4.7 KiB
JavaScript
116 lines
4.7 KiB
JavaScript
|
/*
|
||
|
Sources :
|
||
|
https://www.insee.fr/fr/information/4316069
|
||
|
http://www.geonames.org/export/codes.html
|
||
|
http://download.geonames.org/export/dump/
|
||
|
*/
|
||
|
|
||
|
var inseeCityNameLatLonDep;
|
||
|
if (inseeCityNameLatLonDep === undefined)
|
||
|
inseeCityNameLatLonDep = new Map ();
|
||
|
|
||
|
inseeCityNameLatLonDep[90] = {
|
||
|
90001: ["Andelnans", 47.6031, 6.8656],
|
||
|
90002: ["Angeot", 47.6955, 7.0060],
|
||
|
90003: ["Anjoutey", 47.7023, 6.9274],
|
||
|
90004: ["Argiésans", 47.6049, 6.8232],
|
||
|
90005: ["Auxelles-Bas", 47.7286, 6.7838],
|
||
|
90006: ["Auxelles-Haut", 47.7497, 6.7783],
|
||
|
90007: ["Banvillars", 47.5908, 6.8138],
|
||
|
90008: ["Bavilliers", 47.6199, 6.8306],
|
||
|
90009: ["Beaucourt", 47.4866, 6.9252],
|
||
|
90010: ["Belfort", 47.6471, 6.8454],
|
||
|
90011: ["Bermont", 47.5754, 6.8455],
|
||
|
90012: ["Bessoncourt", 47.6448, 6.9429],
|
||
|
90013: ["Bethonvilliers", 47.6808, 6.9667],
|
||
|
90014: ["Boron", 47.5539, 7.0151],
|
||
|
90015: ["Botans", 47.5956, 6.8487],
|
||
|
90016: ["Bourg-sous-Châtelet", 47.7051, 6.9487],
|
||
|
90017: ["Bourogne", 47.5644, 6.9057],
|
||
|
90018: ["Brebotte", 47.5785, 6.9729],
|
||
|
90019: ["Bretagne", 47.5906, 7.0004],
|
||
|
90020: ["Buc", 47.6177, 6.7888],
|
||
|
90021: ["Charmois", 47.5792, 6.9414],
|
||
|
90022: ["Châtenois-les-Forges", 47.5590, 6.8337],
|
||
|
90023: ["Chaux", 47.7125, 6.8383],
|
||
|
90024: ["Chavanatte", 47.5826, 7.0715],
|
||
|
90025: ["Chavannes-les-Grands", 47.5898, 7.0491],
|
||
|
90026: ["Chèvremont", 47.6278, 6.9296],
|
||
|
90027: ["Courcelles", 47.4989, 7.0729],
|
||
|
90028: ["Courtelevant", 47.5252, 7.0850],
|
||
|
90029: ["Cravanche", 47.6518, 6.8238],
|
||
|
90030: ["Croix", 47.4447, 6.9504],
|
||
|
90031: ["Cunelières", 47.6258, 6.9938],
|
||
|
90032: ["Danjoutin", 47.6179, 6.8663],
|
||
|
90033: ["Delle", 47.5085, 6.9965],
|
||
|
90034: ["Denney", 47.6552, 6.9080],
|
||
|
90035: ["Dorans", 47.5847, 6.8372],
|
||
|
90036: ["Eguenigue", 47.6793, 6.9331],
|
||
|
90037: ["éloie", 47.6875, 6.8728],
|
||
|
90039: ["Essert", 47.6367, 6.8119],
|
||
|
90041: ["étueffont", 47.7254, 6.9151],
|
||
|
90042: ["évette-Salbert", 47.6726, 6.7963],
|
||
|
90043: ["Faverois", 47.5283, 7.0364],
|
||
|
90044: ["Felon", 47.7062, 6.9805],
|
||
|
90045: ["Fêche-l'église", 47.5021, 6.9558],
|
||
|
90046: ["Florimont", 47.5370, 7.0507],
|
||
|
90047: ["Fontaine", 47.6588, 6.9976],
|
||
|
90048: ["Fontenelle", 47.6208, 6.9563],
|
||
|
90049: ["Foussemagne", 47.6377, 6.9971],
|
||
|
90050: ["Frais", 47.6463, 6.9814],
|
||
|
90051: ["Froidefontaine", 47.5634, 6.9560],
|
||
|
90052: ["Giromagny", 47.7410, 6.8226],
|
||
|
90053: ["Grandvillars", 47.5377, 6.9705],
|
||
|
90054: ["Grosmagny", 47.7184, 6.8809],
|
||
|
90055: ["Grosne", 47.5711, 6.9946],
|
||
|
90056: ["Joncherey", 47.5329, 7.0108],
|
||
|
90057: ["Lachapelle-sous-Chaux", 47.7049, 6.7985],
|
||
|
90058: ["Lachapelle-sous-Rougemont", 47.7137, 7.0159],
|
||
|
90059: ["Lacollonge", 47.6639, 6.9603],
|
||
|
90060: ["Lagrange", 47.6840, 6.9770],
|
||
|
90061: ["Lamadeleine-Val-des-Anges", 47.7601, 6.9091],
|
||
|
90062: ["Larivière", 47.6769, 6.9938],
|
||
|
90063: ["Lebetain", 47.4864, 6.9735],
|
||
|
90064: ["Lepuix-Neuf", 47.5415, 7.1047],
|
||
|
90065: ["Lepuix", 47.7806, 6.8219],
|
||
|
90066: ["Leval", 47.7325, 6.9948],
|
||
|
90067: ["Menoncourt", 47.6788, 6.9503],
|
||
|
90068: ["Meroux", 47.5925, 6.9095],
|
||
|
90069: ["Méziré", 47.5314, 6.9225],
|
||
|
90070: ["Montbouton", 47.4687, 6.9263],
|
||
|
90071: ["Montreux-Château", 47.6079, 6.9944],
|
||
|
90072: ["Morvillars", 47.5429, 6.9378],
|
||
|
90073: ["Moval", 47.5856, 6.8854],
|
||
|
90074: ["Novillard", 47.6050, 6.9613],
|
||
|
90075: ["Offemont", 47.6629, 6.8750],
|
||
|
90076: ["Pérouse", 47.6363, 6.8941],
|
||
|
90077: ["Petit-Croix", 47.6212, 6.9735],
|
||
|
90078: ["Petitefontaine", 47.7237, 7.0075],
|
||
|
90079: ["Petitmagny", 47.7236, 6.8989],
|
||
|
90080: ["Phaffans", 47.6585, 6.9441],
|
||
|
90081: ["Réchésy", 47.5158, 7.1166],
|
||
|
90082: ["Autrechêne", 47.5919, 6.9634],
|
||
|
90083: ["Recouvrance", 47.5703, 6.9789],
|
||
|
90084: ["Reppe", 47.6629, 7.0293],
|
||
|
90085: ["Riervescemont", 47.7686, 6.8787],
|
||
|
90086: ["Romagny-sous-Rougemont", 47.7186, 6.9663],
|
||
|
90087: ["Roppe", 47.6791, 6.9100],
|
||
|
90088: ["Rougegoutte", 47.7339, 6.8624],
|
||
|
90089: ["Rougemont-le-Château", 47.7460, 6.9521],
|
||
|
90090: ["Saint-Dizier-l'évêque", 47.4674, 6.9610],
|
||
|
90091: ["Saint-Germain-le-Châtelet", 47.7002, 6.9611],
|
||
|
90093: ["Sermamagny", 47.6878, 6.8309],
|
||
|
90094: ["Sevenans", 47.5887, 6.8700],
|
||
|
90095: ["Suarce", 47.5612, 7.0800],
|
||
|
90096: ["Thiancourt", 47.5200, 6.9809],
|
||
|
90097: ["Trévenans", 47.5667, 6.8685],
|
||
|
90098: ["Urcerey", 47.6107, 6.8033],
|
||
|
90099: ["Valdoie", 47.6712, 6.8486],
|
||
|
90100: ["Vauthiermont", 47.6811, 7.0246],
|
||
|
90101: ["Vellescot", 47.5752, 7.0178],
|
||
|
90102: ["Vescemont", 47.7533, 6.8524],
|
||
|
90103: ["Vétrigne", 47.6690, 6.8945],
|
||
|
90104: ["Vézelois", 47.6094, 6.9190],
|
||
|
90105: ["Villars-le-Sec", 47.4554, 6.9880]
|
||
|
};
|