Skip to content

Instantly share code, notes, and snippets.

@kalamun
Created October 6, 2017 19:06
Show Gist options
  • Select an option

  • Save kalamun/87e197d183b5e730d343fa7166068aaf to your computer and use it in GitHub Desktop.

Select an option

Save kalamun/87e197d183b5e730d343fa7166068aaf to your computer and use it in GitHub Desktop.
Reverse Geocode SQL table
This file has been truncated, but you can view the full file.
-- phpMyAdmin SQL Dump
-- version 4.6.3
-- https://www.phpmyadmin.net/
--
-- Host: localhost
-- Generation Time: Oct 06, 2017 at 06:42 PM
-- Server version: 5.7.8-rc-log
-- PHP Version: 7.0.2RC1
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
CREATE TABLE `reverse_geocode` (
`lat` float(8,5) NOT NULL,
`lng` float(8,5) NOT NULL,
`city` varchar(64) DEFAULT NULL,
`region` varchar(64) DEFAULT NULL,
`province` varchar(64) DEFAULT NULL,
`country` varchar(2) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
INSERT INTO `reverse_geocode` (`lat`, `lng`, `city`, `region`, `province`, `country`) VALUES
(42.57952, 1.65362, 'El Tarter', 'Canillo', '', 'AD'),
(42.46372, 1.49129, 'Sant Julia de Loria', 'Sant Julia de Loria', '', 'AD'),
(42.54277, 1.73361, 'Pas de la Casa', 'Encamp', '', 'AD'),
(42.55623, 1.53319, 'Ordino', 'Ordino', '', 'AD'),
(42.50729, 1.53414, 'les Escaldes', 'Escaldes-Engordany', '', 'AD'),
(42.54499, 1.51483, 'la Massana', 'La Massana', '', 'AD'),
(42.53474, 1.58014, 'Encamp', 'Encamp', '', 'AD'),
(42.56760, 1.59756, 'Canillo', 'Canillo', '', 'AD'),
(42.57205, 1.48453, 'Arinsal', 'La Massana', '', 'AD'),
(42.50779, 1.52109, 'Andorra la Vella', 'Andorra la Vella', '', 'AD'),
(25.56473, 55.55517, 'Umm al Qaywayn', 'Umm al Qaywayn', '', 'AE'),
(25.78953, 55.94320, 'Ras al-Khaimah', 'Ra\'s al Khaymah', '', 'AE'),
(23.14355, 53.78810, 'Muzayri`', 'Abu Dhabi', '', 'AE'),
(25.33132, 56.34199, 'Khawr Fakkan', 'Ash Shariqah', '', 'AE'),
(25.06570, 55.17128, 'Dubai', 'Dubai', '', 'AE'),
(25.59246, 56.26176, 'Dibba Al-Fujairah', 'Al Fujayrah', '', 'AE'),
(25.61955, 56.27291, 'Dibba Al-Hisn', 'Al Fujayrah', '', 'AE'),
(25.33737, 55.41206, 'Sharjah', 'Ash Shariqah', '', 'AE'),
(24.11028, 52.73056, 'Ar Ruways', 'Abu Dhabi', '', 'AE'),
(25.11641, 56.34141, 'Al Fujayrah', 'Al Fujayrah', '', 'AE'),
(24.19167, 55.76056, 'Al Ain', 'Abu Dhabi', '', 'AE'),
(25.41111, 55.43504, 'Ajman', 'Ajman', '', 'AE'),
(25.28812, 55.88157, 'Adh Dhayd', 'Ash Shariqah', '', 'AE'),
(24.46667, 54.36667, 'Abu Dhabi', 'Abu Dhabi', '', 'AE'),
(33.54149, 69.73446, 'Zorkot', 'Khowst', '', 'AF'),
(34.34360, 67.90567, 'Wuleswali Bihsud', 'Vardak', '', 'AF'),
(34.65389, 61.19778, 'Kuhsan', 'Herat', '', 'AF'),
(35.37820, 64.77457, 'Lash', 'Faryab', '', 'AF'),
(35.94831, 66.42132, 'Tukzar', 'Sar-e Pol', '', 'AF'),
(33.32462, 68.44068, 'Miray', 'Ghazni', '', 'AF'),
(36.08352, 66.84029, 'Aq Kupruk', 'Balkh', '', 'AF'),
(33.43778, 69.02774, 'Zurmat', 'Paktia', '', 'AF'),
(36.52947, 71.34410, 'Zaybak', 'Badakhshan', '', 'AF'),
(31.98480, 65.47360, 'Ziarat-e Shah Maqsud', 'Kandahar', '', 'AF'),
(34.34264, 61.74675, 'Zindah Jan', 'Herat', '', 'AF'),
(32.84734, 68.44573, 'Zarghun Shahr', 'Paktika', '', 'AF'),
(33.14641, 68.79213, 'Zarah Sharan', 'Paktika', '', 'AF'),
(30.95962, 61.86037, 'Zaranj', 'Nimruz', 'Zaranj', 'AF'),
(32.37260, 66.17708, 'Zamto Kelay', 'Kandahar', '', 'AF'),
(37.46572, 69.61131, 'Yangi Qal`ah', 'Takhar', '', 'AF'),
(32.93742, 68.64622, 'Yahya Khel', 'Paktika', '', 'AF'),
(32.25122, 63.85553, 'Washer', 'Helmand', '', 'AF'),
(33.68847, 68.40205, 'Tormay', 'Ghazni', '', 'AF'),
(33.97509, 63.72868, 'Tulak', 'Ghowr', '', 'AF'),
(33.69032, 63.86361, 'Titan', 'Ghowr', '', 'AF'),
(34.59431, 61.26895, 'Tir Pul', 'Herat', '', 'AF'),
(33.52118, 64.42116, 'Taywarah', 'Ghowr', '', 'AF'),
(36.88168, 70.27674, 'Bazar-e Tashkan', 'Badakhshan', '', 'AF'),
(32.62998, 65.87806, 'Tarinkot', 'Oruzgan', 'Tarin Kot', 'AF'),
(36.73605, 69.53451, 'Taloqan', 'Takhar', '', 'AF'),
(35.69941, 66.06164, 'Tagaw-Bay', 'Sar-e Pol', '', 'AF'),
(34.85501, 69.64917, 'Tagab', 'Kapisa', '', 'AF'),
(32.24139, 62.94936, 'Markaz-e Hukumat-e Sultan-e Bakwah', 'Farah', '', 'AF'),
(31.00575, 66.40001, 'Spin Boldak', 'Kandahar', '', 'AF'),
(33.20204, 69.51520, 'Sperah', 'Khowst', '', 'AF'),
(36.09916, 66.20823, 'Sozmah Qal`ah', 'Sar-e Pol', '', 'AF'),
(35.00553, 68.85578, 'Siyahgird', 'Parvan', '', 'AF'),
(34.57169, 70.58859, 'Sheywah', 'Nangarhar', '', 'AF'),
(33.30294, 62.14740, 'Shindand', 'Herat', '', 'AF'),
(33.28744, 69.91283, 'Shaykh Amir Kelay', 'Khowst', '', 'AF'),
(35.03975, 69.00685, 'Qashqal', 'Parvan', '', 'AF'),
(36.66757, 65.75290, 'Shibirghan', 'Jowzjan', '', 'AF'),
(33.42386, 69.37684, 'Shwak', 'Paktia', '', 'AF'),
(31.80347, 66.32376, 'Shahr-e Safa', 'Zabul', '', 'AF'),
(36.97984, 70.73928, 'Shahran', 'Badakhshan', '', 'AF'),
(34.10737, 64.30520, 'Shahrak', 'Ghowr', '', 'AF'),
(32.52154, 67.41315, '`Alaqahdari Shah Joy', 'Zabul', '', 'AF'),
(33.69056, 69.36881, 'Wuleswali Sayyid Karam', 'Paktia', '', 'AF'),
(34.00037, 68.71346, 'Markaz-e Sayyidabad', 'Vardak', '', 'AF'),
(36.13529, 65.82970, 'Sayad', 'Sar-e Pol', '', 'AF'),
(35.02298, 69.35112, 'Sidqabad', 'Kapisa', 'Mahmud-e Raqi', 'AF'),
(32.56521, 67.03324, 'Sayagaz', 'Zabul', '', 'AF'),
(33.50998, 65.67632, 'Sar-e Tayghan', 'Daykundi', '', 'AF'),
(34.58962, 69.76005, 'Sarobi', 'Kabul', '', 'AF'),
(34.79023, 71.10962, 'Sar Kani', 'Konar', '', 'AF'),
(32.98333, 67.96517, 'Sarfiraz Kala', 'Ghazni', '', 'AF'),
(36.21544, 65.93249, 'Sar-e Pul', 'Sar-e Pol', '', 'AF'),
(35.70177, 65.23055, 'Sar Chakan', 'Faryab', '', 'AF'),
(32.07275, 64.83590, 'Sangin', 'Helmand', '', 'AF'),
(33.13960, 67.44046, 'Sang-e Mashah', 'Ghazni', '', 'AF'),
(35.84972, 66.43694, 'Sang-e Charak', 'Sar-e Pol', '', 'AF'),
(35.24800, 63.00440, 'Sang Atesh', 'Badghis', '', 'AF'),
(34.40744, 70.63937, 'Sangar Saray', 'Nangarhar', '', 'AF'),
(36.26468, 68.01551, 'Aibak', 'Samangan', '', 'AF'),
(35.31999, 67.63387, 'Ru-ye Sang', 'Bamian', '', 'AF'),
(30.15000, 62.60000, 'Rudbar', 'Nimruz', '', 'AF'),
(37.12604, 69.83045, 'Rustaq', 'Takhar', '', 'AF'),
(34.79951, 62.13917, 'Rabat-e Sangi-ye Pa\'in', 'Herat', '', 'AF'),
(33.52234, 68.62640, 'Ramak', 'Ghazni', '', 'AF'),
(36.91939, 65.06490, 'Qurghan', 'Faryab', '', 'AF'),
(34.06183, 66.27801, 'Quchanghi', 'Daykundi', '', 'AF'),
(35.68747, 64.29318, 'Sangalak-i-Kaisar', 'Faryab', '', 'AF'),
(37.41853, 66.04358, 'Qarqin', 'Jowzjan', '', 'AF'),
(34.55402, 70.24292, 'Qarghah\'i', 'Laghman', '', 'AF'),
(37.03999, 66.78891, 'Qarchi Gak', 'Balkh', '', 'AF'),
(37.21959, 68.78020, 'Qarawul', 'Kunduz', '', 'AF'),
(34.94023, 61.77589, 'Qarah Bagh', 'Herat', '', 'AF'),
(33.19801, 68.10798, 'Qarah Bagh', 'Ghazni', '', 'AF'),
(34.98735, 63.12891, 'Qala i Naw', 'Badghis', '', 'AF'),
(38.04119, 70.47298, 'Qal`ah-ye Kuf', 'Badakhshan', '', 'AF'),
(32.61591, 63.66681, 'Qal`ah-ye Kuhnah', 'Farah', '', 'AF'),
(35.54729, 65.56760, 'Qal`ah-ye Shahr', 'Sar-e Pol', '', 'AF'),
(32.10575, 66.90833, 'Qalat', 'Zabul', '', 'AF'),
(34.64921, 70.59140, 'Qal`ah-ye Shahi', 'Nangarhar', '', 'AF'),
(34.80850, 63.43003, 'Qadis', 'Badghis', '', 'AF'),
(35.42064, 70.92261, 'Parun', 'Nurestan', 'Parun', 'AF'),
(35.94458, 68.71512, 'Pul-e Khumri', 'Wilayat-e Baghlan', '', 'AF'),
(33.99529, 69.02274, 'Pul-e `Alam', 'Lowgar', '', 'AF'),
(35.76664, 65.76486, 'Pasnay', 'Sar-e Pol', '', 'AF'),
(31.55720, 65.43430, 'Pashmul', 'Kandahar', '', 'AF'),
(33.68956, 64.85310, 'Pasaband', 'Ghowr', '', 'AF'),
(34.38795, 67.02327, 'Panjab', 'Bamian', '', 'AF'),
(34.58787, 68.95091, 'Paghman', 'Kabul', '', 'AF'),
(32.90029, 68.79627, 'Omnah', 'Paktika', '', 'AF'),
(34.36972, 63.17639, 'Qaryeh-ye Owbeh', 'Herat', '', 'AF'),
(32.92775, 66.63253, 'Uruzgan', 'Oruzgan', '', 'AF'),
(32.94111, 69.18000, 'Urgun', 'Paktika', '', 'AF'),
(38.44350, 70.80413, 'Nusay', 'Badakhshan', '', 'AF'),
(34.61341, 70.76498, 'Nurgal', 'Konar', '', 'AF'),
(32.40315, 64.46959, 'Now Zad', 'Helmand', '', 'AF'),
(33.72178, 66.13023, 'Nili', 'Daykundi', '', 'AF'),
(34.73414, 66.95292, 'Nayak', 'Bamian', '', 'AF'),
(32.57230, 66.77403, 'Nayak', 'Zabul', '', 'AF'),
(35.62398, 70.00511, 'Now Dahanak', 'Panjshir', '', 'AF'),
(33.89793, 67.95652, 'Okak', 'Ghazni', '', 'AF'),
(35.21995, 71.52284, 'Naray', 'Konar', '', 'AF'),
(34.76009, 71.04738, 'Narang', 'Konar', '', 'AF'),
(33.18934, 69.27179, 'Nikeh', 'Paktika', '', 'AF'),
(36.06490, 69.13343, 'Nahrin', 'Wilayat-e Baghlan', '', 'AF'),
(31.64286, 64.23982, 'Hukumat-e Nad `Ali', 'Helmand', '', 'AF'),
(32.44565, 64.74486, 'Musa Qal`ah', 'Helmand', '', 'AF'),
(35.58408, 63.32886, 'Bala Murghab', 'Badghis', '', 'AF'),
(32.82009, 67.76934, 'Muqer', 'Ghazni', '', 'AF'),
(34.21422, 69.10026, 'Muhammad Aghah Wuluswali', 'Lowgar', '', 'AF'),
(32.17635, 66.51271, 'Mizan `Alaqahdari', 'Zabul', '', 'AF'),
(34.74999, 69.11899, 'Mir Bachah Kot', 'Kabul', '', 'AF'),
(34.22037, 68.31259, 'Miran', 'Vardak', '', 'AF'),
(30.43624, 61.83830, 'Mirabad', 'Nimruz', '', 'AF'),
(35.92139, 64.78361, 'Maymana', 'Faryab', '', 'AF'),
(33.64916, 69.78120, 'Maidan Khulah', 'Paktia', '', 'AF'),
(37.02790, 66.12817, 'Mingajik', 'Jowzjan', '', 'AF'),
(34.67139, 70.20944, 'Mehtar Lam', 'Laghman', '', 'AF'),
(36.70904, 67.11087, 'Mazar-e Sharif', 'Balkh', '', 'AF'),
(38.40856, 71.03839, 'Maymay', 'Badakhshan', '', 'AF'),
(33.24001, 68.86630, 'Muta Khan', 'Paktika', '', 'AF'),
(36.81665, 70.10211, 'Mashhad', 'Badakhshan', '', 'AF'),
(36.99252, 66.29654, 'Mardian', 'Jowzjan', '', 'AF'),
(35.28403, 70.17017, 'Mandol', 'Nurestan', '', 'AF'),
(34.24494, 69.99680, 'Mama Khel', 'Nangarhar', '', 'AF'),
(31.59382, 64.37161, 'Lashkar Gah', 'Helmand', '', 'AF'),
(31.71382, 61.62272, 'Lash-e Juwayn', 'Farah', '', 'AF'),
(35.48936, 66.66409, 'Larkird', 'Sar-e Pol', '', 'AF'),
(34.50141, 66.27997, 'La`l', 'Ghowr', '', 'AF'),
(33.29565, 61.95221, 'Kushk', 'Herat', '', 'AF'),
(34.10319, 70.46073, 'Kotowal', 'Nangarhar', '', 'AF'),
(34.87110, 62.54762, 'Kushk-e Kuhnah', 'Herat', '', 'AF'),
(36.02866, 70.77258, '`Alaqahdari Kiran wa Munjan', 'Badakhshan', '', 'AF'),
(36.72895, 68.85700, 'Kunduz', 'Kunduz', '', 'AF'),
(33.99916, 69.21582, 'Khoshi', 'Lowgar', '', 'AF'),
(32.68567, 68.23801, 'Khoshamand', 'Paktika', '', 'AF'),
(37.06588, 69.42126, 'Khwajah Ghar', 'Takhar', '', 'AF'),
(36.82881, 65.62432, 'Khwajah Du Koh', 'Jowzjan', '', 'AF'),
(37.88965, 70.21875, 'Deh Khwahan', 'Badakhshan', '', 'AF'),
(33.49480, 70.00605, 'Khulbisat', 'Khowst', '', 'AF'),
(31.56267, 66.58140, 'Khugyani', 'Kandahar', '', 'AF'),
(33.33951, 69.92041, 'Khost', 'Khowst', '', 'AF'),
(36.69736, 67.69826, 'Khulm', 'Balkh', '', 'AF'),
(35.17835, 67.68758, 'Khudaydad Khel', 'Bamian', '', 'AF'),
(35.58908, 68.90093, 'Khinjan', 'Wilayat-e Baghlan', '', 'AF'),
(35.42898, 69.73482, 'Khinj', 'Panjshir', '', 'AF'),
(31.52919, 62.79055, 'Khash', 'Nimruz', '', 'AF'),
(30.54880, 63.78880, 'Khan Neshin', 'Helmand', '', 'AF'),
(36.62587, 69.53695, 'Khanaqah', 'Takhar', '', 'AF'),
(37.00108, 65.22392, 'Chahar Bagh', 'Faryab', '', 'AF'),
(36.95127, 72.31800, 'Khandud', 'Badakhshan', '', 'AF'),
(36.86279, 66.16656, 'Khanaqah', 'Jowzjan', '', 'AF'),
(36.68250, 69.11556, 'Khanabad', 'Kunduz', '', 'AF'),
(37.52750, 65.75833, 'Khamyab', 'Jowzjan', '', 'AF'),
(32.83850, 67.07377, 'Khakiran', 'Zabul', '', 'AF'),
(34.24088, 70.18274, 'Kazhah', 'Nangarhar', '', 'AF'),
(31.62519, 65.05511, 'Kishk-e Nakhud', 'Kandahar', '', 'AF'),
(34.48108, 62.58630, 'Karukh', 'Herat', '', 'AF'),
(34.95360, 70.77897, 'Kanday', 'Konar', '', 'AF'),
(31.61332, 65.71013, 'Kandahar', 'Kandahar', '', 'AF'),
(33.83676, 68.40233, 'Kalan Deh', 'Vardak', '', 'AF'),
(34.78371, 69.15001, 'Kalakan', 'Kabul', '', 'AF'),
(36.77226, 69.94489, 'Kalafgan', 'Takhar', '', 'AF'),
(33.20357, 65.47311, 'Kajran', 'Daykundi', '', 'AF'),
(34.12819, 70.71828, 'Kai', 'Nangarhar', '', 'AF'),
(34.52813, 69.17233, 'Kabul', 'Kabul', '', 'AF'),
(36.86477, 70.83421, 'Jurm', 'Badakhshan', '', 'AF'),
(35.06361, 64.14917, 'Jawand', 'Badghis', '', 'AF'),
(32.76315, 68.39722, 'Jani Khel', 'Paktika', '', 'AF'),
(34.47080, 68.65438, 'Jalrez', 'Vardak', '', 'AF'),
(34.42647, 70.45153, 'Jalalabad', 'Nangarhar', '', 'AF'),
(35.11833, 69.23778, 'Jabal os Saraj', 'Parvan', '', 'AF'),
(31.98303, 67.33558, 'Hukumat-e Shinkai', 'Zabul', '', 'AF'),
(34.34817, 62.19967, 'Herat', 'Herat', '', 'AF'),
(35.10922, 69.43341, 'Haji Khel', 'Kapisa', '', 'AF'),
(37.05643, 70.40061, 'Hafiz Moghul', 'Badakhshan', '', 'AF'),
(34.28665, 70.37247, 'Khafizan', 'Nangarhar', '', 'AF'),
(34.21223, 62.21235, 'Guzarah', 'Herat', '', 'AF'),
(34.35822, 70.76264, 'Goshtah', 'Nangarhar', '', 'AF'),
(32.50989, 68.85598, 'Gomal Kelay', 'Paktika', '', 'AF'),
(32.72692, 67.63696, '`Alaqahdari Gelan', 'Ghazni', '', 'AF'),
(34.34480, 61.49321, 'Ghoriyan', 'Herat', '', 'AF'),
(35.73062, 63.78264, 'Ghormach', 'Badghis', 'Ghormach', 'AF'),
(36.52220, 70.79063, 'Ghurayd Gharame', 'Badakhshan', '', 'AF'),
(33.55391, 68.42096, 'Ghazni', 'Ghazni', '', 'AF'),
(31.82089, 64.57005, 'Gereshk', 'Helmand', '', 'AF'),
(33.59744, 69.22592, 'Gardez', 'Paktia', '', 'AF'),
(37.11664, 70.58002, 'Fayzabad', 'Badakhshan', '', 'AF'),
(36.82091, 66.45921, 'Faizabad', 'Jowzjan', '', 'AF'),
(36.29111, 64.86222, 'Fayzabad', 'Faryab', '', 'AF'),
(33.78529, 63.24735, 'Qal`ah-ye Farsi', 'Herat', '', 'AF'),
(36.57288, 69.85783, 'Farkhar', 'Takhar', '', 'AF'),
(32.37451, 62.11638, 'Farah', 'Farah', '', 'AF'),
(34.83268, 69.07756, 'Istalif', 'Kabul', '', 'AF'),
(34.66667, 61.06667, 'Kafir Qala', 'Herat', '', 'AF'),
(34.30157, 62.24650, 'Injil', 'Herat', '', 'AF'),
(37.18897, 68.93644, 'Imam Sahib', 'Kunduz', '', 'AF'),
(35.60918, 68.68473, 'Doshi', 'Wilayat-e Baghlan', '', 'AF'),
(34.55132, 65.79302, 'Dowlatyar', 'Ghowr', '', 'AF'),
(34.95040, 70.07102, 'Dowlat Shah', 'Laghman', '', 'AF'),
(36.98821, 66.82069, 'Dowlatabad', 'Balkh', '', 'AF'),
(36.43259, 64.92071, 'Dowlatabad', 'Faryab', '', 'AF'),
(32.14237, 61.44690, 'Du Qal`ah', 'Farah', '', 'AF'),
(35.56277, 67.82191, 'Duab', 'Samangan', '', 'AF'),
(32.43205, 65.63484, 'De Narkhel Kelay', 'Kandahar', '', 'AF'),
(35.95806, 67.27998, 'Dehi', 'Samangan', '', 'AF'),
(35.69031, 69.31511, 'Deh-e Salah', 'Wilayat-e Baghlan', '', 'AF'),
(34.74767, 69.04784, 'Deh-e Now', 'Kabul', '', 'AF'),
(36.66319, 66.99339, 'Dehdadi', 'Balkh', '', 'AF'),
(33.28159, 69.58531, 'Dwah Manday', 'Khowst', '', 'AF'),
(37.15390, 69.44350, 'Dasht-e Qal`ah', 'Takhar', '', 'AF'),
(33.02978, 63.83950, 'Dasht-e Qal`ah', 'Farah', '', 'AF'),
(37.13333, 69.16667, 'Dasht-e Archi', 'Kunduz', '', 'AF'),
(35.97744, 65.37828, 'Darzab', 'Jowzjan', '', 'AF'),
(31.13231, 64.19340, 'Markaz-e Hukumat-e Darweshan', 'Helmand', '', 'AF'),
(37.38414, 69.45294, 'Darqad', 'Takhar', '', 'AF'),
(36.86667, 70.38333, 'Darayim', 'Badakhshan', '', 'AF'),
(34.99249, 71.41935, 'Dangam', 'Konar', '', 'AF'),
(34.79095, 69.47504, 'Dandar', 'Parvan', '', 'AF'),
(35.90617, 68.48869, 'Hukumati Dahanah-ye Ghori', 'Wilayat-e Baghlan', '', 'AF'),
(34.69246, 70.92688, 'Tsowkey', 'Konar', '', 'AF'),
(35.41674, 65.98234, 'Chiras', 'Sar-e Pol', '', 'AF'),
(34.34731, 63.73966, 'Chisht-e Sharif', 'Herat', '', 'AF'),
(32.01583, 65.10721, 'Chinar', 'Kandahar', '', 'AF'),
(36.67818, 66.80325, 'Chimtal', 'Balkh', '', 'AF'),
(33.79712, 68.93749, 'Charkh', 'Lowgar', '', 'AF'),
(35.01361, 69.17139, 'Charikar', 'Parvan', '', 'AF'),
(36.69132, 68.79093, 'Dowr-e Rabat', 'Kunduz', '', 'AF'),
(33.83003, 69.91920, 'Tsaperai', 'Paktia', '', 'AF'),
(33.80298, 69.81671, 'Tsamkani', 'Paktia', '', 'AF'),
(34.34099, 69.43770, 'Chakaray', 'Kabul', '', 'AF'),
(36.91112, 71.06880, 'Chakaran', 'Badakhshan', '', 'AF'),
(33.55267, 68.29828, 'Chahar Qal`ah', 'Ghazni', '', 'AF'),
(34.24475, 62.19165, 'Chahar Burj', 'Herat', '', 'AF'),
(37.39773, 69.81464, 'Chah Ab', 'Takhar', '', 'AF'),
(34.51952, 65.25093, 'Fayroz Koh', 'Ghowr', '', 'AF'),
(34.87706, 68.08790, 'Bulolah', 'Bamian', '', 'AF'),
(35.84026, 65.23090, 'Bal Chiragh', 'Faryab', '', 'AF'),
(35.39205, 68.22317, 'Bazar-e Talah', 'Wilayat-e Baghlan', '', 'AF'),
(34.24749, 70.87218, 'Basawul', 'Nangarhar', '', 'AF'),
(36.22242, 69.15037, 'Burkah', 'Wilayat-e Baghlan', '', 'AF'),
(35.67283, 71.34339, 'Barg-e Matal', 'Nurestan', '', 'AF'),
(33.96744, 68.94920, 'Baraki Barak', 'Lowgar', '', 'AF'),
(35.63348, 69.26019, 'Banu', 'Wilayat-e Baghlan', '', 'AF'),
(34.82156, 67.82734, 'Bamyan', 'Bamian', '', 'AF'),
(36.75635, 66.89720, 'Balkh', 'Balkh', '', 'AF'),
(37.00254, 70.90664, 'Baharak', 'Badakhshan', '', 'AF'),
(34.49376, 69.27427, 'Bagrami', 'Kabul', '', 'AF'),
(36.13068, 68.70829, 'Baghlan', 'Wilayat-e Baghlan', '', 'AF'),
(34.17355, 69.64573, 'Hukumati Azrah', 'Lowgar', '', 'AF'),
(37.08571, 69.47958, 'Art Khwajah', 'Takhar', '', 'AF'),
(31.73506, 67.35740, '`Alaqahdari Atghar', 'Zabul', '', 'AF'),
(35.03333, 71.35809, 'Asmar', 'Konar', '', 'AF'),
(36.68333, 71.53333, 'Ashkasham', 'Badakhshan', '', 'AF'),
(34.87311, 71.14697, 'Asadabad', 'Konar', '', 'AF'),
(36.90500, 66.18341, 'Aqchah', 'Jowzjan', '', 'AF'),
(36.95293, 65.12376, 'Andkhoy', 'Faryab', '', 'AF'),
(35.23251, 69.37719, '\'Unabah', 'Panjshir', '', 'AF'),
(32.75870, 61.65397, 'Anar Darah', 'Farah', '', 'AF'),
(30.21144, 66.04765, 'Amanzi', 'Kandahar', '', 'AF'),
(35.84616, 64.53074, '`Alaqahdari-ye Almar', 'Faryab', '', 'AF'),
(33.43620, 70.06711, '`Ali Sher `Alaqahdari', 'Khowst', '', 'AF'),
(34.83529, 70.35930, 'Wuluswali `Alingar', 'Laghman', '', 'AF'),
(33.94253, 69.71908, '`Ali Khel', 'Paktia', '', 'AF'),
(33.05195, 68.65000, '`Alaqahdari Yosuf Khel', 'Paktika', '', 'AF'),
(30.43206, 63.29802, '`Alaqahdari Dishu', 'Helmand', '', 'AF'),
(34.89650, 69.72049, 'Alah Say', 'Kapisa', '', 'AF'),
(34.20011, 70.27806, 'Pachir wa Agam', 'Nangarhar', '', 'AF'),
(36.66172, 69.35095, 'Afaki', 'Takhar', '', 'AF'),
(33.64573, 62.26959, 'Adraskan', 'Herat', '', 'AF'),
(35.08796, 63.06780, 'Ab-e Kamari', 'Badghis', '', 'AF'),
(33.92232, 65.93398, 'Khadir', 'Daykundi', '', 'AF'),
(34.95076, 69.22870, 'Ghulam `Ali', 'Parvan', '', 'AF'),
(34.85290, 69.17062, 'Qarah Bagh Bazar', 'Kabul', '', 'AF'),
(34.78764, 69.05878, 'Zargaran', 'Kabul', '', 'AF'),
(34.68474, 69.02863, 'Surkh Bilandi', 'Kabul', '', 'AF'),
(34.59972, 69.25993, 'Pul-e Sangi', 'Kabul', '', 'AF'),
(35.99474, 68.05081, 'Langar', 'Samangan', '', 'AF'),
(35.22156, 69.21397, 'Bagh-e Maidan', 'Parvan', '', 'AF'),
(35.05352, 69.25654, 'Ibrahim Khan', 'Parvan', '', 'AF'),
(37.21528, 67.63972, 'Qaranghu Toghai', 'Balkh', '', 'AF'),
(35.31292, 69.51519, 'Bazarak', 'Panjshir', '', 'AF'),
(35.01468, 69.59934, 'Sherwani-ye Bala', 'Kapisa', '', 'AF'),
(35.29730, 69.68125, 'Kiraman', 'Panjshir', '', 'AF'),
(32.79331, 69.08660, '`Alaqahdari Sarobi', 'Paktika', '', 'AF'),
(33.15806, 69.31278, 'Zerok-Alakadari', 'Paktika', '', 'AF'),
(32.28991, 61.52194, 'Kushkak', 'Farah', '', 'AF'),
(32.85355, 68.44971, 'Khayr Kot', 'Paktika', '', 'AF'),
(33.38278, 66.27233, 'Chowney', 'Daykundi', '', 'AF'),
(34.91914, 71.09863, 'Wutahpur', 'Konar', '', 'AF'),
(34.96597, 71.27460, 'Karbori', 'Konar', '', 'AF'),
(34.41204, 70.29634, 'Sultanpur-e `Ulya', 'Nangarhar', '', 'AF'),
(31.66144, 65.66098, 'Babasakhib', 'Kandahar', '', 'AF'),
(34.58469, 68.95524, 'Chandal Ba\'i', 'Kabul', '', 'AF'),
(34.92891, 68.46273, 'Dahan-e Jarf', 'Parvan', '', 'AF'),
(34.39561, 68.86618, 'Maydanshakhr', 'Vardak', '', 'AF'),
(34.15599, 64.78566, 'Du Lainah', 'Ghowr', '', 'AF'),
(36.83006, 65.04299, 'Qaram Qol', 'Faryab', '', 'AF'),
(35.61794, 69.47134, 'Pul-e Hisar', 'Wilayat-e Baghlan', '', 'AF'),
(36.02634, 66.83799, 'Lab-Sar', 'Balkh', '', 'AF'),
(36.61922, 69.62805, 'Taqchah Khanah', 'Takhar', '', 'AF'),
(37.52845, 70.44820, 'March', 'Badakhshan', '', 'AF'),
(37.59233, 70.55814, 'Ziraki', 'Badakhshan', '', 'AF'),
(36.52115, 68.89985, 'Aliabad', 'Kunduz', '', 'AF'),
(37.47355, 70.61617, 'Pas Pul', 'Badakhshan', '', 'AF'),
(34.39951, 69.16705, 'Qal`ah-ye Na`im', 'Kabul', '', 'AF'),
(34.12583, 70.70778, 'Markaz-e Woluswali-ye Achin', 'Nangarhar', '', 'AF'),
(34.99015, 70.91302, 'Manogay', 'Konar', '', 'AF'),
(32.97704, 69.37308, 'Ster Giyan', 'Paktika', '', 'AF'),
(34.26545, 67.34516, 'Cool urhajo', 'Bamian', '', 'AF'),
(33.17568, 68.73045, 'Sharan', 'Paktika', 'Sharan', 'AF'),
(33.67067, 69.32983, 'Salam Khel', 'Paktia', '', 'AF'),
(17.11717, -61.84573, 'Saint John\'s', 'Saint John', '', 'AG'),
(17.08333, -61.81667, 'Potters Village', 'Saint John', '', 'AG'),
(17.11667, -61.80000, 'Piggotts', 'Saint George', '', 'AG'),
(17.09682, -61.77046, 'Parham', 'Saint Peter', '', 'AG'),
(17.03333, -61.78333, 'Liberta', 'Saint Paul', '', 'AG'),
(17.02741, -61.78136, 'Falmouth', 'Saint Paul', '', 'AG'),
(17.63333, -61.83333, 'Codrington', 'Barbuda', '', 'AG'),
(17.06565, -61.87466, 'Bolands', 'Saint Mary', '', 'AG'),
(17.06671, -61.79303, 'All Saints', 'Saint Peter', '', 'AG'),
(18.21704, -63.05783, 'The Valley', '', '', 'AI'),
(18.20000, -63.03333, 'The Farrington', '', '', 'AI'),
(18.21667, -63.03333, 'Stoney Ground', '', '', 'AI'),
(18.25601, -63.01020, 'Island Harbour', '', '', 'AI'),
(18.20000, -63.06667, 'George Hill', '', '', 'AI'),
(39.72833, 20.05444, 'Xarre', 'Vlore', 'Rrethi i Sarandes', 'AL'),
(39.87556, 20.00528, 'Sarande', 'Vlore', 'Rrethi i Sarandes', 'AL'),
(39.91028, 20.09222, 'Mesopotam', 'Vlore', 'Rrethi i Delvines', 'AL'),
(39.73278, 20.19528, 'Markat', 'Vlore', 'Rrethi i Sarandes', 'AL'),
(39.78917, 20.12194, 'Livadhja', 'Vlore', 'Rrethi i Sarandes', 'AL'),
(39.65889, 20.18139, 'Konispol', 'Vlore', 'Rrethi i Sarandes', 'AL'),
(39.90778, 20.35833, 'Kakavije', 'Gjirokaster', 'Rrethi i Gjirokastres', 'AL'),
(39.90639, 20.05833, 'Finiq', 'Vlore', 'Rrethi i Delvines', 'AL'),
(39.83611, 20.16861, 'Dhiver', 'Vlore', 'Rrethi i Sarandes', 'AL'),
(39.95111, 20.09778, 'Delvine', 'Vlore', 'Rrethi i Delvines', 'AL'),
(39.85861, 20.07917, 'Aliko', 'Vlore', 'Rrethi i Sarandes', 'AL'),
(40.89139, 20.68139, 'Bucimas', 'Korce', 'Rrethi i Pogradecit', 'AL'),
(40.67778, 20.28694, 'Zhepe', 'Berat', 'Rrethi i Skraparit', 'AL'),
(41.50222, 20.36056, 'Zerqan', 'Diber', 'Rrethi i Bulqizes', 'AL'),
(40.98083, 20.28083, 'Zavaline', 'Elbasan', 'Rrethi i Elbasanit', 'AL'),
(42.05056, 20.55250, 'Zapod', 'Kukes', 'Rrethi i Kukesit', 'AL'),
(41.87611, 20.32000, 'Zall-Rec', 'Diber', 'Rrethi i Dibres', 'AL'),
(41.80667, 20.33611, 'Zall-Dardhe', 'Diber', 'Rrethi i Dibres', 'AL'),
(41.45472, 20.02556, 'Xiber-Murrize', 'Diber', 'Rrethi i Matit', 'AL'),
(40.79694, 20.77694, 'Vreshtas', 'Korce', 'Rrethi i Korces', 'AL'),
(40.63306, 20.58889, 'Voskopoje', 'Korce', 'Rrethi i Korces', 'AL'),
(40.61194, 20.69028, 'Voskop', 'Korce', 'Rrethi i Korces', 'AL'),
(40.52500, 20.58250, 'Vithkuq', 'Korce', 'Rrethi i Korces', 'AL'),
(40.20472, 20.25944, 'Vithkuq', 'Gjirokaster', 'Rrethi i Gjirokastres', 'AL'),
(40.62889, 20.05389, 'Vertop', 'Berat', 'Rrethi i Beratit', 'AL'),
(40.00667, 20.00889, 'Vergo', 'Vlore', 'Rrethi i Delvines', 'AL'),
(40.50722, 20.13472, 'Vendresha e Vogel', 'Berat', 'Rrethi i Skraparit', 'AL'),
(40.95472, 20.46222, 'Velcan', 'Korce', 'Rrethi i Pogradecit', 'AL'),
(41.90833, 20.34694, 'Ujmisht', 'Kukes', 'Rrethi i Kukesit', 'AL'),
(40.96333, 20.63917, 'Udenisht', 'Korce', 'Rrethi i Pogradecit', 'AL'),
(40.83417, 20.11194, 'Tunje', 'Elbasan', 'Rrethi i Gramshit', 'AL'),
(41.02472, 20.07833, 'Tregan', 'Elbasan', 'Rrethi i Elbasanit', 'AL'),
(41.41111, 20.53556, 'Trebisht-Mucine', 'Diber', 'Rrethi i Bulqizes', 'AL'),
(40.91333, 20.55306, 'Trebinje', 'Korce', 'Rrethi i Pogradecit', 'AL'),
(40.37722, 20.21333, 'Topojan', 'Gjirokaster', '', 'AL'),
(41.69083, 20.42167, 'Tomin', 'Diber', 'Rrethi i Dibres', 'AL'),
(40.29583, 20.01917, 'Tepelene', 'Gjirokaster', 'Rrethi i Tepelenes', 'AL'),
(41.99222, 20.34417, 'Surroj', 'Kukes', 'Rrethi i Kukesit', 'AL'),
(40.88472, 20.09944, 'Sult', 'Elbasan', 'Rrethi i Gramshit', 'AL'),
(40.37528, 20.15472, 'Suke', 'Gjirokaster', 'Rrethi i Permetit', 'AL'),
(41.57694, 20.05139, 'Suc', 'Diber', 'Rrethi i Matit', 'AL'),
(41.00528, 20.42306, 'Stravaj', 'Elbasan', 'Rrethi i Librazhdit', 'AL'),
(41.33722, 20.47000, 'Stebleve', 'Elbasan', 'Rrethi i Librazhdit', 'AL'),
(41.80111, 20.40833, 'Sllove', 'Diber', 'Rrethi i Dibres', 'AL'),
(40.10722, 20.36639, 'Skore', 'Gjirokaster', 'Rrethi i Gjirokastres', 'AL'),
(40.77611, 20.24056, 'Skenderbegas', 'Elbasan', 'Rrethi i Gramshit', 'AL'),
(41.09750, 20.14833, 'Shushice', 'Elbasan', 'Rrethi i Elbasanit', 'AL'),
(41.53000, 20.42361, 'Shupenze', 'Diber', 'Rrethi i Bulqizes', 'AL'),
(42.04056, 20.43417, 'Shtiqen', 'Kukes', 'Rrethi i Kukesit', 'AL'),
(41.98000, 20.60583, 'Shishtavec', 'Kukes', 'Rrethi i Kukesit', 'AL'),
(41.05194, 20.05333, 'Shirgjan', 'Elbasan', 'Rrethi i Elbasanit', 'AL'),
(41.92611, 20.18833, 'Shengjin', 'Lezhe', 'Rrethi i Lezhes', 'AL'),
(42.10417, 20.23833, 'Shenmeri', 'Kukes', 'Rrethi i Kukesit', 'AL'),
(41.62750, 20.27917, 'Selishte', 'Diber', 'Rrethi i Dibres', 'AL'),
(40.10528, 20.22944, 'Saraqinishte', 'Gjirokaster', 'Rrethi i Gjirokastres', 'AL'),
(41.68361, 20.01917, 'Rukaj', 'Diber', 'Rrethi i Matit', 'AL'),
(41.09028, 20.57639, 'Rajce', 'Elbasan', 'Rrethi i Librazhdit', 'AL'),
(40.73278, 20.03944, 'Roshnik', 'Berat', 'Rrethi i Beratit', 'AL'),
(41.08389, 20.43806, 'Qukes-Skenderbe', 'Elbasan', 'Rrethi i Librazhdit', 'AL'),
(40.11750, 20.19972, 'Qestorat', 'Gjirokaster', 'Rrethi i Gjirokastres', 'AL'),
(42.09333, 20.09056, 'Qafemal', 'Shkoder', 'Rrethi i Pukes', 'AL'),
(41.06667, 20.53528, 'Perrenjas-Fshat', 'Elbasan', '', 'AL'),
(41.07306, 20.54889, 'Perrenjas', 'Elbasan', 'Rrethi i Librazhdit', 'AL'),
(40.98611, 20.50250, 'Proptisht', 'Korce', 'Rrethi i Pogradecit', 'AL'),
(40.69417, 20.94028, 'Proger', 'Korce', 'Rrethi i Devollit', 'AL'),
(40.48833, 20.37333, 'Potom', 'Berat', 'Rrethi i Skraparit', 'AL'),
(40.94194, 20.29861, 'Porocan', 'Elbasan', 'Rrethi i Gramshit', 'AL'),
(41.13333, 20.25833, 'Polis-Gostime', 'Elbasan', 'Rrethi i Librazhdit', 'AL'),
(40.61222, 20.09806, 'Polican', 'Berat', 'Rrethi i Beratit', 'AL'),
(40.72583, 20.83750, 'Pojan', 'Korce', 'Rrethi i Korces', 'AL'),
(40.90250, 20.65250, 'Pogradec', 'Korce', 'Rrethi i Pogradecit', 'AL'),
(40.88111, 20.18278, 'Pishaj', 'Elbasan', 'Rrethi i Gramshit', 'AL'),
(40.78500, 20.70611, 'Pirg', 'Korce', 'Rrethi i Korces', 'AL'),
(40.19944, 20.40611, 'Gjinkar', 'Gjirokaster', '', 'AL'),
(40.20944, 20.41833, 'Petran', 'Gjirokaster', 'Rrethi i Permetit', 'AL'),
(41.68500, 20.42889, 'Peshkopi', 'Diber', '', 'AL'),
(40.23361, 20.35167, 'Permet', 'Gjirokaster', 'Rrethi i Permetit', 'AL'),
(41.43083, 20.45556, 'Ostreni i Math', 'Diber', 'Rrethi i Bulqizes', 'AL'),
(41.83333, 20.08333, 'Orosh', 'Lezhe', 'Rrethi i Mirdites', 'AL'),
(41.28472, 20.21194, 'Orenje', 'Elbasan', 'Rrethi i Librazhdit', 'AL'),
(40.13333, 20.16667, 'Odrie', 'Gjirokaster', 'Rrethi i Gjirokastres', 'AL'),
(40.76139, 20.69833, 'Novosele', 'Korce', 'Rrethi i Kolonjes', 'AL'),
(40.16667, 20.04833, 'Picar', 'Gjirokaster', 'Rrethi i Gjirokastres', 'AL'),
(40.92694, 20.00361, 'Mollas', 'Elbasan', 'Rrethi i Elbasanit', 'AL'),
(40.42556, 20.67444, 'Mollas', 'Korce', 'Rrethi i Kolonjes', 'AL'),
(40.56028, 20.74028, 'Mollaj', 'Korce', 'Rrethi i Korces', 'AL'),
(40.50917, 20.92833, 'Miras', 'Korce', 'Rrethi i Devollit', 'AL'),
(41.65417, 20.46528, 'Melan', 'Diber', 'Rrethi i Dibres', 'AL'),
(41.40000, 20.20000, 'Martanesh', 'Diber', 'Rrethi i Bulqizes', 'AL'),
(41.58889, 20.48306, 'Maqellare', 'Diber', 'Rrethi i Dibres', 'AL'),
(40.70583, 20.69972, 'Maliq', 'Korce', 'Rrethi i Korces', 'AL'),
(41.68861, 20.11028, 'Macukull', 'Diber', 'Rrethi i Dibres', 'AL'),
(41.28917, 20.32361, 'Lunik', 'Elbasan', 'Rrethi i Librazhdit', 'AL'),
(42.34139, 20.10861, 'Llugaj', 'Kukes', 'Rrethi i Tropojes', 'AL'),
(41.62750, 20.08528, 'Lis', 'Diber', 'Rrethi i Matit', 'AL'),
(40.78667, 20.90222, 'Liqenas', 'Korce', 'Rrethi i Korces', 'AL'),
(41.17944, 20.31500, 'Librazhd', 'Elbasan', 'Rrethi i Librazhdit', 'AL'),
(40.70444, 20.70861, 'Libonik', 'Korce', 'Rrethi i Korces', 'AL'),
(40.03111, 20.26306, 'Libohove', 'Gjirokaster', 'Rrethi i Gjirokastres', 'AL'),
(40.15139, 20.59722, 'Leskovik', 'Korce', 'Rrethi i Kolonjes', 'AL'),
(40.53694, 20.31333, 'Leshnje', 'Berat', 'Rrethi i Skraparit', 'AL'),
(40.76667, 20.39139, 'Lenias', 'Elbasan', 'Rrethi i Gramshit', 'AL'),
(40.60222, 20.51250, 'Lekas', 'Korce', 'Rrethi i Korces', 'AL'),
(40.04667, 20.14750, 'Lazarat', 'Gjirokaster', 'Rrethi i Gjirokastres', 'AL'),
(41.20083, 20.15222, 'Labinot-Mal', 'Elbasan', 'Rrethi i Elbasanit', 'AL'),
(41.14056, 20.14611, 'Labinot-Fushe', 'Elbasan', 'Rrethi i Elbasanit', 'AL'),
(40.78889, 20.18889, 'Kushove', 'Elbasan', 'Rrethi i Gramshit', 'AL'),
(41.77972, 20.08361, 'Kurbnesh', 'Lezhe', '', 'AL'),
(40.86778, 20.36361, 'Kukur', 'Elbasan', 'Rrethi i Gramshit', 'AL'),
(42.07694, 20.42194, 'Kukes', 'Kukes', '', 'AL'),
(41.81194, 20.05889, 'Kthella e Eperme', 'Lezhe', 'Rrethi i Mirdites', 'AL'),
(42.19694, 20.41333, 'Krume', 'Kukes', 'Rrethi i Hasit', 'AL'),
(40.61861, 20.78083, 'Korce', 'Korce', 'Rrethi i Korces', 'AL'),
(42.07806, 20.34194, 'Kolsh', 'Kukes', 'Rrethi i Kukesit', 'AL'),
(40.80556, 20.25111, 'Kodovjat', 'Elbasan', 'Rrethi i Gramshit', 'AL'),
(41.50694, 20.08667, 'Klos', 'Diber', 'Rrethi i Matit', 'AL'),
(40.94611, 20.00972, 'Klos', 'Elbasan', 'Rrethi i Elbasanit', 'AL'),
(40.31306, 20.18944, 'Kelcyre', 'Gjirokaster', 'Rrethi i Permetit', 'AL'),
(41.72944, 20.37722, 'Kastriot', 'Diber', 'Rrethi i Dibres', 'AL'),
(40.12167, 20.02750, 'Kardhiq', 'Gjirokaster', 'Rrethi i Gjirokastres', 'AL'),
(41.83889, 20.36667, 'Kalis', 'Kukes', 'Rrethi i Kukesit', 'AL'),
(42.18750, 20.00250, 'Iballe', 'Shkoder', 'Rrethi i Pukes', 'AL'),
(41.15667, 20.39722, 'Hotolisht', 'Elbasan', 'Rrethi i Librazhdit', 'AL'),
(40.60833, 20.91417, 'Hocisht', 'Korce', 'Rrethi i Devollit', 'AL'),
(40.86972, 20.18444, 'Gramsh', 'Elbasan', 'Rrethi i Gramshit', 'AL'),
(41.14556, 20.24000, 'Gostime', 'Elbasan', 'Rrethi i Elbasanit', 'AL'),
(42.24750, 20.38028, 'Golaj', 'Kukes', 'Rrethi i Hasit', 'AL'),
(41.53444, 20.45000, 'Gjorica e Siperme', 'Diber', 'Rrethi i Bulqizes', 'AL'),
(40.07583, 20.13889, 'Gjirokaster', 'Gjirokaster', '', 'AL'),
(41.02250, 20.18889, 'Gjinar', 'Elbasan', 'Rrethi i Elbasanit', 'AL'),
(42.11806, 20.43583, 'Gjinaj', 'Kukes', 'Rrethi i Hasit', 'AL'),
(41.04306, 20.02972, 'Gjergjan', 'Elbasan', 'Rrethi i Elbasanit', 'AL'),
(41.93778, 20.01111, 'Gjegjan', 'Shkoder', 'Rrethi i Pukes', 'AL'),
(41.67972, 20.33139, 'Fushe-Muhurr', 'Diber', 'Rrethi i Dibres', 'AL'),
(41.80611, 20.23194, 'Fushe-Lure', 'Diber', 'Rrethi i Dibres', 'AL'),
(41.76056, 20.34111, 'Fushe-Cidhne', 'Diber', 'Rrethi i Dibres', 'AL'),
(41.52194, 20.28222, 'Fushe-Bulqize', 'Diber', 'Rrethi i Bulqizes', 'AL'),
(42.06222, 20.01667, 'Fushe-Arrez', 'Shkoder', 'Rrethi i Pukes', 'AL'),
(40.36889, 20.42444, 'Frasher', 'Gjirokaster', 'Rrethi i Permetit', 'AL'),
(42.26056, 20.01694, 'Fierze', 'Shkoder', 'Rrethi i Pukes', 'AL'),
(42.16694, 20.35083, 'Fajze', 'Kukes', 'Rrethi i Hasit', 'AL'),
(40.33778, 20.67889, 'Erseke', 'Korce', 'Rrethi i Kolonjes', 'AL'),
(41.11250, 20.08222, 'Elbasan', 'Elbasan', '', 'AL'),
(40.58333, 20.79222, 'Drenove', 'Korce', 'Rrethi i Korces', 'AL'),
(40.65139, 20.81361, 'Dishnice', 'Korce', '', 'AL'),
(40.03250, 20.17333, 'Dervician', 'Gjirokaster', 'Rrethi i Gjirokastres', 'AL'),
(41.67361, 20.05833, 'Derjan', 'Diber', 'Rrethi i Matit', 'AL'),
(40.62917, 20.25111, 'Gjerbes', 'Berat', '', 'AL'),
(40.50417, 20.22722, 'Corovode', 'Berat', 'Rrethi i Skraparit', 'AL'),
(40.41750, 20.55028, 'Clirim', 'Korce', 'Rrethi i Kolonjes', 'AL'),
(40.85139, 20.72500, 'Cerava', 'Korce', 'Rrethi i Pogradecit', 'AL'),
(40.42056, 20.26056, 'Cepan', 'Berat', 'Rrethi i Skraparit', 'AL'),
(40.11806, 20.54083, 'Carshove', 'Gjirokaster', 'Rrethi i Permetit', 'AL'),
(41.87833, 20.50472, 'Kokaj', 'Kukes', 'Rrethi i Kukesit', 'AL'),
(40.44500, 20.00472, 'Buz', 'Gjirokaster', 'Rrethi i Tepelenes', 'AL'),
(41.87861, 20.42194, 'Bushtrice', 'Kukes', 'Rrethi i Kukesit', 'AL'),
(41.61028, 20.00889, 'Burrel', 'Diber', 'Rrethi i Matit', 'AL'),
(41.49167, 20.22194, 'Bulqize', 'Diber', 'Rrethi i Bulqizes', 'AL'),
(42.32639, 20.07639, 'Bujan', 'Kukes', 'Rrethi i Tropojes', 'AL'),
(41.10500, 20.02250, 'Bradashesh', 'Elbasan', 'Rrethi i Elbasanit', 'AL'),
(41.86139, 20.00000, 'Blinisht', 'Lezhe', 'Rrethi i Lezhes', 'AL'),
(42.16056, 20.19194, 'Blerim', 'Shkoder', 'Rrethi i Pukes', 'AL'),
(40.62750, 20.99000, 'Bilisht', 'Korce', 'Rrethi i Devollit', 'AL'),
(41.99472, 20.41250, 'Bicaj', 'Kukes', 'Rrethi i Kukesit', 'AL'),
(40.84583, 20.65722, 'Dardhas', 'Korce', 'Rrethi i Pogradecit', 'AL'),
(40.27778, 20.61833, 'Barmash', 'Korce', 'Rrethi i Kolonjes', 'AL'),
(40.41667, 20.13444, 'Ballaban', 'Gjirokaster', 'Rrethi i Permetit', 'AL'),
(41.91306, 20.28833, 'Arren', 'Kukes', 'Rrethi i Kukesit', 'AL'),
(41.73583, 20.32417, 'Arras', 'Diber', 'Rrethi i Dibres', 'AL'),
(42.26472, 20.02694, 'Fierze', 'Kukes', 'Rrethi i Tropojes', 'AL'),
(42.31000, 20.20278, 'Bytyc', 'Kukes', 'Rrethi i Tropojes', 'AL'),
(41.19694, 20.33556, 'Librazhd-Qender', 'Elbasan', 'Rrethi i Librazhdit', 'AL'),
(41.19639, 20.05972, 'Funare', 'Elbasan', 'Rrethi i Elbasanit', 'AL'),
(40.71806, 20.43806, 'Moglice', 'Korce', 'Rrethi i Korces', 'AL'),
(40.57111, 20.15000, 'Bogove', 'Berat', 'Rrethi i Skraparit', 'AL'),
(40.27917, 20.27250, 'Piskove', 'Gjirokaster', 'Rrethi i Permetit', 'AL'),
(39.99222, 19.91389, 'Lukove', 'Vlore', 'Rrethi i Sarandes', 'AL'),
(40.70917, 19.64972, 'Zharrez', 'Fier', 'Rrethi i Fierit', 'AL'),
(41.70778, 19.68917, 'Zejmen', 'Lezhe', 'Rrethi i Lezhes', 'AL'),
(41.38944, 19.82750, 'Zall-Herr', 'Tirane', 'Rrethi i Tiranes', 'AL'),
(41.42972, 19.93028, 'Zall-Bastar', 'Tirane', 'Rrethi i Tiranes', 'AL'),
(41.34444, 19.54750, 'Xhafzotaj', 'Durres', 'Rrethi i Durresit', 'AL'),
(42.02806, 19.54778, 'Vukatane', 'Shkoder', '', 'AL'),
(40.20972, 19.69083, 'Vranisht', 'Vlore', 'Rrethi i Vlores', 'AL'),
(41.39083, 19.65500, 'Vore', 'Tirane', 'Rrethi i Tiranes', 'AL'),
(40.46667, 19.48972, 'Vlore', 'Vlore', '', 'AL'),
(41.87833, 19.40556, 'Velipoje', 'Shkoder', 'Rrethi i Shkodres', 'AL'),
(40.70167, 19.93222, 'Velabisht', 'Berat', 'Rrethi i Beratit', 'AL'),
(41.29917, 19.74417, 'Vaqarr', 'Tirane', 'Rrethi i Tiranes', 'AL'),
(40.76889, 19.87778, 'Ura Vajgurore', 'Berat', 'Rrethi i Beratit', 'AL'),
(41.87528, 19.79472, 'Ungrej', 'Lezhe', 'Rrethi i Lezhes', 'AL'),
(41.68278, 19.89333, 'Ulez', 'Diber', 'Rrethi i Matit', 'AL'),
(40.76306, 19.43278, 'Topoje', 'Fier', 'Rrethi i Fierit', 'AL'),
(41.32750, 19.81889, 'Tirana', 'Tirane', '', 'AL'),
(41.54750, 19.67778, 'Thumane', 'Durres', 'Rrethi i Krujes', 'AL'),
(41.04000, 19.61417, 'Terbuf', 'Fier', '', 'AL'),
(41.18000, 19.54250, 'Synej', 'Tirane', 'Rrethi i Kavajes', 'AL'),
(41.38056, 19.53778, 'Sukth', 'Durres', 'Rrethi i Durresit', 'AL'),
(40.75111, 19.73750, 'Strum', 'Fier', 'Rrethi i Fierit', 'AL'),
(40.64806, 19.86806, 'Sinje', 'Berat', 'Rrethi i Beratit', 'AL'),
(41.06889, 19.69944, 'Sinaballaj', 'Tirane', 'Rrethi i Kavajes', 'AL'),
(42.06828, 19.51258, 'Shkoder', 'Shkoder', 'Rrethi i Shkodres', 'AL'),
(41.34556, 19.56722, 'Shijak', 'Durres', 'Rrethi i Durresit', 'AL'),
(41.02417, 19.81611, 'Sheze', 'Elbasan', 'Rrethi i Peqinit', 'AL'),
(41.69083, 19.65333, 'Shenkoll', 'Lezhe', 'Rrethi i Lezhes', 'AL'),
(41.81361, 19.59389, 'Shengjin', 'Lezhe', '', 'AL'),
(41.18333, 19.53333, 'Shengjergj', 'Tirane', 'Rrethi i Tiranes', 'AL'),
(40.99861, 19.94778, 'Shales', 'Elbasan', 'Rrethi i Elbasanit', 'AL'),
(42.29944, 19.80500, 'Nicaj-Shale', 'Shkoder', 'Rrethi i Shkodres', 'AL'),
(40.39639, 19.72972, 'Sevaster', 'Vlore', 'Rrethi i Vlores', 'AL'),
(41.63528, 19.75500, 'Selite', 'Lezhe', 'Rrethi i Mirdites', 'AL'),
(42.45139, 19.89167, 'Valbone', 'Kukes', 'Rrethi i Tropojes', 'AL'),
(40.53056, 19.63583, 'Selenice', 'Vlore', 'Rrethi i Vlores', 'AL'),
(40.67083, 19.69833, 'Ruzhdie', 'Fier', 'Rrethi i Fierit', 'AL'),
(41.77444, 19.78611, 'Rubik', 'Lezhe', 'Rrethi i Mirdites', 'AL'),
(41.07639, 19.66528, 'Rrogozhine', 'Tirane', 'Rrethi i Kavajes', 'AL'),
(41.76750, 19.87556, 'Rreshen', 'Lezhe', 'Rrethi i Mirdites', 'AL'),
(41.32278, 19.51028, 'Rrashbull', 'Durres', 'Rrethi i Durresit', 'AL'),
(40.96778, 19.82111, 'Rrasa e Siperme', 'Elbasan', 'Rrethi i Elbasanit', 'AL'),
(42.04444, 19.97056, 'Rrape', 'Shkoder', 'Rrethi i Pukes', 'AL'),
(40.73750, 19.70222, 'Roskovec', 'Fier', 'Rrethi i Fierit', 'AL'),
(40.88639, 19.51139, 'Remas', 'Fier', 'Rrethi i Lushnjes', 'AL'),
(42.05306, 19.83722, 'Qerret', 'Shkoder', 'Rrethi i Pukes', 'AL'),
(42.08972, 19.89500, 'Qelez', 'Shkoder', 'Rrethi i Pukes', 'AL'),
(42.04444, 19.89972, 'Puke', 'Shkoder', 'Rrethi i Pukes', 'AL'),
(40.21333, 19.94472, 'Progonat', 'Gjirokaster', 'Rrethi i Tepelenes', 'AL'),
(41.42722, 19.67278, 'Preze', 'Tirane', 'Rrethi i Tiranes', 'AL'),
(40.78028, 19.84417, 'Poshnje', 'Berat', 'Rrethi i Beratit', 'AL'),
(40.69917, 19.57444, 'Portez', 'Fier', 'Rrethi i Fierit', 'AL'),
(41.21750, 19.69611, 'Peza e Madhe', 'Tirane', 'Rrethi i Tiranes', 'AL'),
(41.25306, 19.85306, 'Petrele', 'Tirane', 'Rrethi i Tiranes', 'AL'),
(41.05000, 19.79917, 'Perparim', 'Elbasan', 'Rrethi i Peqinit', 'AL'),
(40.77889, 19.92306, 'Perondi', 'Berat', 'Rrethi i Kucoves', 'AL'),
(41.04611, 19.75111, 'Peqin', 'Elbasan', 'Rrethi i Peqinit', 'AL'),
(40.64278, 19.65083, 'Patos Fshat', 'Fier', '', 'AL'),
(40.68333, 19.61944, 'Patos', 'Fier', 'Rrethi i Fierit', 'AL'),
(41.35389, 19.80667, 'Paskuqan', 'Tirane', 'Rrethi i Tiranes', 'AL'),
(41.05167, 19.96083, 'Paper', 'Elbasan', 'Rrethi i Elbasanit', 'AL'),
(41.05472, 19.83750, 'Pajove', 'Elbasan', 'Rrethi i Peqinit', 'AL'),
(40.74389, 19.93528, 'Otllak', 'Berat', 'Rrethi i Beratit', 'AL'),
(40.32528, 19.47139, 'Orikum', 'Vlore', 'Rrethi i Vlores', 'AL'),
(40.62500, 19.46694, 'Novosele', 'Vlore', 'Rrethi i Vlores', 'AL'),
(41.44417, 19.74833, 'Nikel', 'Durres', 'Rrethi i Krujes', 'AL'),
(42.24444, 19.75806, 'Nicaj-Shosh', 'Shkoder', 'Rrethi i Shkodres', 'AL'),
(40.64444, 19.79250, 'Ngracan', 'Fier', 'Rrethi i Mallakastres', 'AL'),
(41.26389, 19.65583, 'Ndroq', 'Tirane', 'Rrethi i Tiranes', 'AL'),
(41.68389, 19.71556, 'Milot', 'Lezhe', 'Rrethi i Kurbinit', 'AL'),
(40.35167, 19.98028, 'Memaliaj', 'Gjirokaster', 'Rrethi i Tepelenes', 'AL'),
(40.75361, 19.57944, 'Mbrostar-Ure', 'Fier', 'Rrethi i Fierit', 'AL'),
(41.42861, 19.59306, 'Manze', 'Durres', 'Rrethi i Durresit', 'AL'),
(41.57750, 19.69222, 'Mamurras', 'Lezhe', 'Rrethi i Kurbinit', 'AL'),
(41.37917, 19.60750, 'Maminas', 'Durres', 'Rrethi i Durresit', 'AL'),
(41.12750, 19.57389, 'Luzi i Vogel', 'Tirane', 'Rrethi i Kavajes', 'AL'),
(40.94194, 19.70500, 'Lushnje', 'Fier', 'Rrethi i Lushnjes', 'AL'),
(40.44278, 19.95444, 'Luftinje', 'Gjirokaster', 'Rrethi i Tepelenes', 'AL'),
(40.83444, 19.55222, 'Libofshe', 'Fier', 'Rrethi i Fierit', 'AL'),
(41.78361, 19.64361, 'Lezhe', 'Lezhe', '', 'AL'),
(40.67611, 19.48972, 'Levan', 'Fier', 'Rrethi i Fierit', 'AL'),
(42.29472, 19.93167, 'Lekbibaj', 'Kukes', 'Rrethi i Tropojes', 'AL'),
(41.11444, 19.60972, 'Lekaj', 'Tirane', 'Rrethi i Kavajes', 'AL'),
(41.63556, 19.71306, 'Lac', 'Lezhe', 'Rrethi i Kurbinit', 'AL'),
(40.47333, 19.76639, 'Kute', 'Fier', 'Rrethi i Mallakastres', 'AL'),
(40.78389, 19.78667, 'Kutalli', 'Berat', 'Rrethi i Beratit', 'AL'),
(40.71750, 19.74556, 'Kurjan', 'Fier', 'Rrethi i Fierit', 'AL'),
(40.72667, 19.68667, 'Kuman', 'Fier', 'Rrethi i Fierit', 'AL'),
(40.80028, 19.91667, 'Kucove', 'Berat', 'Rrethi i Kucoves', 'AL'),
(42.03972, 19.52528, 'Kuc', 'Shkoder', 'Rrethi i Malesia e Madhe', 'AL'),
(41.10056, 19.52750, 'Kryevidh', 'Tirane', 'Rrethi i Kavajes', 'AL'),
(40.87194, 19.68083, 'Krutja e Poshtme', 'Fier', 'Rrethi i Lushnjes', 'AL'),
(41.50917, 19.79278, 'Kruje', 'Durres', 'Rrethi i Krujes', 'AL'),
(41.21556, 19.97139, 'Krrabe', 'Tirane', 'Rrethi i Tiranes', 'AL'),
(40.43861, 19.84444, 'Krahes', 'Gjirokaster', 'Rrethi i Tepelenes', 'AL'),
(40.83083, 19.90056, 'Kozare', 'Berat', 'Rrethi i Kucoves', 'AL'),
(40.38944, 19.60222, 'Kote', 'Vlore', 'Rrethi i Vlores', 'AL'),
(42.21361, 19.43639, 'Koplik', 'Shkoder', 'Rrethi i Malesia e Madhe', 'AL'),
(41.58167, 19.98556, 'Kombesi', 'Diber', 'Rrethi i Matit', 'AL'),
(40.82417, 19.60389, 'Kolonje', 'Fier', 'Rrethi i Lushnjes', 'AL'),
(41.78667, 19.67611, 'Kolc', 'Lezhe', 'Rrethi i Lezhes', 'AL'),
(41.18556, 19.55694, 'Kavaje', 'Tirane', 'Rrethi i Kavajes', 'AL'),
(41.40306, 19.51806, 'Katundi i Ri', 'Durres', 'Rrethi i Durresit', 'AL'),
(42.35250, 19.48917, 'Kastrat', 'Shkoder', 'Rrethi i Malesia e Madhe', 'AL'),
(41.34972, 19.71028, 'Kashar', 'Tirane', 'Rrethi i Tiranes', 'AL'),
(41.06306, 19.71611, 'Karine', 'Elbasan', 'Rrethi i Peqinit', 'AL'),
(40.92194, 19.71778, 'Karbunara e Vogel', 'Fier', 'Rrethi i Lushnjes', 'AL'),
(41.38167, 19.76028, 'Kamez', 'Tirane', 'Rrethi i Tiranes', 'AL'),
(41.84889, 19.68694, 'Kallmeti i Madh', 'Lezhe', 'Rrethi i Lezhes', 'AL'),
(41.41806, 19.82139, 'Kallmet', 'Tirane', '', 'AL'),
(40.59000, 19.77833, 'Kalenje', 'Fier', 'Rrethi i Mallakastres', 'AL'),
(40.91417, 19.88944, 'Kajan', 'Elbasan', 'Rrethi i Elbasanit', 'AL'),
(41.89333, 19.89861, 'Kacinar', 'Lezhe', 'Rrethi i Mirdites', 'AL'),
(41.54528, 19.60000, 'Ishem', 'Durres', 'Rrethi i Durresit', 'AL'),
(40.97167, 19.78972, 'Hysgjokaj', 'Fier', 'Rrethi i Lushnjes', 'AL'),
(42.36194, 19.44417, 'Hot', 'Shkoder', 'Rrethi i Malesia e Madhe', 'AL'),
(40.10167, 19.74472, 'Himare', 'Vlore', 'Rrethi i Vlores', 'AL'),
(41.18028, 19.60694, 'Helmas', 'Tirane', 'Rrethi i Kavajes', 'AL'),
(40.56194, 19.73583, 'Hekal', 'Fier', 'Rrethi i Mallakastres', 'AL'),
(41.48278, 19.69972, 'Hasan', 'Durres', 'Rrethi i Krujes', 'AL'),
(41.95306, 19.63778, 'Hajmel', 'Shkoder', 'Rrethi i Shkodres', 'AL'),
(41.53611, 19.99083, 'Gurra e Vogel', 'Diber', 'Rrethi i Matit', 'AL'),
(42.04500, 19.57472, 'Guri i Zi', 'Shkoder', 'Rrethi i Shkodres', 'AL'),
(42.15917, 19.51889, 'Gruemire', 'Shkoder', 'Rrethi i Malesia e Madhe', 'AL'),
(40.55194, 19.77833, 'Greshice', 'Fier', 'Rrethi i Mallakastres', 'AL'),
(40.92944, 19.94750, 'Grekan', 'Elbasan', 'Rrethi i Elbasanit', 'AL'),
(40.88806, 19.58583, 'Gradishte', 'Fier', 'Rrethi i Lushnjes', 'AL'),
(41.15194, 19.96361, 'Gracen', 'Elbasan', 'Rrethi i Elbasanit', 'AL'),
(40.95306, 19.58083, 'Grabjan', 'Fier', 'Rrethi i Lushnjes', 'AL'),
(41.09056, 19.62472, 'Gose e Madhe', 'Tirane', 'Rrethi i Kavajes', 'AL'),
(40.96778, 19.68528, 'Golem', 'Fier', 'Rrethi i Lushnjes', 'AL'),
(41.02556, 19.72389, 'Gjocaj', 'Elbasan', 'Rrethi i Peqinit', 'AL'),
(41.33306, 19.57806, 'Gjepalaj', 'Durres', 'Rrethi i Durresit', 'AL'),
(41.65028, 19.62000, 'Fushekuqe', 'Lezhe', 'Rrethi i Kurbinit', 'AL'),
(41.47833, 19.71778, 'Fushe-Kruje', 'Durres', 'Rrethi i Krujes', 'AL'),
(40.50000, 19.81667, 'Fratar', 'Fier', 'Rrethi i Mallakastres', 'AL'),
(40.65583, 19.50250, 'Frakulla e Madhe', 'Fier', 'Rrethi i Fierit', 'AL'),
(40.86722, 19.78528, 'Fier-Shegan', 'Fier', 'Rrethi i Lushnjes', 'AL'),
(40.71667, 19.56667, 'Fier-Cifci', 'Fier', '', 'AL'),
(40.72389, 19.55611, 'Fier', 'Fier', '', 'AL'),
(41.30556, 19.86694, 'Farka e Madhe', 'Tirane', 'Rrethi i Tiranes', 'AL'),
(41.32306, 19.44139, 'Durres', 'Durres', '', 'AL'),
(40.60056, 19.70083, 'Drenove', 'Fier', 'Rrethi i Mallakastres', 'AL'),
(40.99667, 19.52944, 'Divjake', 'Fier', 'Rrethi i Lushnjes', 'AL'),
(40.74556, 19.49389, 'Dermenas', 'Fier', 'Rrethi i Fierit', 'AL'),
(42.01000, 19.62472, 'Vau i Dejes', 'Shkoder', 'Rrethi i Shkodres', 'AL'),
(41.39361, 19.91583, 'Dajt', 'Tirane', 'Rrethi i Tiranes', 'AL'),
(41.99167, 19.41056, 'Dajc', 'Shkoder', 'Rrethi i Shkodres', 'AL'),
(41.91556, 19.60444, 'Dajc', 'Lezhe', 'Rrethi i Lezhes', 'AL'),
(40.73028, 19.79056, 'Cukalat', 'Berat', 'Rrethi i Beratit', 'AL'),
(41.50944, 19.84583, 'Cudhi Zall', 'Durres', 'Rrethi i Krujes', 'AL'),
(41.03167, 19.97583, 'Cerrik', 'Elbasan', 'Rrethi i Elbasanit', 'AL'),
(40.60333, 19.62611, 'Cakran', 'Fier', 'Rrethi i Fierit', 'AL'),
(42.11944, 19.89972, 'Bushat', 'Shkoder', 'Rrethi i Shkodres', 'AL'),
(40.81806, 19.64083, 'Bubullime', 'Fier', 'Rrethi i Lushnjes', 'AL'),
(41.47417, 19.65167, 'Bubq', 'Durres', 'Rrethi i Krujes', 'AL'),
(40.26778, 19.66917, 'Brataj', 'Vlore', 'Rrethi i Vlores', 'AL'),
(41.24528, 19.90111, 'Berzhite', 'Tirane', 'Rrethi i Tiranes', 'AL'),
(41.38000, 19.68750, 'Berxull', 'Tirane', 'Rrethi i Tiranes', 'AL'),
(42.01528, 19.48167, 'Berdica e Madhe', 'Shkoder', 'Rrethi i Shkodres', 'AL'),
(40.70583, 19.95222, 'Berat', 'Berat', 'Rrethi i Beratit', 'AL'),
(40.97500, 19.88194, 'Belsh', 'Elbasan', 'Rrethi i Elbasanit', 'AL'),
(41.63194, 19.92917, 'Baz', 'Diber', 'Rrethi i Matit', 'AL'),
(40.82472, 19.83917, 'Banaj', 'Berat', '', 'AL'),
(40.59889, 19.73472, 'Ballsh', 'Fier', 'Rrethi i Mallakastres', 'AL'),
(40.99528, 19.76528, 'Ballagat', 'Fier', 'Rrethi i Lushnjes', 'AL'),
(41.21389, 19.79694, 'Baldushk', 'Tirane', 'Rrethi i Tiranes', 'AL'),
(40.53639, 19.59611, 'Armen', 'Vlore', 'Rrethi i Vlores', 'AL'),
(40.59444, 19.80667, 'Aranitas', 'Fier', 'Rrethi i Mallakastres', 'AL'),
(40.85750, 19.75528, 'Allkaj', 'Fier', 'Rrethi i Lushnjes', 'AL'),
(41.24583, 19.53472, 'Golem', 'Tirane', 'Rrethi i Kavajes', 'AL'),
(41.81917, 19.64028, 'Balldreni i Ri', 'Lezhe', 'Rrethi i Lezhes', 'AL'),
(42.16222, 19.49667, 'Grude-Fushe', 'Shkoder', 'Rrethi i Malesia e Madhe', 'AL'),
(40.92056, 19.84694, 'Fierze', 'Elbasan', 'Rrethi i Elbasanit', 'AL'),
(40.72667, 19.75722, 'Dushk', 'Fier', 'Rrethi i Lushnjes', 'AL'),
(40.54750, 19.84806, 'Selite', 'Fier', 'Rrethi i Mallakastres', 'AL'),
(40.45694, 19.64361, 'Vllahine', 'Vlore', 'Rrethi i Vlores', 'AL'),
(42.35734, 20.07679, 'Bajram Curri', 'Kukes', 'Rrethi i Tropojes', 'AL'),
(39.63732, 45.51162, 'Zarrit\'ap\'', 'Vayots\' Dzori Marz', '', 'AM'),
(39.82120, 45.04063, 'Zangakatun', 'Ararat', '', 'AM'),
(39.90611, 44.73171, 'Goravan', 'Ararat', '', 'AM'),
(39.83799, 44.62531, 'Yeghegnavan', 'Ararat', '', 'AM'),
(39.76389, 45.33239, 'Yeghegnadzor', 'Vayots\' Dzori Marz', '', 'AM'),
(39.96515, 44.55937, 'Vostan', 'Ararat', '', 'AM'),
(39.88114, 44.64917, 'Vosketap\'', 'Ararat', '', 'AM'),
(39.79236, 45.36389, 'Vernashen', 'Vayots\' Dzori Marz', '', 'AM'),
(39.53557, 46.31221, 'Verishen', 'Syunik\'i Marz', '', 'AM'),
(39.91421, 44.72217, 'Vedi', 'Ararat', '', 'AM'),
(39.69100, 45.46653, 'Vayk\'', 'Vayots\' Dzori Marz', '', 'AM'),
(39.55792, 46.47723, 'Tegh', 'Syunik\'i Marz', '', 'AM'),
(39.79759, 44.77397, 'Surenavan', 'Vayots\' Dzori Marz', '', 'AM'),
(39.90802, 44.66721, 'Sisavan', 'Ararat', '', 'AM'),
(39.43670, 46.31787, 'Shinuhayr', 'Syunik\'i Marz', '', 'AM'),
(39.93845, 44.56973, 'Shahumyan', 'Ararat', '', 'AM'),
(39.83568, 45.30186, 'Shatin', 'Vayots\' Dzori Marz', '', 'AM'),
(39.56253, 45.91433, 'Shaghat', 'Syunik\'i Marz', '', 'AM'),
(39.76022, 45.17907, 'Rrind', 'Vayots\' Dzori Marz', '', 'AM'),
(39.83120, 44.66899, 'Noyakert', 'Ararat', '', 'AM'),
(39.97167, 44.53317, 'Mrgavan', 'Ararat', '', 'AM'),
(38.90292, 46.24458, 'Meghri', 'Syunik\'i Marz', '', 'AM'),
(39.73758, 45.39004, 'Malishka', 'Vayots\' Dzori Marz', '', 'AM'),
(39.51224, 46.43284, 'Khndzoresk', 'Syunik\'i Marz', '', 'AM'),
(39.20755, 46.40576, 'Kapan', 'Syunik\'i Marz', '', 'AM'),
(39.84173, 45.67230, 'Jermuk', 'Vayots\' Dzori Marz', '', 'AM'),
(39.51288, 46.33816, 'Goris', 'Syunik\'i Marz', '', 'AM'),
(39.78123, 45.35043, 'Gladzor', 'Vayots\' Dzori Marz', '', 'AM'),
(39.76306, 45.30664, 'Getap\'', 'Vayots\' Dzori Marz', '', 'AM'),
(39.27059, 46.35720, 'Dzorastan', 'Syunik\'i Marz', '', 'AM'),
(39.97653, 44.52649, 'Dalar', 'Ararat', '', 'AM'),
(39.99157, 44.49681, 'Burastan', 'Ararat', '', 'AM'),
(39.53491, 46.30732, 'Brun', 'Syunik\'i Marz', '', 'AM'),
(39.49742, 45.97241, 'Brrnakot\'', 'Syunik\'i Marz', '', 'AM'),
(39.97726, 44.51394, 'Berkanush', 'Ararat', '', 'AM'),
(39.95436, 44.60229, 'Aygezard', 'Ararat', '', 'AM'),
(39.95845, 44.59981, 'Aygepat', 'Ararat', '', 'AM'),
(39.87327, 44.66984, 'Aygavan', 'Ararat', '', 'AM'),
(39.85360, 44.67930, 'Avshar', 'Ararat', '', 'AM'),
(39.46405, 45.97047, 'Hats\'avan', 'Syunik\'i Marz', '', 'AM'),
(39.96144, 44.54447, 'Artashat', 'Ararat', '', 'AM'),
(39.87181, 45.36002, 'Yeghegis', 'Vayots\' Dzori Marz', '', 'AM'),
(39.76532, 44.80902, 'Armash', 'Vayots\' Dzori Marz', '', 'AM'),
(39.71913, 45.17991, 'Areni', 'Vayots\' Dzori Marz', '', 'AM'),
(39.83166, 44.70489, 'Ararat', 'Ararat', '', 'AM'),
(39.57017, 45.94123, 'Angeghakot\'', 'Syunik\'i Marz', '', 'AM'),
(39.78222, 45.22753, 'Aghavnadzor', 'Vayots\' Dzori Marz', '', 'AM'),
(39.73405, 45.35274, 'Agarakadzor', 'Vayots\' Dzori Marz', '', 'AM'),
(39.20684, 46.54460, 'Agarak', 'Syunik\'i Marz', '', 'AM'),
(39.90195, 44.65140, 'Aralez', 'Ararat', '', 'AM'),
(40.66013, 43.88819, 'Horrom', 'Shirak', '', 'AM'),
(40.03351, 44.17709, 'Margara', 'Armavir', '', 'AM'),
(40.51083, 44.42889, 'Zovuni', 'Aragatsotn', '', 'AM'),
(40.56693, 44.78827, 'Zovaber', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.09109, 44.39209, 'Zorak', 'Ararat', '', 'AM'),
(40.25950, 44.73086, 'Zarr', 'Kotayk\'i Marz', '', 'AM'),
(40.18111, 44.51361, 'Yerevan', 'Yerevan', '', 'AM'),
(40.70000, 43.75000, 'Yerazgavors', 'Shirak', '', 'AM'),
(40.07167, 44.21619, 'Yeraskhahun', 'Armavir', '', 'AM'),
(40.20428, 45.19209, 'Yeranos', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.90302, 44.63155, 'Yeghegnut', 'Lorri', '', 'AM'),
(40.09186, 44.16018, 'Yeghegnut', 'Armavir', '', 'AM'),
(40.16557, 44.29462, 'Ejmiatsin', 'Armavir', '', 'AM'),
(40.32053, 44.48139, 'Yeghvard', 'Kotayk\'i Marz', '', 'AM'),
(40.27678, 44.29509, 'Voskevaz', 'Aragatsotn', '', 'AM'),
(41.12081, 45.06381, 'Voskevan', 'Tavush', '', 'AM'),
(40.76426, 43.77474, 'Voskehask', 'Shirak', '', 'AM'),
(40.13328, 45.25068, 'Verin Getashen', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.02434, 44.59038, 'Verin Dvin', 'Ararat', '', 'AM'),
(39.99046, 44.58546, 'Verin Artashat', 'Ararat', '', 'AM'),
(41.16838, 44.75811, 'Verin Akhtala', 'Lorri', '', 'AM'),
(40.55340, 44.90690, 'Varser', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.18272, 45.73110, 'Vardenis', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.13928, 45.43342, 'Vardenik', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.57549, 45.39769, 'Vahan', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.13578, 45.32879, 'Vaghashen', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.90698, 44.60873, 'Vahagni', 'Lorri', '', 'AM'),
(40.34869, 44.37252, 'Ushi', 'Aragatsotn', '', 'AM'),
(41.06778, 44.39628, 'Urrut', 'Lorri', '', 'AM'),
(40.15701, 45.46132, 'Tsovinar', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.47089, 45.05879, 'Tsovazard', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.18254, 45.63286, 'Tsovak', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.63029, 44.95738, 'Tsovagyugh', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.18075, 44.27026, 'Tsaghkunk\'', 'Armavir', '', 'AM'),
(40.63428, 44.22241, 'Tsaghkahovit', 'Aragatsotn', '', 'AM'),
(40.79849, 44.10144, 'Tsaghkaber', 'Lorri', '', 'AM'),
(40.53259, 44.72025, 'Tsaghkadzor', 'Kotayk\'i Marz', '', 'AM'),
(40.13820, 45.19096, 'T\'azagyugh', 'Geghark\'unik\'i Marz', '', 'AM'),
(41.12072, 44.28462, 'Tashir', 'Lorri', '', 'AM'),
(40.07015, 44.07476, 'Tandzut', 'Armavir', '', 'AM'),
(40.38428, 43.87387, 'T\'alin', 'Aragatsotn', '', 'AM'),
(40.83221, 44.26731, 'Spitak', 'Lorri', '', 'AM'),
(40.66105, 44.01551, 'Spandaryan', 'Shirak', '', 'AM'),
(40.10712, 44.05108, 'Sovetakan', 'Armavir', '', 'AM'),
(40.46439, 44.70796, 'Solak', 'Kotayk\'i Marz', '', 'AM'),
(40.06023, 44.38649, 'Sis', 'Ararat', '', 'AM'),
(41.14693, 44.84043, 'Shnogh', 'Lorri', '', 'AM'),
(40.84042, 43.91582, 'Shirak', 'Shirak', '', 'AM'),
(40.48296, 44.38300, 'Shenavan', 'Aragatsotn', '', 'AM'),
(40.05486, 43.92876, 'Shenavan', 'Armavir', '', 'AM'),
(40.54840, 44.94868, 'Sevan', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.29053, 45.13059, 'Sarukhan', 'Geghark\'unik\'i Marz', '', 'AM'),
(41.03531, 45.14486, 'Sarigyugh', 'Tavush', '', 'AM'),
(40.66992, 43.86915, 'Saratak', 'Shirak', '', 'AM'),
(40.77487, 44.22220, 'Saramech', 'Lorri', '', 'AM'),
(40.87043, 44.21407, 'Sarahart\'', '', '', 'AM'),
(40.18516, 44.24331, 'Samaghar', 'Armavir', '', 'AM'),
(40.25576, 44.58407, 'Ptghni', 'Kotayk\'i Marz', '', 'AM'),
(40.16505, 44.36328, 'Ptghunk\'', 'Armavir', '', 'AM'),
(40.03865, 44.06629, 'Pshatavan', 'Armavir', '', 'AM'),
(40.24853, 44.41631, 'Prroshyan', 'Kotayk\'i Marz', '', 'AM'),
(40.64026, 44.04666, 'Pokr Mantash', 'Shirak', '', 'AM'),
(40.35326, 44.52319, 'Zoravan', 'Kotayk\'i Marz', '', 'AM'),
(40.58510, 43.94021, 'Pemzashen', 'Shirak', '', 'AM'),
(40.98248, 45.36696, 'Parravak\'ar', '', '', 'AM'),
(40.26460, 44.31456, 'Oshakan', 'Aragatsotn', '', 'AM'),
(40.13206, 44.00969, 'Hoktember', 'Armavir', '', 'AM'),
(41.05321, 44.61341, 'Odzun', 'Lorri', '', 'AM'),
(41.17244, 44.99917, 'Noyemberyan', 'Tavush', '', 'AM'),
(40.26730, 44.65630, 'Nor Gyugh', 'Kotayk\'i Marz', '', 'AM');
INSERT INTO `reverse_geocode` (`lat`, `lng`, `city`, `region`, `province`, `country`) VALUES
(40.32105, 44.58027, 'Nor Geghi', 'Kotayk\'i Marz', '', 'AM'),
(41.18886, 44.33336, 'Norashen', 'Lorri', '', 'AM'),
(39.99960, 44.58952, 'Norashen', 'Ararat', '', 'AM'),
(40.08563, 43.99242, 'Nor Armavir', 'Armavir', '', 'AM'),
(40.02384, 44.42403, 'Noramarg', 'Ararat', '', 'AM'),
(40.19229, 44.34774, 'Norakert', 'Aragatsotn', '', 'AM'),
(40.37547, 45.17718, 'Noratus', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.14046, 45.27900, 'Nerk\'in Getashen', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.86695, 45.34179, 'Navur', 'Tavush', '', 'AM'),
(40.06236, 43.98690, 'Nalbandyan', 'Armavir', '', 'AM'),
(40.75767, 43.99274, 'Musayelyan', 'Shirak', '', 'AM'),
(40.18347, 44.25863, 'Hovtamej', 'Armavir', '', 'AM'),
(40.28523, 44.54107, 'Mrgashen', 'Kotayk\'i Marz', '', 'AM'),
(40.12462, 44.06584, 'Mrgashat', 'Armavir', '', 'AM'),
(40.02857, 44.55831, 'Mrganush', 'Ararat', '', 'AM'),
(40.90534, 45.48838, 'Mosesgegh', 'Tavush', '', 'AM'),
(40.83335, 44.11042, 'Mets Parni', 'Lorri', '', 'AM'),
(40.21825, 45.76809, 'Mets Masrik', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.64376, 44.05653, 'Mets Mant\'ash', 'Shirak', '', 'AM'),
(41.20156, 44.22877, 'Metsavan', 'Lorri', '', 'AM'),
(40.07302, 44.28962, 'Metsamor', 'Armavir', '', 'AM'),
(40.18140, 44.40033, 'Mertsavan', 'Armavir', '', 'AM'),
(40.67259, 43.95783, 'Meghrashen', 'Shirak', '', 'AM'),
(40.60611, 44.65147, 'Meghradzor', 'Kotayk\'i Marz', '', 'AM'),
(40.25196, 44.63928, 'Mayakovski', 'Kotayk\'i Marz', '', 'AM'),
(40.06762, 44.43591, 'Masis', 'Ararat', '', 'AM'),
(40.13768, 45.30450, 'Martuni', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.05734, 44.47012, 'Marmarashen', 'Ararat', '', 'AM'),
(40.83486, 43.77790, 'Marmashen', 'Shirak', '', 'AM'),
(40.73381, 44.68474, 'Margahovit', 'Lorri', '', 'AM'),
(40.57453, 43.86862, 'Maralik', 'Shirak', '', 'AM'),
(40.84715, 43.83938, 'Mayisyan', '', '', 'AM'),
(40.07637, 45.25507, 'Madina', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.18726, 44.00390, 'Lukashin', 'Armavir', '', 'AM'),
(40.93717, 44.77142, 'Lorut', 'Lorri', '', 'AM'),
(40.15933, 45.23467, 'Lichk\'', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.78820, 44.16024, 'Lernavan', 'Lorri', '', 'AM'),
(40.81538, 44.39344, 'Lerrnapat', 'Lorri', '', 'AM'),
(40.79532, 44.27435, 'Spitak', '', '', 'AM'),
(40.46676, 44.79249, 'Lerrnanist', 'Kotayk\'i Marz', '', 'AM'),
(40.56118, 43.93851, 'Lerrnakert', 'Shirak', '', 'AM'),
(40.13507, 44.24541, 'Khoronk\'', 'Armavir', '', 'AM'),
(40.51757, 44.93190, 'Lchashen', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.45462, 45.07281, 'Lchap\'', '', '', 'AM'),
(40.27146, 45.14038, 'Lanjaghbyur', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.27534, 44.66036, 'Kotayk\'', 'Kotayk\'i Marz', '', 'AM'),
(40.29999, 44.15584, 'Kosh', 'Aragatsotn', '', 'AM'),
(40.80456, 44.49390, 'Vanadzor', 'Lorri', '', 'AM'),
(40.63721, 44.14058, 'Hnaberd', 'Aragatsotn', '', 'AM'),
(40.93668, 45.18210, 'Khasht\'arrak', 'Tavush', '', 'AM'),
(40.53697, 44.41046, 'Kasakh', 'Aragatsotn', '', 'AM'),
(40.17048, 45.57785, 'Karchaghbyur', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.33235, 44.37665, 'Karbi', 'Aragatsotn', '', 'AM'),
(40.10444, 45.28972, 'Karanlukh', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.32407, 44.69693, 'Kaputan', 'Kotayk\'i Marz', '', 'AM'),
(40.24739, 44.53511, 'K\'anak\'erravan', 'Yerevan', '', 'AM'),
(40.82572, 43.95071, 'Kamo', 'Shirak', '', 'AM'),
(40.35398, 45.12386, 'Gavarr', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.15701, 44.09192, 'Zhdanov', 'Armavir', '', 'AM'),
(40.77482, 44.54596, 'Shahumyan', 'Lorri', '', 'AM'),
(40.87877, 45.14851, 'Ijevan', 'Tavush', '', 'AM'),
(40.49748, 44.76620, 'Hrazdan', 'Kotayk\'i Marz', '', 'AM'),
(40.15446, 44.03815, 'Armavir', 'Armavir', '', 'AM'),
(40.12166, 44.37523, 'Hayanist', 'Armavir', '', 'AM'),
(40.77614, 44.96847, 'Haghartsin', 'Tavush', '', 'AM'),
(40.79420, 43.84528, 'Gyumri', 'Shirak', '', 'AM'),
(40.96715, 44.47144, 'Gyulagarak', 'Lorri', '', 'AM'),
(40.12585, 44.41594, 'Ghukasavan', 'Ararat', '', 'AM'),
(40.31091, 45.67924, 'Geghamasar', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.80460, 44.54025, 'Gugark\'', 'Lorri', '', 'AM'),
(40.18690, 44.26608, 'Tsiatsan', 'Armavir', '', 'AM'),
(40.13495, 44.78093, 'Goght\'', 'Kotayk\'i Marz', '', 'AM'),
(40.89255, 44.19915, 'Gogaran', 'Lorri', '', 'AM'),
(40.03844, 44.56369, 'Getazat', 'Ararat', '', 'AM'),
(40.04405, 43.94203, 'Getashen', 'Armavir', '', 'AM'),
(40.14493, 44.43054, 'Geghanist', 'Ararat', '', 'AM'),
(40.56340, 44.88790, 'Geghamavan', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.11931, 44.73442, 'Garrni', 'Kotayk\'i Marz', '', 'AM'),
(40.54031, 44.86918, 'Gagarin', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.39438, 44.68476, 'Fantan', 'Kotayk\'i Marz', '', 'AM'),
(40.72241, 44.71769, 'Fioletovo', 'Lorri', '', 'AM'),
(40.20412, 44.64150, 'Dzoraghbyur', 'Kotayk\'i Marz', '', 'AM'),
(40.16957, 45.18337, 'Dzoragyugh', '', '', 'AM'),
(40.50891, 43.82107, 'Dzit\'hank\'ov', 'Shirak', '', 'AM'),
(40.79028, 44.18664, 'Jrashen', 'Lorri', '', 'AM'),
(40.05275, 44.51259, 'Jrashen', 'Yerevan', '', 'AM'),
(40.04533, 44.47372, 'Jrahovit', 'Ararat', '', 'AM'),
(40.04391, 44.02334, 'Janfida', 'Armavir', '', 'AM'),
(40.01984, 44.58376, 'Dvin', 'Ararat', '', 'AM'),
(40.96170, 44.65003, 'Dsegh', 'Lorri', '', 'AM'),
(40.56497, 45.23670, 'Drakhtik', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.22373, 44.27171, 'Doghs', 'Aragatsotn', '', 'AM'),
(40.74103, 44.86362, 'Dilijan', 'Tavush', '', 'AM'),
(40.56972, 44.81851, 'Ddmashen', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.83674, 44.42494, 'Darpas', 'Lorri', '', 'AM'),
(40.22664, 43.87538, 'Dalarik', 'Armavir', '', 'AM'),
(41.18118, 44.83217, 'Chochkan', 'Lorri', '', 'AM'),
(40.59655, 45.35498, 'Chambarak', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.45591, 44.64812, 'Bjni', 'Kotayk\'i Marz', '', 'AM'),
(40.31485, 44.59396, 'Byureghavan', 'Kotayk\'i Marz', '', 'AM'),
(40.33800, 44.27138, 'Byurakan', 'Aragatsotn', '', 'AM'),
(40.45294, 44.52105, 'Buzhakan', 'Kotayk\'i Marz', '', 'AM'),
(40.88135, 45.38901, 'Berd', 'Tavush', '', 'AM'),
(40.86763, 44.43978, 'Bazum', 'Lorri', '', 'AM'),
(40.01604, 44.51889, 'Byuravan', 'Ararat', '', 'AM'),
(40.10993, 44.01608, 'Bambakashat', 'Armavir', '', 'AM'),
(40.25373, 44.60426, 'Balahovit', 'Kotayk\'i Marz', '', 'AM'),
(41.24358, 44.81737, 'Bagratashen', 'Tavush', '', 'AM'),
(40.71959, 43.82727, 'Azatan', 'Shirak', '', 'AM'),
(40.80312, 43.75173, 'Haykavan', 'Shirak', '', 'AM'),
(40.00258, 44.55905, 'Aygestan', 'Ararat', '', 'AM'),
(40.23571, 44.28692, 'Aygeshat', 'Aragatsotn', '', 'AM'),
(40.07641, 44.05797, 'Aygeshat', 'Armavir', '', 'AM'),
(40.14315, 44.14980, 'Aknalich', 'Armavir', '', 'AM'),
(40.97951, 45.25033, 'Aygehovit', 'Tavush', '', 'AM'),
(40.15080, 44.26543, 'Artimet', 'Armavir', '', 'AM'),
(40.12248, 45.35698, 'Astghadzor', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.29910, 44.36204, 'Ashtarak', 'Aragatsotn', '', 'AM'),
(40.32887, 43.91848, 'Ashnak', 'Aragatsotn', '', 'AM'),
(40.29626, 44.59663, 'Arzni', 'Kotayk\'i Marz', '', 'AM'),
(40.44997, 44.60648, 'Arzakan', 'Kotayk\'i Marz', '', 'AM'),
(40.29848, 43.76220, 'Arteni', 'Aragatsotn', '', 'AM'),
(40.16840, 44.21375, 'Arshaluys', 'Armavir', '', 'AM'),
(40.37943, 44.59828, 'Argel', 'Kotayk\'i Marz', '', 'AM'),
(40.15876, 44.43916, 'Argavand', 'Ararat', '', 'AM'),
(40.06097, 44.09474, 'Argavand', 'Armavir', '', 'AM'),
(40.65345, 44.04419, 'Arevshat', 'Shirak', '', 'AM'),
(40.03963, 44.54179, 'Arevshat', 'Ararat', '', 'AM'),
(40.74226, 43.90290, 'Arevik', 'Shirak', '', 'AM'),
(40.09945, 44.09127, 'Arevik', 'Armavir', '', 'AM'),
(40.86039, 44.27438, 'Arevashogh', 'Lorri', '', 'AM'),
(40.14250, 44.37068, 'Arevashat', 'Armavir', '', 'AM'),
(41.16351, 44.87631, 'Archis', 'Tavush', '', 'AM'),
(40.13811, 44.40200, 'Arbat\'', 'Armavir', '', 'AM'),
(40.04195, 44.14721, 'Arazap', 'Armavir', '', 'AM'),
(40.78276, 43.80583, 'Arrap\'i', 'Shirak', '', 'AM'),
(40.25095, 44.66351, 'Aramus', 'Kotayk\'i Marz', '', 'AM'),
(40.05440, 44.30257, 'Arak\'s', 'Armavir', '', 'AM'),
(40.48887, 44.35279, 'Aragats', 'Aragatsotn', '', 'AM'),
(40.59323, 44.35890, 'Aparan', 'Aragatsotn', '', 'AM'),
(40.09666, 44.25157, 'Apaga', 'Armavir', '', 'AM'),
(40.65013, 43.97756, 'Anushavan', 'Shirak', '', 'AM'),
(40.95442, 43.78720, 'Amasia', 'Shirak', '', 'AM'),
(41.09766, 44.67316, 'Alaverdi', 'Lorri', '', 'AM'),
(40.26883, 44.68481, 'Akunk\'', 'Kotayk\'i Marz', '', 'AM'),
(40.15886, 45.72568, 'Akunk\'', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.78003, 43.90027, 'Akhuryan', 'Shirak', '', 'AM'),
(40.23237, 44.24974, 'Aghavnatun', 'Aragatsotn', '', 'AM'),
(40.58195, 44.69581, 'Aghavnadzor', 'Kotayk\'i Marz', '', 'AM'),
(41.01072, 44.46845, 'Agarak', 'Lorri', '', 'AM'),
(40.32932, 44.07033, 'Agarak', 'Aragatsotn', '', 'AM'),
(40.26741, 44.62656, 'Abovyan', 'Kotayk\'i Marz', '', 'AM'),
(40.04851, 44.54742, 'Abovyan', 'Ararat', '', 'AM'),
(40.97083, 44.50889, 'Vardablur', 'Lorri', '', 'AM'),
(40.08533, 44.57957, 'Bartsrashen', 'Ararat', '', 'AM'),
(40.02787, 44.52565, 'Nshavan', 'Ararat', '', 'AM'),
(40.10568, 44.42988, 'Norabats\'', 'Ararat', '', 'AM'),
(41.20503, 44.99967, 'Berdavan', 'Tavush', '', 'AM'),
(40.86056, 44.15278, 'Shirakamut', 'Lorri', '', 'AM'),
(40.98204, 45.18551, 'Azatamut', 'Tavush', '', 'AM'),
(40.89784, 45.13971, 'Getahovit', 'Tavush', '', 'AM'),
(40.83947, 45.47033, 'Artsvaberd', 'Tavush', '', 'AM'),
(40.31356, 44.40483, 'Nor Yerznka', 'Kotayk\'i Marz', '', 'AM'),
(40.24869, 44.33957, 'Nor Sasunik', 'Aragatsotn', '', 'AM'),
(40.23539, 44.69459, 'Kamaris', 'Kotayk\'i Marz', '', 'AM'),
(40.31472, 45.11139, 'Gandzak', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.17750, 43.90639, 'Myasnikyan', 'Armavir', '', 'AM'),
(40.12562, 43.96484, 'Lenughi', 'Armavir', '', 'AM'),
(40.14481, 44.11998, 'Metsamor', 'Armavir', '', 'AM'),
(40.08444, 44.30528, 'Gay', 'Armavir', '', 'AM'),
(40.19344, 44.36832, 'Baghramyan', 'Armavir', '', 'AM'),
(40.15393, 44.37894, 'Musalerr', 'Armavir', '', 'AM'),
(40.10547, 44.41334, 'Darakert', 'Ararat', '', 'AM'),
(40.10121, 44.39067, 'Dashtavan', 'Ararat', '', 'AM'),
(40.09114, 44.40453, 'Nizami', 'Ararat', '', 'AM'),
(40.15444, 45.50222, 'Artsvanist', 'Geghark\'unik\'i Marz', '', 'AM'),
(40.18701, 45.19212, 'Vardadzor', 'Yerevan', '', 'AM'),
(40.13367, 44.19957, 'Taronik', 'Armavir', '', 'AM'),
(40.09551, 44.28604, 'Aknashen', 'Armavir', '', 'AM'),
(40.07303, 44.30629, 'Haykashen', 'Armavir', '', 'AM'),
(40.10327, 44.33891, 'Hovtashat', 'Ararat', '', 'AM'),
(40.07428, 44.39846, 'Sayat\'-Nova', 'Ararat', '', 'AM'),
(40.14158, 44.32917, 'Voskehat', 'Armavir', '', 'AM'),
(40.11307, 44.27169, 'Griboyedov', 'Armavir', '', 'AM'),
(40.24192, 44.27227, 'Amberd', 'Aragatsotn', '', 'AM'),
(40.18861, 44.38333, 'Aygek', 'Armavir', '', 'AM'),
(40.02510, 44.45129, 'Hovtashen', 'Ararat', '', 'AM'),
(40.00752, 44.48999, 'Dimitrov', 'Ararat', '', 'AM'),
(40.02779, 44.48252, 'Mrgavet', 'Ararat', '', 'AM'),
(40.03712, 44.46934, 'Arevabuyr', 'Ararat', '', 'AM'),
(-9.66078, 20.39155, 'Saurimo', 'Lunda Sul', '', 'AO'),
(-8.41915, 20.74466, 'Lucapa', 'Lunda Norte', '', 'AO'),
(-11.55000, 20.78333, 'Lumeje', 'Moxico', '', 'AO'),
(-10.70727, 22.22466, 'Luau', 'Moxico', '', 'AO'),
(-11.65000, 20.45000, 'Leua', 'Moxico', '', 'AO'),
(-11.06715, 20.70148, 'Cazaji', 'Lunda Sul', '', 'AO'),
(-7.60874, 15.06131, 'Uige', 'Uige', '', 'AO'),
(-6.13490, 12.36894, 'Soio', 'Zaire', '', 'AO'),
(-7.23116, 12.86660, 'Nzeto', 'Zaire', '', 'AO'),
(-9.29782, 14.91162, 'N\'dalatando', 'Cuanza Norte', '', 'AO'),
(-6.26703, 14.24010, 'Mbanza Congo', 'Zaire', '', 'AO'),
(-9.54015, 16.34096, 'Malanje', 'Malanje', 'Malanje Municipality', 'AO'),
(-8.83682, 13.23432, 'Luanda', 'Luanda', '', 'AO'),
(-8.57848, 13.66425, 'Caxito', 'Bengo', '', 'AO'),
(-8.18812, 15.37495, 'Camabatela', 'Cuanza Norte', '', 'AO'),
(-5.55000, 12.20000, 'Cabinda', 'Cabinda', '', 'AO'),
(-11.35669, 15.11719, 'Uacu Cungo', 'Cuanza Sul', '', 'AO'),
(-11.20605, 13.84371, 'Sumbe', 'Cuanza Sul', '', 'AO'),
(-10.73366, 14.97995, 'Quibala', 'Cuanza Sul', '', 'AO'),
(-17.06667, 15.73333, 'Ondjiva', 'Cunene', '', 'AO'),
(-15.19611, 12.15222, 'Namibe', 'Namibe', '', 'AO'),
(-14.65850, 17.69099, 'Menongue', 'Cuando Cubango', '', 'AO'),
(-11.78333, 19.91667, 'Luena', 'Moxico', '', 'AO'),
(-14.91717, 13.49250, 'Lubango', 'Huila', '', 'AO'),
(-12.90667, 15.25333, 'Longonjo', 'Huambo', '', 'AO'),
(-12.36440, 13.53601, 'Lobito', 'Benguela', '', 'AO'),
(-12.38333, 16.93333, 'Cuito', 'Bie', '', 'AO'),
(-12.77611, 15.73917, 'Huambo', 'Huambo', '', 'AO'),
(-12.16667, 17.33333, 'Chissamba', 'Bie', '', 'AO'),
(-12.43002, 13.54677, 'Catumbela', 'Benguela', '', 'AO'),
(-12.15000, 17.28333, 'Catabola', 'Bie', '', 'AO'),
(-12.01667, 17.48333, 'Camacupa', 'Bie', '', 'AO'),
(-13.78333, 14.68333, 'Caluquembe', 'Huila', '', 'AO'),
(-13.73333, 15.06667, 'Caconda', 'Huila', '', 'AO'),
(-12.85250, 15.56056, 'Caala', 'Huambo', '', 'AO'),
(-12.57626, 13.40547, 'Benguela', 'Benguela', '', 'AO'),
(-12.30261, 15.43358, 'Chela', 'Huambo', 'Municipio Londuimbali', 'AO'),
(-12.93244, 14.99238, 'Chinjenje', 'Huambo', '', 'AO'),
(-77.84600, 166.67599, 'McMurdo Station', '', '', 'AQ'),
(-34.09814, -59.02858, 'Zarate', 'Buenos Aires', 'Partido de Zarate', 'AR'),
(-29.01913, -58.90846, 'Yataity Calle', 'Corrientes', '', 'AR'),
(-29.46914, -56.81841, 'Yapeyu', 'Corrientes', '', 'AR'),
(-33.72207, -58.65798, 'Villa Paranacito', 'Entre Rios', '', 'AR'),
(-28.48752, -59.35515, 'Villa Ocampo', 'Santa Fe', '', 'AR'),
(-31.66565, -59.90182, 'Villa Maria Grande', 'Entre Rios', '', 'AR'),
(-32.39727, -58.74596, 'Villa Mantero', 'Entre Rios', '', 'AR'),
(-34.67907, -58.47263, 'Villa Lugano', 'Buenos Aires F.D.', '', 'AR'),
(-31.23101, -59.98500, 'Villa Hernandarias', 'Entre Rios', '', 'AR'),
(-31.86530, -59.02689, 'Villaguay', 'Entre Rios', 'Departamento de Villaguay', 'AR'),
(-37.26394, -56.97304, 'Villa Gesell', 'Buenos Aires', '', 'AR'),
(-26.62209, -58.67134, 'Villa Escolar', 'Formosa', '', 'AR'),
(-32.16320, -58.40082, 'Villa Elisa', 'Entre Rios', '', 'AR'),
(-30.79567, -57.91257, 'Villa del Rosario', 'Entre Rios', '', 'AR'),
(-35.38796, -57.33691, 'Veronica', 'Buenos Aires', '', 'AR'),
(-27.37679, -54.74312, 'Veinticinco de Mayo', 'Misiones', 'Departamento de Veinticinco de Mayo', 'AR'),
(-32.68573, -58.89323, 'Urdinarrain', 'Entre Rios', '', 'AR'),
(-31.79358, -58.31350, 'Ubajay', 'Entre Rios', '', 'AR'),
(-28.00641, -55.60471, 'Tres Capones', 'Misiones', '', 'AR'),
(-34.42603, -58.57962, 'Tigre', 'Buenos Aires', 'Partido de Tigre', 'AR'),
(-37.32167, -59.13316, 'Tandil', 'Buenos Aires', 'Partido de Tandil', 'AR'),
(-31.80135, -59.93477, 'Tabossi', 'Entre Rios', '', 'AR'),
(-34.77004, -59.68958, 'Suipacha', 'Buenos Aires', 'Partido de Suipacha', 'AR'),
(-31.23794, -59.21872, 'Sauce de Luna', 'Entre Rios', '', 'AR'),
(-30.08671, -58.78777, 'Sauce', 'Corrientes', 'Departamento de Sauce', 'AR'),
(-35.02500, -58.42276, 'San Vicente', 'Buenos Aires', 'Partido de San Vicente', 'AR'),
(-26.61667, -54.13333, 'San Vicente', 'Misiones', '', 'AR'),
(-28.54939, -56.04077, 'Santo Tome', 'Corrientes', '', 'AR'),
(-27.14132, -55.40867, 'Santo Pipo', 'Misiones', '', 'AR'),
(-28.26318, -58.11891, 'Santa Rosa', 'Corrientes', '', 'AR'),
(-27.90357, -55.38541, 'Santa Maria', 'Misiones', '', 'AR'),
(-28.98746, -59.10287, 'Santa Lucia', 'Corrientes', '', 'AR'),
(-30.94768, -59.78696, 'Santa Elena', 'Entre Rios', '', 'AR'),
(-32.17476, -58.78622, 'Santa Anita', 'Entre Rios', '', 'AR'),
(-30.90004, -57.93162, 'Santa Ana', 'Entre Rios', '', 'AR'),
(-27.36740, -55.58091, 'Santa Ana', 'Misiones', '', 'AR'),
(-31.62487, -58.50524, 'San Salvador', 'Entre Rios', '', 'AR'),
(-28.57457, -58.70817, 'San Roque', 'Corrientes', 'Departamento de San Roque', 'AR'),
(-33.67913, -59.66663, 'San Pedro', 'Buenos Aires', 'Partido de San Pedro', 'AR'),
(-26.62207, -54.10842, 'San Pedro', 'Misiones', 'Departamento de San Pedro', 'AR'),
(-35.43962, -58.80675, 'San Miguel del Monte', 'Buenos Aires', '', 'AR'),
(-27.99585, -57.58964, 'San Miguel', 'Corrientes', 'Departamento de San Miguel', 'AR'),
(-27.50790, -58.55454, 'San Luis del Palmar', 'Corrientes', '', 'AR'),
(-28.13306, -58.76733, 'San Lorenzo', 'Corrientes', '', 'AR'),
(-34.67660, -58.56058, 'San Justo', 'Buenos Aires', '', 'AR'),
(-32.44654, -58.43569, 'San Justo', 'Entre Rios', '', 'AR'),
(-30.38452, -58.75167, 'San Jose de Feliciano', 'Entre Rios', '', 'AR'),
(-27.76979, -55.78260, 'San Jose', 'Misiones', 'Departamento de Apostoles', 'AR'),
(-30.57781, -59.93170, 'San Javier', 'Santa Fe', 'Departamento de San Javier', 'AR'),
(-27.87427, -55.13509, 'San Javier', 'Misiones', 'Departamento de San Javier', 'AR'),
(-34.47145, -58.50776, 'San Isidro', 'Buenos Aires', 'Partido de San Isidro', 'AR'),
(-27.25586, -55.53390, 'San Ignacio', 'Misiones', 'Departamento de San Ignacio', 'AR'),
(-30.68961, -59.39840, 'San Gustavo', 'Entre Rios', '', 'AR'),
(-26.24262, -58.63039, 'San Francisco de Laishi', 'Formosa', '', 'AR'),
(-27.37123, -58.51214, 'San Cosme', 'Corrientes', 'Departamento de San Cosme', 'AR'),
(-36.35694, -56.72351, 'San Clemente del Tuyu', 'Buenos Aires', '', 'AR'),
(-38.34653, -59.60954, 'San Cayetano', 'Buenos Aires', 'Partido de San Cayetano', 'AR'),
(-27.74586, -55.89731, 'San Carlos', 'Corrientes', '', 'AR'),
(-34.24968, -59.46945, 'San Antonio de Areco', 'Buenos Aires', 'San Antonio de Areco', 'AR'),
(-34.44972, -59.44333, 'San Andres de Giles', 'Buenos Aires', 'Partido de San Andres de Giles', 'AR'),
(-35.63708, -59.77788, 'Saladillo', 'Buenos Aires', 'Partido de Saladillo', 'AR'),
(-28.25384, -58.62591, 'Saladas', 'Corrientes', 'Departamento de Saladas', 'AR'),
(-26.98333, -55.05000, 'Ruiz de Montoya', 'Misiones', '', 'AR'),
(-32.30286, -59.14545, 'Rosario del Tala', 'Entre Rios', '', 'AR'),
(-35.39794, -59.33271, 'Roque Perez', 'Buenos Aires', 'Partido de Roque Perez', 'AR'),
(-27.57754, -58.73945, 'Riachuelo', 'Corrientes', '', 'AR'),
(-25.36209, -58.27750, 'Riacho Eh-Eh', 'Formosa', '', 'AR'),
(-34.58333, -58.38333, 'Retiro', 'Buenos Aires F.D.', '', 'AR'),
(-27.46056, -58.98389, 'Resistencia', 'Chaco', '', 'AR'),
(-29.15000, -59.65000, 'Reconquista', 'Santa Fe', 'Departamento de General Obligado', 'AR'),
(-36.77450, -59.08973, 'Rauch', 'Buenos Aires', 'Partido de Rauch', 'AR'),
(-35.51619, -58.31733, 'Ranchos', 'Buenos Aires', '', 'AR'),
(-34.72418, -58.25265, 'Quilmes', 'Buenos Aires', 'Partido de Quilmes', 'AR'),
(-31.53713, -58.01527, 'Puerto Yerua', 'Entre Rios', '', 'AR'),
(-27.51414, -58.93906, 'Puerto Vilelas', 'Chaco', '', 'AR'),
(-27.37218, -59.08206, 'Puerto Tirol', 'Chaco', '', 'AR'),
(-26.79598, -55.02402, 'Puerto Rico', 'Misiones', '', 'AR'),
(-26.46779, -54.71476, 'Puerto Piray', 'Misiones', '', 'AR'),
(-25.91641, -54.62089, 'Puerto Libertad', 'Misiones', '', 'AR'),
(-26.96069, -55.16570, 'Puerto Leoni', 'Misiones', '', 'AR'),
(-25.59912, -54.57355, 'Puerto Iguazu', 'Misiones', 'Departamento de Iguazu', 'AR'),
(-33.73333, -59.18333, 'Puerto Ibicuy', 'Entre Rios', '', 'AR'),
(-26.01517, -54.67306, 'Puerto Esperanza', 'Misiones', '', 'AR'),
(-26.40843, -54.69463, 'Puerto Eldorado', 'Misiones', '', 'AR'),
(-26.93173, -58.50538, 'Puerto Bermejo', 'Chaco', '', 'AR'),
(-30.22087, -59.38981, 'Pueblo Libertador', 'Corrientes', '', 'AR'),
(-32.34617, -58.43287, 'Pronunciamiento', 'Entre Rios', '', 'AR'),
(-26.14090, -59.59541, 'Presidencia Roca', 'Chaco', '', 'AR'),
(-27.00147, -59.84243, 'Presidencia de la Plaza', 'Chaco', 'Departamento de Presidencia de la Plaza', 'AR'),
(-27.36708, -55.89608, 'Posadas', 'Misiones', 'Departamento de Capital', 'AR'),
(-34.74974, -58.68697, 'Pontevedra', 'Buenos Aires', '', 'AR'),
(-25.73239, -59.10879, 'Pirane', 'Formosa', 'Departamento de Pirane', 'AR'),
(-37.10795, -56.86140, 'Pinamar', 'Buenos Aires', '', 'AR'),
(-34.45761, -58.91385, 'Pilar', 'Buenos Aires', 'Partido de Pilar', 'AR'),
(-36.00058, -58.14391, 'Pila', 'Buenos Aires', '', 'AR'),
(-31.18623, -59.95957, 'Piedras Blancas', 'Entre Rios', '', 'AR'),
(-27.67069, -55.24585, 'Picada Gobernador Lopez', 'Misiones', '', 'AR'),
(-29.34132, -58.61059, 'Perugorria', 'Corrientes', '', 'AR'),
(-28.75097, -58.65583, 'Pedro R. Fernandez', 'Corrientes', '', 'AR'),
(-29.71251, -57.08771, 'Paso de los Libres', 'Corrientes', 'Departamento de Paso de los Libres', 'AR'),
(-27.31676, -58.57197, 'Paso de la Patria', 'Corrientes', '', 'AR'),
(-27.72369, -54.91515, 'Panambi', 'Misiones', '', 'AR'),
(-26.06468, -59.91898, 'Pampa del Indio', 'Chaco', '', 'AR'),
(-26.70000, -59.13333, 'Pampa Almiron', 'Chaco', '', 'AR'),
(-25.56332, -59.33781, 'Palo Santo', 'Formosa', '', 'AR'),
(-27.94195, -57.90057, 'Palmar Grande', 'Corrientes', '', 'AR'),
(-34.50747, -58.48703, 'Olivos', 'Buenos Aires', 'Partido de Vicente Lopez', 'AR'),
(-27.48706, -55.11994, 'Obera', 'Misiones', 'Departamento de Obera', 'AR'),
(-28.84051, -58.82650, 'Nueve de Julio', 'Corrientes', '', 'AR'),
(-27.75072, -57.62073, 'Nuestra Senora del Rosario de Caa Cati', 'Corrientes', '', 'AR'),
(-32.39387, -59.78953, 'Nogoya', 'Entre Rios', 'Departamento de Nogoya', 'AR'),
(-38.54726, -58.73675, 'Necochea', 'Buenos Aires', '', 'AR'),
(-35.00559, -59.27699, 'Navarro', 'Buenos Aires', 'Partido de Navarro', 'AR'),
(-34.65344, -58.61975, 'Moron', 'Buenos Aires', 'Partido de Moron', 'AR'),
(-30.25359, -57.63626, 'Monte Caseros', 'Corrientes', 'Departamento de Monte Caseros', 'AR'),
(-26.56620, -54.75700, 'Montecarlo', 'Misiones', 'Departamento de Montecarlo', 'AR'),
(-27.71165, -55.15631, 'Mojon Grande', 'Misiones', '', 'AR'),
(-30.61891, -57.96344, 'Mocoreta', 'Corrientes', '', 'AR'),
(-38.27161, -57.83890, 'Miramar', 'Buenos Aires', '', 'AR'),
(-34.66854, -58.72225, 'Merlo', 'Buenos Aires', 'Partido de Merlo', 'AR'),
(-34.65145, -59.43068, 'Mercedes', 'Buenos Aires', 'Partido de Mercedes', 'AR'),
(-29.18186, -58.07895, 'Mercedes', 'Corrientes', '', 'AR'),
(-28.04532, -58.22835, 'Mburucuya', 'Corrientes', 'Departamento de Mburucuya', 'AR'),
(-27.43333, -55.38333, 'Martires', 'Misiones', '', 'AR'),
(-29.37667, -58.19436, 'Mariano I. Loza', 'Corrientes', '', 'AR'),
(-27.26160, -58.97219, 'Margarita Belen', 'Chaco', '', 'AR'),
(-36.57531, -56.68883, 'Mar del Tuyu', 'Buenos Aires', '', 'AR'),
(-38.00228, -57.55754, 'Mar del Plata', 'Buenos Aires', '', 'AR'),
(-34.78063, -58.83740, 'Marcos Paz', 'Buenos Aires', 'Partido de Marcos Paz', 'AR'),
(-29.34636, -59.96957, 'Malabrigo', 'Santa Fe', '', 'AR'),
(-27.20687, -59.28696, 'Makalle', 'Chaco', '', 'AR'),
(-36.86274, -57.88094, 'Maipu', 'Buenos Aires', '', 'AR'),
(-35.08065, -57.51301, 'Magdalena', 'Buenos Aires', 'Partido de Magdalena', 'AR'),
(-32.17220, -59.39947, 'Macia', 'Entre Rios', '', 'AR'),
(-34.57028, -59.10500, 'Lujan', 'Buenos Aires', 'Partido de Lujan', 'AR'),
(-32.38430, -59.53013, 'Lucas Gonzalez', 'Entre Rios', '', 'AR'),
(-27.55760, -55.07683, 'Los Helechos', 'Misiones', '', 'AR'),
(-30.59080, -58.46773, 'Los Conquistadores', 'Entre Rios', '', 'AR'),
(-31.17548, -58.18774, 'Los Charruas', 'Entre Rios', '', 'AR'),
(-27.76834, -57.27531, 'Loreto', 'Corrientes', '', 'AR'),
(-27.33635, -55.52225, 'Loreto', 'Misiones', 'Departamento de Candelaria', 'AR'),
(-34.76088, -58.40632, 'Lomas de Zamora', 'Buenos Aires', 'Partido de Lomas de Zamora', 'AR'),
(-27.73501, -57.91850, 'Lomas de Vallejos', 'Corrientes', '', 'AR'),
(-35.18286, -59.08975, 'Lobos', 'Buenos Aires', 'Partido de Lobos', 'AR'),
(-38.15574, -58.79130, 'Loberia', 'Buenos Aires', 'Partido de Loberia', 'AR'),
(-30.04300, -57.82020, 'Libertad', 'Corrientes', '', 'AR'),
(-27.60341, -55.32491, 'Leandro N. Alem', 'Misiones', 'Departamento de Leandro N. Alem', 'AR'),
(-27.12634, -59.37352, 'La Verde', 'Chaco', '', 'AR'),
(-28.35290, -59.25795, 'Las Toscas', 'Santa Fe', '', 'AR'),
(-26.58333, -59.80000, 'Las Garcitas', 'Chaco', '', 'AR'),
(-36.01403, -59.09984, 'Las Flores', 'Buenos Aires', 'Partido de Las Flores', 'AR'),
(-33.03595, -59.00125, 'Larroque', 'Entre Rios', '', 'AR'),
(-34.92145, -57.95453, 'La Plata', 'Buenos Aires', 'Partido de La Plata', 'AR'),
(-30.74485, -59.64566, 'La Paz', 'Entre Rios', 'Departamento de La Paz', 'AR'),
(-27.15997, -59.38605, 'Lapachito', 'Chaco', '', 'AR'),
(-34.70252, -58.39550, 'Lanus', 'Buenos Aires', 'Partido de Lanus', 'AR'),
(-27.03786, -58.70347, 'La Leonesa', 'Chaco', '', 'AR'),
(-25.24769, -58.09383, 'Laguna Naick-Neck', 'Formosa', '', 'AR'),
(-26.49565, -59.68083, 'Laguna Limpia', 'Chaco', '', 'AR'),
(-27.10724, -59.44784, 'La Escondida', 'Chaco', '', 'AR'),
(-26.85545, -59.06842, 'La Eduvigis', 'Chaco', '', 'AR'),
(-29.17443, -56.64326, 'La Cruz', 'Corrientes', '', 'AR'),
(-31.26904, -58.10558, 'La Criolla', 'Entre Rios', '', 'AR'),
(-30.41873, -57.85612, 'Juan Pujol', 'Corrientes', '', 'AR'),
(-27.04346, -55.22698, 'Jardin America', 'Misiones', '', 'AR'),
(-34.65582, -58.65836, 'Ituzaingo', 'Buenos Aires', '', 'AR'),
(-27.58162, -56.68231, 'Ituzaingo', 'Corrientes', '', 'AR'),
(-27.27043, -58.24458, 'Itati', 'Corrientes', 'Departamento de Itati', 'AR'),
(-27.42573, -57.33758, 'Ita Ibate', 'Corrientes', '', 'AR'),
(-25.21438, -59.85851, 'Ibarreta', 'Formosa', '', 'AR'),
(-34.58831, -58.63905, 'Hurlingham', 'Buenos Aires', '', 'AR'),
(-32.43516, -58.62462, 'Herrera', 'Entre Rios', '', 'AR'),
(-26.48705, -58.31198, 'Herradura', 'Formosa', '', 'AR'),
(-27.56516, -58.25557, 'Herlitzka', 'Corrientes', '', 'AR'),
(-31.51226, -59.83545, 'Hasenkamp', 'Entre Rios', '', 'AR'),
(-27.51667, -55.16667, 'Guarani', 'Misiones', '', 'AR'),
(-33.00937, -58.51722, 'Gualeguaychu', 'Entre Rios', '', 'AR'),
(-33.14156, -59.30966, 'Gualeguay', 'Entre Rios', 'Departamento de Gualeguay', 'AR'),
(-29.14003, -59.26256, 'Goya', 'Corrientes', '', 'AR'),
(-27.18636, -55.46433, 'Gobernador Roca', 'Misiones', '', 'AR'),
(-32.54453, -59.35480, 'Gobernador Mansilla', 'Entre Rios', '', 'AR'),
(-28.91705, -58.93292, 'Gobernador Juan E. Martinez', 'Corrientes', '', 'AR'),
(-28.05000, -56.03333, 'Gobernador Ingeniero Valentin Virasoro', 'Corrientes', '', 'AR'),
(-26.93382, -58.66040, 'General Vedia', 'Chaco', '', 'AR'),
(-34.57072, -58.52436, 'General San Martin', 'Buenos Aires', 'Partido de General San Martin', 'AR'),
(-34.60838, -58.95253, 'General Rodriguez', 'Buenos Aires', 'Partido de General Rodriguez', 'AR'),
(-36.40633, -56.94329, 'General Lavalle', 'Buenos Aires', 'Partido de General Lavalle', 'AR'),
(-34.92726, -58.94621, 'General Las Heras', 'Buenos Aires', 'Partido de General Las Heras', 'AR'),
(-36.99725, -57.13951, 'General Juan Madariaga', 'Buenos Aires', 'Partido de General Madariaga', 'AR'),
(-26.53743, -59.34158, 'General Jose de San Martin', 'Chaco', '', 'AR'),
(-36.64074, -57.79174, 'General Guido', 'Buenos Aires', 'Partido de General Guido', 'AR'),
(-32.72034, -59.39615, 'General Galarza', 'Entre Rios', '', 'AR'),
(-36.52013, -57.32537, 'General Conesa', 'Buenos Aires', '', 'AR'),
(-31.52311, -58.40490, 'General Campos', 'Entre Rios', '', 'AR'),
(-35.76952, -58.49341, 'General Belgrano', 'Buenos Aires', 'Partido de General Belgrano', 'AR'),
(-27.43333, -55.16667, 'General Alvear', 'Misiones', '', 'AR'),
(-27.48171, -55.82921, 'Garupa', 'Misiones', '', 'AR'),
(-26.81768, -54.95665, 'Garuhape', 'Misiones', '', 'AR'),
(-28.18514, -55.63947, 'Garruchos', 'Corrientes', '', 'AR'),
(-26.17753, -58.17814, 'Formosa', 'Formosa', '', 'AR'),
(-27.41813, -59.02392, 'Fontana', 'Chaco', '', 'AR'),
(-27.56667, -55.13333, 'Florentino Ameghino', 'Misiones', '', 'AR'),
(-34.82722, -58.39556, 'Florencio Varela', 'Buenos Aires', 'Partido de Florencio Varela', 'AR'),
(-29.10226, -58.33772, 'Felipe Yofre', 'Corrientes', '', 'AR'),
(-30.95465, -58.78326, 'Federal', 'Entre Rios', '', 'AR'),
(-31.00621, -57.89962, 'Federacion', 'Entre Rios', '', 'AR'),
(-34.84787, -58.52869, 'Ezeiza', 'Buenos Aires', 'Partido de Ezeiza', 'AR'),
(-30.01444, -59.52719, 'Esquina', 'Corrientes', 'Departamento de Esquina', 'AR'),
(-24.98132, -58.55210, 'Espinillo', 'Formosa', '', 'AR'),
(-34.86186, -57.91126, 'Ensenada', 'Buenos Aires', 'Partido de Ensenada', 'AR'),
(-27.95125, -58.80542, 'Empedrado', 'Corrientes', 'Departamento de Empedrado', 'AR'),
(-27.29847, -54.19877, 'El Soberbio', 'Misiones', '', 'AR'),
(-26.40484, -54.62478, 'Eldorado', 'Misiones', 'Departamento de Eldorado', 'AR'),
(-26.30808, -59.37291, 'El Colorado', 'Formosa', '', 'AR'),
(-26.71459, -54.81523, 'El Alcazar', 'Misiones', '', 'AR'),
(-27.02277, -54.68669, 'Dos de Mayo', 'Misiones', '', 'AR'),
(-27.70784, -55.23364, 'Dos Arroyos', 'Misiones', '', 'AR'),
(-31.98710, -58.96197, 'Dominguez', 'Entre Rios', '', 'AR'),
(-36.31321, -57.67918, 'Dolores', 'Buenos Aires', 'Partido de Dolores', 'AR'),
(-29.79171, -58.05460, 'Curuzu Cuatia', 'Corrientes', '', 'AR'),
(-28.83646, -59.00476, 'Cruz de los Milagros', 'Corrientes', '', 'AR'),
(-27.50000, -59.60000, 'Cote-Lai', 'Chaco', '', 'AR'),
(-27.48060, -58.83410, 'Corrientes', 'Corrientes', '', 'AR'),
(-37.44604, -57.72865, 'Coronel Vidal', 'Buenos Aires', '', 'AR'),
(-31.04837, -59.08435, 'Conscripto Bernardi', 'Entre Rios', '', 'AR'),
(-31.39296, -58.02089, 'Concordia', 'Entre Rios', '', 'AR'),
(-32.48249, -58.23722, 'Concepcion del Uruguay', 'Entre Rios', '', 'AR'),
(-27.98311, -55.52031, 'Concepcion de la Sierra', 'Misiones', '', 'AR'),
(-28.39175, -57.88777, 'Concepcion', 'Corrientes', 'Departamento de Concepcion', 'AR'),
(-25.33453, -59.68212, 'Comandante Fontana', 'Formosa', '', 'AR'),
(-25.97408, -54.42806, 'Colonia Wanda', 'Misiones', '', 'AR'),
(-26.69825, -59.63154, 'Colonias Unidas', 'Chaco', '', 'AR'),
(-26.93041, -59.51861, 'Colonia Elisa', 'Chaco', '', 'AR'),
(-32.66625, -58.32148, 'Colonia Elia', 'Entre Rios', '', 'AR'),
(-27.33099, -58.94622, 'Colonia Benitez', 'Chaco', '', 'AR'),
(-27.47428, -54.52498, 'Colonia Aurora', 'Misiones', '', 'AR'),
(-32.22337, -58.14341, 'Colon', 'Entre Rios', '', 'AR'),
(-34.57365, -58.44924, 'Colegiales', 'Buenos Aires F.D.', '', 'AR'),
(-25.28481, -57.71851, 'Clorinda', 'Formosa', '', 'AR'),
(-26.58041, -59.63094, 'Ciervo Petiso', 'Chaco', '', 'AR'),
(-28.95489, -58.57277, 'Chavarria', 'Corrientes', '', 'AR'),
(-35.57297, -58.00809, 'Chascomus', 'Buenos Aires', 'Partido de Chascomus', 'AR'),
(-27.63333, -59.90000, 'Charadai', 'Chaco', '', 'AR'),
(-30.75048, -57.97962, 'Chajari', 'Entre Rios', '', 'AR'),
(-27.51310, -55.60896, 'Cerro Cora', 'Misiones', '', 'AR'),
(-27.63310, -55.49620, 'Cerro Azul', 'Misiones', '', 'AR'),
(-33.43333, -58.75000, 'Ceibas', 'Entre Rios', '', 'AR'),
(-36.08949, -57.80393, 'Castelli', 'Buenos Aires', 'Partido de Castelli', 'AR'),
(-34.60071, -58.56424, 'Caseros', 'Buenos Aires', '', 'AR'),
(-32.46325, -58.47872, 'Caseros', 'Entre Rios', '', 'AR'),
(-34.37533, -59.82279, 'Carmen de Areco', 'Buenos Aires', 'Partido de Carmen de Areco', 'AR'),
(-26.60587, -54.78093, 'Caraguatay', 'Misiones', '', 'AR'),
(-26.80215, -59.56089, 'Capitan Solari', 'Chaco', '', 'AR'),
(-34.17269, -59.78987, 'Capitan Sarmiento', 'Buenos Aires', 'Partido de Capitan Sarmiento', 'AR'),
(-26.92998, -55.06084, 'Capiovi', 'Misiones', '', 'AR'),
(-34.29207, -59.10179, 'Capilla del Senor', 'Buenos Aires', '', 'AR'),
(-35.05184, -58.76061, 'Canuelas', 'Buenos Aires', '', 'AR'),
(-27.45950, -55.74536, 'Candelaria', 'Misiones', 'Departamento de Candelaria', 'AR'),
(-27.38333, -55.03333, 'Campo Viera', 'Misiones', '', 'AR'),
(-27.46108, -55.01901, 'Campo Ramon', 'Misiones', '', 'AR'),
(-27.20770, -54.97977, 'Campo Grande', 'Misiones', '', 'AR'),
(-34.16874, -58.95914, 'Campana', 'Buenos Aires', 'Partido de Campana', 'AR'),
(-34.61315, -58.37723, 'Buenos Aires', 'Buenos Aires F.D.', '', 'AR'),
(-35.16842, -58.23427, 'Brandsen', 'Buenos Aires', 'Partido de Brandsen', 'AR'),
(-31.34311, -59.44512, 'Bovril', 'Entre Rios', '', 'AR'),
(-29.82397, -57.43146, 'Bonpland', 'Corrientes', '', 'AR'),
(-27.48218, -55.47756, 'Bonpland', 'Misiones', '', 'AR'),
(-27.55067, -57.53460, 'Beron de Astrada', 'Corrientes', 'Departamento de Beron de Astrada', 'AR'),
(-26.25520, -53.64581, 'Bernardo de Irigoyen', 'Misiones', '', 'AR'),
(-34.87350, -57.88303, 'Berisso', 'Buenos Aires', 'Partido de Berisso', 'AR'),
(-37.67188, -59.80653, 'Benito Juarez', 'Buenos Aires', '', 'AR'),
(-28.50918, -59.04009, 'Bella Vista', 'Corrientes', 'Departamento de Bella Vista', 'AR'),
(-34.34905, -58.79308, 'Belen de Escobar', 'Buenos Aires', '', 'AR'),
(-27.86667, -59.30000, 'Basail', 'Chaco', '', 'AR'),
(-27.48299, -58.93579, 'Barranqueras', 'Chaco', '', 'AR'),
(-33.81105, -59.50807, 'Baradero', 'Buenos Aires', 'Partido de Baradero', 'AR'),
(-37.84616, -58.25522, 'Balcarce', 'Buenos Aires', 'Partido de Balcarce', 'AR'),
(-36.77698, -59.85854, 'Azul', 'Buenos Aires', 'Partido de Azul', 'AR'),
(-28.06160, -55.67797, 'Azara', 'Misiones', '', 'AR'),
(-37.15185, -58.48691, 'Ayacucho', 'Buenos Aires', 'Partido de Ayacucho', 'AR'),
(-29.11761, -59.65834, 'Avellaneda', 'Santa Fe', '', 'AR'),
(-27.70000, -55.41667, 'Arroyo del Medio', 'Misiones', '', 'AR'),
(-27.09625, -54.89626, 'Aristobulo del Valle', 'Misiones', '', 'AR'),
(-27.91421, -55.75355, 'Apostoles', 'Misiones', 'Departamento de Apostoles', 'AR'),
(-29.09683, -56.55043, 'Alvear', 'Corrientes', '', 'AR'),
(-27.50518, -55.39497, 'Almafuerte', 'Misiones', '', 'AR'),
(-32.62376, -58.70333, 'Aldea San Antonio', 'Entre Rios', '', 'AR'),
(-27.56978, -54.68262, 'Alba Posse', 'Misiones', '', 'AR'),
(-34.91722, -58.38694, 'Guernica', 'Buenos Aires', '', 'AR'),
(-31.55000, -68.73333, 'Zonda', 'San Juan', 'Departamento de Zonda', 'AR'),
(-38.89916, -70.05442, 'Zapala', 'Neuquen', 'Departamento de Zapala', 'AR'),
(-23.64342, -64.47194, 'Yuto', 'Jujuy', '', 'AR'),
(-26.81667, -65.31667, 'Yerba Buena', 'Tucuman', '', 'AR'),
(-51.57321, -72.35080, 'Yacimiento Rio Turbio', 'Santa Cruz', '', 'AR'),
(-36.22643, -64.23388, 'Winifreda', 'La Pampa', '', 'AR'),
(-33.17303, -62.77078, 'Wenceslao Escalante', 'Cordoba', '', 'AR'),
(-38.75000, -68.18333, 'Vista Alegre', 'Neuquen', '', 'AR'),
(-28.75964, -68.20692, 'Vinchina', 'La Rioja', '', 'AR'),
(-34.34093, -64.92030, 'Villa Valeria', 'Cordoba', '', 'AR'),
(-31.64731, -60.37480, 'Villa Urquiza', 'Entre Rios', '', 'AR'),
(-29.41347, -62.78822, 'Villa Union', 'Santiago del Estero', '', 'AR'),
(-29.31595, -68.22658, 'Villa Union', 'La Rioja', '', 'AR'),
(-30.39552, -64.12241, 'Villa Tulumba', 'Cordoba', '', 'AR'),
(-30.21329, -61.87597, 'Villa Trinidad', 'Santa Fe', '', 'AR'),
(-31.74434, -68.31411, 'Villa Santa Rosa', 'San Juan', '', 'AR'),
(-31.48680, -68.32543, 'Villa San Isidro', 'San Juan', '', 'AR'),
(-32.18790, -64.48027, 'Villa Rumipal', 'Cordoba', 'Departamento de Calamuchita', 'AR'),
(-39.10000, -67.06667, 'Villa Regina', 'Rio Negro', '', 'AR'),
(-33.20105, -63.86234, 'Villa Reduccion', 'Cordoba', '', 'AR'),
(-31.49330, -68.53838, 'Villa Paula de Sarmiento', 'San Juan', '', 'AR'),
(-29.50003, -63.69377, 'Villa Ojo de Agua', 'Santiago del Estero', '', 'AR'),
(-32.89722, -68.78038, 'Villa Nueva', 'Mendoza', '', 'AR'),
(-32.43293, -63.24763, 'Villa Nueva', 'Cordoba', '', 'AR'),
(-31.98267, -68.42394, 'Villa Media Agua', 'San Juan', '', 'AR'),
(-32.40751, -63.24016, 'Villa Maria', 'Cordoba', '', 'AR'),
(-31.95021, -65.05354, 'Villa Las Rosas', 'Cordoba', '', 'AR'),
(-40.76173, -71.64631, 'Villa La Angostura', 'Neuquen', '', 'AR'),
(-31.56667, -68.53333, 'Villa Krause', 'San Juan', '', 'AR'),
(-34.83826, -64.58686, 'Villa Huidobro', 'Cordoba', '', 'AR'),
(-31.03333, -64.48333, 'Villa Giardino', 'Cordoba', '', 'AR'),
(-32.66535, -66.45052, 'Villa General Roca', 'San Luis', '', 'AR'),
(-29.14310, -62.65248, 'Villa General Mitre', 'Santiago del Estero', '', 'AR'),
(-31.97542, -64.55590, 'Villa General Belgrano', 'Cordoba', 'Departamento de Calamuchita', 'AR'),
(-31.94585, -65.18958, 'Villa Dolores', 'Cordoba', '', 'AR'),
(-30.85523, -64.99947, 'Villa de Soto', 'Cordoba', '', 'AR'),
(-29.90195, -63.72289, 'Villa de Maria', 'Cordoba', '', 'AR'),
(-30.81667, -63.71667, 'Villa del Totoral', 'Cordoba', '', 'AR'),
(-31.44155, -68.39745, 'Villa del Salvador', 'San Juan', '', 'AR'),
(-31.55660, -63.53452, 'Villa del Rosario', 'Cordoba', '', 'AR'),
(-32.17667, -64.45543, 'Villa del Dique', 'Cordoba', '', 'AR'),
(-31.70578, -65.01796, 'Villa Cura Brochero', 'Cordoba', '', 'AR'),
(-33.22778, -60.32970, 'Villa Constitucion', 'Santa Fe', '', 'AR'),
(-31.32259, -62.81354, 'Villa Concepcion del Tio', 'Cordoba', '', 'AR'),
(-29.00295, -68.21277, 'Villa Castelli', 'La Rioja', '', 'AR'),
(-31.42414, -64.49778, 'Villa Carlos Paz', 'Cordoba', '', 'AR'),
(-34.00565, -61.60757, 'Villa Canas', 'Santa Fe', '', 'AR'),
(-29.28483, -67.03308, 'Villa Bustos', 'La Rioja', '', 'AR'),
(-27.29174, -60.41263, 'Villa Berthet', 'Chaco', '', 'AR'),
(-28.49609, -63.81609, 'Villa Atamisqui', 'Santiago del Estero', '', 'AR'),
(-32.16351, -63.89157, 'Villa Ascasubi', 'Cordoba', '', 'AR'),
(-27.57383, -60.71526, 'Villa Angela', 'Chaco', '', 'AR'),
(-31.29458, -64.29538, 'Villa Allende', 'Cordoba', '', 'AR'),
(-31.65000, -68.58333, 'Villa Aberastain', 'San Juan', '', 'AR'),
(-40.81345, -62.99668, 'Viedma', 'Rio Negro', '', 'AR'),
(-33.91965, -64.39215, 'Vicuna Mackenna', 'Cordoba', '', 'AR'),
(-36.21505, -65.43586, 'Victorica', 'La Pampa', '', 'AR'),
(-32.61841, -60.15478, 'Victoria', 'Entre Rios', 'Departamento de Victoria', 'AR'),
(-33.74647, -63.09764, 'Viamonte', 'Cordoba', '', 'AR'),
(-31.86782, -60.00722, 'Viale', 'Entre Rios', '', 'AR'),
(-29.45930, -60.21261, 'Vera', 'Santa Fe', '', 'AR'),
(-33.74556, -61.96885, 'Venado Tuerto', 'Santa Fe', '', 'AR'),
(-51.58390, -72.21382, '28 de Noviembre', 'Santa Cruz', '', 'AR'),
(-37.77410, -67.71638, 'Veinticinco de Mayo', 'La Pampa', '', 'AR'),
(-35.43230, -60.17271, 'Veinticinco de Mayo', 'Buenos Aires', 'Partido de Veinticinco de Mayo', 'AR'),
(-34.49558, -61.54138, 'Vedia', 'Buenos Aires', '', 'AR'),
(-31.11732, -64.48084, 'Valle Hermoso', 'Cordoba', '', 'AR'),
(-23.47735, -64.94250, 'Valle Grande', 'Jujuy', 'Departamento de Valle Grande', 'AR'),
(-40.70000, -66.15000, 'Valcheta', 'Rio Negro', '', 'AR'),
(-54.80000, -68.30000, 'Ushuaia', 'Tierra del Fuego', '', 'AR'),
(-36.50682, -63.86225, 'Uriburu', 'La Pampa', '', 'AR'),
(-31.23073, -64.31615, 'Unquillo', 'Cordoba', '', 'AR'),
(-35.15282, -65.94602, 'Union', 'San Luis', '', 'AR'),
(-31.57362, -66.23650, 'Ulapes', 'La Rioja', '', 'AR'),
(-33.03203, -63.50666, 'Ucacha', 'Cordoba', '', 'AR'),
(-33.37146, -69.14845, 'Tupungato', 'Mendoza', 'Departamento de Tupungato', 'AR'),
(-33.57653, -69.01538, 'Tunuyan', 'Mendoza', '', 'AR'),
(-23.85626, -65.45741, 'Tumbaya', 'Jujuy', 'Departamento de Tumbaya', 'AR'),
(-43.08580, -71.46386, 'Trevelin', 'Chubut', '', 'AR'),
(-36.45722, -62.86047, 'Tres Lomas', 'Buenos Aires', '', 'AR'),
(-26.34067, -60.43207, 'Tres Isletas', 'Chaco', '', 'AR'),
(-38.37394, -60.27978, 'Tres Arroyos', 'Buenos Aires', 'Partido de Tres Arroyos', 'AR'),
(-35.97035, -62.73432, 'Trenque Lauquen', 'Buenos Aires', 'Partido de Trenque Lauquen', 'AR'),
(-35.69837, -64.13218, 'Trenel', 'La Pampa', 'Departamento de Trenel', 'AR'),
(-43.24895, -65.30505, 'Trelew', 'Chubut', '', 'AR'),
(-26.21575, -65.28492, 'Trancas', 'Tucuman', 'Departamento de Trancas', 'AR'),
(-32.58440, -61.16852, 'Totoras', 'Santa Fe', '', 'AR'),
(-29.23202, -61.76917, 'Tostado', 'Santa Fe', '', 'AR'),
(-38.10122, -62.22267, 'Tornquist', 'Buenos Aires', 'Partido de Tornquist', 'AR'),
(-31.55574, -64.00947, 'Toledo', 'Cordoba', '', 'AR'),
(-36.67338, -64.37860, 'Toay', 'La Pampa', 'Departamento de Toay', 'AR'),
(-32.28790, -63.35598, 'Tio Pujio', 'Cordoba', '', 'AR'),
(-27.03333, -62.71667, 'Tintina', 'Santiago del Estero', '', 'AR'),
(-28.06319, -67.56488, 'Tinogasta', 'Catamarca', '', 'AR'),
(-32.73292, -65.29109, 'Tilisarao', 'San Luis', '', 'AR'),
(-23.57757, -65.35090, 'Tilcara', 'Jujuy', 'Departamento de Tilcara', 'AR'),
(-32.69350, -63.43606, 'Ticino', 'Cordoba', '', 'AR'),
(-27.49362, -64.85972, 'Termas de Rio Hondo', 'Santiago del Estero', '', 'AR'),
(-42.43553, -66.94078, 'Telsen', 'Chubut', 'Departamento de Telsen', 'AR'),
(-36.26429, -65.51018, 'Telen', 'La Pampa', '', 'AR'),
(-43.49489, -70.81020, 'Tecka', 'Chubut', '', 'AR'),
(-22.51637, -63.80131, 'Tartagal', 'Salta', '', 'AR'),
(-36.35493, -60.02640, 'Tapalque', 'Buenos Aires', '', 'AR'),
(-32.24309, -63.98070, 'Tancacha', 'Cordoba', '', 'AR'),
(-31.46646, -69.42550, 'Tamberias', 'San Juan', '', 'AR'),
(-30.50798, -66.52980, 'Tama', 'La Rioja', '', 'AR'),
(-26.73201, -65.25921, 'Tafi Viejo', 'Tucuman', '', 'AR'),
(-26.85275, -65.70983, 'Tafi del Valle', 'Tucuman', '', 'AR'),
(-25.61667, -63.28333, 'Taco Pozo', 'Chaco', '', 'AR'),
(-23.39864, -66.36701, 'Susques', 'Jujuy', 'Departamento de Susques', 'AR'),
(-27.93357, -63.42938, 'Suncho Corral', 'Santiago del Estero', '', 'AR'),
(-30.94404, -61.56148, 'Sunchales', 'Santa Fe', '', 'AR'),
(-29.38470, -63.46907, 'Sumampa', 'Santiago del Estero', '', 'AR'),
(-27.26272, -65.35647, 'Simoca', 'Tucuman', '', 'AR'),
(-41.60603, -65.35574, 'Sierra Grande', 'Rio Negro', '', 'AR'),
(-40.58487, -67.75674, 'Sierra Colorada', 'Rio Negro', '', 'AR'),
(-30.63761, -65.38692, 'Serrezuela', 'Cordoba', '', 'AR'),
(-34.46971, -63.53842, 'Serrano', 'Cordoba', '', 'AR'),
(-39.00000, -68.41667, 'Senillosa', 'Neuquen', '', 'AR'),
(-29.76776, -62.04770, 'Selva', 'Santiago del Estero', '', 'AR'),
(-31.95642, -60.12488, 'Segui', 'Entre Rios', '', 'AR'),
(-30.16105, -63.59360, 'Sebastian Elcano', 'Cordoba', '', 'AR'),
(-28.17442, -66.21177, 'Saujil', 'Catamarca', 'Departamento de Poman', 'AR'),
(-31.70287, -62.48202, 'Saturnino M. Laspiur', 'Cordoba', '', 'AR'),
(-31.76762, -61.82887, 'Sastre', 'Santa Fe', '', 'AR'),
(-45.58815, -69.06996, 'Sarmiento', 'Chubut', '', 'AR'),
(-31.66274, -60.76530, 'Santo Tome', 'Santa Fe', '', 'AR'),
(-31.38731, -63.41821, 'Santiago Temple', 'Cordoba', '', 'AR'),
(-27.79511, -64.26149, 'Santiago del Estero', 'Santiago del Estero', '', 'AR'),
(-22.25000, -64.96667, 'Santa Victoria', 'Salta', 'Departamento de Santa Victoria', 'AR'),
(-27.83261, -61.13747, 'Santa Sylvina', 'Chaco', '', 'AR'),
(-24.45166, -65.97452, 'Santa Rosa de Tastil', 'Salta', '', 'AR'),
(-31.15231, -63.40191, 'Santa Rosa de Rio Primero', 'Cordoba', '', 'AR'),
(-32.34286, -65.20323, 'Santa Rosa del Conlara', 'San Luis', '', 'AR'),
(-32.06905, -64.53631, 'Santa Rosa de Calamuchita', 'Cordoba', 'Departamento de Calamuchita', 'AR'),
(-36.61667, -64.28333, 'Santa Rosa', 'La Pampa', '', 'AR'),
(-33.25407, -68.14937, 'Santa Rosa', 'Mendoza', '', 'AR'),
(-26.69547, -66.04732, 'Santa Maria', 'Catamarca', '', 'AR'),
(-34.51776, -63.94409, 'Santa Magdalena', 'Cordoba', '', 'AR'),
(-31.53987, -68.49503, 'Santa Lucia', 'San Juan', 'Departamento de Santa Lucia', 'AR'),
(-36.22724, -66.94240, 'Santa Isabel', 'La Pampa', '', 'AR'),
(-31.63333, -60.70000, 'Santa Fe de la Vera Cruz', 'Santa Fe', '', 'AR'),
(-33.17659, -63.28281, 'Santa Eufemia', 'Cordoba', '', 'AR'),
(-24.30921, -64.66253, 'Santa Clara', 'Jujuy', '', 'AR'),
(-21.94467, -66.05219, 'Santa Catalina', 'Jujuy', 'Departamento de Santa Catalina', 'AR'),
(-24.19457, -65.29712, 'San Salvador de Jujuy', 'Jujuy', '', 'AR'),
(-23.13705, -64.32426, 'San Ramon de la Nueva Oran', 'Salta', '', 'AR'),
(-34.61772, -68.33007, 'San Rafael', 'Mendoza', '', 'AR'),
(-27.95386, -65.16651, 'San Pedro', 'Santiago del Estero', 'Departamento de Guasayan', 'AR'),
(-24.23127, -64.86614, 'San Pedro', 'Jujuy', 'Departamento de San Pedro', 'AR'),
(-29.09520, -67.11586, 'Sanogasta', 'La Rioja', '', 'AR'),
(-33.33578, -60.22523, 'San Nicolas de los Arroyos', 'Buenos Aires', '', 'AR'),
(-26.82414, -65.22260, 'San Miguel de Tucuman', 'Tucuman', '', 'AR'),
(-40.15789, -71.35337, 'San Martin de los Andes', 'Neuquen', 'Departamento de Lacar', 'AR'),
(-33.08103, -68.46814, 'San Martin', 'Mendoza', '', 'AR'),
(-31.42957, -68.50065, 'San Martin', 'San Juan', 'Departamento de San Martin', 'AR'),
(-33.29501, -66.33563, 'San Luis', 'San Luis', '', 'AR'),
(-32.74341, -60.73613, 'San Lorenzo', 'Santa Fe', 'Departamento de San Lorenzo', 'AR'),
(-30.78913, -60.59189, 'San Justo', 'Santa Fe', 'Departamento de San Justo', 'AR'),
(-31.53750, -68.53639, 'San Juan', 'San Juan', '', 'AR'),
(-30.35440, -63.94871, 'San Jose de la Dormida', 'Cordoba', '', 'AR'),
(-30.24057, -68.74693, 'San Jose de Jachal', 'San Juan', '', 'AR'),
(-28.38333, -65.70000, 'San Jose', 'Catamarca', 'Departamento de Fray Mamerto Esquiu', 'AR'),
(-31.89618, -61.85984, 'San Jorge', 'Santa Fe', '', 'AR'),
(-28.46265, -65.72585, 'San Isidro', 'Catamarca', '', 'AR'),
(-32.59825, -66.12539, 'San Francisco del Monte de Oro', 'San Luis', '', 'AR'),
(-29.78991, -63.93861, 'San Francisco del Chanar', 'Cordoba', '', 'AR'),
(-31.42797, -62.08266, 'San Francisco', 'Cordoba', '', 'AR'),
(-28.46957, -65.78524, 'San Fernando del Valle de Catamarca', 'Catamarca', '', 'AR'),
(-30.31053, -61.23724, 'San Cristobal', 'Santa Fe', 'Departamento de San Cristobal', 'AR'),
(-36.25000, -61.10000, 'San Carlos de Bolivar', 'Buenos Aires', '', 'AR'),
(-31.72864, -61.09192, 'San Carlos Centro', 'Santa Fe', '', 'AR'),
(-31.17761, -65.10245, 'San Carlos', 'Cordoba', 'Departamento de Minas', 'AR'),
(-25.88618, -65.92941, 'San Carlos', 'Salta', 'Departamento de San Carlos', 'AR'),
(-28.41051, -67.09341, 'San Blas de los Sauces', 'La Rioja', 'Departamento de San Blas de los Sauces', 'AR'),
(-27.28782, -60.71252, 'San Bernardo', 'Chaco', '', 'AR'),
(-31.78371, -60.44156, 'San Benito', 'Entre Rios', '', 'AR'),
(-33.49763, -64.31495, 'San Basilio', 'Cordoba', '', 'AR'),
(-40.73193, -64.94769, 'San Antonio Oeste', 'Rio Negro', '', 'AR'),
(-24.21804, -66.31877, 'San Antonio de los Cobres', 'Salta', '', 'AR'),
(-32.21377, -62.63237, 'San Antonio de Litin', 'Cordoba', '', 'AR'),
(-28.93313, -65.09745, 'San Antonio', 'Catamarca', 'Departamento de La Paz', 'AR'),
(-28.00927, -65.71218, 'San Antonio', 'Catamarca', 'Departamento de Paclin', 'AR'),
(-24.36753, -65.33471, 'San Antonio', 'Jujuy', 'Departamento de San Antonio', 'AR'),
(-30.63353, -67.46821, 'San Agustin de Valle Fertil', 'San Juan', '', 'AR'),
(-31.97681, -64.37400, 'San Agustin', 'Cordoba', '', 'AR'),
(-27.52116, -60.39167, 'Samuhu', 'Chaco', '', 'AR'),
(-33.38390, -64.72211, 'Sampacho', 'Cordoba', '', 'AR'),
(-34.29292, -60.25455, 'Salto', 'Buenos Aires', 'Partido de Salto', 'AR'),
(-24.78590, -65.41166, 'Salta', 'Salta', '', 'AR'),
(-31.13725, -64.29589, 'Salsipuedes', 'Cordoba', '', 'AR'),
(-31.31649, -65.08529, 'Salsacate', 'Cordoba', '', 'AR'),
(-36.75216, -62.96053, 'Salliquelo', 'Buenos Aires', 'Partido de Salliquelo', 'AR'),
(-31.30262, -64.30700, 'Saldan', 'Cordoba', '', 'AR'),
(-31.66300, -63.04505, 'Sacanta', 'Cordoba', '', 'AR'),
(-34.26827, -62.71262, 'Rufino', 'Santa Fe', '', 'AR'),
(-24.98206, -65.57891, 'Rosario de Lerma', 'Salta', '', 'AR'),
(-25.79693, -64.97094, 'Rosario de la Frontera', 'Salta', 'Departamento de Rosario de la Frontera', 'AR'),
(-32.94682, -60.63932, 'Rosario', 'Santa Fe', 'Departamento de Rosario', 'AR'),
(-32.89846, -60.90681, 'Roldan', 'Santa Fe', '', 'AR'),
(-34.19528, -60.73500, 'Rojas', 'Buenos Aires', 'Partido de Rojas', 'AR'),
(-30.21186, -69.13661, 'Rodeo', 'San Juan', '', 'AR'),
(-33.19051, -68.46081, 'Rivadavia', 'Mendoza', '', 'AR'),
(-31.55389, -68.65250, 'Rivadavia', 'San Juan', 'Departamento de Rivadavia', 'AR'),
(-24.18832, -62.89021, 'Rivadavia', 'Salta', '', 'AR'),
(-32.17301, -64.11405, 'Rio Tercero', 'Cordoba', '', 'AR'),
(-31.65260, -63.90990, 'Rio Segundo', 'Cordoba', 'Departamento de Rio Segundo', 'AR'),
(-44.17905, -71.36847, 'Rio Pico', 'Chubut', '', 'AR'),
(-45.68573, -70.25797, 'Rio Mayo', 'Chubut', '', 'AR'),
(-53.78769, -67.70946, 'Rio Grande', 'Tierra del Fuego', '', 'AR'),
(-51.62261, -69.21813, 'Rio Gallegos', 'Santa Cruz', '', 'AR'),
(-33.13067, -64.34992, 'Rio Cuarto', 'Cordoba', 'Departamento de Rio Cuarto', 'AR'),
(-38.99397, -64.09295, 'Rio Colorado', 'Rio Negro', '', 'AR'),
(-31.16486, -64.32241, 'Rio Ceballos', 'Cordoba', '', 'AR'),
(-22.44083, -66.16779, 'Rinconada', 'Jujuy', '', 'AR'),
(-31.49076, -60.73299, 'Recreo', 'Santa Fe', '', 'AR'),
(-29.28184, -65.06096, 'Recreo', 'Catamarca', '', 'AR'),
(-35.03658, -64.24470, 'Realico', 'La Pampa', 'Departamento de Realico', 'AR'),
(-43.30016, -65.10228, 'Rawson', 'Chubut', 'Departamento de Rawson', 'AR'),
(-35.06862, -64.68107, 'Rancul', 'La Pampa', '', 'AR'),
(-33.48482, -60.00707, 'Ramallo', 'Buenos Aires', 'Partido de Ramallo', 'AR'),
(-31.25033, -61.48670, 'Rafaela', 'Santa Fe', '', 'AR'),
(-45.93333, -67.53333, 'Rada Tilly', 'Chubut', '', 'AR'),
(-26.86913, -60.21683, 'Quitilipi', 'Chaco', 'Departamento de Quitilipi', 'AR'),
(-27.63333, -62.41667, 'Quimili', 'Santiago del Estero', '', 'AR'),
(-30.21397, -64.50063, 'Quilino', 'Cordoba', '', 'AR'),
(-36.05463, -63.56428, 'Quemu Quemu', 'La Pampa', 'Departamento de Quemu Quemu', 'AR'),
(-38.87588, -62.07359, 'Punta Alta', 'Buenos Aires', '', 'AR'),
(-50.01910, -68.52321, 'Puerto Santa Cruz', 'Santa Cruz', '', 'AR'),
(-49.30554, -67.72743, 'San Julian', 'Santa Cruz', '', 'AR'),
(-42.76920, -65.03851, 'Puerto Madryn', 'Chubut', '', 'AR'),
(-47.75034, -65.89382, 'Puerto Deseado', 'Santa Cruz', '', 'AR'),
(-27.23000, -66.93635, 'Puerta de Corral Quemado', 'Catamarca', '', 'AR'),
(-38.14562, -65.91426, 'Puelches', 'La Pampa', '', 'AR'),
(-37.54576, -62.76723, 'Puan', 'Buenos Aires', '', 'AR'),
(-26.78522, -60.43876, 'Presidencia Roque Saenz Pena', 'Chaco', '', 'AR'),
(-27.16607, -64.49000, 'Pozo Hondo', 'Santiago del Estero', '', 'AR'),
(-24.89682, -60.32359, 'Pozo del Tigre', 'Formosa', '', 'AR'),
(-32.01860, -62.91984, 'Pozo del Molle', 'Cordoba', '', 'AR'),
(-31.01391, -62.06650, 'Portena', 'Cordoba', '', 'AR'),
(-28.39455, -66.22052, 'Poman', 'Catamarca', 'Departamento de Poman', 'AR'),
(-31.68333, -68.58333, 'Pocito', 'San Juan', 'Departamento de Pocito', 'AR'),
(-38.96667, -68.23333, 'Plottier', 'Neuquen', '', 'AR'),
(-38.92598, -69.20863, 'Plaza Huincul', 'Neuquen', '', 'AR'),
(-31.30158, -63.75788, 'Piquillin', 'Cordoba', '', 'AR'),
(-41.11881, -70.72914, 'Pilcaniyeu', 'Rio Negro', '', 'AR'),
(-31.67890, -63.87964, 'Pilar', 'Cordoba', '', 'AR'),
(-37.60509, -62.40333, 'Pigue', 'Buenos Aires', '', 'AR'),
(-40.04811, -70.07410, 'Piedra del Aguila', 'Neuquen', '', 'AR'),
(-39.52351, -69.27966, 'Picun Leufu', 'Neuquen', 'Departamento de Picun Leufu', 'AR'),
(-46.79490, -67.95731, 'Pico Truncado', 'Santa Cruz', '', 'AR'),
(-46.58995, -70.92975, 'Perito Moreno', 'Santa Cruz', '', 'AR'),
(-33.88995, -60.57357, 'Pergamino', 'Buenos Aires', 'Partido de Pergamino', 'AR'),
(-32.99835, -60.76791, 'Perez', 'Santa Fe', '', 'AR'),
(-36.26584, -63.16550, 'Pellegrini', 'Buenos Aires', 'Partido de Pellegrini', 'AR'),
(-35.81077, -61.89680, 'Pehuajo', 'Buenos Aires', 'Partido de Pehuajo', 'AR'),
(-30.04681, -66.88231, 'Patquia', 'La Rioja', '', 'AR'),
(-43.86225, -69.04603, 'Paso de Indios', 'Chubut', 'Departamento de Paso de Indios', 'AR'),
(-32.74733, -63.34232, 'Pasco', 'Cordoba', '', 'AR'),
(-33.12550, -63.04084, 'Pascanas', 'Cordoba', '', 'AR'),
(-35.14600, -64.50089, 'Parera', 'La Pampa', '', 'AR'),
(-31.73197, -60.52380, 'Parana', 'Entre Rios', '', 'AR'),
(-26.23333, -61.85000, 'Pampa de los Guanacos', 'Santiago del Estero', '', 'AR'),
(-26.50517, -61.17436, 'Pampa del Infierno', 'Chaco', '', 'AR'),
(-24.25647, -65.21163, 'Palpala', 'Jujuy', '', 'AR'),
(-23.96336, -64.29872, 'Palma Sola', 'Jujuy', '', 'AR'),
(-31.82508, -60.51749, 'Oro Verde', 'Entre Rios', '', 'AR'),
(-32.84057, -62.86552, 'Ordonez', 'Cordoba', '', 'AR'),
(-31.91353, -63.68201, 'Oncativo', 'Cordoba', '', 'AR'),
(-30.63117, -66.26300, 'Olta', 'La Rioja', '', 'AR'),
(-32.04158, -63.56978, 'Oliva', 'Cordoba', '', 'AR'),
(-36.89272, -60.32254, 'Olavarria', 'Buenos Aires', '', 'AR');
INSERT INTO `reverse_geocode` (`lat`, `lng`, `city`, `region`, `province`, `country`) VALUES
(-30.78128, -63.41349, 'Obispo Trejo', 'Cordoba', '', 'AR'),
(-35.44437, -60.88313, 'Nueve de Julio', 'Buenos Aires', 'Partido de Nueve de Julio', 'AR'),
(-31.66914, -68.39023, 'Nueve de Julio', 'San Juan', 'Departamento de Nueve de Julio', 'AR'),
(-26.19907, -64.23792, 'Nueva Esperanza', 'Santiago del Estero', 'Departamento de Pellegrini', 'AR'),
(-41.85072, -70.90173, 'Norquinco', 'Rio Negro', '', 'AR'),
(-32.36597, -62.31126, 'Noetinger', 'Cordoba', '', 'AR'),
(-38.95161, -68.05910, 'Neuquen', 'Neuquen', '', 'AR'),
(-32.91656, -65.37535, 'Naschel', 'San Luis', '', 'AR'),
(-26.73333, -60.61667, 'Napenay', 'Chaco', '', 'AR'),
(-28.32104, -66.14253, 'Mutquin', 'Catamarca', '', 'AR'),
(-30.71164, -61.99862, 'Morteros', 'Cordoba', '', 'AR'),
(-32.59480, -62.83455, 'Morrison', 'Cordoba', '', 'AR'),
(-27.16741, -65.49832, 'Monteros', 'Tucuman', 'Departamento de Monteros', 'AR'),
(-25.80565, -62.83019, 'Monte Quemado Airport', 'Santiago del Estero', 'Departamento de Copo', 'AR'),
(-33.20462, -62.60085, 'Monte Maiz', 'Cordoba', '', 'AR'),
(-38.98250, -61.29472, 'Monte Hermoso', 'Buenos Aires', 'Partido de Coronel Rosales', 'AR'),
(-31.34312, -63.94437, 'Monte Cristo', 'Cordoba', '', 'AR'),
(-32.91642, -62.45669, 'Monte Buey', 'Cordoba', '', 'AR'),
(-25.43950, -66.29126, 'Molinos', 'Salta', 'Departamento de Molinos', 'AR'),
(-30.91859, -62.67814, 'Miramar', 'Cordoba', '', 'AR'),
(-31.72101, -65.00619, 'Mina Clavero', 'Cordoba', '', 'AR'),
(-31.00326, -66.00098, 'Milagro', 'La Rioja', '', 'AR'),
(-36.85398, -63.68842, 'Miguel Riglos', 'La Pampa', '', 'AR'),
(-25.49905, -64.97388, 'Metan', 'Salta', 'Departamento de Metan', 'AR'),
(-32.34288, -65.01396, 'Merlo', 'San Luis', '', 'AR'),
(-32.89084, -68.82717, 'Mendoza', 'Mendoza', '', 'AR'),
(-31.26738, -64.30087, 'Mendiolaza', 'Cordoba', '', 'AR'),
(-33.65847, -61.45459, 'Melincue', 'Santa Fe', '', 'AR'),
(-38.82803, -62.69355, 'Medanos', 'Buenos Aires', 'Partido de Villarino', 'AR'),
(-34.48194, -64.17255, 'Mattaldi', 'Cordoba', '', 'AR'),
(-30.99471, -62.82576, 'Marull', 'Cordoba', '', 'AR'),
(-38.75029, -70.02367, 'Mariano Moreno', 'Neuquen', '', 'AR'),
(-32.69780, -62.10672, 'Marcos Juarez', 'Cordoba', '', 'AR'),
(-41.25000, -68.73333, 'Maquinchao', 'Rio Negro', '', 'AR'),
(-31.38333, -64.06667, 'Malvinas Argentinas', 'Cordoba', '', 'AR'),
(-35.47545, -69.58427, 'Malargue', 'Mendoza', '', 'AR'),
(-30.80394, -66.60908, 'Malanzan', 'La Rioja', '', 'AR'),
(-31.46467, -64.35840, 'Malagueno', 'Cordoba', '', 'AR'),
(-32.97963, -68.78461, 'Maipu', 'Mendoza', 'Departamento de Maipu', 'AR'),
(-39.06667, -67.30000, 'Mainque', 'Rio Negro', '', 'AR'),
(-23.62392, -65.40797, 'Maimara', 'Jujuy', '', 'AR'),
(-26.92614, -60.04955, 'Machagai', 'Chaco', '', 'AR'),
(-37.13598, -63.66650, 'Macachin', 'La Pampa', '', 'AR'),
(-26.92770, -65.33869, 'San Isidro de Lules', 'Tucuman', '', 'AR'),
(-33.03547, -68.87782, 'Lujan de Cuyo', 'Mendoza', '', 'AR'),
(-32.37570, -65.92960, 'Lujan', 'San Luis', '', 'AR'),
(-27.95482, -65.86550, 'Los Varela', 'Catamarca', '', 'AR'),
(-28.98479, -63.44889, 'Los Telares', 'Santiago del Estero', '', 'AR'),
(-32.98454, -62.02191, 'Los Surgentes', 'Cordoba', '', 'AR'),
(-40.84402, -68.08718, 'Los Menucos', 'Rio Negro', '', 'AR'),
(-28.46539, -62.10862, 'Los Juries', 'Santiago del Estero', '', 'AR'),
(-26.40770, -61.41367, 'Los Frentones', 'Chaco', '', 'AR'),
(-32.31983, -64.27751, 'Los Condores', 'Cordoba', '', 'AR'),
(-46.54972, -71.63086, 'Los Antiguos', 'Santa Cruz', '', 'AR'),
(-28.04845, -65.49945, 'Los Altos', 'Catamarca', '', 'AR'),
(-36.46546, -63.62429, 'Lonquimay', 'La Pampa', '', 'AR'),
(-27.71439, -67.13349, 'Londres', 'Catamarca', '', 'AR'),
(-38.07284, -70.61609, 'Loncopue', 'Neuquen', 'Departamento de Loncopue', 'AR'),
(-34.86649, -61.53020, 'Lincoln', 'Buenos Aires', 'Partido de Lincoln', 'AR'),
(-37.15959, -66.67595, 'Limay Mahuida', 'La Pampa', 'Departamento de Limay Mahuida', 'AR'),
(-32.41074, -65.67586, 'Libertador General San Martin', 'San Luis', '', 'AR'),
(-23.80644, -64.78757, 'Libertador General San Martin', 'Jujuy', '', 'AR'),
(-32.66174, -62.29678, 'Leones', 'Cordoba', '', 'AR'),
(-42.41225, -71.06797, 'Leleque', 'Chubut', '', 'AR'),
(-25.46642, -65.56630, 'La Vina', 'Salta', 'Departamento de La Vina', 'AR'),
(-33.05258, -65.62385, 'La Toma', 'San Luis', '', 'AR'),
(-27.10996, -60.58719, 'La Tigra', 'Chaco', '', 'AR'),
(-31.87208, -62.71946, 'Las Varillas', 'Cordoba', '', 'AR'),
(-31.80260, -62.61655, 'Las Varas', 'Cordoba', '', 'AR'),
(-32.47661, -61.58041, 'Las Rosas', 'Santa Fe', '', 'AR'),
(-43.72058, -67.28319, 'Las Plumas', 'Chubut', '', 'AR'),
(-32.69794, -63.70634, 'Las Perdices', 'Cordoba', '', 'AR'),
(-32.68478, -61.51637, 'Las Parejas', 'Santa Fe', '', 'AR'),
(-36.98881, -70.74991, 'Las Ovejas', 'Neuquen', '', 'AR'),
(-24.70955, -60.59303, 'Las Lomitas', 'Formosa', '', 'AR'),
(-24.68333, -64.25000, 'Las Lajitas', 'Salta', '', 'AR'),
(-38.52322, -70.36745, 'Las Lajas', 'Neuquen', '', 'AR'),
(-31.83125, -63.45016, 'Las Junturas', 'Cordoba', '', 'AR'),
(-33.09231, -64.28899, 'Las Higueras', 'Cordoba', '', 'AR'),
(-46.54186, -68.93593, 'Las Heras', 'Santa Cruz', '', 'AR'),
(-32.85273, -68.82837, 'Las Heras', 'Mendoza', '', 'AR'),
(-39.55534, -70.59491, 'Las Coloradas', 'Neuquen', '', 'AR'),
(-27.08966, -61.08161, 'Las Brenas', 'Chaco', '', 'AR'),
(-33.28155, -63.97610, 'Las Acequias', 'Cordoba', '', 'AR'),
(-29.41105, -66.85067, 'La Rioja', 'La Rioja', '', 'AR'),
(-22.10236, -65.59299, 'La Quiaca', 'Jujuy', '', 'AR'),
(-27.55000, -67.01667, 'La Puerta de San Jose', 'Catamarca', '', 'AR'),
(-28.17036, -65.79015, 'La Puerta', 'Catamarca', '', 'AR'),
(-37.54415, -60.79969, 'Laprida', 'Buenos Aires', 'Partido de Laprida', 'AR'),
(-24.72196, -66.20106, 'La Poma', 'Salta', '', 'AR'),
(-32.10002, -63.03088, 'La Playosa', 'Cordoba', '', 'AR'),
(-33.46091, -67.54956, 'La Paz', 'Mendoza', '', 'AR'),
(-30.89416, -63.00107, 'La Para', 'Cordoba', '', 'AR'),
(-28.15195, -65.66029, 'La Merced', 'Catamarca', '', 'AR'),
(-24.31187, -64.96377, 'La Mendieta', 'Jujuy', '', 'AR'),
(-35.67360, -64.93997, 'La Maruja', 'La Pampa', '', 'AR'),
(-39.42304, -65.70208, 'Lamarque', 'Rio Negro', '', 'AR'),
(-24.25391, -61.24466, 'Laguna Yema', 'Formosa', '', 'AR'),
(-31.30391, -60.65894, 'Laguna Paiva', 'Santa Fe', '', 'AR'),
(-31.77652, -63.80104, 'Laguna Larga', 'Cordoba', '', 'AR'),
(-31.00919, -64.26869, 'La Granja', 'Cordoba', '', 'AR'),
(-42.08095, -71.61405, 'Lago Puelo', 'Chubut', '', 'AR'),
(-31.40675, -62.63396, 'La Francia', 'Cordoba', '', 'AR'),
(-31.08841, -64.48987, 'La Falda', 'Cordoba', '', 'AR'),
(-30.98201, -64.49139, 'La Cumbre', 'Cordoba', '', 'AR'),
(-33.73579, -69.12181, 'La Consulta', 'Mendoza', '', 'AR'),
(-27.77729, -65.57035, 'La Cocha', 'Tucuman', '', 'AR'),
(-27.13333, -60.66667, 'La Clotilde', 'Chaco', '', 'AR'),
(-33.95115, -62.97238, 'La Cesira', 'Cordoba', '', 'AR'),
(-33.41993, -63.29769, 'La Carlota', 'Cordoba', '', 'AR'),
(-26.12708, -65.04960, 'La Candelaria', 'Salta', '', 'AR'),
(-27.70826, -63.77366, 'La Canada', 'Santiago del Estero', 'Departamento de Figueroa', 'AR'),
(-31.34377, -64.33529, 'La Calera', 'Cordoba', '', 'AR'),
(-24.60159, -65.38098, 'La Caldera', 'Salta', '', 'AR'),
(-34.12662, -63.39119, 'Laboulaye', 'Cordoba', '', 'AR'),
(-33.15319, -62.85661, 'Laborde', 'Cordoba', '', 'AR'),
(-27.73348, -64.24278, 'La Banda', 'Santiago del Estero', '', 'AR'),
(-33.85940, -65.18277, 'Justo Daract', 'San Luis', '', 'AR'),
(-32.88411, -62.67788, 'Justiniano Posse', 'Cordoba', '', 'AR'),
(-39.95043, -71.06936, 'Junin de los Andes', 'Neuquen', '', 'AR'),
(-34.58382, -60.94332, 'Junin', 'Buenos Aires', 'Partido de Junin', 'AR'),
(-33.14765, -68.47899, 'Junin', 'Mendoza', 'Departamento de Junin', 'AR'),
(-44.05032, -70.46967, 'Jose de San Martin', 'Chubut', '', 'AR'),
(-25.08333, -64.18333, 'Joaquin V. Gonzalez', 'Salta', '', 'AR'),
(-30.98153, -64.09424, 'Jesus Maria', 'Cordoba', '', 'AR'),
(-32.16120, -63.46688, 'James Craik', 'Cordoba', '', 'AR'),
(-38.08606, -63.43169, 'Jacinto Arauz', 'La Pampa', '', 'AR'),
(-34.79237, -63.78199, 'Italo', 'Cordoba', '', 'AR'),
(-33.24104, -62.40297, 'Isla Verde', 'Cordoba', '', 'AR'),
(-22.76667, -65.23333, 'Iruya', 'Salta', '', 'AR'),
(-35.23383, -63.59205, 'Intendente Alvear', 'La Pampa', '', 'AR'),
(-32.94424, -62.23028, 'Inriville', 'Cordoba', '', 'AR'),
(-24.22554, -64.83896, 'Ingenio La Esperanza', 'Jujuy', '', 'AR'),
(-39.08333, -67.23333, 'Ingeniero Luis A. Huergo', 'Rio Negro', '', 'AR'),
(-35.38585, -64.46519, 'Ingeniero Luiggi', 'La Pampa', '', 'AR'),
(-41.32920, -69.55015, 'Ingeniero Jacobacci', 'Rio Negro', '', 'AR'),
(-23.90000, -61.85000, 'Ingeniero Guillermo N. Juarez', 'Formosa', '', 'AR'),
(-32.81411, -63.03252, 'Idiazabal', 'Cordoba', '', 'AR'),
(-28.91934, -65.32817, 'Icano', 'Catamarca', '', 'AR'),
(-23.20544, -65.35048, 'Humahuaca', 'Jujuy', 'Departamento de Humahuaca', 'AR'),
(-34.84038, -64.37580, 'Huinca Renanco', 'Cordoba', '', 'AR'),
(-28.72533, -65.97870, 'Huillapima', 'Catamarca', '', 'AR'),
(-31.07524, -64.49063, 'Huerta Grande', 'Cordoba', '', 'AR'),
(-33.66653, -63.63701, 'Huanchillas', 'Cordoba', '', 'AR'),
(-27.22896, -66.83131, 'Hualfin', 'Catamarca', '', 'AR'),
(-42.07189, -71.50811, 'Hoyo de Epuyen', 'Chubut', '', 'AR'),
(-30.00447, -61.84080, 'Hersilia', 'Santa Fe', '', 'AR'),
(-28.48094, -63.06779, 'Herrera', 'Santiago del Estero', '', 'AR'),
(-32.42657, -63.73333, 'Hernando', 'Cordoba', '', 'AR'),
(-32.33730, -60.02160, 'Hernandez', 'Entre Rios', '', 'AR'),
(-27.60816, -61.34441, 'Hermoso Campo', 'Chaco', '', 'AR'),
(-36.30000, -61.71667, 'Henderson', 'Buenos Aires', '', 'AR'),
(-31.09834, -60.08830, 'Helvecia', 'Santa Fe', '', 'AR'),
(-37.66776, -63.53021, 'Guatrache', 'La Pampa', 'Departamento de Guatrache', 'AR'),
(-33.46149, -62.43844, 'Guatimozin', 'Cordoba', '', 'AR'),
(-37.03333, -62.41667, 'Guamini', 'Buenos Aires', '', 'AR'),
(-25.52031, -65.50937, 'Guachipas', 'Salta', 'Departamento de Guachipas', 'AR'),
(-27.64934, -65.43830, 'Graneros', 'Tucuman', 'Departamento de Graneros', 'AR'),
(-32.85683, -60.71754, 'Granadero Baigorria', 'Santa Fe', '', 'AR'),
(-32.92863, -68.83510, 'Godoy Cruz', 'Mendoza', 'Departamento de Godoy Cruz', 'AR'),
(-48.75057, -70.24741, 'Gobernador Gregores', 'Santa Cruz', '', 'AR'),
(-33.03016, -60.64045, 'Gobernador Galvez', 'Santa Fe', '', 'AR'),
(-44.04992, -70.59798, 'Gobernador Costa', 'Chubut', '', 'AR'),
(-35.03285, -63.01252, 'General Villegas', 'Buenos Aires', '', 'AR'),
(-35.00014, -61.03508, 'General Viamonte', 'Buenos Aires', 'Partido de General Viamonte', 'AR'),
(-37.97904, -63.60449, 'General San Martin', 'La Pampa', '', 'AR'),
(-39.03333, -67.58333, 'General Roca', 'Rio Negro', 'Departamento de General Roca', 'AR'),
(-32.73196, -61.91599, 'General Roca', 'Cordoba', '', 'AR'),
(-32.17601, -60.20079, 'General Ramirez', 'Entre Rios', '', 'AR'),
(-34.76459, -61.89093, 'General Pinto', 'Buenos Aires', '', 'AR'),
(-27.31667, -61.28333, 'General Pinedo', 'Chaco', '', 'AR'),
(-35.65662, -63.75682, 'General Pico', 'La Pampa', '', 'AR'),
(-24.67034, -65.04765, 'General Martin Miguel de Guemes', 'Salta', 'Departamento de General Guemes', 'AR'),
(-37.46025, -63.58537, 'General Manuel J. Campos', 'La Pampa', '', 'AR'),
(-34.01472, -63.92413, 'General Levalle', 'Cordoba', '', 'AR'),
(-32.72218, -68.59137, 'General Lavalle', 'Mendoza', '', 'AR'),
(-37.24755, -61.26273, 'General La Madrid', 'Buenos Aires', 'Partido de General La Madrid', 'AR'),
(-38.95297, -67.92489, 'General Fernandez Oro', 'Rio Negro', '', 'AR'),
(-23.21667, -62.30000, 'General Enrique Mosconi', 'Formosa', '', 'AR'),
(-22.59588, -63.81255, 'General Enrique Mosconi', 'Salta', '', 'AR'),
(-39.08333, -67.15000, 'General Enrique Godoy', 'Rio Negro', '', 'AR'),
(-40.10000, -64.43333, 'General Conesa', 'Rio Negro', '', 'AR'),
(-32.81313, -63.87243, 'General Cabrera', 'Cordoba', '', 'AR'),
(-33.12246, -62.30630, 'General Baldissera', 'Cordoba', '', 'AR'),
(-34.30264, -61.30522, 'General Arenales', 'Buenos Aires', 'Partido de General Arenales', 'AR'),
(-36.02078, -60.01450, 'General Alvear', 'Buenos Aires', 'Partido de General Alvear', 'AR'),
(-34.97696, -67.69116, 'General Alvear', 'Mendoza', '', 'AR'),
(-37.37698, -64.60431, 'General Acha', 'La Pampa', '', 'AR'),
(-42.27514, -69.21967, 'Gastre', 'Chubut', '', 'AR'),
(-28.15321, -63.53935, 'Garza', 'Santiago del Estero', '', 'AR'),
(-27.49038, -61.67571, 'Gancedo', 'Chaco', '', 'AR'),
(-32.02927, -61.22103, 'Galvez', 'Santa Fe', '', 'AR'),
(-43.28970, -65.49290, 'Gaiman', 'Chubut', '', 'AR'),
(-32.91568, -60.80995, 'Funes', 'Santa Fe', '', 'AR'),
(-28.63593, -65.13102, 'Frias', 'Santiago del Estero', '', 'AR'),
(-39.31667, -65.76667, 'Fray Luis Beltran', 'Rio Negro', '', 'AR'),
(-32.79122, -60.72819, 'Fray Luis A. Beltran', 'Santa Fe', '', 'AR'),
(-23.94079, -64.79943, 'Fraile Pintado', 'Jujuy', '', 'AR'),
(-33.45937, -61.48320, 'Firmat', 'Santa Fe', '', 'AR'),
(-27.68705, -67.61490, 'Fiambala', 'Catamarca', '', 'AR'),
(-27.92037, -63.89349, 'Fernandez', 'Santiago del Estero', '', 'AR'),
(-28.92322, -67.52253, 'Famatina', 'La Rioja', 'Departamento de Famatina', 'AR'),
(-27.05413, -65.40329, 'Famailla', 'Tucuman', 'Departamento de Famailla', 'AR'),
(-32.94008, -63.24660, 'Etruria', 'Cordoba', '', 'AR'),
(-25.05504, -60.09218, 'Estanislao del Campo', 'Formosa', '', 'AR'),
(-29.38173, -65.29099, 'Esquiu', 'Catamarca', '', 'AR'),
(-42.91147, -71.31947, 'Esquel', 'Chubut', 'Departamento de Futaleufu', 'AR'),
(-31.44880, -60.93173, 'Esperanza', 'Santa Fe', '', 'AR'),
(-23.20898, -64.09605, 'Embarcacion', 'Salta', '', 'AR'),
(-32.18000, -64.41809, 'Embalse', 'Cordoba', 'Departamento de Calamuchita', 'AR'),
(-35.38633, -64.28092, 'Embajador Martini', 'La Pampa', '', 'AR'),
(-32.20080, -61.70140, 'El Trebol', 'Santa Fe', '', 'AR'),
(-31.38357, -62.82938, 'El Tio', 'Cordoba', '', 'AR'),
(-27.97167, -64.89544, 'El Simbolar', 'Santiago del Estero', 'Departamento de Guasayan', 'AR'),
(-28.21518, -65.87420, 'El Rodeo', 'Catamarca', '', 'AR'),
(-25.28333, -64.06667, 'El Quebrachal', 'Salta', '', 'AR'),
(-42.04924, -71.16693, 'El Maiten', 'Chubut', '', 'AR'),
(-37.64522, -70.58006, 'El Huecu', 'Neuquen', '', 'AR'),
(-27.02872, -63.23197, 'El Hoyo', 'Santiago del Estero', '', 'AR'),
(-25.38069, -64.65259, 'El Galpon', 'Salta', '', 'AR'),
(-32.57205, -64.39481, 'Elena', 'Cordoba', '', 'AR'),
(-39.92685, -68.34208, 'El Cuy', 'Rio Negro', 'Departamento de El Cuy', 'AR'),
(-25.07410, -65.49174, 'El Carril', 'Salta', '', 'AR'),
(-24.38682, -65.26177, 'El Carmen', 'Jujuy', 'Departamento de El Carmen', 'AR'),
(-50.34075, -72.27682, 'El Calafate', 'Santa Cruz', '', 'AR'),
(-41.96051, -71.53336, 'El Bolson', 'Rio Negro', '', 'AR'),
(-31.74120, -62.89322, 'El Aranado', 'Cordoba', '', 'AR'),
(-28.31123, -65.36397, 'El Alto', 'Catamarca', 'Departamento de El Alto', 'AR'),
(-23.22582, -65.69213, 'El Aguilar', 'Jujuy', '', 'AR'),
(-35.91501, -64.29448, 'Eduardo Castex', 'La Pampa', '', 'AR'),
(-30.90599, -64.53583, 'Dolores', 'Cordoba', '', 'AR'),
(-43.30000, -65.70000, 'Dolavon', 'Chubut', '', 'AR'),
(-37.14967, -64.01183, 'Doblas', 'La Pampa', '', 'AR'),
(-32.06641, -60.63837, 'Diamante', 'Entre Rios', '', 'AR'),
(-31.40431, -62.30634, 'Devoto', 'Cordoba', '', 'AR'),
(-31.81626, -64.28989, 'Despenaderos', 'Cordoba', '', 'AR'),
(-34.37659, -64.49504, 'Del Campillo', 'Cordoba', '', 'AR'),
(-30.42036, -64.34984, 'Dean Funes', 'Cordoba', '', 'AR'),
(-39.20000, -65.76667, 'Darwin', 'Rio Negro', '', 'AR'),
(-32.61072, -63.58038, 'Dalmacio Velez Sarsfield', 'Cordoba', '', 'AR'),
(-36.60000, -61.75000, 'Daireaux', 'Buenos Aires', '', 'AR'),
(-38.93424, -69.23052, 'Cutral-Co', 'Neuquen', '', 'AR'),
(-38.33349, -64.64331, 'Cuchillo Co', 'La Pampa', '', 'AR'),
(-30.72644, -64.80387, 'Cruz del Eje', 'Cordoba', 'Departamento de Cruz del Eje', 'AR'),
(-33.00887, -61.80746, 'Cruz Alta', 'Cordoba', '', 'AR'),
(-32.02873, -60.30658, 'Crespo', 'Entre Rios', '', 'AR'),
(-31.64770, -63.75935, 'Costa Sacate', 'Cordoba', '', 'AR'),
(-31.24508, -64.46563, 'Cosquin', 'Cordoba', '', 'AR'),
(-26.95374, -60.96928, 'Corzuela', 'Chaco', '', 'AR'),
(-32.02462, -64.19216, 'Corralito', 'Cordoba', '', 'AR'),
(-33.28205, -62.18463, 'Corral de Bustos', 'Cordoba', '', 'AR'),
(-37.45467, -61.93343, 'Coronel Suarez', 'Buenos Aires', 'Partido de Coronel Suarez', 'AR'),
(-37.98295, -61.35615, 'Coronel Pringles', 'Buenos Aires', '', 'AR'),
(-33.62270, -64.59711, 'Coronel Moldes', 'Cordoba', '', 'AR'),
(-27.68038, -60.91462, 'Coronel Du Graty', 'Chaco', '', 'AR'),
(-38.71867, -61.28733, 'Coronel Dorrego', 'Buenos Aires', 'Partido de Coronel Dorrego', 'AR'),
(-39.18333, -65.98333, 'Coronel Belisle', 'Rio Negro', '', 'AR'),
(-32.84770, -64.36107, 'Coronel Baigorria', 'Cordoba', '', 'AR'),
(-31.97263, -60.91983, 'Coronda', 'Santa Fe', '', 'AR'),
(-31.41350, -64.18105, 'Cordoba', 'Cordoba', 'Departamento de Capital', 'AR'),
(-38.72423, -68.15284, 'Contraalmirante Cordero', 'Rio Negro', '', 'AR'),
(-26.59926, -60.94617, 'Concepcion del Bermejo', 'Chaco', '', 'AR'),
(-27.34127, -65.59636, 'Concepcion', 'Tucuman', 'Departamento de Chicligasta', 'AR'),
(-32.56009, -65.24270, 'Concaran', 'San Luis', '', 'AR'),
(-45.86413, -67.49656, 'Comodoro Rivadavia', 'Chubut', '', 'AR'),
(-49.98513, -68.91467, 'Comandante Luis Piedra Buena', 'Santa Cruz', '', 'AR'),
(-41.02993, -70.26784, 'Comallo', 'Rio Negro', '', 'AR'),
(-31.52780, -62.72436, 'Colonia San Bartolome', 'Cordoba', '', 'AR'),
(-31.23746, -63.06134, 'Colonia La Tordilla', 'Cordoba', '', 'AR'),
(-28.60000, -62.95000, 'Colonia Dora', 'Santiago del Estero', '', 'AR'),
(-36.15152, -63.85404, 'Colonia Baron', 'La Pampa', '', 'AR'),
(-33.89512, -61.10110, 'Colon', 'Buenos Aires', 'Partido de Colon', 'AR'),
(-27.57440, -64.13108, 'Clodomira', 'Santiago del Estero', '', 'AR'),
(-38.93392, -67.99032, 'Cipolletti', 'Rio Negro', '', 'AR'),
(-32.30673, -62.65214, 'Cintra', 'Cordoba', '', 'AR'),
(-38.82225, -68.06293, 'Cinco Saltos', 'Rio Negro', '', 'AR'),
(-28.85430, -66.23500, 'Chumbicha', 'Catamarca', '', 'AR'),
(-37.37809, -70.27085, 'Chos Malal', 'Neuquen', '', 'AR'),
(-27.91578, -61.39982, 'Chorotis', 'Chaco', '', 'AR'),
(-39.26667, -65.68333, 'Choele Choel', 'Rio Negro', '', 'AR'),
(-34.89566, -60.01667, 'Chivilcoy', 'Buenos Aires', 'Partido de Chivilcoy', 'AR'),
(-39.16482, -66.14236, 'Chimpay', 'Rio Negro', '', 'AR'),
(-31.48333, -68.53333, 'Chimbas', 'San Juan', 'Departamento de Chimbas', 'AR'),
(-29.16195, -67.49740, 'Chilecito', 'La Rioja', 'Departamento de Chilecito', 'AR'),
(-25.10088, -65.53310, 'Chicoana', 'Salta', 'Departamento de Chicoana', 'AR'),
(-39.11505, -66.92714, 'Chichinales', 'Rio Negro', '', 'AR'),
(-31.35000, -66.60000, 'Chepes', 'La Rioja', '', 'AR'),
(-33.07872, -63.27657, 'Chazon', 'Cordoba', '', 'AR'),
(-33.02400, -64.04719, 'Charras', 'Cordoba', '', 'AR'),
(-27.21438, -61.18795, 'Charata', 'Chaco', '', 'AR'),
(-30.36002, -66.31399, 'Chamical', 'La Rioja', '', 'AR'),
(-34.64167, -60.47389, 'Chacabuco', 'Buenos Aires', 'Partido de Chacabuco', 'AR'),
(-39.05000, -67.38333, 'Cervantes', 'Rio Negro', '', 'AR'),
(-24.89833, -65.48706, 'Cerrillos', 'Salta', 'Departamento de Cerrillos', 'AR'),
(-29.88100, -61.94504, 'Ceres', 'Santa Fe', '', 'AR'),
(-38.82955, -68.13180, 'Centenario', 'Neuquen', '', 'AR'),
(-33.47606, -62.33888, 'Cavanagh', 'Cordoba', '', 'AR'),
(-31.65179, -68.28105, 'Caucete', 'San Juan', '', 'AR'),
(-36.40597, -63.42168, 'Catrilo', 'La Pampa', '', 'AR'),
(-37.87907, -67.79560, 'Catriel', 'Rio Negro', '', 'AR'),
(-30.57952, -65.72696, 'Castro Barros', 'La Rioja', '', 'AR'),
(-25.94679, -60.61947, 'Castelli', 'Chaco', '', 'AR'),
(-33.04417, -61.16806, 'Casilda', 'Santa Fe', '', 'AR'),
(-31.87296, -63.11715, 'Carrilobo', 'Cordoba', '', 'AR'),
(-32.91371, -64.02175, 'Carnerillo', 'Cordoba', '', 'AR'),
(-40.79828, -62.98097, 'Carmen de Patagones', 'Buenos Aires', '', 'AR'),
(-35.39265, -62.42146, 'Carlos Tejedor', 'Buenos Aires', 'Partido de Carlos Tejedor', 'AR'),
(-35.62171, -61.36169, 'Carlos Casares', 'Buenos Aires', 'Partido de Carlos Casares', 'AR'),
(-37.17668, -62.75792, 'Carhue', 'Buenos Aires', 'Partido de Adolfo Alsina', 'AR'),
(-32.85679, -61.15331, 'Carcarana', 'Santa Fe', '', 'AR'),
(-32.82262, -60.71852, 'Capitan Bermudez', 'Santa Fe', '', 'AR'),
(-30.86088, -64.52515, 'Capilla del Monte', 'Cordoba', '', 'AR'),
(-28.76105, -66.05025, 'Capayan', 'Catamarca', 'Departamento de Capayan', 'AR'),
(-32.06036, -65.82477, 'Candelaria', 'San Luis', '', 'AR'),
(-33.56542, -62.88927, 'Canals', 'Cordoba', '', 'AR'),
(-30.73341, -63.72375, 'Canada de Luque', 'Cordoba', '', 'AR'),
(-32.81636, -61.39493, 'Canada de Gomez', 'Santa Fe', '', 'AR'),
(-24.90982, -65.63656, 'Campo Quijano', 'Salta', '', 'AR'),
(-26.80077, -60.84215, 'Campo Largo', 'Chaco', '', 'AR'),
(-26.58333, -62.85000, 'Campo Gallo', 'Santiago del Estero', '', 'AR'),
(-33.12745, -62.09453, 'Camilo Aldao', 'Cordoba', '', 'AR'),
(-44.79709, -65.70994, 'Camarones', 'Chubut', '', 'AR'),
(-31.33084, -69.40783, 'Calingasta', 'San Juan', '', 'AR'),
(-23.77368, -64.77002, 'Calilegua', 'Jujuy', '', 'AR'),
(-35.59559, -64.55778, 'Caleufu', 'La Pampa', '', 'AR'),
(-46.43929, -67.52814, 'Caleta Olivia', 'Santa Cruz', '', 'AR'),
(-29.88767, -60.28697, 'Calchaqui', 'Santa Fe', '', 'AR'),
(-23.74069, -64.59370, 'Caimancito', 'Jujuy', '', 'AR'),
(-26.07286, -65.97766, 'Cafayate', 'Salta', 'Cafayete', 'AR'),
(-25.12033, -66.16519, 'Cachi', 'Salta', 'Departamento de Cachi', 'AR'),
(-37.05222, -69.87713, 'Buta Ranquil', 'Neuquen', '', 'AR'),
(-26.49918, -64.74206, 'Burruyacu', 'Tucuman', 'Departamento de Burruyacu', 'AR'),
(-34.75647, -65.25379, 'Buena Esperanza', 'San Luis', '', 'AR'),
(-34.72263, -63.50920, 'Buchardo', 'Cordoba', '', 'AR'),
(-30.86589, -62.03742, 'Brinkmann', 'Cordoba', '', 'AR'),
(-28.24382, -63.95091, 'Brea Pozo', 'Santiago del Estero', '', 'AR'),
(-35.11912, -60.48966, 'Bragado', 'Buenos Aires', 'Partido de Bragado', 'AR'),
(-32.45100, -64.38867, 'Berrotaran', 'Cordoba', '', 'AR'),
(-37.90459, -63.74240, 'Bernasconi', 'La Pampa', '', 'AR'),
(-35.02449, -63.58253, 'Bernardo Larroude', 'La Pampa', '', 'AR'),
(-27.82913, -64.06098, 'Beltran', 'Santiago del Estero', '', 'AR'),
(-32.62591, -62.68873, 'Bell Ville', 'Cordoba', '', 'AR'),
(-27.03424, -65.30196, 'Bella Vista', 'Tucuman', 'Departamento de Leales', 'AR'),
(-27.65103, -67.02869, 'Belen', 'Catamarca', '', 'AR'),
(-36.81667, -69.91667, 'Barrancas', 'Neuquen', '', 'AR'),
(-28.88840, -62.26600, 'Bandera', 'Santiago del Estero', '', 'AR'),
(-26.83333, -65.16667, 'Banda del Rio Sali', 'Tucuman', '', 'AR'),
(-28.10564, -65.31884, 'Banado de Ovanta', 'Catamarca', '', 'AR'),
(-31.00880, -62.66733, 'Balnearia', 'Cordoba', '', 'AR'),
(-38.71959, -62.27243, 'Bahia Blanca', 'Buenos Aires', 'Partido de Bahia Blanca', 'AR'),
(-26.68532, -60.72920, 'Avia Terai', 'Chaco', '', 'AR'),
(-30.23281, -61.72862, 'Arrufo', 'Santa Fe', '', 'AR'),
(-33.15489, -60.50863, 'Arroyo Seco', 'Santa Fe', '', 'AR'),
(-32.49119, -63.40126, 'Arroyo Cabral', 'Cordoba', '', 'AR'),
(-31.42022, -63.05002, 'Arroyito', 'Cordoba', '', 'AR'),
(-34.06390, -60.10357, 'Arrecifes', 'Buenos Aires', 'Partido de Arrecifes', 'AR'),
(-28.04978, -64.22254, 'Arraga', 'Santiago del Estero', '', 'AR'),
(-32.78215, -61.60222, 'Armstrong', 'Santa Fe', '', 'AR'),
(-33.64411, -62.40272, 'Arias', 'Cordoba', '', 'AR'),
(-28.58050, -66.79438, 'Arauco', 'La Rioja', 'Departamento de Arauco', 'AR'),
(-35.63895, -64.35621, 'Arata', 'La Pampa', '', 'AR'),
(-32.24252, -60.16107, 'Aranguren', 'Entre Rios', '', 'AR'),
(-24.43276, -63.99535, 'Apolinario Saravia', 'Salta', '', 'AR'),
(-26.05940, -67.40636, 'Antofagasta de la Sierra', 'Catamarca', 'Departamento de Antofagasta de la Sierra', 'AR'),
(-36.52567, -64.01025, 'Anguil', 'La Pampa', '', 'AR'),
(-38.35441, -68.78840, 'Anelo', 'Neuquen', 'Departamento de Anelo', 'AR'),
(-27.60012, -66.31794, 'Andalgala', 'Catamarca', 'Departamento de Andalgala', 'AR'),
(-37.17945, -70.66912, 'Andacollo', 'Neuquen', '', 'AR'),
(-28.81247, -65.50145, 'Ancasti', 'Catamarca', 'Departamento de Ancasti', 'AR'),
(-28.46064, -62.83472, 'Anatuya', 'Santiago del Estero', '', 'AR'),
(-28.84260, -66.94546, 'Aminga', 'La Rioja', '', 'AR'),
(-34.84405, -62.46701, 'Florentino Ameghino', 'Buenos Aires', '', 'AR'),
(-39.23686, -70.91970, 'Alumine', 'Neuquen', 'Departamento de Alumine', 'AR'),
(-30.95590, -62.33727, 'Altos de Chipion', 'Cordoba', '', 'AR'),
(-45.04105, -70.81982, 'Alto Rio Senguer', 'Chubut', '', 'AR'),
(-35.33350, -64.11496, 'Alta Italia', 'La Pampa', '', 'AR'),
(-31.65292, -64.42826, 'Alta Gracia', 'Cordoba', '', 'AR'),
(-37.37704, -63.77445, 'Alpachiri', 'La Pampa', '', 'AR'),
(-32.19296, -64.25559, 'Almafuerte', 'Cordoba', '', 'AR'),
(-38.97736, -67.82714, 'Allen', 'Rio Negro', '', 'AR'),
(-36.39968, -67.14511, 'Algarrobo del Aguila', 'La Pampa', '', 'AR'),
(-33.60643, -62.62304, 'Alejo Ledesma', 'Cordoba', '', 'AR'),
(-33.35369, -63.71849, 'Alejandro Roca', 'Cordoba', '', 'AR'),
(-26.81667, -65.13333, 'Alderetes', 'Tucuman', '', 'AR'),
(-35.02692, -60.27587, 'Alberti', 'Buenos Aires', 'Partido de Alberti', 'AR'),
(-31.43722, -68.52556, 'Albardon', 'San Juan', 'Departamento de Albardon', 'AR'),
(-28.56091, -66.80588, 'Aimogasta', 'La Rioja', '', 'AR'),
(-27.43380, -65.61427, 'Aguilares', 'Tucuman', '', 'AR'),
(-31.06661, -64.30017, 'Agua de Oro', 'Cordoba', '', 'AR'),
(-33.63152, -64.02097, 'Adelia Maria', 'Cordoba', '', 'AR'),
(-33.17538, -64.99331, 'Achiras', 'Cordoba', '', 'AR'),
(-22.72049, -65.69697, 'Abra Pampa', 'Jujuy', '', 'AR'),
(-34.61082, -58.48100, 'Villa Santa Rita', 'Buenos Aires F.D.', '', 'AR'),
(-31.27268, -61.42396, 'Bella Italia', 'Santa Fe', '', 'AR'),
(-37.16524, -56.89133, 'Carilo', 'Buenos Aires', '', 'AR'),
(-33.67571, -65.45783, 'Villa Mercedes', 'San Luis', '', 'AR'),
(-33.18368, -66.31270, 'La Punta', 'San Luis', '', 'AR'),
(-31.90321, -64.75651, 'Villa Berna', 'Cordoba', '', 'AR'),
(-31.48658, -64.57150, 'Cuesta Blanca', 'Cordoba', '', 'AR'),
(-34.66018, -58.36744, 'Avellaneda', 'Buenos Aires', 'Partido de Avellaneda', 'AR'),
(-41.14557, -71.30822, 'San Carlos de Bariloche', 'Rio Negro', 'Departamento de Bariloche', 'AR'),
(-34.38375, -58.70673, 'Santa Catalina - Dique Lujan', 'Buenos Aires', '', 'AR'),
(-51.53587, -72.33673, 'Rio Turbio', 'Santa Cruz', '', 'AR'),
(-34.80041, -58.38384, 'Adrogue', 'Buenos Aires', 'Partido de Almirante Brown', 'AR'),
(-14.27611, -170.66389, 'Aua', 'Eastern District', '', 'AS'),
(-14.35889, -170.73473, 'Vaitogi', 'Western District', '', 'AS'),
(-14.36111, -170.78223, 'Vailoatai', 'Western District', 'Tualatai County', 'AS'),
(-11.05528, -171.08833, 'Taulaga', 'Swains Island', '', 'AS'),
(-14.23361, -169.51443, 'Ta`u', 'Manu\'a', '', 'AS'),
(-14.33583, -170.72000, 'Tafuna', 'Western District', '', 'AS'),
(-14.33250, -170.74445, 'Faleniu', 'Western District', '', 'AS'),
(-14.28250, -170.69000, 'Fagatogo', 'Eastern District', '', 'AS'),
(-14.22220, -169.51279, 'Faleasao', 'Manu\'a', 'Faleasao County', 'AS'),
(-14.34389, -170.78500, 'Leone', 'Western District', '', 'AS'),
(-14.32278, -170.73389, 'Malaeimi', 'Western District', '', 'AS'),
(-14.33056, -170.75278, 'Mapusagafou', 'Western District', '', 'AS'),
(-14.17528, -169.67751, 'Ofu', 'Manu\'a', '', 'AS'),
(-14.27806, -170.70250, 'Pago Pago', 'Eastern District', '', 'AS'),
(48.06420, 16.31573, 'Neu-Guntramsdorf', 'Lower Austria', 'Politischer Bezirk Modling', 'AT'),
(47.27725, 13.31955, 'Kleinarl', 'Salzburg', 'Politischer Bezirk Sankt Johann im Pongau', 'AT'),
(46.98333, 15.61667, 'Edelstauden', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(46.86667, 16.03333, 'Neuhaus am Klausenbach', 'Burgenland', 'Politischer Bezirk Jennersdorf', 'AT'),
(46.80417, 13.58056, 'Millstatt', 'Carinthia', 'Politischer Bezirk Spittal an der Drau', 'AT'),
(48.10990, 16.46267, 'Zwolfaxing', 'Lower Austria', 'Politischer Bezirk Wien-Umgebung', 'AT'),
(48.61667, 15.20000, 'Zwettl Stift', 'Lower Austria', 'Politischer Bezirk Zwettl', 'AT'),
(48.46552, 14.27133, 'Zwettl an der Rodl', 'Upper Austria', 'Politischer Bezirk Urfahr-Umgebung', 'AT'),
(47.98314, 17.00315, 'Zurndorf', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(47.50000, 10.48333, 'Zoblen', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(47.50000, 16.11667, 'Zobern', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(48.53333, 16.75000, 'Zistersdorf', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(47.28333, 11.23333, 'Zirl', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.81442, 16.40928, 'Zillingtal', 'Burgenland', 'Eisenstadt-Umgebung', 'AT'),
(47.85000, 16.33333, 'Zillingdorf', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(48.51667, 15.91667, 'Ziersdorf', 'Lower Austria', 'Politischer Bezirk Hollabrunn', 'AT'),
(47.06667, 14.36667, 'Zeutschach', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(46.95000, 15.41667, 'Zettling', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(46.93333, 15.65000, 'Zerlach', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.18333, 14.75000, 'Zeltweg', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(48.68333, 15.95000, 'Zellerndorf', 'Lower Austria', 'Politischer Bezirk Hollabrunn', 'AT'),
(47.23333, 11.85000, 'Zellberg', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.23333, 11.88333, 'Zell am Ziller', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.32556, 12.79444, 'Zell am See', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(48.06667, 13.58333, 'Zell am Pettenfirst', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(47.90000, 13.31667, 'Zell am Moos', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(48.11667, 14.80000, 'Zeillern', 'Lower Austria', 'Politischer Bezirk Amstetten', 'AT'),
(47.15000, 13.50000, 'Zederhaus', 'Salzburg', 'Politischer Bezirk Tamsweg', 'AT'),
(47.15844, 10.58970, 'Zams', 'Tyrol', 'Politischer Bezirk Landeck', 'AT'),
(47.76471, 16.51382, 'Zagersdorf', 'Burgenland', 'Eisenstadt-Umgebung', 'AT'),
(47.93333, 14.88333, 'Ybbsitz', 'Lower Austria', 'Politischer Bezirk Amstetten', 'AT'),
(48.16667, 15.08333, 'Ybbs an der Donau', 'Lower Austria', 'Politischer Bezirk Melk', 'AT'),
(48.25497, 15.86031, 'Wurmla', 'Lower Austria', 'Politischer Bezirk Tulln', 'AT'),
(47.77648, 16.05463, 'Wurflach', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(46.92639, 15.45111, 'Wundschuh', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(48.62792, 16.10089, 'Wullersdorf', 'Lower Austria', 'Politischer Bezirk Hollabrunn', 'AT'),
(47.79753, 16.50447, 'Wulkaprodersdorf', 'Burgenland', 'Eisenstadt-Umgebung', 'AT'),
(47.20000, 16.06667, 'Woerth an der Lafnitz', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(47.21667, 16.10000, 'Worterberg', 'Burgenland', 'Politischer Bezirk Gussing', 'AT'),
(47.55000, 14.15000, 'Worschach', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(47.48333, 12.06667, 'Worgl', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(48.33400, 16.21016, 'Wordern', 'Lower Austria', 'Politischer Bezirk Tulln', 'AT'),
(48.38333, 16.51667, 'Wolkersdorf im Weinviertel', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(47.46667, 9.75000, 'Wolfurt', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(48.13333, 17.00000, 'Wolfsthal', 'Lower Austria', 'Politischer Bezirk Bruck an der Leitha', 'AT'),
(48.15870, 16.12098, 'Wolfsgraben', 'Lower Austria', 'Politischer Bezirk Wien-Umgebung', 'AT'),
(48.10669, 13.67274, 'Wolfsegg am Hausruck', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(46.84389, 15.65889, 'Wolfsberg im Schwarzautal', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(46.84056, 14.84417, 'Wolfsberg', 'Carinthia', 'Politischer Bezirk Wolfsberg', 'AT'),
(48.06667, 14.66667, 'Wolfsbach', 'Lower Austria', 'Politischer Bezirk Amstetten', 'AT'),
(48.06667, 15.05000, 'Wolfpassing', 'Lower Austria', 'Politischer Bezirk Scheibbs', 'AT'),
(47.25000, 16.10000, 'Wolfau', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(47.20000, 14.23333, 'Winklern bei Oberwolz', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(46.87361, 12.87472, 'Winklern', 'Carinthia', 'Politischer Bezirk Spittal an der Drau', 'AT'),
(48.08333, 14.83333, 'Winklarn', 'Lower Austria', 'Politischer Bezirk Amstetten', 'AT'),
(48.76667, 15.28333, 'Windigsteig', 'Lower Austria', 'Politischer Bezirk Waidhofen an der Thaya', 'AT'),
(47.95000, 16.75000, 'Winden am See', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(47.91667, 16.43333, 'Wimpassing an der Leitha', 'Burgenland', 'Eisenstadt-Umgebung', 'AT'),
(47.70295, 16.03334, 'Wimpassing im Schwarzatale', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(47.78929, 16.05686, 'Willendorf am Steinfelde', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(48.10571, 15.60539, 'Wilhelmsburg', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(48.58333, 16.63333, 'Wilfersdorf', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(46.88333, 15.51667, 'Wildon', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(47.31667, 11.01667, 'Wildermieming', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.65000, 14.98333, 'Wildalpen', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(47.61667, 16.28333, 'Wiesmath', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(47.40486, 11.79708, 'Wiesing', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.38333, 16.13333, 'Wiesfleck', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(47.73776, 16.33798, 'Wiesen', 'Burgenland', 'Politischer Bezirk Mattersburg', 'AT'),
(48.13333, 15.13333, 'Wieselburg', 'Lower Austria', 'Politischer Bezirk Scheibbs', 'AT'),
(46.72028, 15.27194, 'Wies', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(47.80000, 16.25000, 'Wiener Neustadt', 'Lower Austria', 'Wiener Neustadt Stadt', 'AT'),
(48.08278, 16.31384, 'Wiener Neudorf', 'Lower Austria', 'Politischer Bezirk Modling', 'AT'),
(48.20849, 16.37208, 'Vienna', 'Vienna', 'Wien Stadt', 'AT'),
(47.85717, 14.66409, 'Weyer', 'Upper Austria', 'Politischer Bezirk Steyr-Land', 'AT'),
(47.05293, 15.39923, 'Wetzelsdorf', 'Styria', 'Graz Stadt', 'AT'),
(46.83056, 15.38722, 'Wettmannstatten', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(47.43208, 12.21406, 'Westendorf', 'Tyrol', 'Politischer Bezirk Kitzbuhel', 'AT'),
(46.71667, 15.20000, 'Wernersdorf', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(46.92417, 15.49083, 'Werndorf', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(46.61667, 13.93333, 'Wernberg', 'Carinthia', 'Politischer Bezirk Villach Land', 'AT'),
(47.46667, 13.25000, 'Werfenweng', 'Salzburg', 'Politischer Bezirk Sankt Johann im Pongau', 'AT'),
(47.46667, 13.18333, 'Werfen', 'Salzburg', 'Politischer Bezirk Sankt Johann im Pongau', 'AT'),
(47.57954, 16.42679, 'Weppersdorf', 'Burgenland', 'Politischer Bezirk Oberpullendorf', 'AT'),
(47.16667, 10.73333, 'Wenns', 'Tyrol', 'Politischer Bezirk Imst', 'AT'),
(48.16667, 14.03333, 'Wels', 'Upper Austria', 'Wels Stadt', 'AT'),
(47.21667, 15.61667, 'Weiz', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(48.70000, 14.88333, 'Weitra', 'Lower Austria', 'Politischer Bezirk Gmund', 'AT'),
(48.76667, 15.80000, 'Weitersfeld', 'Lower Austria', 'Politischer Bezirk Horn', 'AT'),
(46.89611, 15.46694, 'Weitendorf', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(48.28333, 15.25000, 'Weiten', 'Lower Austria', 'Politischer Bezirk Melk', 'AT'),
(48.05000, 14.58333, 'Weistrach', 'Lower Austria', 'Politischer Bezirk Amstetten', 'AT'),
(47.15000, 14.73333, 'Weisskirchen in Steiermark', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(47.56667, 14.21667, 'Weissenbach bei Liezen', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(47.98211, 16.03935, 'Weissenbach an der Triesting', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(48.40000, 15.60000, 'Weinzierl bei Krems', 'Lower Austria', 'Politischer Bezirk Krems', 'AT'),
(48.41667, 15.43333, 'Weinzierl am Walde', 'Lower Austria', 'Politischer Bezirk Krems', 'AT'),
(47.51393, 16.36375, 'Weingraben', 'Burgenland', 'Politischer Bezirk Oberpullendorf', 'AT'),
(46.75361, 15.72111, 'Weinburg am Sassbach', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(48.11351, 15.53295, 'Weinburg', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(47.29972, 9.65000, 'Weiler', 'Vorarlberg', 'Politischer Bezirk Feldkirch', 'AT'),
(47.80612, 16.14389, 'Weikersdorf am Steinfelde', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(48.34438, 16.76651, 'Weikendorf', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(47.30000, 16.35000, 'Weiden bei Rechnitz', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(47.92532, 16.86899, 'Weiden am See', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(46.94250, 16.18750, 'Weichselbaum', 'Burgenland', 'Politischer Bezirk Jennersdorf', 'AT'),
(47.30000, 11.63333, 'Weer', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.28333, 11.60000, 'Wattens', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.28333, 11.60000, 'Wattenberg', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.69359, 16.07506, 'Wartmannstetten', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(47.65000, 16.11667, 'Warth', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(47.25000, 10.18333, 'Warth', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(47.48658, 10.68995, 'Wangle', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(48.04538, 15.02672, 'Wang', 'Lower Austria', 'Politischer Bezirk Scheibbs', 'AT'),
(47.71667, 16.23333, 'Walpersbach', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(47.72847, 16.93706, 'Wallern im Burgenland', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(48.13562, 13.42701, 'Waldzell', 'Upper Austria', 'Politischer Bezirk Ried im Innkreis', 'AT'),
(47.99854, 14.25879, 'Waldneukirchen', 'Upper Austria', 'Politischer Bezirk Steyr-Land', 'AT'),
(48.93333, 15.35000, 'Waldkirchen an der Thaya', 'Lower Austria', 'Politischer Bezirk Waidhofen an der Thaya', 'AT'),
(48.35209, 14.15760, 'Walding', 'Upper Austria', 'Politischer Bezirk Urfahr-Umgebung', 'AT'),
(47.25000, 12.23333, 'Wald im Pinzgau', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(48.51667, 15.25000, 'Waldhausen', 'Lower Austria', 'Politischer Bezirk Zwettl', 'AT'),
(48.71667, 15.01667, 'Waldenstein', 'Lower Austria', 'Politischer Bezirk Gmund', 'AT'),
(47.86852, 16.05154, 'Waldegg', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(47.45000, 14.66667, 'Wald am Schoberpass', 'Styria', 'Politischer Bezirk Leoben', 'AT'),
(47.65163, 12.31868, 'Walchsee', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(47.58333, 12.56667, 'Waidring', 'Tyrol', 'Politischer Bezirk Kitzbuhel', 'AT'),
(47.87042, 15.98116, 'Waidmannsfeld', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(47.96004, 14.77361, 'Waidhofen an der Ybbs', 'Lower Austria', 'Waidhofen an der Ybbs Stadt', 'AT'),
(48.81667, 15.28333, 'Waidhofen an der Thaya', 'Lower Austria', 'Politischer Bezirk Waidhofen an der Thaya', 'AT'),
(47.33528, 13.29889, 'Wagrain', 'Salzburg', 'Politischer Bezirk Sankt Johann im Pongau', 'AT'),
(46.75000, 15.55000, 'Wagna', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(48.12107, 16.34036, 'Vosendorf', 'Lower Austria', 'Politischer Bezirk Modling', 'AT'),
(47.11056, 14.16944, 'Murau', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(47.46667, 15.00000, 'Vordernberg', 'Styria', 'Politischer Bezirk Leoben', 'AT'),
(47.36667, 10.53333, 'Vorderhornbach', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(48.00388, 13.92122, 'Vorchdorf', 'Upper Austria', 'Politischer Bezirk Gmunden', 'AT'),
(47.40000, 15.88333, 'Vorau', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(47.33333, 11.68333, 'Vomp', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.25000, 11.33333, 'Vols', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(46.66222, 14.63444, 'Voelkermarkt', 'Carinthia', 'Politischer Bezirk Volkermarkt', 'AT'),
(47.28333, 11.56667, 'Volders', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.03333, 15.15000, 'Voitsberg', 'Styria', 'Politischer Bezirk Voitsberg', 'AT'),
(48.00250, 13.48383, 'Vocklamarkt', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(48.01667, 13.65000, 'Vocklabruck', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(48.75964, 15.18259, 'Vitis', 'Lower Austria', 'Politischer Bezirk Waidhofen an der Thaya', 'AT'),
(47.00000, 12.45000, 'Virgen', 'Tyrol', 'Politischer Bezirk Lienz', 'AT'),
(47.55000, 10.63333, 'Vils', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(46.61028, 13.85583, 'Villach', 'Carinthia', 'Villach Stadt', 'AT'),
(47.29972, 9.66667, 'Viktorsberg', 'Vorarlberg', 'Politischer Bezirk Feldkirch', 'AT'),
(47.36667, 12.73333, 'Viehhofen', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(46.61301, 14.04130, 'Velden am Woerthersee', 'Carinthia', 'Politischer Bezirk Villach Land', 'AT'),
(47.57815, 15.49450, 'Veitsch', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(47.28333, 12.56667, 'Uttendorf', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(47.25000, 16.23333, 'Unterwart', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(47.30000, 13.50000, 'Untertauern', 'Salzburg', 'Politischer Bezirk Sankt Johann im Pongau', 'AT'),
(48.66667, 16.33333, 'Unterstinkenbrunn', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(48.25000, 16.73333, 'Untersiebenbrunn', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(48.04699, 15.74169, 'Rohrbach an der Goelsen', 'Lower Austria', 'Politischer Bezirk Lilienfeld', 'AT'),
(46.96472, 15.40417, 'Unterpremstatten', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(47.26667, 11.25000, 'Unterperfuss', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(46.97694, 16.06389, 'Unterlamm', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.38333, 16.31667, 'Unterkohlstatten', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(47.97234, 14.26472, 'Gruenburg', 'Upper Austria', 'Politischer Bezirk Kirchdorf an der Krems', 'AT'),
(47.57116, 16.49885, 'Unterfrauenhaid', 'Burgenland', 'Politischer Bezirk Oberpullendorf', 'AT'),
(47.18333, 15.66667, 'Unterfladnitz', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(46.80000, 15.31667, 'Unterbergla', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(46.86556, 15.77028, 'Unterauersbach', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.65000, 12.71667, 'Unken', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(47.08333, 15.66667, 'Ungerdorf', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(48.05000, 13.61667, 'Ungenach', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(47.13333, 10.93333, 'Umhausen', 'Tyrol', 'Politischer Bezirk Imst', 'AT'),
(48.67498, 13.91049, 'Ulrichsberg', 'Upper Austria', 'Politischer Bezirk Rohrbach', 'AT'),
(47.31667, 11.86667, 'Uderns', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.01667, 16.05000, 'UEbersbach', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(47.25284, 9.67080, 'Ubersaxen', 'Vorarlberg', 'Politischer Bezirk Feldkirch', 'AT'),
(47.22534, 15.23615, 'Ubelbach', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(47.18333, 13.60000, 'Tweng', 'Salzburg', 'Politischer Bezirk Tamsweg', 'AT'),
(47.93095, 15.49295, 'Turnitz', 'Lower Austria', 'Politischer Bezirk Lilienfeld', 'AT'),
(47.55000, 15.33333, 'Turnau', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(48.32829, 16.05858, 'Tulln', 'Lower Austria', 'Politischer Bezirk Tulln', 'AT'),
(47.25000, 11.53333, 'Tulfes', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(48.29336, 16.12226, 'Tulbing', 'Lower Austria', 'Politischer Bezirk Tulln', 'AT'),
(47.01667, 16.30000, 'Tschanigraben', 'Burgenland', 'Politischer Bezirk Gussing', 'AT'),
(47.08333, 9.90000, 'Tschagguns', 'Vorarlberg', 'Politischer Bezirk Bludenz', 'AT'),
(47.99348, 16.34268, 'Trumau', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(46.81667, 15.81667, 'Troessing', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.42524, 15.00681, 'Trofaiach', 'Styria', 'Politischer Bezirk Leoben', 'AT'),
(46.81611, 12.78972, 'Tristach', 'Tyrol', 'Politischer Bezirk Lienz', 'AT'),
(47.08333, 11.41667, 'Trins', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.11667, 14.23333, 'Triebendorf', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(47.48333, 14.48333, 'Trieben', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(47.46667, 14.58333, 'Treglwang', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(46.88639, 13.51028, 'Trebesing', 'Carinthia', 'Politischer Bezirk Spittal an der Drau', 'AT'),
(46.86667, 15.88333, 'Trautmannsdorf in Oststeiermark', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(48.01667, 16.63333, 'Trautmannsdorf an der Leitha', 'Lower Austria', 'Politischer Bezirk Bruck an der Leitha', 'AT'),
(47.81350, 16.55760, 'Trausdorf an der Wulka', 'Burgenland', 'Eisenstadt-Umgebung', 'AT'),
(48.43333, 15.10000, 'Traunstein', 'Lower Austria', 'Politischer Bezirk Zwettl', 'AT'),
(48.22656, 14.23459, 'Traun', 'Upper Austria', 'Politischer Bezirk Linz-Land', 'AT'),
(47.60000, 15.86667, 'Trattenbach', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(48.35000, 15.73333, 'Traismauer', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(48.01485, 16.29324, 'Traiskirchen', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(48.03333, 15.60000, 'Traisen', 'Lower Austria', 'Politischer Bezirk Lilienfeld', 'AT'),
(46.82500, 15.15694, 'Trahutten', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(47.36667, 14.98333, 'Traboch', 'Styria', 'Politischer Bezirk Leoben', 'AT'),
(47.08333, 16.30000, 'Tobaj', 'Burgenland', 'Politischer Bezirk Gussing', 'AT'),
(47.11667, 10.51667, 'Tobadill', 'Tyrol', 'Politischer Bezirk Landeck', 'AT'),
(48.00394, 13.60760, 'Timelkam', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(46.78611, 15.94222, 'Tieschen', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.88333, 13.35000, 'Tiefgraben', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(47.20000, 9.76667, 'Thuringen', 'Vorarlberg', 'Politischer Bezirk Bludenz', 'AT'),
(47.51667, 15.21667, 'Thoerl', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(47.06667, 13.75000, 'Thomatal', 'Salzburg', 'Politischer Bezirk Tamsweg', 'AT'),
(47.56667, 16.13333, 'Thomasberg', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(47.85000, 16.23333, 'Theresienfeld', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(48.85489, 15.28902, 'Thaya', 'Lower Austria', 'Politischer Bezirk Waidhofen an der Thaya', 'AT'),
(47.30000, 11.46667, 'Thaur', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(48.15000, 14.03333, 'Thalheim bei Wels', 'Upper Austria', 'Wels-Land', 'AT'),
(47.83333, 13.25000, 'Thalgau', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(47.13333, 14.35000, 'Teufenbach', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(47.71565, 16.03575, 'Ternitz', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(47.93333, 14.35000, 'Ternberg', 'Upper Austria', 'Politischer Bezirk Steyr-Land', 'AT'),
(47.31667, 11.65000, 'Terfens', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.30707, 11.06817, 'Telfs', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.16667, 11.36667, 'Telfes im Stubai', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.95000, 16.28333, 'Teesdorf', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(47.28333, 12.96667, 'Taxenbach', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(47.56005, 14.01293, 'Tauplitz', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(47.95000, 16.30000, 'Tattendorf', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(47.26667, 10.76667, 'Tarrenz', 'Tyrol', 'Politischer Bezirk Imst', 'AT'),
(47.48333, 10.51667, 'Tannheim', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(47.12808, 13.81102, 'Tamsweg', 'Salzburg', 'Politischer Bezirk Tamsweg', 'AT'),
(47.76667, 16.98333, 'Tadten', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(47.51667, 9.90000, 'Sulzberg', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(47.28721, 9.65183, 'Sulz', 'Vorarlberg', 'Politischer Bezirk Feldkirch', 'AT'),
(46.68333, 15.55000, 'Sulztal an der Weinstrasse', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(47.28333, 11.91667, 'Stummerberg', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.28333, 11.88333, 'Stumm', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.28333, 12.51667, 'Stuhlfelden', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(47.00583, 15.75417, 'Studenzen', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.23333, 15.80000, 'Stubenberg', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(48.65000, 16.28333, 'Stronsdorf', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(47.71667, 13.48333, 'Strobl', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(47.13333, 10.45000, 'Strengen', 'Tyrol', 'Politischer Bezirk Landeck', 'AT'),
(48.13333, 14.63333, 'Strengberg', 'Lower Austria', 'Politischer Bezirk Amstetten', 'AT'),
(47.04498, 16.41426, 'Strem', 'Burgenland', 'Politischer Bezirk Gussing', 'AT'),
(48.45000, 15.60000, 'Stratzing', 'Lower Austria', 'Politischer Bezirk Krems', 'AT'),
(47.98333, 13.25000, 'Strasswalchen', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(46.72722, 15.62444, 'Strass in Steiermark', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(48.31667, 16.66667, 'Strasshof an der Nordbahn', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(46.75389, 12.48417, 'Strassen', 'Tyrol', 'Politischer Bezirk Lienz', 'AT'),
(46.89444, 14.32861, 'Strassburg', 'Carinthia', 'Politischer Bezirk Sankt Veit an der Glan', 'AT'),
(47.39556, 11.81966, 'Strass im Zillertal', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.40000, 15.71667, 'Strallegg', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(46.80917, 15.86806, 'Straden', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.90000, 16.55000, 'Stotzing', 'Burgenland', 'Eisenstadt-Umgebung', 'AT'),
(48.12267, 15.81379, 'Stossing', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(47.52845, 16.47760, 'Stoob', 'Burgenland', 'Politischer Bezirk Oberpullendorf', 'AT'),
(46.88333, 15.53333, 'Stocking', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(48.38333, 16.21667, 'Stockerau', 'Lower Austria', 'Politischer Bezirk Korneuburg', 'AT'),
(46.72611, 13.52306, 'Stockenboi', 'Carinthia', 'Politischer Bezirk Villach Land', 'AT'),
(47.10000, 15.21667, 'Stiwoll', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(47.83333, 16.41667, 'Steinbrunn', 'Burgenland', 'Eisenstadt-Umgebung', 'AT'),
(47.20000, 16.11667, 'Stinatz', 'Burgenland', 'Politischer Bezirk Gussing', 'AT'),
(48.28513, 14.36995, 'Steyregg', 'Upper Austria', 'Politischer Bezirk Urfahr-Umgebung', 'AT'),
(48.04274, 14.42127, 'Steyr', 'Upper Austria', 'Steyr Stadt', 'AT'),
(46.78333, 14.11667, 'Steuerberg', 'Carinthia', 'Politischer Bezirk Feldkirchen', 'AT'),
(48.36667, 16.38333, 'Stetten', 'Lower Austria', 'Politischer Bezirk Korneuburg', 'AT'),
(48.40000, 16.01667, 'Stetteldorf am Wagram', 'Lower Austria', 'Politischer Bezirk Korneuburg', 'AT');
INSERT INTO `reverse_geocode` (`lat`, `lng`, `city`, `region`, `province`, `country`) VALUES
(47.20000, 15.51667, 'Stenzengreith', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(48.11614, 14.01890, 'Steinhaus', 'Upper Austria', 'Wels-Land', 'AT'),
(46.76556, 13.27167, 'Steinfeld', 'Carinthia', 'Politischer Bezirk Spittal an der Drau', 'AT'),
(46.69833, 14.00917, 'Steindorf am Ossiacher See', 'Carinthia', 'Politischer Bezirk Feldkirchen', 'AT'),
(47.83087, 13.54613, 'Steinbach am Attersee', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(48.06667, 15.03333, 'Steinakirchen am Forst', 'Lower Austria', 'Politischer Bezirk Scheibbs', 'AT'),
(47.08333, 11.46667, 'Steinach am Brenner', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(46.99778, 16.08694, 'Stein', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(47.16667, 16.16667, 'Stegersbach', 'Burgenland', 'Politischer Bezirk Gussing', 'AT'),
(47.24393, 10.29436, 'Steeg', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(48.30752, 15.64127, 'Statzendorf', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(47.13333, 15.41667, 'Stattegg', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(47.14758, 10.55340, 'Stanz bei Landeck', 'Tyrol', 'Politischer Bezirk Landeck', 'AT'),
(47.38333, 10.56667, 'Stanzach', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(47.36667, 11.71667, 'Stans', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.27603, 10.98315, 'Stams', 'Tyrol', 'Politischer Bezirk Imst', 'AT'),
(47.33333, 15.93333, 'Stambach', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(47.05000, 15.21667, 'Stallhofen', 'Styria', 'Politischer Bezirk Voitsberg', 'AT'),
(46.88333, 15.28333, 'Stallhof', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(47.13306, 9.85000, 'Stallehr', 'Vorarlberg', 'Politischer Bezirk Bludenz', 'AT'),
(46.89056, 13.03694, 'Stall', 'Carinthia', 'Politischer Bezirk Spittal an der Drau', 'AT'),
(46.82444, 15.89222, 'Stainz bei Straden', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(46.89444, 15.26722, 'Stainz', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(47.53343, 14.10872, 'Stainach', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(47.31667, 16.28333, 'Stadtschlaining', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(48.08333, 13.86667, 'Stadl-Paura', 'Upper Austria', 'Wels-Land', 'AT'),
(47.08333, 13.96667, 'Stadl an der Mur', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(48.66667, 16.48333, 'Staatz', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(48.36560, 15.41416, 'Spitz', 'Lower Austria', 'Politischer Bezirk Krems', 'AT'),
(46.80000, 13.50000, 'Spittal an der Drau', 'Carinthia', 'Politischer Bezirk Spittal an der Drau', 'AT'),
(47.61345, 15.75096, 'Spital am Semmering', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(48.38333, 16.25000, 'Spillern', 'Lower Austria', 'Politischer Bezirk Korneuburg', 'AT'),
(46.70556, 15.63722, 'Spielfeld', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(47.21667, 14.78333, 'Spielberg bei Knittelfeld', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(48.46393, 16.73647, 'Spannberg', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(47.99561, 14.76065, 'Sonntagberg', 'Lower Austria', 'Politischer Bezirk Amstetten', 'AT'),
(47.98333, 16.65000, 'Sommerein', 'Lower Austria', 'Politischer Bezirk Bruck an der Leitha', 'AT'),
(47.88333, 16.25000, 'Sollenau', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(47.50378, 12.19221, 'Soll', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(46.96667, 11.00000, 'Soelden', 'Tyrol', 'Politischer Bezirk Imst', 'AT'),
(47.28333, 11.51667, 'Hall in Tirol', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.10000, 15.16667, 'Sodingberg', 'Styria', 'Politischer Bezirk Voitsberg', 'AT'),
(47.03333, 16.01667, 'Soechau', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(46.68139, 15.07833, 'Soboth', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(48.58333, 15.93333, 'Sitzendorf an der Schmida', 'Lower Austria', 'Politischer Bezirk Hollabrunn', 'AT'),
(46.54444, 14.60583, 'Sittersdorf', 'Carinthia', 'Politischer Bezirk Volkermarkt', 'AT'),
(47.23333, 11.45000, 'Sistrans', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.10000, 15.81667, 'Sinabelkirchen', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(47.26667, 10.93333, 'Silz', 'Tyrol', 'Politischer Bezirk Imst', 'AT'),
(46.75278, 12.42111, 'Sillian', 'Tyrol', 'Politischer Bezirk Lienz', 'AT'),
(47.09368, 9.98314, 'Silbertal', 'Vorarlberg', 'Politischer Bezirk Bludenz', 'AT'),
(48.68333, 15.75000, 'Sigmundsherberg', 'Lower Austria', 'Politischer Bezirk Horn', 'AT'),
(48.04343, 14.30935, 'Sierning', 'Upper Austria', 'Politischer Bezirk Steyr-Land', 'AT'),
(48.41667, 16.15000, 'Sierndorf', 'Lower Austria', 'Politischer Bezirk Korneuburg', 'AT'),
(48.25531, 16.01223, 'Sieghartskirchen', 'Lower Austria', 'Politischer Bezirk Tulln', 'AT'),
(47.65128, 16.37993, 'Sieggraben', 'Burgenland', 'Politischer Bezirk Mattersburg', 'AT'),
(47.20000, 15.78333, 'Siegersdorf bei Herberstein', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(47.42667, 10.03806, 'Sibratsgfall', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(47.03333, 10.60000, 'Serfaus', 'Tyrol', 'Politischer Bezirk Landeck', 'AT'),
(48.43333, 15.55000, 'Senftenberg', 'Lower Austria', 'Politischer Bezirk Krems', 'AT'),
(47.21667, 15.40000, 'Semriach', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(47.63347, 15.82993, 'Semmering', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(47.55000, 14.33333, 'Selzthal', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(48.03333, 14.65000, 'Seitenstetten Markt', 'Lower Austria', 'Politischer Bezirk Amstetten', 'AT'),
(47.00000, 15.40000, 'Seiersberg', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(47.96667, 16.51667, 'Seibersdorf', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(46.76667, 15.51667, 'Seggauberg', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(47.95246, 13.58382, 'Seewalchen', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(47.90000, 13.13333, 'Seekirchen am Wallersee', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(47.96667, 13.08333, 'Seeham', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(47.33016, 11.18786, 'Seefeld in Tirol', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(46.81909, 13.51430, 'Seeboden', 'Carinthia', 'Politischer Bezirk Spittal an der Drau', 'AT'),
(47.68333, 16.13333, 'Seebenstein', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(47.08333, 10.46667, 'See', 'Tyrol', 'Politischer Bezirk Landeck', 'AT'),
(47.26667, 14.78333, 'Seckau', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(47.20000, 15.98333, 'Sebersdorf', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(47.54600, 12.14049, 'Schwoich', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(47.63333, 12.38333, 'Schwendt', 'Tyrol', 'Politischer Bezirk Kitzbuhel', 'AT'),
(47.19753, 11.85897, 'Schwendau', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(48.66667, 15.06667, 'Schweiggers', 'Lower Austria', 'Politischer Bezirk Zwettl', 'AT'),
(48.13333, 16.46667, 'Schwechat', 'Lower Austria', 'Politischer Bezirk Wien-Umgebung', 'AT'),
(47.35169, 11.71014, 'Schwaz', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.93333, 15.38333, 'Schwarzenbach an der Pielach', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(47.63547, 16.35109, 'Schwarzenbach', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(48.74436, 15.25838, 'Schwarzenau', 'Lower Austria', 'Politischer Bezirk Zwettl', 'AT'),
(46.86667, 15.66667, 'Schwarzau im Schwarzautal', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.81223, 15.70581, 'Schwarzau im Gebirge', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(47.32048, 13.15171, 'Schwarzach im Pongau', 'Salzburg', 'Politischer Bezirk Sankt Johann im Pongau', 'AT'),
(47.44904, 9.76213, 'Schwarzach', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(48.05537, 13.77505, 'Schwanenstadt', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(46.75833, 15.20833, 'Schwanberg', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(48.06667, 16.58333, 'Schwadorf', 'Lower Austria', 'Politischer Bezirk Wien-Umgebung', 'AT'),
(47.85233, 16.62334, 'Schutzen am Gebirge', 'Burgenland', 'Eisenstadt-Umgebung', 'AT'),
(47.06667, 9.91667, 'Schruns', 'Vorarlberg', 'Politischer Bezirk Bludenz', 'AT'),
(47.26667, 15.35000, 'Schrems bei Frohnleiten', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(48.78333, 15.06667, 'Schrems', 'Lower Austria', 'Politischer Bezirk Gmund', 'AT'),
(48.70000, 15.90000, 'Schrattenthal', 'Lower Austria', 'Politischer Bezirk Hollabrunn', 'AT'),
(48.71667, 16.71667, 'Schrattenberg', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(47.77902, 15.99060, 'Schrattenbach', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(47.65683, 15.87250, 'Schottwien', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(47.31205, 10.01646, 'Schoppernau', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(47.19665, 10.65742, 'Schonwies', 'Tyrol', 'Politischer Bezirk Landeck', 'AT'),
(47.18333, 11.41667, 'Schoenberg im Stubaital', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(48.45000, 15.03333, 'Schonbach', 'Lower Austria', 'Politischer Bezirk Zwettl', 'AT'),
(47.93452, 16.25376, 'Schonau an der Triesting', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(47.18333, 14.10000, 'Schoder', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(47.21667, 9.73306, 'Schnifis', 'Vorarlberg', 'Politischer Bezirk Feldkirch', 'AT'),
(47.35206, 9.94520, 'Schnepfau', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(47.08333, 11.56667, 'Schmirn', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.36667, 11.83333, 'Schlitters', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.20000, 9.70000, 'Schlins', 'Vorarlberg', 'Politischer Bezirk Feldkirch', 'AT'),
(47.95000, 13.15000, 'Schleedorf', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(48.07177, 13.78904, 'Schlatt', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(48.63665, 13.96560, 'Schlaegl', 'Upper Austria', 'Politischer Bezirk Rohrbach', 'AT'),
(47.39289, 13.68699, 'Schladming', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(46.60444, 14.09750, 'Schiefling am See', 'Carinthia', 'Politischer Bezirk Klagenfurt Land', 'AT'),
(48.50273, 14.36188, 'Schenkenfelden', 'Upper Austria', 'Politischer Bezirk Urfahr-Umgebung', 'AT'),
(47.15000, 14.40000, 'Scheifling', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(48.00474, 15.16817, 'Scheibbs', 'Lower Austria', 'Politischer Bezirk Scheibbs', 'AT'),
(47.52943, 12.25139, 'Scheffau am Wilden Kaiser', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(47.58831, 13.22020, 'Scheffau am Tennengebirge', 'Salzburg', 'Politischer Bezirk Hallein', 'AT'),
(47.51667, 10.45000, 'Schattwald', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(47.70973, 16.50979, 'Schattendorf', 'Burgenland', 'Politischer Bezirk Mattersburg', 'AT'),
(47.90426, 13.96135, 'Scharnstein', 'Upper Austria', 'Politischer Bezirk Gmunden', 'AT'),
(47.38899, 11.26455, 'Scharnitz', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(48.08333, 16.78333, 'Scharndorf', 'Lower Austria', 'Politischer Bezirk Bruck an der Leitha', 'AT'),
(48.45294, 13.43722, 'Scharding', 'Upper Austria', 'Politischer Bezirk Scharding', 'AT'),
(47.24183, 16.42267, 'Schandorf', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(47.46667, 16.10000, 'Schaeffern', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(47.26667, 16.43333, 'Schachendorf', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(47.20000, 10.86667, 'Sautens', 'Tyrol', 'Politischer Bezirk Imst', 'AT'),
(48.06667, 14.05000, 'Sattledt', 'Upper Austria', 'Wels-Land', 'AT'),
(47.21667, 9.66667, 'Satteins', 'Vorarlberg', 'Politischer Bezirk Feldkirch', 'AT'),
(47.73932, 13.44666, 'Sankt Wolfgang im Salzkammergut', 'Upper Austria', 'Politischer Bezirk Gmunden', 'AT'),
(47.33333, 13.15000, 'Sankt Veit im Pongau', 'Salzburg', 'Politischer Bezirk Sankt Johann im Pongau', 'AT'),
(48.04320, 15.66942, 'Sankt Veit an der Golsen', 'Lower Austria', 'Politischer Bezirk Lilienfeld', 'AT'),
(46.76806, 14.36028, 'Sankt Veit an der Glan', 'Carinthia', 'Politischer Bezirk Sankt Veit an der Glan', 'AT'),
(46.73333, 15.61667, 'Sankt Veit am Vogau', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(48.16667, 14.51667, 'Sankt Valentin', 'Lower Austria', 'Politischer Bezirk Amstetten', 'AT'),
(48.02185, 14.42419, 'Sankt Ulrich bei Steyr', 'Upper Austria', 'Politischer Bezirk Steyr-Land', 'AT'),
(46.93333, 15.53333, 'Sankt Ulrich am Waasen', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(46.92861, 15.25889, 'Sankt Stefan ob Stainz', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(47.30000, 14.98333, 'Sankt Stefan ob Leoben', 'Styria', 'Politischer Bezirk Leoben', 'AT'),
(46.90389, 15.71000, 'Sankt Stefan im Rosental', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.15336, 15.66256, 'Sankt Ruprecht an der Raab', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(47.16667, 15.48333, 'Sankt Radegund bei Graz', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(48.20000, 15.63333, 'Sankt Poelten', 'Lower Austria', 'Sankt Polten Stadt', 'AT'),
(47.18417, 14.58639, 'Sankt Peter ob Judenburg', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(46.75000, 15.25000, 'Sankt Peter im Sulmtal', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(47.38333, 15.01667, 'Sankt Peter-Freienstein', 'Styria', 'Politischer Bezirk Leoben', 'AT'),
(46.79778, 15.75917, 'Sankt Peter am Ottersbach', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.18333, 14.18333, 'Sankt Peter am Kammersberg', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(46.70056, 14.87556, 'Sankt Paul im Levanttal', 'Carinthia', 'Politischer Bezirk Wolfsberg', 'AT'),
(47.08333, 15.26667, 'Sankt Oswald bei Plankenwarth', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(46.80889, 15.65083, 'Sankt Nikolai ob Drassling', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(47.31667, 14.05000, 'Sankt Nikolai im Solktal', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(46.82111, 15.45194, 'Sankt Nikolai im Sausal', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(47.33333, 15.00000, 'Sankt Michael in Obersteiermark', 'Styria', 'Politischer Bezirk Leoben', 'AT'),
(47.10000, 13.63333, 'Sankt Michael im Lungau', 'Salzburg', 'Politischer Bezirk Tamsweg', 'AT'),
(47.13333, 16.26667, 'Sankt Michael im Burgenland', 'Burgenland', 'Politischer Bezirk Gussing', 'AT'),
(46.75611, 15.29722, 'Sankt Martin im Sulmtal', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(47.56667, 12.70000, 'Sankt Martin bei Lofer', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(46.92250, 16.13611, 'Sankt Martin an der Raab', 'Burgenland', 'Politischer Bezirk Jennersdorf', 'AT'),
(47.48873, 13.98105, 'Sankt Martin am Grimming', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(48.38710, 13.45078, 'Sankt Marienkirchen bei Schaerding', 'Upper Austria', 'Politischer Bezirk Scharding', 'AT'),
(47.08333, 13.68333, 'Sankt Margarethen im Lungau', 'Salzburg', 'Politischer Bezirk Tamsweg', 'AT'),
(47.80335, 16.60875, 'Sankt Margarethen im Burgenland', 'Burgenland', 'Eisenstadt-Umgebung', 'AT'),
(47.21667, 14.86667, 'Sankt Margarethen bei Knittelfeld', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(48.15910, 15.49055, 'Sankt Margarethen an der Sierning', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(47.05000, 15.75000, 'Sankt Margarethen an der Raab', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(47.46667, 15.36667, 'Sankt Marein im Muerztal', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(47.06591, 14.42908, 'Sankt Marein bei Neumarkt', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(47.26667, 14.86667, 'Sankt Marein bei Knittelfeld', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(47.01583, 15.68389, 'Sankt Marein bei Graz', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(47.48333, 15.36667, 'Sankt Lorenzen im Muerztal', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(47.14556, 14.40583, 'Sankt Lorenzen bei Scheifling', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(47.25000, 14.88333, 'Sankt Lorenzen bei Knittelfeld', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(47.43333, 15.95000, 'Sankt Lorenzen am Wechsel', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(47.81667, 13.36667, 'Sankt Lorenz', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(48.13333, 15.28333, 'Sankt Leonhard am Forst', 'Lower Austria', 'Politischer Bezirk Melk', 'AT'),
(47.06667, 14.30000, 'Sankt Lambrecht', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(47.30000, 15.58333, 'Sankt Kathrein am Offenegg', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(47.48333, 15.68333, 'Sankt Kathrein am Hauenstein', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(47.47069, 15.16319, 'Sankt Katharein an der Laming', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(46.90917, 15.33639, 'Sankt Josef (Weststeiermark)', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(47.52330, 12.42320, 'Sankt Johann in Tirol', 'Tyrol', 'Politischer Bezirk Kitzbuhel', 'AT'),
(47.26667, 16.01667, 'Sankt Johann in der Haide', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(46.70389, 15.40278, 'Sankt Johann im Saggautal', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(47.35000, 13.20000, 'Sankt Johann im Pongau', 'Salzburg', 'Politischer Bezirk Sankt Johann im Pongau', 'AT'),
(47.20000, 15.80000, 'Sankt Johann bei Herberstein', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(47.35000, 14.46667, 'Sankt Johann am Tauern', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(47.46667, 15.78333, 'Sankt Jakob im Walde', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(46.54778, 14.05722, 'Sankt Jakob', 'Carinthia', 'Politischer Bezirk Villach Land', 'AT'),
(47.55000, 15.16667, 'Sankt Ilgen', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(48.38020, 14.13185, 'Sankt Gotthard im Muhlkreis', 'Upper Austria', 'Politischer Bezirk Urfahr-Umgebung', 'AT'),
(47.76667, 13.36667, 'Sankt Gilgen', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(47.10000, 14.10000, 'Sankt Georgen ob Murau', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(47.20000, 14.50000, 'Sankt Georgen ob Judenburg', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(47.93595, 13.48306, 'Sankt Georgen im Attergau', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(46.87333, 15.57972, 'Sankt Georgen an der Stiefing', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(48.03149, 15.22722, 'Sankt Georgen an der Leys', 'Lower Austria', 'Politischer Bezirk Scheibbs', 'AT'),
(48.13333, 14.95000, 'Sankt Georgen am Ybbsfelde', 'Lower Austria', 'Politischer Bezirk Amstetten', 'AT'),
(47.01667, 9.96667, 'Sankt Gallenkirch', 'Vorarlberg', 'Politischer Bezirk Bludenz', 'AT'),
(47.68333, 14.60000, 'Sankt Gallen', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(48.44122, 13.44263, 'Sankt Florian am Inn', 'Upper Austria', 'Politischer Bezirk Scharding', 'AT'),
(47.58333, 16.00000, 'Sankt Corona am Wechsel', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(47.08333, 14.30000, 'Sankt Blasen', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(47.06667, 15.25000, 'Sankt Bartholoma', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(47.11667, 9.86667, 'Sankt Anton im Montafon', 'Vorarlberg', 'Politischer Bezirk Bludenz', 'AT'),
(47.12750, 10.26372, 'Sankt Anton am Arlberg', 'Tyrol', 'Politischer Bezirk Landeck', 'AT'),
(46.83111, 15.97139, 'Sankt Anna am Aigen', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.15000, 13.78333, 'Sankt Andra im Lungau', 'Salzburg', 'Politischer Bezirk Tamsweg', 'AT'),
(47.78410, 16.94195, 'Sankt Andra am Zicksee', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(46.76829, 14.81991, 'Sankt Andrae', 'Carinthia', 'Politischer Bezirk Wolfsberg', 'AT'),
(47.79941, 13.04399, 'Salzburg', 'Salzburg', 'Salzburg Stadt', 'AT'),
(48.46667, 15.23333, 'Sallingberg', 'Lower Austria', 'Politischer Bezirk Zwettl', 'AT'),
(47.10000, 14.96667, 'Salla', 'Styria', 'Politischer Bezirk Voitsberg', 'AT'),
(46.82917, 13.35500, 'Sachsenburg', 'Carinthia', 'Politischer Bezirk Spittal an der Drau', 'AT'),
(47.42681, 12.84800, 'Saalfelden am Steinernen Meer', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(47.39138, 12.63642, 'Saalbach', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(48.06076, 13.71883, 'Rutzenham', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(48.04326, 13.78982, 'Rustorf', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(47.80122, 16.67158, 'Rust', 'Burgenland', 'Rust Stadt', 'AT'),
(48.13648, 15.27675, 'Ruprechtshofen', 'Lower Austria', 'Politischer Bezirk Melk', 'AT'),
(47.28333, 11.45000, 'Rum', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.05000, 16.11667, 'Rudersdorf', 'Burgenland', 'Politischer Bezirk Jennersdorf', 'AT'),
(46.65833, 14.77639, 'Ruden', 'Carinthia', 'Politischer Bezirk Volkermarkt', 'AT'),
(47.51667, 14.35000, 'Rottenmann', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(47.29332, 9.65484, 'Rothis', 'Vorarlberg', 'Politischer Bezirk Feldkirch', 'AT'),
(47.31667, 15.36667, 'Rothelstein', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(47.25000, 16.25000, 'Rotenturm an der Pinka', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(46.58333, 14.03333, 'Rosegg', 'Carinthia', 'Politischer Bezirk Villach Land', 'AT'),
(48.64312, 15.81774, 'Roschitz', 'Lower Austria', 'Politischer Bezirk Horn', 'AT'),
(47.21667, 10.81667, 'Roppen', 'Tyrol', 'Politischer Bezirk Imst', 'AT'),
(47.21667, 9.70000, 'Rons', 'Vorarlberg', 'Politischer Bezirk Feldkirch', 'AT'),
(47.89471, 15.73603, 'Rohr im Gebirge', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(47.11667, 16.16667, 'Rohr im Burgenland', 'Burgenland', 'Politischer Bezirk Gussing', 'AT'),
(48.65000, 15.50000, 'Rohrenbach', 'Lower Austria', 'Politischer Bezirk Horn', 'AT'),
(47.70520, 16.43005, 'Rohrbach bei Mattersburg', 'Burgenland', 'Politischer Bezirk Mattersburg', 'AT'),
(47.38333, 16.00000, 'Rohrbach an der Lafnitz', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(48.06667, 16.85000, 'Rohrau', 'Lower Austria', 'Politischer Bezirk Bruck an der Leitha', 'AT'),
(47.61316, 16.49546, 'Ritzing', 'Burgenland', 'Politischer Bezirk Oberpullendorf', 'AT'),
(47.25000, 11.50000, 'Rinn', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.28333, 11.05000, 'Rietz', 'Tyrol', 'Politischer Bezirk Imst', 'AT'),
(47.00000, 15.93028, 'Riegersburg', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.50000, 9.96667, 'Riefensberg', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(47.35000, 16.13333, 'Riedlingsdorf', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(47.05000, 10.65000, 'Ried im Oberinntal', 'Tyrol', 'Politischer Bezirk Landeck', 'AT'),
(48.21123, 13.48855, 'Ried im Innkreis', 'Upper Austria', 'Politischer Bezirk Ried im Innkreis', 'AT'),
(47.48333, 10.71667, 'Reutte', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(47.37113, 9.89481, 'Reuthe', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(46.73333, 15.56667, 'Retznei', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(48.75000, 15.95000, 'Retz', 'Lower Austria', 'Politischer Bezirk Hollabrunn', 'AT'),
(47.65718, 12.26872, 'Rettenschoss', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(47.53333, 15.78333, 'Rettenegg', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(47.30000, 11.20000, 'Reith bei Seefeld', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.46667, 12.35000, 'Reith bei Kitzbuhel', 'Tyrol', 'Politischer Bezirk Kitzbuhel', 'AT'),
(47.41694, 11.87785, 'Reith im Alpbachtal', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(48.00000, 16.51667, 'Reisenberg', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(47.98567, 15.07067, 'Reinsberg', 'Lower Austria', 'Politischer Bezirk Scheibbs', 'AT'),
(48.96667, 15.13333, 'Reingers', 'Lower Austria', 'Politischer Bezirk Gmund', 'AT'),
(47.13333, 14.66667, 'Reifling', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(47.88333, 14.45000, 'Reichraming', 'Upper Austria', 'Politischer Bezirk Steyr-Land', 'AT'),
(48.54286, 14.38471, 'Reichenthal', 'Upper Austria', 'Politischer Bezirk Urfahr-Umgebung', 'AT'),
(47.00000, 14.75000, 'Reichenfels', 'Carinthia', 'Politischer Bezirk Wolfsberg', 'AT'),
(47.18333, 15.75000, 'Reichendorf', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(48.45704, 14.34875, 'Reichenau im Muhlkreis', 'Upper Austria', 'Politischer Bezirk Urfahr-Umgebung', 'AT'),
(47.69509, 15.84572, 'Reichenau an der Rax', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(48.01667, 13.73333, 'Redlham', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(48.06667, 13.55000, 'Redleiten', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(47.30467, 16.44095, 'Rechnitz', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(48.33333, 15.26667, 'Raxendorf', 'Lower Austria', 'Politischer Bezirk Melk', 'AT'),
(48.55000, 15.85000, 'Ravelsbach', 'Lower Austria', 'Politischer Bezirk Hollabrunn', 'AT'),
(47.22656, 12.99459, 'Rauris', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(48.08333, 16.51667, 'Rauchenwarth', 'Lower Austria', 'Politischer Bezirk Wien-Umgebung', 'AT'),
(47.43941, 11.89407, 'Rattenberg', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(47.48333, 15.71667, 'Ratten', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(46.74222, 15.81583, 'Ratschendorf', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(46.68944, 15.57111, 'Ratsch an der Weinstrasse', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(48.57348, 15.33176, 'Rastenfeld', 'Lower Austria', 'Politischer Bezirk Krems', 'AT'),
(46.86028, 15.27000, 'Rassach', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(48.52161, 15.07925, 'Rappottenstein', 'Lower Austria', 'Politischer Bezirk Zwettl', 'AT'),
(47.15000, 14.08333, 'Ranten', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(47.27108, 9.64308, 'Rankweil', 'Vorarlberg', 'Politischer Bezirk Feldkirch', 'AT'),
(46.85000, 15.81667, 'Raning', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.26667, 11.20000, 'Ranggen', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(46.86528, 12.97833, 'Rangersdorf', 'Carinthia', 'Politischer Bezirk Spittal an der Drau', 'AT'),
(48.01198, 14.97334, 'Randegg', 'Lower Austria', 'Politischer Bezirk Scheibbs', 'AT'),
(48.00313, 15.80332, 'Ramsau', 'Lower Austria', 'Politischer Bezirk Lilienfeld', 'AT'),
(47.20383, 11.87545, 'Ramsau im Zillertal', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.06667, 13.83333, 'Ramingstein', 'Salzburg', 'Politischer Bezirk Tamsweg', 'AT'),
(47.56581, 16.53056, 'Raiding', 'Burgenland', 'Politischer Bezirk Oberpullendorf', 'AT'),
(46.83667, 15.59278, 'Ragnitz', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(47.21082, 9.83688, 'Raggal', 'Vorarlberg', 'Politischer Bezirk Bludenz', 'AT'),
(47.38333, 13.45000, 'Radstadt', 'Salzburg', 'Politischer Bezirk Sankt Johann im Pongau', 'AT'),
(46.68806, 15.98806, 'Bad Radkersburg', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.44806, 11.91424, 'Radfeld', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(46.80056, 13.71167, 'Radenthein', 'Carinthia', 'Politischer Bezirk Spittal an der Drau', 'AT'),
(47.21667, 14.90000, 'Rachau', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(47.30000, 15.80000, 'Rabenwald', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(48.06535, 15.46772, 'Rabenstein an der Pielach', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(48.65000, 16.90000, 'Rabensburg', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(48.24657, 16.56532, 'Raasdorf', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(47.63333, 15.93333, 'Raach am Hochgebirge', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(48.85000, 15.50000, 'Raabs an der Thaya', 'Lower Austria', 'Politischer Bezirk Waidhofen an der Thaya', 'AT'),
(46.96278, 15.91167, 'Raabau', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.03333, 15.50000, 'Raaba', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(48.15910, 15.68624, 'Pyhra', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(47.30611, 14.37556, 'Pusterwald', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(48.20769, 16.17539, 'Purkersdorf', 'Lower Austria', 'Politischer Bezirk Wien-Umgebung', 'AT'),
(48.05841, 15.13478, 'Purgstall', 'Lower Austria', 'Politischer Bezirk Scheibbs', 'AT'),
(48.70484, 15.86031, 'Pulkau', 'Lower Austria', 'Politischer Bezirk Hollabrunn', 'AT'),
(48.03333, 13.71667, 'Puhret', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(47.92819, 15.28748, 'Puchenstuben', 'Lower Austria', 'Politischer Bezirk Scheibbs', 'AT'),
(47.78709, 15.91352, 'Puchberg am Schneeberg', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(47.21667, 15.71667, 'Puch bei Weiz', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(47.71536, 13.09296, 'Puch bei Hallein', 'Salzburg', 'Politischer Bezirk Hallein', 'AT'),
(47.08333, 10.66667, 'Prutz', 'Tyrol', 'Politischer Bezirk Landeck', 'AT'),
(47.41667, 13.86667, 'Pruggern', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(47.40000, 15.13333, 'Proleb', 'Styria', 'Politischer Bezirk Leoben', 'AT'),
(48.20000, 15.51667, 'Prinzersdorf', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(47.70318, 15.92794, 'Prigglitz', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(48.18333, 16.08333, 'Pressbaum', 'Lower Austria', 'Politischer Bezirk Wien-Umgebung', 'AT'),
(48.06667, 16.95000, 'Prellenkirchen', 'Lower Austria', 'Politischer Bezirk Bruck an der Leitha', 'AT'),
(46.94000, 14.92583, 'Preitenegg', 'Carinthia', 'Politischer Bezirk Wolfsberg', 'AT'),
(46.85861, 15.40972, 'Preding', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(48.66667, 16.63333, 'Poysdorf', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(48.04504, 16.94770, 'Potzneusiedl', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(47.80445, 16.37109, 'Pottsching', 'Burgenland', 'Politischer Bezirk Mattersburg', 'AT'),
(47.95820, 16.09480, 'Pottenstein', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(47.90000, 16.38333, 'Pottendorf', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(47.75369, 16.43864, 'Pottelsdorf', 'Burgenland', 'Politischer Bezirk Mattersburg', 'AT'),
(46.85611, 15.85639, 'Poppendorf', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.21667, 14.58333, 'Poels', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(47.28333, 11.15000, 'Polling in Tirol', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.31667, 15.85000, 'Poellauberg', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(47.30000, 15.83333, 'Poellau', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(48.31667, 15.18333, 'Poggstall', 'Lower Austria', 'Politischer Bezirk Melk', 'AT'),
(46.65000, 14.45000, 'Poggersdorf', 'Carinthia', 'Politischer Bezirk Klagenfurt Land', 'AT'),
(47.85412, 16.83706, 'Podersdorf am See', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(48.20000, 15.20000, 'Pochlarn', 'Lower Austria', 'Politischer Bezirk Melk', 'AT'),
(47.83333, 13.18333, 'Plainfeld', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(48.07361, 13.72484, 'Pitzenberg', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(47.71667, 16.18333, 'Pitten', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(46.70000, 15.26667, 'Pitschgau', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(46.76667, 15.36667, 'Pistorf', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(47.00000, 15.38333, 'Pirka', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(47.44826, 16.41516, 'Piringsdorf', 'Burgenland', 'Politischer Bezirk Oberpullendorf', 'AT'),
(46.95000, 15.60000, 'Pirching am Traubenberg', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.36667, 16.11667, 'Pinkafeld', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(47.43333, 16.06667, 'Pinggau', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(48.35000, 16.53333, 'Pillichsdorf', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(47.31667, 11.68333, 'Pill', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.44106, 16.34920, 'Pilgersdorf', 'Burgenland', 'Politischer Bezirk Oberpullendorf', 'AT'),
(47.28333, 12.71667, 'Piesendorf', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(47.08333, 15.08333, 'Piberegg', 'Styria', 'Politischer Bezirk Voitsberg', 'AT'),
(47.13486, 10.51237, 'Pians', 'Tyrol', 'Politischer Bezirk Landeck', 'AT'),
(46.96667, 10.55000, 'Pfunds', 'Tyrol', 'Politischer Bezirk Landeck', 'AT'),
(47.15000, 11.46667, 'Pfons', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.51667, 10.71667, 'Pflach', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(48.50375, 13.82638, 'Pfarrkirchen im Muehlkreis', 'Upper Austria', 'Politischer Bezirk Rohrbach', 'AT'),
(48.03046, 14.19914, 'Pfarrkirchen bei Bad Hall', 'Upper Austria', 'Politischer Bezirk Steyr-Land', 'AT'),
(48.01737, 16.26354, 'Pfaffstatten', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(48.01800, 13.47507, 'Pfaffing', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(47.30000, 11.08333, 'Pfaffenhofen', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(48.13333, 15.15000, 'Petzenkirchen', 'Lower Austria', 'Politischer Bezirk Melk', 'AT'),
(48.11667, 16.85000, 'Petronell-Carnuntum', 'Lower Austria', 'Politischer Bezirk Bruck an der Leitha', 'AT'),
(46.94056, 15.96167, 'Pertlstein', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.89759, 15.96022, 'Pernitz', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(48.70000, 16.01667, 'Pernersdorf', 'Lower Austria', 'Politischer Bezirk Hollabrunn', 'AT'),
(47.35979, 15.34236, 'Pernegg an der Mur', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(48.73333, 15.61667, 'Pernegg', 'Lower Austria', 'Politischer Bezirk Horn', 'AT'),
(46.91361, 15.81417, 'Perlsdorf', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(48.25000, 14.63333, 'Perg', 'Upper Austria', 'Politischer Bezirk Perg', 'AT'),
(48.11935, 16.26607, 'Perchtoldsdorf', 'Lower Austria', 'Politischer Bezirk Modling', 'AT'),
(47.10000, 14.45000, 'Perchau am Sattel', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(48.13333, 13.85000, 'Pennewang', 'Upper Austria', 'Wels-Land', 'AT'),
(47.20000, 15.35000, 'Peggau', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(47.69209, 15.86340, 'Payerbach', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(48.35000, 15.61667, 'Paudorf', 'Lower Austria', 'Politischer Bezirk Krems', 'AT'),
(47.20000, 11.41667, 'Patsch', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(46.71417, 13.63611, 'Paternion', 'Carinthia', 'Politischer Bezirk Villach Land', 'AT'),
(47.28333, 15.51667, 'Passail', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(48.25931, 14.20369, 'Pasching', 'Upper Austria', 'Politischer Bezirk Linz-Land', 'AT'),
(47.48090, 15.28645, 'Parschlug', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(47.99963, 16.86049, 'Parndorf', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(48.28333, 16.60000, 'Parbasdorf', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(47.70092, 16.90779, 'Pamhagen', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(48.05000, 17.03333, 'Pama', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(47.70000, 14.80000, 'Palfau', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(46.94222, 15.79583, 'Paldau', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(46.97917, 14.98417, 'Pack', 'Styria', 'Politischer Bezirk Voitsberg', 'AT'),
(47.20000, 10.90000, 'Oetz', 'Tyrol', 'Politischer Bezirk Imst', 'AT'),
(47.61667, 15.93333, 'Otterthal', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(48.75000, 16.56667, 'Ottenthal', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(48.33246, 14.17425, 'Ottensheim', 'Upper Austria', 'Politischer Bezirk Urfahr-Umgebung', 'AT'),
(48.46632, 14.38471, 'Ottenschlag im Muhlkreis', 'Upper Austria', 'Politischer Bezirk Urfahr-Umgebung', 'AT'),
(48.41667, 15.21667, 'Ottenschlag', 'Lower Austria', 'Politischer Bezirk Zwettl', 'AT'),
(46.85806, 15.13278, 'Osterwitz', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(46.66667, 13.98333, 'Ossiach', 'Carinthia', 'Politischer Bezirk Feldkirchen', 'AT'),
(47.82906, 16.61957, 'Oslip', 'Burgenland', 'Eisenstadt-Umgebung', 'AT'),
(48.14524, 16.70089, 'Orth an der Donau', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(47.86667, 14.81667, 'Opponitz', 'Lower Austria', 'Politischer Bezirk Amstetten', 'AT'),
(47.48333, 14.26667, 'Oppenberg', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(47.18333, 16.16667, 'Ollersdorf im Burgenland', 'Burgenland', 'Politischer Bezirk Gussing', 'AT'),
(47.18333, 16.20000, 'Olbendorf', 'Burgenland', 'Politischer Bezirk Gussing', 'AT'),
(48.15000, 13.83333, 'Offenhausen', 'Upper Austria', 'Wels-Land', 'AT'),
(47.45938, 13.99023, 'Oblarn', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(47.25000, 14.48333, 'Oberzeiring', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(47.20000, 14.26667, 'Oberwolz Stadt', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(47.15000, 14.63333, 'Oberweg', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(47.28971, 16.20595, 'Oberwart', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(47.86667, 13.43333, 'Oberwang', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(47.97567, 16.32191, 'Oberwaltersdorf', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(46.74500, 15.58472, 'Obervogau', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(46.93667, 13.20417, 'Obervellach', 'Carinthia', 'Politischer Bezirk Spittal an der Drau', 'AT'),
(47.93722, 13.07722, 'Obertrum am See', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(46.71056, 12.61444, 'Obertilliach', 'Tyrol', 'Politischer Bezirk Lienz', 'AT'),
(46.96667, 15.80000, 'Oberstorcha', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(48.26667, 16.70000, 'Obersiebenbrunn', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(47.35138, 16.20732, 'Oberschutzen', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(47.15000, 15.80000, 'Oberrettenbach', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(47.50352, 16.50447, 'Oberpullendorf', 'Burgenland', 'Politischer Bezirk Oberpullendorf', 'AT'),
(47.30000, 11.13333, 'Pettnau', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(48.45000, 14.21667, 'Oberneukirchen', 'Upper Austria', 'Politischer Bezirk Urfahr-Umgebung', 'AT'),
(47.50000, 12.38333, 'Oberndorf in Tirol', 'Tyrol', 'Politischer Bezirk Kitzbuhel', 'AT'),
(48.05559, 13.75677, 'Oberndorf bei Schwanenstadt', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(47.95000, 12.93333, 'Oberndorf bei Salzburg', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(48.06386, 15.22430, 'Oberndorf an der Melk', 'Lower Austria', 'Politischer Bezirk Scheibbs', 'AT'),
(47.44736, 16.50764, 'Oberloisdorf', 'Burgenland', 'Politischer Bezirk Oberpullendorf', 'AT'),
(46.84722, 12.73139, 'Oberlienz', 'Tyrol', 'Politischer Bezirk Lienz', 'AT'),
(47.23333, 14.58333, 'Oberkurzheim', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(47.30000, 11.08333, 'Oberhofen im Inntal', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.95000, 13.30000, 'Oberhofen am Irrsee', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(46.68690, 15.33202, 'Oberhaag', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(48.15040, 15.54531, 'Ober-Grafendorf', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(46.74306, 12.97028, 'Oberdrauburg', 'Carinthia', 'Politischer Bezirk Spittal an der Drau', 'AT'),
(47.21667, 16.21667, 'Oberdorf im Burgenland', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(46.97861, 15.72167, 'Oberdorf am Hochegg', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.70000, 13.10000, 'Oberalm', 'Salzburg', 'Politischer Bezirk Hallein', 'AT'),
(47.40000, 15.21667, 'Oberaich', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(47.06667, 14.68333, 'Obdach', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(47.16667, 9.80000, 'Nuziders', 'Vorarlberg', 'Politischer Bezirk Bludenz', 'AT'),
(47.95944, 13.00917, 'Nussdorf am Haunsberg', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(47.25483, 9.57802, 'Nofels', 'Vorarlberg', 'Politischer Bezirk Feldkirch', 'AT'),
(48.22433, 14.98123, 'Nochling', 'Lower Austria', 'Politischer Bezirk Melk', 'AT'),
(47.11667, 15.75000, 'Nitscha', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(46.78583, 12.91333, 'Nikolsdorf', 'Tyrol', 'Politischer Bezirk Lienz', 'AT'),
(47.38333, 15.15000, 'Niklasdorf', 'Styria', 'Politischer Bezirk Leoben', 'AT'),
(47.53615, 16.66017, 'Nikitsch', 'Burgenland', 'Politischer Bezirk Oberpullendorf', 'AT'),
(47.15000, 14.36667, 'Niederwolz', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(48.10000, 13.75000, 'Niederthalheim', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(47.46667, 14.01667, 'Niederoblarn', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(47.28333, 12.65000, 'Niedernsill', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(47.65000, 12.21667, 'Niederndorf', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(48.55000, 16.40000, 'Niederleis', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(48.43333, 16.30000, 'Niederhollabrunn', 'Lower Austria', 'Politischer Bezirk Korneuburg', 'AT'),
(47.94056, 17.06944, 'Nickelsdorf', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(47.54548, 16.44619, 'Neutal', 'Burgenland', 'Politischer Bezirk Oberpullendorf', 'AT'),
(47.11667, 11.31667, 'Neustift im Stubaital', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.01667, 16.26667, 'Neustift bei Gussing', 'Burgenland', 'Politischer Bezirk Gussing', 'AT'),
(47.36667, 16.03333, 'Neustift an der Lafnitz', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(48.63333, 16.80000, 'Neusiedl an der Zaya', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(47.94901, 16.84170, 'Neusiedl am See', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(47.72096, 16.08107, 'Neunkirchen', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(47.07398, 14.42728, 'Neumarkt in Steiermark', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(48.13333, 15.05000, 'Neumarkt an der Ybbs', 'Lower Austria', 'Politischer Bezirk Melk', 'AT'),
(47.95000, 13.23333, 'Neumarkt am Wallersee', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(48.19745, 15.90219, 'Neulengbach', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(48.10000, 13.81667, 'Neukirchen bei Lambach', 'Upper Austria', 'Wels-Land', 'AT'),
(48.03333, 13.53333, 'Neukirchen an der Vockla', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(47.25046, 12.27585, 'Neukirchen am Grossvenediger', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(48.05795, 14.85489, 'Neuhofen an der Ybbs', 'Lower Austria', 'Politischer Bezirk Amstetten', 'AT'),
(46.63333, 14.88333, 'Neuhaus', 'Carinthia', 'Politischer Bezirk Volkermarkt', 'AT'),
(47.86558, 16.37856, 'Neufeld an der Leitha', 'Burgenland', 'Eisenstadt-Umgebung', 'AT'),
(47.79655, 16.29770, 'Neudorfl', 'Burgenland', 'Politischer Bezirk Mattersburg', 'AT'),
(48.72083, 16.49139, 'Neudorf bei Staatz', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(47.16667, 16.10000, 'Neudau', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(47.66423, 15.57226, 'Neuberg an der Muerz', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(47.08333, 15.86667, 'Nestelbach im Ilztal', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(47.06053, 15.61140, 'Nestelbach bei Graz', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(47.48333, 10.61667, 'Nesselwangle', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(47.18436, 9.70539, 'Nenzing', 'Vorarlberg', 'Politischer Bezirk Bludenz', 'AT'),
(48.23333, 15.55000, 'Neidling', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(47.59964, 16.54670, 'Neckenmarkt', 'Burgenland', 'Politischer Bezirk Oberpullendorf', 'AT'),
(46.88333, 10.51667, 'Nauders', 'Tyrol', 'Politischer Bezirk Landeck', 'AT'),
(47.23414, 11.37342, 'Natters', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.31667, 10.83333, 'Nassereith', 'Tyrol', 'Politischer Bezirk Imst', 'AT'),
(47.35000, 10.66667, 'Namlos', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(47.23333, 15.60000, 'Naas', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(47.23333, 11.38333, 'Mutters', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.53333, 10.66667, 'Musau', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(47.60000, 15.68333, 'Muerzzuschlag', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(47.66667, 15.48333, 'Muerzsteg', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(47.48333, 15.38333, 'Muerzhofen', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(46.70806, 15.77472, 'Mureck', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.42164, 11.83356, 'Munster', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(48.03333, 16.38333, 'Munchendorf', 'Lower Austria', 'Politischer Bezirk Modling', 'AT'),
(47.83943, 16.46258, 'Mullendorf', 'Burgenland', 'Eisenstadt-Umgebung', 'AT'),
(47.09893, 13.49756, 'Muhr', 'Salzburg', 'Politischer Bezirk Tamsweg', 'AT'),
(46.88972, 16.04083, 'Muhlgraben', 'Burgenland', 'Politischer Bezirk Jennersdorf', 'AT'),
(47.03071, 14.50848, 'Muhlen', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(46.93861, 15.90750, 'Muehldorf bei Feldbach', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(48.36667, 15.35000, 'Muhldorf', 'Lower Austria', 'Politischer Bezirk Krems', 'AT'),
(46.86028, 13.35361, 'Muhldorf', 'Carinthia', 'Politischer Bezirk Spittal an der Drau', 'AT'),
(47.36667, 13.13333, 'Muhlbach am Hochkonig', 'Salzburg', 'Politischer Bezirk Sankt Johann im Pongau', 'AT'),
(47.91059, 15.93533, 'Muggendorf', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(47.28333, 10.95000, 'Motz', 'Tyrol', 'Politischer Bezirk Imst', 'AT'),
(47.05843, 16.47728, 'Moschendorf', 'Burgenland', 'Politischer Bezirk Gussing', 'AT'),
(46.92389, 12.91778, 'Mortschach', 'Carinthia', 'Politischer Bezirk Spittal an der Drau', 'AT'),
(47.20000, 15.56667, 'Mortantsch', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(47.75000, 16.66667, 'Morbisch am See', 'Burgenland', 'Eisenstadt-Umgebung', 'AT'),
(46.98167, 15.27889, 'Mooskirchen', 'Styria', 'Politischer Bezirk Voitsberg', 'AT'),
(46.65750, 14.17472, 'Moosburg', 'Carinthia', 'Politischer Bezirk Klagenfurt Land', 'AT'),
(48.01667, 16.45000, 'Moosbrunn', 'Lower Austria', 'Politischer Bezirk Wien-Umgebung', 'AT'),
(47.45000, 15.86667, 'Moenichwald', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(47.50000, 16.03333, 'Monichkirchen', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(47.85648, 13.34908, 'Mondsee', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(47.88020, 16.94126, 'Monchhof', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(46.85000, 14.43333, 'Molbling', 'Carinthia', 'Politischer Bezirk Sankt Veit an der Glan', 'AT'),
(47.56667, 9.81667, 'Moggers', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(46.94917, 16.23222, 'Mogersdorf', 'Burgenland', 'Politischer Bezirk Jennersdorf', 'AT'),
(46.95000, 15.05000, 'Modriach', 'Styria', 'Politischer Bezirk Voitsberg', 'AT'),
(48.08605, 16.28921, 'Modling', 'Lower Austria', 'Politischer Bezirk Modling', 'AT'),
(47.28333, 12.48333, 'Mittersill', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(47.98333, 16.46667, 'Mitterndorf an der Fischa', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(46.88917, 15.63556, 'Mitterlabill', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.53333, 15.51667, 'Mitterdorf im Muerztal', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(47.16667, 15.60000, 'Mitterdorf an der Raab', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(47.81396, 15.29537, 'Mitterbach am Erlaufsee', 'Lower Austria', 'Politischer Bezirk Lilienfeld', 'AT'),
(47.32370, 10.15463, 'Mittelberg', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(48.57000, 16.57667, 'Mistelbach', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(47.18333, 16.31667, 'Mischendorf', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(47.20616, 10.67485, 'Mils bei Imst', 'Tyrol', 'Politischer Bezirk Imst', 'AT'),
(47.84035, 15.98236, 'Miesenbach', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(47.30000, 10.98333, 'Mieming', 'Tyrol', 'Politischer Bezirk Imst', 'AT'),
(47.16667, 11.38333, 'Mieders', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(48.29085, 15.93893, 'Michelhausen', 'Lower Austria', 'Politischer Bezirk Tulln', 'AT'),
(47.87764, 14.13357, 'Micheldorf in Oberoesterreich', 'Upper Austria', 'Politischer Bezirk Kirchdorf an der Krems', 'AT'),
(46.91667, 14.41667, 'Micheldorf', 'Carinthia', 'Politischer Bezirk Sankt Veit an der Glan', 'AT'),
(47.41083, 13.89333, 'Michaelerberg', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(46.80583, 15.71111, 'Mettersdorf am Sassbach', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(46.98056, 14.21667, 'Metnitz', 'Carinthia', 'Politischer Bezirk Sankt Veit an der Glan', 'AT'),
(46.85722, 15.90389, 'Merkendorf', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(46.93333, 15.51667, 'Mellach', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(48.22737, 15.33186, 'Melk', 'Lower Austria', 'Politischer Bezirk Melk', 'AT'),
(47.29891, 9.57862, 'Meiningen', 'Vorarlberg', 'Politischer Bezirk Feldkirch', 'AT'),
(47.16667, 11.86667, 'Mayrhofen', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.40000, 14.83333, 'Mautern in Steiermark', 'Styria', 'Politischer Bezirk Leoben', 'AT'),
(47.13451, 13.67884, 'Mauterndorf', 'Salzburg', 'Politischer Bezirk Tamsweg', 'AT'),
(48.24514, 16.16793, 'Mauerbach', 'Lower Austria', 'Politischer Bezirk Wien-Umgebung', 'AT'),
(47.96667, 13.10000, 'Mattsee', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(47.73333, 16.40000, 'Mattersburg', 'Burgenland', 'Politischer Bezirk Mattersburg', 'AT'),
(47.00000, 12.53333, 'Matrei in Osttirol', 'Tyrol', 'Politischer Bezirk Lienz', 'AT'),
(47.13333, 11.45000, 'Matrei am Brenner', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.71667, 16.41667, 'Marz', 'Burgenland', 'Politischer Bezirk Mattersburg', 'AT'),
(48.36667, 15.15000, 'Martinsberg', 'Lower Austria', 'Politischer Bezirk Zwettl', 'AT'),
(47.56205, 16.42508, 'Markt Sankt Martin', 'Burgenland', 'Politischer Bezirk Oberpullendorf', 'AT'),
(48.20568, 14.37836, 'Sankt Florian', 'Upper Austria', 'Politischer Bezirk Linz-Land', 'AT');
INSERT INTO `reverse_geocode` (`lat`, `lng`, `city`, `region`, `province`, `country`) VALUES
(48.45194, 16.59833, 'Bad Pirawarth', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(47.87358, 16.12510, 'Markt Piesting', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(47.29565, 16.39564, 'Markt Neuhodis', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(47.28333, 16.08333, 'Markt Allhau', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(48.26667, 16.63333, 'Markgrafneusiedl', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(47.77306, 15.31639, 'Mariazell', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(46.61639, 14.16306, 'Maria Worth', 'Carinthia', 'Politischer Bezirk Klagenfurt Land', 'AT'),
(47.10000, 15.50000, 'Mariatrost', 'Styria', 'Graz Stadt', 'AT'),
(48.21667, 15.15000, 'Maria Taferl', 'Lower Austria', 'Politischer Bezirk Melk', 'AT'),
(47.53333, 12.05000, 'Mariastein', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(47.36580, 16.23136, 'Mariasdorf', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(46.68083, 14.34861, 'Maria Saal', 'Carinthia', 'Politischer Bezirk Klagenfurt Land', 'AT'),
(46.55389, 14.29556, 'Maria Rain', 'Carinthia', 'Politischer Bezirk Klagenfurt Land', 'AT'),
(47.15000, 13.75000, 'Mariapfarr', 'Salzburg', 'Politischer Bezirk Tamsweg', 'AT'),
(47.93333, 14.60000, 'Maria Neustift', 'Upper Austria', 'Politischer Bezirk Steyr-Land', 'AT'),
(47.05000, 15.06667, 'Maria Lankowitz', 'Styria', 'Politischer Bezirk Voitsberg', 'AT'),
(48.30000, 15.33333, 'Maria Laach am Jauerling', 'Lower Austria', 'Politischer Bezirk Krems', 'AT'),
(47.10000, 14.40000, 'Mariahof', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(48.10000, 16.28333, 'Maria Enzersdorf', 'Lower Austria', 'Politischer Bezirk Modling', 'AT'),
(48.19012, 15.93155, 'Maria-Anzbach', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(47.40579, 12.90121, 'Maria Alm am Steinernen Meer', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(48.18333, 14.11667, 'Marchtrenk', 'Upper Austria', 'Wels-Land', 'AT'),
(48.27885, 16.90933, 'Marchegg', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(48.21667, 15.15000, 'Marbach an der Donau', 'Lower Austria', 'Politischer Bezirk Melk', 'AT'),
(48.15200, 16.66506, 'Mannsdorf an der Donau', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(48.08851, 13.66682, 'Manning', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(47.42815, 16.52678, 'Mannersdorf an der Rabnitz', 'Burgenland', 'Politischer Bezirk Oberpullendorf', 'AT'),
(47.96667, 16.60000, 'Mannersdorf am Leithagebirge', 'Lower Austria', 'Politischer Bezirk Bruck an der Leitha', 'AT'),
(48.11024, 15.33915, 'Mank', 'Lower Austria', 'Politischer Bezirk Melk', 'AT'),
(48.56667, 15.81667, 'Maissau', 'Lower Austria', 'Politischer Bezirk Hollabrunn', 'AT'),
(47.36667, 12.80000, 'Maishofen', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(48.67379, 16.18132, 'Mailberg', 'Lower Austria', 'Politischer Bezirk Hollabrunn', 'AT'),
(46.89250, 15.84972, 'Maierdorf', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.35000, 9.61667, 'Mader', 'Vorarlberg', 'Politischer Bezirk Feldkirch', 'AT'),
(47.46373, 16.63665, 'Lutzmannsburg', 'Burgenland', 'Politischer Bezirk Oberpullendorf', 'AT'),
(47.42642, 9.65851, 'Lustenau', 'Vorarlberg', 'Politischer Bezirk Dornbirn', 'AT'),
(47.86120, 15.02998, 'Lunz am See', 'Lower Austria', 'Politischer Bezirk Scheibbs', 'AT'),
(46.54139, 14.13425, 'Ludmannsdorf', 'Carinthia', 'Politischer Bezirk Klagenfurt Land', 'AT'),
(47.20000, 9.78306, 'Ludesch', 'Vorarlberg', 'Politischer Bezirk Bludenz', 'AT'),
(47.92428, 14.43672, 'Losenstein', 'Upper Austria', 'Politischer Bezirk Steyr-Land', 'AT'),
(47.13306, 9.85000, 'Loruns', 'Vorarlberg', 'Politischer Bezirk Bludenz', 'AT'),
(47.91559, 16.51790, 'Loretto', 'Burgenland', 'Eisenstadt-Umgebung', 'AT'),
(48.20000, 15.40000, 'Loosdorf', 'Lower Austria', 'Politischer Bezirk Melk', 'AT'),
(47.00000, 16.10000, 'Loipersdorf bei Fuerstenfeld', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(47.69656, 16.47919, 'Loipersbach im Burgenland', 'Burgenland', 'Politischer Bezirk Mattersburg', 'AT'),
(47.99578, 15.40163, 'Loich', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(47.58475, 12.69333, 'Lofer', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(46.95861, 15.94333, 'Loedersdorf', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.53333, 9.75000, 'Lochau', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(47.20000, 16.15000, 'Litzelsdorf', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(48.93333, 15.05000, 'Litschau', 'Lower Austria', 'Politischer Bezirk Gmund', 'AT'),
(48.30639, 14.28611, 'Linz', 'Upper Austria', 'Linz Stadt', 'AT'),
(48.01312, 15.59664, 'Lilienfeld', 'Lower Austria', 'Politischer Bezirk Lilienfeld', 'AT'),
(46.99389, 15.21083, 'Ligist', 'Styria', 'Politischer Bezirk Voitsberg', 'AT'),
(47.56667, 14.23333, 'Liezen', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(46.82890, 12.76903, 'Lienz', 'Tyrol', 'Politischer Bezirk Lienz', 'AT'),
(46.97417, 15.33750, 'Lieboch', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(47.83333, 16.28333, 'Lichtenworth', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(47.60000, 16.20000, 'Lichtenegg', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(46.66722, 15.46889, 'Leutschach', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(47.40358, 10.88070, 'Lermoos', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(48.22261, 16.68858, 'Leopoldsdorf im Marchfelde', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(48.11557, 16.39126, 'Leopoldsdorf', 'Lower Austria', 'Politischer Bezirk Wien-Umgebung', 'AT'),
(48.27965, 14.25330, 'Leonding', 'Upper Austria', 'Politischer Bezirk Linz-Land', 'AT'),
(47.43906, 12.76109, 'Leogang', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(47.92796, 16.21651, 'Leobersdorf', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(48.38333, 16.31667, 'Leobendorf', 'Lower Austria', 'Politischer Bezirk Korneuburg', 'AT'),
(47.37650, 15.09144, 'Leoben', 'Styria', 'Politischer Bezirk Leoben', 'AT'),
(47.97326, 13.60846, 'Lenzing', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(48.46667, 15.58333, 'Lengenfeld', 'Lower Austria', 'Politischer Bezirk Krems', 'AT'),
(46.83528, 13.43028, 'Lendorf', 'Carinthia', 'Politischer Bezirk Spittal an der Drau', 'AT'),
(47.29856, 13.05176, 'Lend', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(48.41667, 16.23333, 'Leitzersdorf', 'Lower Austria', 'Politischer Bezirk Korneuburg', 'AT'),
(47.93348, 16.47915, 'Leithaprodersdorf', 'Burgenland', 'Eisenstadt-Umgebung', 'AT'),
(46.95000, 15.95000, 'Leitersdorf im Raabtal', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(46.81250, 12.74861, 'Leisach', 'Tyrol', 'Politischer Bezirk Lienz', 'AT'),
(46.78161, 15.53836, 'Leibnitz', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(48.24628, 15.27460, 'Leiben', 'Lower Austria', 'Politischer Bezirk Melk', 'AT'),
(47.48804, 10.70652, 'Lechaschau', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(47.20797, 10.14184, 'Lech', 'Vorarlberg', 'Politischer Bezirk Bludenz', 'AT'),
(48.06833, 16.35607, 'Laxenburg', 'Lower Austria', 'Politischer Bezirk Modling', 'AT'),
(46.79889, 12.83806, 'Lavant', 'Tyrol', 'Politischer Bezirk Lienz', 'AT'),
(46.64019, 14.94733, 'Lavamund', 'Carinthia', 'Politischer Bezirk Wolfsberg', 'AT'),
(47.48306, 9.73306, 'Lauterach', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(47.95000, 14.45000, 'Laussa', 'Upper Austria', 'Politischer Bezirk Steyr-Land', 'AT'),
(47.51667, 14.26667, 'Lassing', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(48.22479, 16.82230, 'Lassee', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(47.73333, 16.23333, 'Lanzenkirchen', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(47.23333, 11.45000, 'Lans', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(46.94611, 15.33722, 'Lannach', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(48.56667, 14.88333, 'Langschlag', 'Lower Austria', 'Politischer Bezirk Zwettl', 'AT'),
(48.30000, 16.35000, 'Langenzersdorf', 'Lower Austria', 'Politischer Bezirk Korneuburg', 'AT'),
(47.56667, 15.61667, 'Langenwang', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(48.30489, 16.01034, 'Langenrohr', 'Lower Austria', 'Politischer Bezirk Tulln', 'AT'),
(48.46667, 15.66667, 'Langenlois', 'Lower Austria', 'Politischer Bezirk Krems', 'AT'),
(47.05000, 15.63333, 'Langegg bei Graz', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(48.83207, 15.71560, 'Langau', 'Lower Austria', 'Politischer Bezirk Horn', 'AT'),
(46.83765, 15.50471, 'Lang', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(47.65000, 14.71667, 'Landl', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(47.13988, 10.56593, 'Landeck', 'Tyrol', 'Politischer Bezirk Landeck', 'AT'),
(47.98333, 12.95000, 'Lamprechtshausen', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(48.09276, 13.87453, 'Lambach', 'Upper Austria', 'Wels-Land', 'AT'),
(47.36667, 16.01667, 'Lafnitz', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(47.06667, 10.63333, 'Ladis', 'Tyrol', 'Politischer Bezirk Landeck', 'AT'),
(48.53333, 16.48333, 'Ladendorf', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(47.58996, 16.50404, 'Lackendorf', 'Burgenland', 'Politischer Bezirk Oberpullendorf', 'AT'),
(47.59042, 16.46533, 'Lackenbach', 'Burgenland', 'Politischer Bezirk Oberpullendorf', 'AT'),
(47.06667, 15.66667, 'Labuch', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(47.98188, 13.82166, 'Laakirchen', 'Upper Austria', 'Politischer Bezirk Gmunden', 'AT'),
(48.15486, 16.17359, 'Laab im Walde', 'Lower Austria', 'Politischer Bezirk Modling', 'AT'),
(48.71667, 16.38333, 'Laa an der Thaya', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(47.46667, 11.98333, 'Kundl', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(47.15000, 15.53333, 'Kumberg', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(47.05814, 14.48702, 'Kulm am Zirbitz', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(47.07544, 16.21033, 'Kukmirn', 'Burgenland', 'Politischer Bezirk Gussing', 'AT'),
(47.58333, 12.16667, 'Kufstein', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(47.62647, 13.14480, 'Kuchl', 'Salzburg', 'Politischer Bezirk Hallein', 'AT'),
(46.83944, 15.86083, 'Krusdorf', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.02111, 15.63139, 'Krumegg', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(47.48306, 9.93583, 'Krumbach', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(48.58333, 15.43333, 'Krumau am Kamp', 'Lower Austria', 'Politischer Bezirk Krems', 'AT'),
(47.20000, 15.63333, 'Krottendorf', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(47.71667, 13.18333, 'Krispl', 'Salzburg', 'Politischer Bezirk Hallein', 'AT'),
(47.53333, 15.55000, 'Krieglach', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(48.26737, 14.80648, 'Bad Kreuzen', 'Upper Austria', 'Politischer Bezirk Perg', 'AT'),
(47.78552, 16.41495, 'Krensdorf', 'Burgenland', 'Politischer Bezirk Mattersburg', 'AT'),
(48.05290, 14.12919, 'Kremsmunster', 'Upper Austria', 'Politischer Bezirk Kirchdorf an der Krems', 'AT'),
(48.40921, 15.61415, 'Krems an der Donau', 'Lower Austria', 'Krems an der Donau Stadt', 'AT'),
(47.30000, 14.93333, 'Kraubath an der Mur', 'Styria', 'Politischer Bezirk Leoben', 'AT'),
(47.44312, 11.87545, 'Kramsach', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(47.18333, 13.96667, 'Krakauschatten', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(47.18333, 13.98333, 'Krakauhintermuhlen', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(47.16667, 14.01667, 'Krakaudorf', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(46.56139, 14.23389, 'Kottmannsdorf', 'Carinthia', 'Politischer Bezirk Klagenfurt Land', 'AT'),
(47.95096, 16.22715, 'Kottingbrunn', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(47.95000, 13.20000, 'Kostendorf', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(47.66990, 12.40545, 'Kossen', 'Tyrol', 'Politischer Bezirk Kitzbuhel', 'AT'),
(48.35000, 16.33333, 'Korneuburg', 'Lower Austria', 'Politischer Bezirk Korneuburg', 'AT'),
(47.80808, 13.15561, 'Koppl', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(48.30198, 16.14492, 'Konigstetten', 'Lower Austria', 'Politischer Bezirk Tulln', 'AT'),
(47.00000, 16.16667, 'Konigsdorf', 'Burgenland', 'Politischer Bezirk Jennersdorf', 'AT'),
(47.28333, 11.63333, 'Kolsass', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.11667, 15.11667, 'Kohlschwarz', 'Styria', 'Politischer Bezirk Voitsberg', 'AT'),
(46.90000, 15.78333, 'Kohlberg', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.17472, 16.35701, 'Kohfidisch', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(47.31667, 15.68333, 'Koglhof', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(47.06667, 15.08333, 'Koflach', 'Styria', 'Politischer Bezirk Voitsberg', 'AT'),
(47.33306, 9.60000, 'Koblach', 'Vorarlberg', 'Politischer Bezirk Feldkirch', 'AT'),
(47.59572, 16.39173, 'Kobersdorf', 'Burgenland', 'Politischer Bezirk Oberpullendorf', 'AT'),
(47.25000, 14.85000, 'Kobenz', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(47.21667, 14.81667, 'Knittelfeld', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(48.30521, 16.32522, 'Klosterneuburg', 'Lower Austria', 'Politischer Bezirk Wien-Umgebung', 'AT'),
(47.13333, 10.08333, 'Klosterle', 'Vorarlberg', 'Politischer Bezirk Bludenz', 'AT'),
(46.88333, 15.08333, 'Kloster', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(46.76472, 15.96556, 'Kloech', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.75202, 16.54069, 'Klingenbach', 'Burgenland', 'Eisenstadt-Umgebung', 'AT'),
(48.45585, 13.99195, 'Kleinzell im Muehlkreis', 'Upper Austria', 'Politischer Bezirk Rohrbach', 'AT'),
(47.97993, 15.73620, 'Kleinzell', 'Lower Austria', 'Politischer Bezirk Lilienfeld', 'AT'),
(47.39444, 13.93944, 'Kleinsolk', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(48.21667, 15.21667, 'Klein-Poechlarn', 'Lower Austria', 'Politischer Bezirk Melk', 'AT'),
(47.03299, 16.32448, 'Kleinmurbisch', 'Burgenland', 'Politischer Bezirk Gussing', 'AT'),
(47.15000, 14.83333, 'Kleinlobming', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(46.82278, 13.79222, 'Kleinkirchheim', 'Carinthia', 'Politischer Bezirk Spittal an der Drau', 'AT'),
(48.08771, 16.01686, 'Klausen-Leopoldsdorf', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(47.30913, 9.64678, 'Klaus', 'Vorarlberg', 'Politischer Bezirk Feldkirch', 'AT'),
(46.62472, 14.30528, 'Klagenfurt am Woerthersee', 'Carinthia', 'Klagenfurt am Woerthersee', 'AT'),
(46.76667, 15.43333, 'Kitzeck im Sausal', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(47.44637, 12.39215, 'Kitzbuhel', 'Tyrol', 'Politischer Bezirk Kitzbuhel', 'AT'),
(48.09250, 17.06389, 'Kittsee', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(48.07246, 15.32232, 'Kirnberg an der Mank', 'Lower Austria', 'Politischer Bezirk Melk', 'AT'),
(48.18333, 15.81667, 'Kirchstetten', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(47.50000, 16.28333, 'Kirchschlag in der Buckligen Welt', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(48.41149, 14.27656, 'Kirchschlag bei Linz', 'Upper Austria', 'Politischer Bezirk Urfahr-Umgebung', 'AT'),
(48.38333, 15.21667, 'Kirchschlag', 'Lower Austria', 'Politischer Bezirk Zwettl', 'AT'),
(47.55626, 12.44511, 'Kirchdorf in Tirol', 'Tyrol', 'Politischer Bezirk Kitzbuhel', 'AT'),
(47.44539, 12.31602, 'Kirchberg in Tirol', 'Tyrol', 'Politischer Bezirk Kitzbuhel', 'AT'),
(46.98583, 15.76694, 'Kirchberg an der Raab', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(48.02690, 15.42875, 'Kirchberg an der Pielach', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(47.60738, 15.99103, 'Kirchberg am Wechsel', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(48.71667, 15.08333, 'Kirchberg am Walde', 'Lower Austria', 'Politischer Bezirk Gmund', 'AT'),
(48.43333, 15.88333, 'Kirchberg am Wagram', 'Lower Austria', 'Politischer Bezirk Tulln', 'AT'),
(46.93167, 15.66194, 'Kirchbach in Steiermark', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(46.64160, 13.18454, 'Kirchbach', 'Carinthia', 'Politischer Bezirk Hermagor', 'AT'),
(47.50000, 15.45000, 'Kindberg', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(48.10101, 15.40850, 'Kilb', 'Lower Austria', 'Politischer Bezirk Melk', 'AT'),
(46.59306, 14.18889, 'Keutschach am See', 'Carinthia', 'Politischer Bezirk Klagenfurt Land', 'AT'),
(47.48306, 9.76667, 'Kennelbach', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(47.23333, 16.15000, 'Kemeten', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(47.25000, 11.26667, 'Kematen in Tirol', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(48.02541, 14.76468, 'Kematen an der Ybbs', 'Lower Austria', 'Politischer Bezirk Amstetten', 'AT'),
(48.91667, 15.23333, 'Kautzen', 'Lower Austria', 'Politischer Bezirk Waidhofen an der Thaya', 'AT'),
(47.08333, 10.68333, 'Kauns', 'Tyrol', 'Politischer Bezirk Landeck', 'AT'),
(48.02415, 15.89842, 'Kaumberg', 'Lower Austria', 'Politischer Bezirk Lilienfeld', 'AT'),
(47.78055, 16.26985, 'Katzelsdorf', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(48.15320, 15.77946, 'Kasten bei Boheimkirchen', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(46.72889, 12.50083, 'Kartitsch', 'Tyrol', 'Politischer Bezirk Lienz', 'AT'),
(47.21667, 10.76667, 'Karrosten', 'Tyrol', 'Politischer Bezirk Imst', 'AT'),
(47.21667, 10.78333, 'Karres', 'Tyrol', 'Politischer Bezirk Imst', 'AT'),
(48.25000, 15.56667, 'Karlstetten', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(47.27239, 12.75985, 'Kaprun', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(47.06667, 10.38333, 'Kappl', 'Tyrol', 'Politischer Bezirk Landeck', 'AT'),
(46.83861, 14.48639, 'Kappel am Krappfeld', 'Carinthia', 'Politischer Bezirk Sankt Veit an der Glan', 'AT'),
(46.88611, 15.97167, 'Kapfenstein', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.44458, 15.29331, 'Kapfenberg', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(48.25817, 15.75731, 'Kapelln', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(47.63333, 15.61667, 'Kapellen', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(47.38333, 14.90000, 'Kammern im Liesingtal', 'Styria', 'Politischer Bezirk Leoben', 'AT'),
(47.41667, 14.75000, 'Kalwang', 'Styria', 'Politischer Bezirk Leoben', 'AT'),
(48.11646, 16.19956, 'Kaltenleutgeben', 'Lower Austria', 'Politischer Bezirk Modling', 'AT'),
(47.28333, 11.86667, 'Kaltenbach', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(46.96528, 15.48028, 'Kalsdorf bei Graz', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(47.53741, 16.39198, 'Kaisersdorf', 'Burgenland', 'Politischer Bezirk Oberpullendorf', 'AT'),
(46.79248, 15.53879, 'Kaindorf an der Sulm', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(47.21667, 15.90000, 'Kaindorf', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(47.13333, 15.08333, 'Kainach bei Voitsberg', 'Styria', 'Politischer Bezirk Voitsberg', 'AT'),
(47.20000, 15.83333, 'Kaibing', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(47.57409, 10.44723, 'Jungholz', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(47.16667, 14.66667, 'Judenburg', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(47.96165, 16.79604, 'Jois', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(47.53333, 14.58333, 'Johnsbach', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(47.37920, 12.41807, 'Jochberg', 'Tyrol', 'Politischer Bezirk Kitzbuhel', 'AT'),
(47.15000, 10.73333, 'Jerzens', 'Tyrol', 'Politischer Bezirk Imst', 'AT'),
(46.93848, 16.14158, 'Jennersdorf', 'Burgenland', 'Politischer Bezirk Jennersdorf', 'AT'),
(47.39173, 11.77245, 'Jenbach', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(48.49807, 16.87225, 'Jedenspeigen', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(48.79250, 15.56831, 'Japons', 'Lower Austria', 'Politischer Bezirk Horn', 'AT'),
(48.53333, 15.48333, 'Jaidhof', 'Lower Austria', 'Politischer Bezirk Krems', 'AT'),
(46.85361, 15.73806, 'Jagerberg', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.25000, 16.28333, 'Jabing', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(47.01257, 10.29179, 'Ischgl', 'Tyrol', 'Politischer Bezirk Landeck', 'AT'),
(46.75694, 13.02528, 'Irschen', 'Carinthia', 'Politischer Bezirk Spittal an der Drau', 'AT'),
(47.50529, 14.10155, 'Irdning', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(47.28333, 11.18333, 'Inzing', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.01667, 16.31667, 'Inzenhof', 'Burgenland', 'Politischer Bezirk Gussing', 'AT'),
(47.26266, 11.39454, 'Innsbruck', 'Tyrol', 'Innsbruck Stadt', 'AT'),
(46.81194, 12.37472, 'Innervillgraten', 'Tyrol', 'Politischer Bezirk Lienz', 'AT'),
(47.83333, 13.40000, 'Innerschwand', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(47.15000, 9.91667, 'Innerbraz', 'Vorarlberg', 'Politischer Bezirk Bludenz', 'AT'),
(47.20517, 10.69605, 'Imsterberg', 'Tyrol', 'Politischer Bezirk Imst', 'AT'),
(47.24504, 10.73974, 'Imst', 'Tyrol', 'Politischer Bezirk Imst', 'AT'),
(47.08333, 15.91667, 'Ilz', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(47.76148, 16.80024, 'Illmitz', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(47.16667, 13.23333, 'Huttschlag', 'Salzburg', 'Politischer Bezirk Sankt Johann im Pongau', 'AT'),
(46.94139, 14.55000, 'Huttenberg', 'Carinthia', 'Politischer Bezirk Sankt Veit an der Glan', 'AT'),
(47.41667, 13.30000, 'Huttau', 'Salzburg', 'Politischer Bezirk Sankt Johann im Pongau', 'AT'),
(48.15601, 15.41262, 'Hurm', 'Lower Austria', 'Politischer Bezirk Melk', 'AT'),
(48.11749, 16.93581, 'Hundsheim', 'Lower Austria', 'Politischer Bezirk Bruck an der Leitha', 'AT'),
(48.22627, 14.17786, 'Horsching', 'Upper Austria', 'Politischer Bezirk Linz-Land', 'AT'),
(47.88049, 16.44447, 'Hornstein', 'Burgenland', 'Eisenstadt-Umgebung', 'AT'),
(48.66274, 15.65663, 'Horn', 'Lower Austria', 'Politischer Bezirk Horn', 'AT'),
(47.58729, 16.54696, 'Horitschon', 'Burgenland', 'Politischer Bezirk Oberpullendorf', 'AT'),
(47.55000, 9.75000, 'Horbranz', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(47.45000, 12.16667, 'Hopfgarten im Brixental', 'Tyrol', 'Politischer Bezirk Kitzbuhel', 'AT'),
(46.91917, 12.53639, 'Hopfgarten in Defereggen', 'Tyrol', 'Politischer Bezirk Lienz', 'AT'),
(48.22296, 14.09683, 'Holzhausen', 'Upper Austria', 'Wels-Land', 'AT'),
(47.26667, 12.41667, 'Hollersbach im Pinzgau', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(47.58333, 16.25000, 'Hollenthon', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(47.80000, 14.76667, 'Hollenstein an der Ybbs', 'Lower Austria', 'Politischer Bezirk Amstetten', 'AT'),
(46.79147, 15.21345, 'Hollenegg', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(48.55000, 16.08333, 'Hollabrunn', 'Lower Austria', 'Politischer Bezirk Hollabrunn', 'AT'),
(47.58333, 9.78333, 'Hohenweiler', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(46.55833, 13.66778, 'Hohenthurn', 'Carinthia', 'Politischer Bezirk Villach Land', 'AT'),
(47.43333, 14.48333, 'Hohentauern', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(48.45000, 16.65000, 'Hohenruppersdorf', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(47.36667, 9.68306, 'Hohenems', 'Vorarlberg', 'Politischer Bezirk Dornbirn', 'AT'),
(48.76667, 15.01667, 'Hoheneich', 'Lower Austria', 'Politischer Bezirk Gmund', 'AT'),
(47.90679, 15.61998, 'Hohenberg', 'Lower Austria', 'Politischer Bezirk Lilienfeld', 'AT'),
(47.30000, 15.55000, 'Hohenau an der Raab', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(47.06667, 15.73333, 'Hofstatten an der Raab', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(47.46667, 10.68333, 'Hofen', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(46.80000, 15.93333, 'Hof bei Straden', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.81929, 13.21488, 'Hof bei Salzburg', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(47.95000, 16.58333, 'Hof am Leithaberge', 'Lower Austria', 'Politischer Bezirk Bruck an der Leitha', 'AT'),
(47.65000, 16.28333, 'Hochwolkersdorf', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(47.45934, 9.64050, 'Hochst', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(47.46667, 12.61667, 'Hochfilzen', 'Tyrol', 'Politischer Bezirk Kitzbuhel', 'AT'),
(47.03333, 15.30000, 'Hitzendorf', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(47.93095, 16.17908, 'Hirtenberg', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(48.73333, 15.11667, 'Hirschbach', 'Lower Austria', 'Politischer Bezirk Gmund', 'AT'),
(47.18333, 15.81667, 'Hirnsdorf', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(47.78652, 16.45460, 'Hirm', 'Burgenland', 'Politischer Bezirk Mattersburg', 'AT'),
(47.20435, 11.86523, 'Hippach', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.70000, 13.28333, 'Hintersee', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(48.08611, 16.24809, 'Hinterbruehl', 'Lower Austria', 'Politischer Bezirk Modling', 'AT'),
(46.75667, 14.03056, 'Himmelberg', 'Carinthia', 'Politischer Bezirk Feldkirchen', 'AT'),
(48.08333, 16.43333, 'Himberg', 'Lower Austria', 'Politischer Bezirk Wien-Umgebung', 'AT'),
(47.60000, 14.73333, 'Hieflau', 'Styria', 'Politischer Bezirk Leoben', 'AT'),
(47.11667, 16.18333, 'Heugraben', 'Burgenland', 'Politischer Bezirk Gussing', 'AT'),
(48.43011, 14.11280, 'Herzogsdorf', 'Upper Austria', 'Politischer Bezirk Urfahr-Umgebung', 'AT'),
(48.28137, 15.69431, 'Herzogenburg', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(48.68333, 16.68333, 'Herrnbaumgarten', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(47.89465, 16.10561, 'Hernstein', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(46.62722, 13.36722, 'Hermagor', 'Carinthia', 'Politischer Bezirk Hermagor', 'AT'),
(48.11173, 16.36311, 'Hennersdorf', 'Lower Austria', 'Politischer Bezirk Modling', 'AT'),
(47.90000, 13.18333, 'Henndorf am Wallersee', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(46.86667, 15.43333, 'Hengsberg', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(48.43333, 14.30000, 'Hellmonsodt', 'Upper Austria', 'Politischer Bezirk Urfahr-Umgebung', 'AT'),
(47.45000, 10.75000, 'Heiterwang', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(46.98917, 16.26083, 'Heiligenkreuz im Lafnitztal', 'Burgenland', 'Politischer Bezirk Jennersdorf', 'AT'),
(46.95583, 15.58806, 'Heiligenkreuz am Waasen', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(48.05559, 16.12493, 'Heiligenkreuz', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(47.02705, 16.41688, 'Heiligenbrunn', 'Burgenland', 'Politischer Bezirk Gussing', 'AT'),
(47.03979, 12.84345, 'Heiligenblut', 'Carinthia', 'Politischer Bezirk Spittal an der Drau', 'AT'),
(48.86667, 15.11667, 'Heidenreichstein', 'Lower Austria', 'Politischer Bezirk Gmund', 'AT'),
(46.99111, 15.51139, 'Hausmannstatten', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(48.38333, 16.10000, 'Hausleiten', 'Lower Austria', 'Politischer Bezirk Korneuburg', 'AT'),
(48.60000, 16.76667, 'Hauskirchen', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(48.61667, 16.81667, 'Hausbrunn', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(47.40997, 13.76724, 'Haus', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(48.20000, 15.45000, 'Haunoldstein', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(48.70000, 16.06667, 'Haugsdorf', 'Lower Austria', 'Politischer Bezirk Hollabrunn', 'AT'),
(48.98333, 15.05000, 'Haugschlag', 'Lower Austria', 'Politischer Bezirk Gmund', 'AT'),
(46.98111, 15.99556, 'Hatzendorf', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.28333, 11.16667, 'Hatting', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.31667, 10.50000, 'Haselgehr', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(47.18333, 15.91667, 'Hartl', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(47.35106, 11.86476, 'Hart im Zillertal', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.28333, 15.96667, 'Hartberg', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(48.38333, 16.36667, 'Harmannsdorf', 'Lower Austria', 'Politischer Bezirk Korneuburg', 'AT'),
(48.19270, 16.78741, 'Haringsee', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(47.51071, 12.11912, 'Bad Haering', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(48.85000, 15.85000, 'Hardegg', 'Lower Austria', 'Politischer Bezirk Hollabrunn', 'AT'),
(47.48306, 9.68306, 'Hard', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(47.22895, 16.38250, 'Hannersdorf', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(47.85000, 13.08333, 'Hallwang', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(47.68333, 13.10000, 'Hallein', 'Salzburg', 'Politischer Bezirk Hallein', 'AT'),
(47.60000, 14.45000, 'Hall', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(47.87019, 16.97542, 'Halbturn', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(46.72194, 15.94667, 'Halbenrain', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.21788, 11.90034, 'Hainzenberg', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(46.83583, 15.64139, 'Hainsdorf im Schwarzautal', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(48.03390, 15.77414, 'Hainfeld', 'Lower Austria', 'Politischer Bezirk Lilienfeld', 'AT'),
(47.11667, 15.93333, 'Hainersdorf', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(48.14627, 16.94504, 'Hainburg an der Donau', 'Lower Austria', 'Politischer Bezirk Bruck an der Leitha', 'AT'),
(47.25000, 10.88333, 'Haiming', 'Tyrol', 'Politischer Bezirk Imst', 'AT'),
(48.06667, 14.45000, 'Haidershofen', 'Lower Austria', 'Politischer Bezirk Amstetten', 'AT'),
(48.44429, 14.34411, 'Haibach im Muhlkreis', 'Upper Austria', 'Politischer Bezirk Urfahr-Umgebung', 'AT'),
(48.33333, 16.40000, 'Hagenbrunn', 'Lower Austria', 'Politischer Bezirk Korneuburg', 'AT'),
(48.21667, 15.48333, 'Hafnerbach', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(48.70000, 16.11667, 'Hadres', 'Lower Austria', 'Politischer Bezirk Hollabrunn', 'AT'),
(47.20000, 16.11667, 'Hackerberg', 'Burgenland', 'Politischer Bezirk Gussing', 'AT'),
(48.10000, 14.56667, 'Haag', 'Lower Austria', 'Politischer Bezirk Amstetten', 'AT'),
(47.16667, 16.30000, 'Guttenbach', 'Burgenland', 'Politischer Bezirk Gussing', 'AT'),
(46.88333, 14.50000, 'Guttaring', 'Carinthia', 'Politischer Bezirk Sankt Veit an der Glan', 'AT'),
(47.87600, 15.88881, 'Gutenstein', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(48.35000, 15.11667, 'Gutenbrunn', 'Lower Austria', 'Politischer Bezirk Zwettl', 'AT'),
(47.05936, 16.32431, 'Guessing', 'Burgenland', 'Politischer Bezirk Gussing', 'AT'),
(46.87389, 14.29167, 'Gurk', 'Carinthia', 'Politischer Bezirk Sankt Veit an der Glan', 'AT'),
(48.04687, 16.31384, 'Guntramsdorf', 'Lower Austria', 'Politischer Bezirk Modling', 'AT'),
(48.65000, 16.05000, 'Guntersdorf', 'Lower Austria', 'Politischer Bezirk Hollabrunn', 'AT'),
(48.13333, 13.95000, 'Gunskirchen', 'Upper Austria', 'Wels-Land', 'AT'),
(47.94395, 16.26062, 'Gunselsdorf', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(46.95000, 15.23333, 'Gundersdorf', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(48.04538, 16.27710, 'Gumpoldskirchen', 'Lower Austria', 'Politischer Bezirk Modling', 'AT'),
(47.33333, 15.73333, 'Gschaid bei Birkfeld', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(47.79747, 15.98785, 'Grunbach am Schneeberg', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(47.85493, 13.95573, 'Gruenau im Almtal', 'Upper Austria', 'Politischer Bezirk Gmunden', 'AT'),
(48.46667, 15.98333, 'Grossweikersdorf', 'Lower Austria', 'Politischer Bezirk Tulln', 'AT'),
(47.41667, 13.96667, 'Grosssolk', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(48.78333, 15.40000, 'Gross-Siegharts', 'Lower Austria', 'Politischer Bezirk Waidhofen an der Thaya', 'AT'),
(48.41472, 16.63194, 'Gross-Schweinbarth', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(46.82444, 15.31861, 'Gross Sankt Florian', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(48.46667, 16.41667, 'Grossrussbach', 'Lower Austria', 'Politischer Bezirk Korneuburg', 'AT'),
(48.48333, 15.86667, 'Grossriedenthal', 'Lower Austria', 'Politischer Bezirk Tulln', 'AT'),
(47.23895, 16.31783, 'Grosspetersdorf', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(48.49917, 16.23056, 'Grossmugl', 'Lower Austria', 'Politischer Bezirk Korneuburg', 'AT'),
(47.18333, 14.80000, 'Grosslobming', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(48.64389, 16.72361, 'Grosskrut', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(46.73611, 15.44444, 'Grossklein', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(48.25834, 16.61940, 'Grosshofen', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(46.76000, 15.49306, 'Heimschuh', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(48.66389, 16.24556, 'Grossharras', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(48.57422, 14.95789, 'Gross-Gerungs', 'Lower Austria', 'Politischer Bezirk Zwettl', 'AT'),
(48.20278, 16.55083, 'Gross-Enzersdorf', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(48.35000, 16.56667, 'Gross-Engersdorf', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(48.36405, 16.47076, 'Grossebersdorf', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(47.73333, 13.03333, 'Grodig', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(47.44272, 13.90122, 'Grobming', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(47.14034, 10.51409, 'Grins', 'Tyrol', 'Politischer Bezirk Landeck', 'AT'),
(47.61667, 16.13333, 'Grimmenstein', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(46.70444, 14.73278, 'Griffen', 'Carinthia', 'Politischer Bezirk Volkermarkt', 'AT'),
(48.23333, 13.83333, 'Grieskirchen', 'Upper Austria', 'Politischer Bezirk Grieskirchen', 'AT'),
(47.19554, 11.15619, 'Gries im Sellrain', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.05000, 11.48333, 'Gries am Brenner', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.98521, 15.02552, 'Gresten', 'Lower Austria', 'Politischer Bezirk Scheibbs', 'AT'),
(46.80000, 15.11667, 'Gressenberg', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(46.91667, 15.21667, 'Greisdorf', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(46.75583, 13.17778, 'Greifenburg', 'Carinthia', 'Politischer Bezirk Spittal an der Drau', 'AT'),
(47.06667, 15.45000, 'Graz', 'Styria', 'Graz Stadt', 'AT'),
(47.11667, 15.31667, 'Gratwein', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(47.13333, 15.35000, 'Gratkorn', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(47.50000, 10.55000, 'Graen', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(47.01667, 15.50000, 'Grambach', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(48.01667, 16.48333, 'Gramatneusiedl', 'Lower Austria', 'Politischer Bezirk Wien-Umgebung', 'AT'),
(48.38028, 14.19185, 'Gramastetten', 'Upper Austria', 'Politischer Bezirk Urfahr-Umgebung', 'AT'),
(47.26667, 10.53333, 'Gramais', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(48.40000, 15.78333, 'Grafenworth', 'Lower Austria', 'Politischer Bezirk Tulln', 'AT'),
(46.60000, 14.46667, 'Grafenstein', 'Carinthia', 'Politischer Bezirk Klagenfurt Land', 'AT'),
(48.50000, 15.16667, 'Grafenschlag', 'Lower Austria', 'Politischer Bezirk Zwettl', 'AT'),
(47.36667, 16.06667, 'Grafenschachen', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(48.41667, 15.73333, 'Grafenegg', 'Lower Austria', 'Politischer Bezirk Krems', 'AT'),
(47.35000, 16.00000, 'Grafendorf bei Hartberg', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(46.84306, 15.82472, 'Grabersdorf', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.33306, 9.63306, 'Gotzis', 'Vorarlberg', 'Politischer Bezirk Feldkirch', 'AT'),
(47.23606, 11.31154, 'Gotzens', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(48.01667, 16.58333, 'Gotzendorf an der Leitha', 'Lower Austria', 'Politischer Bezirk Bruck an der Leitha', 'AT'),
(47.80000, 14.91667, 'Gostling an der Ybbs', 'Lower Austria', 'Politischer Bezirk Scheibbs', 'AT'),
(47.09788, 15.39777, 'Goesting', 'Styria', 'Graz Stadt', 'AT'),
(46.98333, 15.48333, 'Gossendorf', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(46.91667, 15.91667, 'Gossendorf', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.41667, 13.81667, 'Gossenberg', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(46.72778, 15.79250, 'Gosdorf', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(48.71667, 15.40000, 'Gopfritz an der Wild', 'Lower Austria', 'Politischer Bezirk Zwettl', 'AT'),
(47.89689, 16.91113, 'Gols', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(47.60000, 13.16667, 'Golling an der Salzach', 'Salzburg', 'Politischer Bezirk Hallein', 'AT'),
(48.48333, 16.11667, 'Gollersdorf', 'Lower Austria', 'Politischer Bezirk Hollabrunn', 'AT'),
(48.32664, 14.10112, 'Goldworth', 'Upper Austria', 'Politischer Bezirk Urfahr-Umgebung', 'AT'),
(47.31875, 13.09922, 'Goldegg', 'Salzburg', 'Politischer Bezirk Sankt Johann im Pongau', 'AT'),
(47.23356, 9.63458, 'Gofis', 'Vorarlberg', 'Politischer Bezirk Feldkirch', 'AT'),
(46.77544, 13.96251, 'Gnesau', 'Carinthia', 'Politischer Bezirk Feldkirchen', 'AT'),
(46.87306, 15.82528, 'Gnas', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(48.61667, 16.40000, 'Gnadendorf', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(47.91839, 13.79933, 'Gmunden', 'Upper Austria', 'Politischer Bezirk Gmunden', 'AT'),
(48.76830, 14.98080, 'Gmund', 'Lower Austria', 'Politischer Bezirk Gmund', 'AT'),
(46.90722, 13.52944, 'Gmuend', 'Carinthia', 'Politischer Bezirk Spittal an der Drau', 'AT'),
(46.86667, 15.66667, 'Glojach', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.67487, 15.93893, 'Gloggnitz', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(46.86667, 14.11667, 'Glodnitz', 'Carinthia', 'Politischer Bezirk Sankt Veit an der Glan', 'AT'),
(46.55694, 14.70278, 'Globasnitz', 'Carinthia', 'Politischer Bezirk Volkermarkt', 'AT'),
(48.24605, 16.64060, 'Glinzendorf', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(47.10559, 15.71011, 'Gleisdorf', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(46.75361, 15.36972, 'Gleinstatten', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(46.71361, 14.20639, 'Glanegg', 'Carinthia', 'Politischer Bezirk Feldkirchen', 'AT'),
(48.09780, 16.23479, 'Giesshubl', 'Lower Austria', 'Politischer Bezirk Modling', 'AT'),
(48.51667, 15.48333, 'Gfohl', 'Lower Austria', 'Politischer Bezirk Krems', 'AT'),
(47.16667, 15.85000, 'Gersdorf an der Feistritz', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(48.18333, 15.55000, 'Gerersdorf', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(48.29447, 16.46765, 'Gerasdorf bei Wien', 'Lower Austria', 'Politischer Bezirk Wien-Umgebung', 'AT'),
(48.79725, 15.67268, 'Geras', 'Lower Austria', 'Politischer Bezirk Horn', 'AT'),
(47.16667, 15.16667, 'Geistthal', 'Styria', 'Politischer Bezirk Voitsberg', 'AT'),
(48.43319, 15.68865, 'Gedersdorf', 'Lower Austria', 'Politischer Bezirk Krems', 'AT'),
(48.46667, 16.58333, 'Gaweinstal', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(48.65000, 16.38333, 'Gaubitsch', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(48.01667, 16.98333, 'Gattendorf', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(48.89446, 15.22027, 'Gastern', 'Lower Austria', 'Politischer Bezirk Waidhofen an der Thaya', 'AT'),
(47.38333, 15.56667, 'Gasen', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(46.98333, 10.03333, 'Gaschurn', 'Vorarlberg', 'Politischer Bezirk Bludenz', 'AT'),
(48.02240, 14.40747, 'Garsten', 'Upper Austria', 'Politischer Bezirk Steyr-Land', 'AT'),
(48.58333, 15.65000, 'Gars am Kamp', 'Lower Austria', 'Politischer Bezirk Horn', 'AT'),
(46.76667, 15.11667, 'Garanas', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(47.60000, 15.68333, 'Ganz', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(48.33925, 16.72016, 'Ganserndorf', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(46.87111, 15.22472, 'Bad Gams', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(47.66667, 14.78333, 'Gams bei Hieflau', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(47.98745, 13.55927, 'Gampern', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(46.72028, 15.55333, 'Gamlitz', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(47.92900, 15.08818, 'Gaming', 'Lower Austria', 'Politischer Bezirk Scheibbs', 'AT'),
(46.96667, 10.18333, 'Galtur', 'Tyrol', 'Politischer Bezirk Landeck', 'AT'),
(47.36807, 11.77159, 'Gallzein', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(48.35363, 14.41604, 'Gallneukirchen', 'Upper Austria', 'Politischer Bezirk Urfahr-Umgebung', 'AT'),
(47.18333, 15.06667, 'Gallmannsegg', 'Styria', 'Politischer Bezirk Voitsberg', 'AT'),
(46.55000, 14.51667, 'Gallizien', 'Carinthia', 'Politischer Bezirk Volkermarkt', 'AT'),
(47.46667, 9.60000, 'Gaissau', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(47.88333, 14.71667, 'Gaflenz', 'Upper Austria', 'Politischer Bezirk Steyr-Land', 'AT'),
(48.22856, 16.15437, 'Gablitz', 'Lower Austria', 'Politischer Bezirk Wien-Umgebung', 'AT'),
(46.77722, 15.58417, 'Gabersdorf', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(47.26667, 14.66667, 'Gaal', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(48.05364, 16.20003, 'Gaaden', 'Lower Austria', 'Politischer Bezirk Modling', 'AT'),
(47.47933, 9.66278, 'Fussach', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(47.80000, 13.30000, 'Fuschl am See', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(47.97326, 15.97326, 'Furth an der Triesting', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(47.05000, 16.08333, 'Fuerstenfeld', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(47.16667, 11.35000, 'Fulpmes', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.35210, 11.84173, 'Fugenberg', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.34700, 11.84939, 'Fugen', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.26667, 15.31667, 'Frohnleiten', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(47.30000, 11.58333, 'Fritzens', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(46.95528, 14.40583, 'Friesach', 'Carinthia', 'Politischer Bezirk Sankt Veit an der Glan', 'AT'),
(47.43333, 16.05000, 'Friedberg', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(46.71556, 13.69083, 'Fresach', 'Carinthia', 'Politischer Bezirk Villach Land', 'AT'),
(48.51103, 14.50453, 'Freistadt', 'Upper Austria', 'Politischer Bezirk Freistadt', 'AT'),
(46.83333, 15.13333, 'Freiland bei Deutschlandsberg', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(47.31498, 9.67391, 'Fraxern', 'Vorarlberg', 'Politischer Bezirk Feldkirch', 'AT'),
(47.83678, 16.92581, 'Frauenkirchen', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(47.42855, 15.34206, 'Frauenberg', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(46.91306, 15.63361, 'Frannach', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.98333, 13.41667, 'Frankenmarkt', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(47.98234, 15.32593, 'Frankenfels', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(48.06844, 13.49065, 'Frankenburg', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(47.36667, 13.53333, 'Forstau', 'Salzburg', 'Politischer Bezirk Sankt Johann im Pongau', 'AT'),
(48.02277, 13.42941, 'Fornach', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(47.41667, 10.58333, 'Forchach', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(47.20000, 14.68333, 'Fohnsdorf', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(47.26356, 15.74650, 'Floing', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(47.15000, 10.40000, 'Flirsch', 'Tyrol', 'Politischer Bezirk Landeck', 'AT'),
(47.28333, 11.11667, 'Flaurling', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(46.93861, 13.13444, 'Flattach', 'Carinthia', 'Politischer Bezirk Spittal an der Drau', 'AT'),
(47.21667, 14.75000, 'Flatschach', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(46.99167, 15.78528, 'Fladnitz im Raabtal', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.34406, 13.39148, 'Flachau', 'Salzburg', 'Politischer Bezirk Sankt Johann im Pongau', 'AT'),
(47.05000, 10.61667, 'Fiss', 'Tyrol', 'Politischer Bezirk Landeck', 'AT'),
(47.43333, 15.65000, 'Fischbach', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(48.11884, 16.61287, 'Fischamend Dorf', 'Lower Austria', 'Politischer Bezirk Wien-Umgebung', 'AT'),
(47.43333, 13.51667, 'Filzmoos', 'Salzburg', 'Politischer Bezirk Sankt Johann im Pongau', 'AT'),
(47.48333, 12.55000, 'Fieberbrunn', 'Tyrol', 'Politischer Bezirk Kitzbuhel', 'AT'),
(48.08333, 15.00000, 'Ferschnitz', 'Lower Austria', 'Politischer Bezirk Amstetten', 'AT'),
(46.97389, 15.50111, 'Fernitz', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(46.73972, 13.63750, 'Ferndorf', 'Carinthia', 'Politischer Bezirk Villach Land', 'AT'),
(46.52694, 14.30194, 'Ferlach', 'Carinthia', 'Politischer Bezirk Klagenfurt Land', 'AT'),
(47.05000, 10.66667, 'Fendels', 'Tyrol', 'Politischer Bezirk Landeck', 'AT'),
(48.43333, 15.81667, 'Fels am Wagram', 'Lower Austria', 'Politischer Bezirk Tulln', 'AT'),
(47.88159, 16.24208, 'Felixdorf', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(46.72368, 14.09580, 'Feldkirchen in Karnten', 'Carinthia', 'Politischer Bezirk Feldkirchen', 'AT'),
(47.01667, 15.45000, 'Feldkirchen bei Graz', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(48.34524, 14.05134, 'Feldkirchen an der Donau', 'Upper Austria', 'Politischer Bezirk Urfahr-Umgebung', 'AT'),
(47.23306, 9.60000, 'Feldkirch', 'Vorarlberg', 'Politischer Bezirk Feldkirch', 'AT'),
(46.95306, 15.88833, 'Feldbach', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(46.77639, 13.74778, 'Feld am See', 'Carinthia', 'Politischer Bezirk Villach Land', 'AT'),
(46.55000, 14.76667, 'Feistritz ob Bleiburg', 'Carinthia', 'Politischer Bezirk Volkermarkt', 'AT'),
(46.51667, 14.16667, 'Feistritz im Rosental', 'Carinthia', 'Politischer Bezirk Klagenfurt Land', 'AT'),
(47.26667, 14.88333, 'Feistritz bei Knittelfeld', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(46.57750, 13.60667, 'Feistritz an der Gail', 'Carinthia', 'Politischer Bezirk Villach Land', 'AT'),
(47.60000, 16.05000, 'Feistritz am Wechsel', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(46.94000, 16.00806, 'Fehring', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(48.65000, 16.41667, 'Fallbach', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(48.71667, 16.58333, 'Falkenstein', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(47.10110, 14.01752, 'St. Ruprecht-Falkendorf', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(47.76667, 13.23333, 'Faistenau', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(48.08181, 14.93154, 'Euratsfeld', 'Lower Austria', 'Politischer Bezirk Amstetten', 'AT'),
(47.86667, 13.11667, 'Eugendorf', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(48.04825, 15.56694, 'Eschenau', 'Lower Austria', 'Politischer Bezirk Lilienfeld', 'AT'),
(48.53333, 16.35000, 'Ernstbrunn', 'Lower Austria', 'Politischer Bezirk Korneuburg', 'AT'),
(48.18333, 15.18333, 'Erlauf', 'Lower Austria', 'Politischer Bezirk Melk', 'AT'),
(47.72722, 16.21444, 'Bad Erlach', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(47.68333, 12.18333, 'Erl', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(48.35000, 16.41667, 'Enzersfeld', 'Lower Austria', 'Politischer Bezirk Korneuburg', 'AT'),
(48.08333, 16.60000, 'Enzersdorf an der Fischa', 'Lower Austria', 'Politischer Bezirk Bruck an der Leitha', 'AT'),
(47.66839, 15.95249, 'Enzenreith', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(48.21181, 14.50290, 'Ennsdorf', 'Lower Austria', 'Politischer Bezirk Amstetten', 'AT'),
(48.21346, 14.47612, 'Enns', 'Upper Austria', 'Politischer Bezirk Linz-Land', 'AT'),
(48.34507, 14.44204, 'Engerwitzdorf', 'Upper Austria', 'Politischer Bezirk Urfahr-Umgebung', 'AT'),
(48.16667, 16.88333, 'Engelhartstetten', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(46.98333, 15.60000, 'Empersdorf', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(48.24140, 15.33721, 'Emmersdorf an der Donau', 'Lower Austria', 'Politischer Bezirk Melk', 'AT'),
(47.00000, 16.20000, 'Eltendorf', 'Burgenland', 'Politischer Bezirk Jennersdorf', 'AT'),
(47.75000, 13.08333, 'Elsbethen', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(47.33333, 10.53333, 'Elmen', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(47.51378, 12.29937, 'Ellmau', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(47.86667, 13.06667, 'Elixhausen', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(47.30000, 10.43333, 'Elbigenalp', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(48.90000, 15.10000, 'Eisgarn', 'Lower Austria', 'Politischer Bezirk Gmund', 'AT'),
(47.84565, 16.52327, 'Eisenstadt', 'Burgenland', 'Eisenstadt Stadt', 'AT'),
(46.48841, 14.59139, 'Bad Eisenkappel', 'Carinthia', 'Politischer Bezirk Volkermarkt', 'AT'),
(47.53333, 14.88333, 'Eisenerz', 'Styria', 'Politischer Bezirk Leoben', 'AT'),
(47.11667, 15.26667, 'Eisbach', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(48.39439, 14.23313, 'Eidenberg', 'Upper Austria', 'Politischer Bezirk Urfahr-Umgebung', 'AT'),
(48.17204, 15.98391, 'Eichgraben', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(46.72528, 15.76806, 'Eichfeld', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.53333, 9.78333, 'Eichenberg', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(47.38333, 15.96667, 'Eichberg', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(46.68667, 15.24722, 'Eibiswald', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(46.72417, 15.58667, 'Ehrenhausen', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(47.46667, 10.70000, 'Ehenbichl', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(47.11667, 15.58333, 'Eggersdorf bei Graz', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(48.90829, 15.14877, 'Eggern', 'Lower Austria', 'Politischer Bezirk Gmund', 'AT'),
(48.63892, 15.81903, 'Eggenburg', 'Lower Austria', 'Politischer Bezirk Horn', 'AT'),
(47.43154, 9.89762, 'Egg', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(48.11667, 13.88333, 'Edt bei Lambach', 'Upper Austria', 'Wels-Land', 'AT'),
(47.58333, 16.13333, 'Edlitz', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(48.10000, 16.98333, 'Edelstal', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(47.03333, 15.60000, 'Edelsgrub', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT');
INSERT INTO `reverse_geocode` (`lat`, `lng`, `city`, `region`, `province`, `country`) VALUES
(47.01667, 15.05000, 'Edelschrott', 'Styria', 'Politischer Bezirk Voitsberg', 'AT'),
(46.98944, 15.83694, 'Edelsbach bei Feldbach', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(48.14507, 16.79737, 'Eckartsau', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(48.71667, 15.21667, 'Echsenbach', 'Lower Austria', 'Politischer Bezirk Zwettl', 'AT'),
(47.95000, 16.40000, 'Ebreichsdorf', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(46.80806, 14.56000, 'Eberstein', 'Carinthia', 'Politischer Bezirk Sankt Veit an der Glan', 'AT'),
(47.20000, 15.95000, 'Ebersdorf', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(46.59139, 14.64361, 'Eberndorf', 'Carinthia', 'Politischer Bezirk Volkermarkt', 'AT'),
(48.04567, 16.51709, 'Ebergassing', 'Lower Austria', 'Politischer Bezirk Wien-Umgebung', 'AT'),
(47.10764, 16.46044, 'Eberau', 'Burgenland', 'Politischer Bezirk Gussing', 'AT'),
(48.43333, 16.78333, 'Ebenthal', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(46.60806, 14.36417, 'Ebenthal', 'Carinthia', 'Politischer Bezirk Klagenfurt Land', 'AT'),
(47.80716, 13.77900, 'Ebensee', 'Upper Austria', 'Politischer Bezirk Gmunden', 'AT'),
(47.40000, 13.40000, 'Eben im Pongau', 'Salzburg', 'Politischer Bezirk Sankt Johann im Pongau', 'AT'),
(47.87738, 16.36731, 'Ebenfurth', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(47.79073, 13.17527, 'Ebenau', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(47.63333, 12.21667, 'Ebbs', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(46.98833, 14.39167, 'Durnstein in der Steiermark', 'Styria', 'Politischer Bezirk Murau', 'AT'),
(48.38333, 15.51667, 'Durnstein', 'Lower Austria', 'Politischer Bezirk Krems', 'AT'),
(48.47315, 16.85062, 'Durnkrut', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(47.21667, 9.71667, 'Duns', 'Vorarlberg', 'Politischer Bezirk Feldkirch', 'AT'),
(48.53900, 16.90264, 'Drosing', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(48.75000, 16.65000, 'Drasenhofen', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(47.41427, 9.74195, 'Dornbirn', 'Vorarlberg', 'Politischer Bezirk Dornbirn', 'AT'),
(48.32573, 14.98218, 'Dorfstetten', 'Lower Austria', 'Politischer Bezirk Melk', 'AT'),
(47.24172, 13.10223, 'Dorfgastein', 'Salzburg', 'Politischer Bezirk Sankt Johann im Pongau', 'AT'),
(48.01667, 13.01667, 'Dorfbeuern', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(47.49278, 9.87972, 'Doren', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(47.89425, 16.64635, 'Donnerskirchen', 'Burgenland', 'Eisenstadt-Umgebung', 'AT'),
(47.46139, 14.12972, 'Donnersbach', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(46.82833, 12.84528, 'Dolsach', 'Tyrol', 'Politischer Bezirk Lienz', 'AT'),
(48.90000, 15.31667, 'Dobersberg', 'Lower Austria', 'Politischer Bezirk Waidhofen an der Thaya', 'AT'),
(46.75000, 14.60000, 'Diex', 'Carinthia', 'Politischer Bezirk Volkermarkt', 'AT'),
(46.80917, 15.81167, 'Dietersdorf am Gnasbach', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.38324, 13.00369, 'Dienten am Hochkonig', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(47.23333, 15.88333, 'Dienersdorf', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(48.29972, 16.56667, 'Deutsch-Wagram', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(46.81528, 15.22222, 'Deutschlandsberg', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(47.60000, 16.63333, 'Deutschkreutz', 'Burgenland', 'Politischer Bezirk Oberpullendorf', 'AT'),
(47.08789, 16.10793, 'Deutsch Kaltenbrunn', 'Burgenland', 'Politischer Bezirk Jennersdorf', 'AT'),
(48.01667, 17.10000, 'Deutsch Jahrndorf', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(46.75083, 15.82944, 'Deutsch Goritz', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.18333, 15.33333, 'Deutschfeistritz', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(48.01667, 13.76667, 'Desselbrunn', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(46.73750, 13.07833, 'Dellach im Drautal', 'Carinthia', 'Politischer Bezirk Spittal an der Drau', 'AT'),
(46.66175, 13.07965, 'Dellach', 'Carinthia', 'Politischer Bezirk Hermagor', 'AT'),
(47.41667, 16.01667, 'Dechantskirchen', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(47.12446, 9.99104, 'Dalaas', 'Vorarlberg', 'Politischer Bezirk Bludenz', 'AT'),
(47.14972, 9.80000, 'Buers', 'Vorarlberg', 'Politischer Bezirk Bludenz', 'AT'),
(47.14268, 16.09643, 'Burgau', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(48.22427, 14.02242, 'Buchkirchen', 'Upper Austria', 'Wels-Land', 'AT'),
(47.37447, 11.75400, 'Buch bei Jenbach', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.69648, 15.98425, 'Buchbach', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(48.69425, 15.52008, 'Brunn an der Wild', 'Lower Austria', 'Politischer Bezirk Horn', 'AT'),
(48.10697, 16.28466, 'Brunn am Gebirge', 'Lower Austria', 'Politischer Bezirk Modling', 'AT'),
(48.01667, 16.78333, 'Bruckneudorf', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(46.75167, 14.53667, 'Bruckl', 'Carinthia', 'Politischer Bezirk Sankt Veit an der Glan', 'AT'),
(47.41667, 15.28333, 'Bruck an der Mur', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(48.01667, 16.76667, 'Bruck an der Leitha', 'Lower Austria', 'Politischer Bezirk Bruck an der Leitha', 'AT'),
(47.28494, 12.82310, 'Bruck an der Grossglocknerstrasse', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(47.38998, 11.85124, 'Bruck am Ziller', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.66667, 16.20000, 'Bromberg', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(47.42942, 11.87794, 'Brixlegg', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(47.45000, 12.25000, 'Brixen im Thale', 'Tyrol', 'Politischer Bezirk Kitzbuhel', 'AT'),
(47.33333, 14.41667, 'Bretstein', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(47.48333, 10.73333, 'Breitenwang', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(48.13333, 16.15000, 'Breitenfurt bei Wien', 'Lower Austria', 'Politischer Bezirk Modling', 'AT'),
(47.03333, 15.95000, 'Breitenfeld an der Rittschein', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(46.85000, 15.63333, 'Breitenfeld am Tannenriegel', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(47.94452, 16.73149, 'Breitenbrunn', 'Burgenland', 'Eisenstadt-Umgebung', 'AT'),
(47.47829, 11.97372, 'Breitenbach am Inn', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(47.73355, 16.14338, 'Breitenau', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(47.50311, 9.74710, 'Bregenz', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(48.25628, 13.04343, 'Braunau am Inn', 'Upper Austria', 'Politischer Bezirk Braunau am Inn', 'AT'),
(47.49053, 11.89459, 'Brandenberg', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(47.26667, 12.35000, 'Bramberg am Wildkogel', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(48.19779, 15.76178, 'Boheimkirchen', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(47.13333, 16.16667, 'Bocksdorf', 'Burgenland', 'Politischer Bezirk Gussing', 'AT'),
(48.36000, 16.60389, 'Bockfliess', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(47.11667, 16.05000, 'Bad Blumau', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(47.20000, 9.73306, 'Bludesch', 'Vorarlberg', 'Politischer Bezirk Bludenz', 'AT'),
(47.15476, 9.82255, 'Bludenz', 'Vorarlberg', 'Politischer Bezirk Bludenz', 'AT'),
(47.22327, 9.83414, 'Blons', 'Vorarlberg', 'Politischer Bezirk Bludenz', 'AT'),
(48.13333, 14.98333, 'Blindenmarkt', 'Lower Austria', 'Politischer Bezirk Melk', 'AT'),
(46.59000, 14.79889, 'Bleiburg/Pliberk', 'Carinthia', 'Politischer Bezirk Volkermarkt', 'AT'),
(47.16667, 15.85000, 'Blaindorf', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(47.36906, 9.92839, 'Bizau', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(48.12222, 15.46909, 'Bischofstetten', 'Lower Austria', 'Politischer Bezirk Melk', 'AT'),
(47.41667, 13.21667, 'Bischofshofen', 'Salzburg', 'Politischer Bezirk Sankt Johann im Pongau', 'AT'),
(48.33333, 16.35000, 'Bisamberg', 'Lower Austria', 'Politischer Bezirk Korneuburg', 'AT'),
(47.35000, 15.68333, 'Birkfeld', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(47.23536, 11.29922, 'Birgitz', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.45000, 9.76667, 'Bildstein', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(46.83333, 15.78333, 'Bierbaum am Auersbach', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(48.08393, 16.34542, 'Biedermannsdorf', 'Lower Austria', 'Politischer Bezirk Modling', 'AT'),
(47.41667, 10.78333, 'Bichlbach', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(47.38333, 10.90000, 'Biberwier', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(48.01667, 14.70000, 'Biberbach', 'Lower Austria', 'Politischer Bezirk Amstetten', 'AT'),
(47.38478, 9.90139, 'Bezau', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(47.40807, 10.74735, 'Berwang', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(47.40000, 16.25000, 'Bernstein', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(48.69158, 16.86951, 'Bernhardsthal', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(47.98333, 13.06667, 'Berndorf bei Salzburg', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(47.94567, 16.10973, 'Berndorf', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(47.83333, 13.03333, 'Bergheim', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(48.10000, 17.03333, 'Berg', 'Lower Austria', 'Politischer Bezirk Bruck an der Leitha', 'AT'),
(48.01667, 14.48333, 'Behamberg', 'Lower Austria', 'Politischer Bezirk Amstetten', 'AT'),
(47.30000, 11.56667, 'Baumkirchen', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(46.91667, 15.76667, 'Baumgarten bei Gnas', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.08333, 9.90000, 'Bartholomaberg', 'Vorarlberg', 'Politischer Bezirk Bludenz', 'AT'),
(48.40000, 15.00000, 'Barnkopf', 'Lower Austria', 'Politischer Bezirk Zwettl', 'AT'),
(47.03333, 15.85000, 'Barnbach', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(46.80111, 13.45333, 'Baldramsdorf', 'Carinthia', 'Politischer Bezirk Spittal an der Drau', 'AT'),
(46.86667, 15.93333, 'Bairisch Koelldorf', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(48.06667, 13.90000, 'Bad Wimsbach-Neydharting', 'Upper Austria', 'Wels-Land', 'AT'),
(47.96533, 16.21359, 'Bad Voslau', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(47.33333, 16.21667, 'Bad Tatzmannsdorf', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(47.48333, 16.23333, 'Bad Schonau', 'Lower Austria', 'Politischer Bezirk Wiener Neustadt', 'AT'),
(48.22999, 13.91925, 'Bad Schallerbach', 'Upper Austria', 'Politischer Bezirk Grieskirchen', 'AT'),
(46.96278, 14.79167, 'Bad Sankt Leonhard im Lavanttal', 'Carinthia', 'Politischer Bezirk Wolfsberg', 'AT'),
(47.71109, 13.61893, 'Bad Ischl', 'Upper Austria', 'Politischer Bezirk Gmunden', 'AT'),
(47.17274, 13.09871, 'Bad Hofgastein', 'Salzburg', 'Politischer Bezirk Sankt Johann im Pongau', 'AT'),
(48.03832, 14.20773, 'Bad Hall', 'Upper Austria', 'Politischer Bezirk Steyr-Land', 'AT'),
(47.64252, 13.61609, 'Bad Goisern', 'Upper Austria', 'Politischer Bezirk Gmunden', 'AT'),
(46.87556, 15.90861, 'Bad Gleichenberg', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.11547, 13.13467, 'Bad Gastein', 'Salzburg', 'Politischer Bezirk Sankt Johann im Pongau', 'AT'),
(47.20000, 16.36667, 'Badersdorf', 'Burgenland', 'Politischer Bezirk Oberwart', 'AT'),
(48.00543, 16.23264, 'Baden', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(48.13425, 16.90624, 'Bad Deutsch-Altenburg', 'Lower Austria', 'Politischer Bezirk Bruck an der Leitha', 'AT'),
(47.60998, 13.78243, 'Bad Aussee', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(48.11667, 13.80000, 'Bachmanning', 'Upper Austria', 'Wels-Land', 'AT'),
(47.23111, 11.27892, 'Axams', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(46.78750, 12.43139, 'Ausservillgraten', 'Tyrol', 'Politischer Bezirk Lienz', 'AT'),
(47.95182, 13.67291, 'Aurach am Hongar', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(48.36667, 16.63333, 'Auersthal', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(47.01667, 15.86667, 'Auersbach', 'Styria', 'Politischer Bezirk Suedoststeiermark', 'AT'),
(47.92296, 16.55794, 'Au am Leithaberge', 'Lower Austria', 'Politischer Bezirk Bruck an der Leitha', 'AT'),
(47.32176, 9.98067, 'Au', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(48.49849, 13.92410, 'Atzesberg', 'Upper Austria', 'Politischer Bezirk Rohrbach', 'AT'),
(48.29119, 15.90614, 'Atzenbrugg', 'Lower Austria', 'Politischer Bezirk Tulln', 'AT'),
(48.08364, 13.70347, 'Atzbach', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(47.91646, 13.53953, 'Attersee', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(47.01667, 15.31667, 'Attendorf', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(48.21941, 14.41784, 'Asten', 'Upper Austria', 'Politischer Bezirk Linz-Land', 'AT'),
(48.24583, 15.92606, 'Asperhofen', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(48.58333, 16.50000, 'Asparn an der Zaya', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(47.20000, 10.76667, 'Arzl im Pitztal', 'Tyrol', 'Politischer Bezirk Imst', 'AT'),
(47.25000, 15.51667, 'Arzberg', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(46.73194, 13.85194, 'Arriach', 'Carinthia', 'Politischer Bezirk Villach Land', 'AT'),
(46.54611, 13.71000, 'Arnoldstein', 'Carinthia', 'Politischer Bezirk Villach Land', 'AT'),
(46.67639, 15.40306, 'Arnfels', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(47.58333, 14.35000, 'Ardning', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(48.48333, 14.95000, 'Arbesbach', 'Lower Austria', 'Politischer Bezirk Zwettl', 'AT'),
(47.20000, 14.83333, 'Apfelberg', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(47.74394, 16.83020, 'Apetlon', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(47.88333, 13.01667, 'Anthering', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(47.77377, 16.47984, 'Antau', 'Burgenland', 'Politischer Bezirk Mattersburg', 'AT'),
(48.20969, 14.29004, 'Ansfelden', 'Upper Austria', 'Politischer Bezirk Linz-Land', 'AT'),
(46.77389, 12.56083, 'Anras', 'Tyrol', 'Politischer Bezirk Lienz', 'AT'),
(47.87134, 15.37648, 'Annaberg', 'Lower Austria', 'Politischer Bezirk Lilienfeld', 'AT'),
(47.75000, 13.06667, 'Anif', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(48.37778, 16.82806, 'Angern an der March', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(47.27422, 15.69139, 'Anger', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(47.50000, 12.06667, 'Angath', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(48.18333, 16.66667, 'Andlersdorf', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(47.41167, 9.89326, 'Andelsbuch', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(47.77441, 17.03293, 'Andau', 'Burgenland', 'Politischer Bezirk Neusiedl am See', 'AT'),
(48.12290, 14.87206, 'Amstetten', 'Lower Austria', 'Politischer Bezirk Amstetten', 'AT'),
(47.26667, 11.45000, 'Ampass', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(46.81639, 12.76361, 'Amlach', 'Tyrol', 'Politischer Bezirk Lienz', 'AT'),
(47.90219, 13.76415, 'Altmunster', 'Upper Austria', 'Politischer Bezirk Gmunden', 'AT'),
(48.45000, 14.96667, 'Altmelon', 'Lower Austria', 'Politischer Bezirk Zwettl', 'AT'),
(48.63333, 16.80000, 'Altlichtenwarth', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(48.15355, 15.92606, 'Altlengbach', 'Lower Austria', 'Politischer Bezirk Sankt Polten', 'AT'),
(46.87298, 14.47449, 'Althofen', 'Carinthia', 'Politischer Bezirk Sankt Veit an der Glan', 'AT'),
(48.25154, 13.23406, 'Altheim', 'Upper Austria', 'Politischer Bezirk Braunau am Inn', 'AT'),
(47.38333, 13.41667, 'Altenmarkt im Pongau', 'Salzburg', 'Politischer Bezirk Sankt Johann im Pongau', 'AT'),
(47.71667, 14.63333, 'Altenmarkt bei Sankt Gallen', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(47.05000, 16.05000, 'Altenmarkt bei Fuerstenfeld', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(48.01553, 15.99661, 'Altenmarkt an der Triesting', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(47.65000, 16.01667, 'Altendorf', 'Lower Austria', 'Politischer Bezirk Neunkirchen', 'AT'),
(48.63333, 15.58333, 'Altenburg', 'Lower Austria', 'Politischer Bezirk Horn', 'AT'),
(48.37284, 14.35029, 'Altenberg bei Linz', 'Upper Austria', 'Politischer Bezirk Urfahr-Umgebung', 'AT'),
(47.63844, 13.76278, 'Altaussee', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(47.35000, 9.65000, 'Altach', 'Vorarlberg', 'Politischer Bezirk Feldkirch', 'AT'),
(48.02633, 14.79009, 'Allhartsberg', 'Lower Austria', 'Politischer Bezirk Amstetten', 'AT'),
(47.46667, 15.40000, 'Allerheiligen im Muerztal', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(46.91417, 15.55444, 'Allerheiligen bei Wildon', 'Styria', 'Politischer Bezirk Leibnitz', 'AT'),
(48.69725, 15.32756, 'Allentsteig', 'Lower Austria', 'Politischer Bezirk Zwettl', 'AT'),
(48.05829, 16.07901, 'Alland', 'Lower Austria', 'Politischer Bezirk Baden', 'AT'),
(47.25000, 11.45000, 'Aldrans', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(48.40607, 14.41441, 'Alberndorf in der Riedmark', 'Upper Austria', 'Politischer Bezirk Urfahr-Umgebung', 'AT'),
(46.86611, 12.70139, 'Ainet', 'Tyrol', 'Politischer Bezirk Lienz', 'AT'),
(48.64578, 13.97109, 'Aigen im Muehlkreis', 'Upper Austria', 'Politischer Bezirk Rohrbach', 'AT'),
(47.51667, 14.13333, 'Aigen im Ennstal', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(48.10000, 13.78333, 'Aichkirchen', 'Upper Austria', 'Wels-Land', 'AT'),
(47.41667, 13.81667, 'Aich', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(46.68333, 15.21667, 'Aibl', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(48.29404, 15.40382, 'Aggsbach', 'Lower Austria', 'Politischer Bezirk Krems', 'AT'),
(47.53333, 15.23333, 'Aflenz Kurort', 'Styria', 'Politischer Bezirk Bruck-Muerzzuschlag', 'AT'),
(47.68333, 13.13333, 'Adnet', 'Salzburg', 'Politischer Bezirk Hallein', 'AT'),
(47.57537, 14.46075, 'Admont', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(48.28333, 16.53333, 'Aderklaa', 'Lower Austria', 'Politischer Bezirk Ganserndorf', 'AT'),
(47.52659, 11.70559, 'Achenkirch', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(48.08026, 16.38611, 'Achau', 'Lower Austria', 'Politischer Bezirk Modling', 'AT'),
(47.56373, 13.34599, 'Abtenau', 'Salzburg', 'Politischer Bezirk Hallein', 'AT'),
(47.30000, 11.50000, 'Absam', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(46.76028, 12.54194, 'Abfaltersbach', 'Tyrol', 'Politischer Bezirk Lienz', 'AT'),
(46.87944, 12.65417, 'Schlaiten', 'Tyrol', 'Politischer Bezirk Lienz', 'AT'),
(46.85056, 12.76861, 'Thurn', 'Tyrol', 'Politischer Bezirk Lienz', 'AT'),
(46.70417, 12.70861, 'Untertilliach', 'Tyrol', 'Politischer Bezirk Lienz', 'AT'),
(46.56556, 13.86528, 'Finkenstein am Faaker See', 'Carinthia', 'Politischer Bezirk Villach Land', 'AT'),
(48.00833, 13.71667, 'Attnang-Puchheim', 'Upper Austria', 'Politischer Bezirk Vocklabruck', 'AT'),
(47.01667, 11.41667, 'Obernberg am Brenner', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.13333, 11.45000, 'Muhlbachl', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.36890, 11.14404, 'Leutasch', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.05000, 11.36667, 'Gschnitz', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.11667, 11.53333, 'Navis', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.16667, 11.45000, 'Ellbogen', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.21667, 11.21667, 'Sellrain', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.23333, 11.25000, 'Oberperfuss', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.30000, 10.93333, 'Obsteig', 'Tyrol', 'Politischer Bezirk Imst', 'AT'),
(47.30000, 11.63333, 'Kolsassberg', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.31667, 11.56667, 'Gnadenwald', 'Tyrol', 'Politischer Bezirk Innsbruck Land', 'AT'),
(47.40000, 10.91667, 'Ehrwald', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(48.11056, 16.44500, 'Lanzendorf', 'Lower Austria', 'Politischer Bezirk Wien-Umgebung', 'AT'),
(47.96500, 13.04944, 'Ansfelden', 'Salzburg', 'Politischer Bezirk Salzburg-Umgebung', 'AT'),
(46.75000, 12.45000, 'Heinfels', 'Tyrol', 'Politischer Bezirk Lienz', 'AT'),
(47.21667, 11.93333, 'Gerlosberg', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.21667, 12.00000, 'Gerlos', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.21667, 12.18333, 'Krimml', 'Salzburg', 'Politischer Bezirk Zell am See', 'AT'),
(47.23333, 11.91667, 'Rohrberg', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.30000, 11.86667, 'Ried im Zillertal', 'Tyrol', 'Politischer Bezirk Schwaz', 'AT'),
(47.39878, 11.94373, 'Alpbach', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(47.46667, 12.13333, 'Itter', 'Tyrol', 'Politischer Bezirk Kitzbuhel', 'AT'),
(47.10083, 9.73722, 'Brand', 'Vorarlberg', 'Politischer Bezirk Bludenz', 'AT'),
(46.73778, 14.28667, 'Liebenfels', 'Carinthia', 'Politischer Bezirk Sankt Veit an der Glan', 'AT'),
(46.81417, 14.29417, 'Frauenstein', 'Carinthia', 'Politischer Bezirk Sankt Veit an der Glan', 'AT'),
(47.12833, 14.73750, 'Eppenstein', 'Styria', 'Politischer Bezirk Murtal', 'AT'),
(48.46667, 16.53333, 'Hochleithen', 'Lower Austria', 'Politischer Bezirk Mistelbach', 'AT'),
(46.70833, 15.14667, 'Sankt Oswald ob Eibiswald', 'Styria', 'Politischer Bezirk Deutschlandsberg', 'AT'),
(47.40619, 12.03784, 'Wildschoenau', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(47.55111, 12.09325, 'Langkampfen', 'Tyrol', 'Politischer Bezirk Kufstein', 'AT'),
(47.04311, 15.51527, 'Hart bei Graz', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(46.74915, 13.13536, 'Berg im Drautal', 'Carinthia', 'Politischer Bezirk Spittal an der Drau', 'AT'),
(47.40753, 16.41623, 'Lockenhaus', 'Burgenland', 'Politischer Bezirk Oberpullendorf', 'AT'),
(46.78061, 14.43033, 'St. Georgen am Laengsee', 'Carinthia', 'Politischer Bezirk Sankt Veit an der Glan', 'AT'),
(46.97352, 12.90482, 'Grosskirchheim', 'Carinthia', 'Politischer Bezirk Spittal an der Drau', 'AT'),
(47.28034, 9.89164, 'Damuels', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(47.16960, 16.00870, 'Bad Waltersdorf', 'Styria', 'Politischer Bezirk Hartberg-Fuerstenfeld', 'AT'),
(48.52047, 14.29459, 'Bad Leonfelden', 'Upper Austria', 'Politischer Bezirk Urfahr-Umgebung', 'AT'),
(47.45729, 13.20531, 'Pfarrwerfen', 'Salzburg', 'Politischer Bezirk Sankt Johann im Pongau', 'AT'),
(47.07644, 15.36052, 'Thal', 'Styria', 'Politischer Bezirk Graz-Umgebung', 'AT'),
(47.14644, 9.77736, 'Buerserberg', 'Vorarlberg', 'Politischer Bezirk Bludenz', 'AT'),
(47.26045, 10.34419, 'Holzgau', 'Tyrol', 'Politischer Bezirk Reutte', 'AT'),
(47.25755, 10.09197, 'Schroecken', 'Vorarlberg', 'Politischer Bezirk Bregenz', 'AT'),
(47.70170, 14.27360, 'Rossleithen', 'Upper Austria', 'Politischer Bezirk Kirchdorf an der Krems', 'AT'),
(48.35979, 14.90235, 'Sankt Georgen am Walde', 'Upper Austria', 'Politischer Bezirk Perg', 'AT'),
(48.62854, 13.84629, 'Nebelberg', 'Upper Austria', 'Politischer Bezirk Rohrbach', 'AT'),
(48.46080, 14.31167, 'Sonnberg im Muehlkreis', 'Upper Austria', 'Politischer Bezirk Urfahr-Umgebung', 'AT'),
(47.28511, 15.71045, 'Baierdorf-Umgebung', 'Styria', 'Politischer Bezirk Weiz', 'AT'),
(47.41058, 13.76759, 'Haus im Ennstal', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(47.58700, 14.46372, 'Hall bei Admont', 'Styria', 'Politischer Bezirk Liezen', 'AT'),
(-31.88809, 116.76780, 'York', 'Western Australia', 'York', 'AU'),
(-31.54678, 115.63171, 'Yanchep', 'Western Australia', 'Wanneroo', 'AU'),
(-33.64592, 115.03514, 'Yallingup', 'Western Australia', 'Busselton', 'AU'),
(-31.76163, 116.37990, 'Wundowie', 'Western Australia', 'Northam', 'AU'),
(-31.80380, 116.31311, 'Wooroloo', 'Western Australia', 'Mundaring', 'AU'),
(-34.88333, 138.55000, 'Woodville', 'South Australia', 'Charles Sturt', 'AU'),
(-34.95433, 138.87901, 'Woodside', 'South Australia', 'Adelaide Hills', 'AU'),
(-30.89294, 116.71925, 'Wongan Hills', 'Western Australia', 'Wongan-Ballidu', 'AU'),
(-34.67210, 138.89108, 'Williamstown', 'South Australia', 'Barossa', 'AU'),
(-34.58333, 138.75000, 'Willaston', 'South Australia', 'Light', 'AU'),
(-33.03268, 137.56483, 'Whyalla', 'South Australia', 'Whyalla', 'AU'),
(-31.93333, 115.80000, 'Wembley', 'Western Australia', 'Cambridge', 'AU'),
(-32.26667, 115.83333, 'Wellard', 'Western Australia', 'Kwinana', 'AU'),
(-34.95000, 138.58333, 'Wayville', 'South Australia', 'Unley', 'AU'),
(-32.84323, 115.92201, 'Waroona', 'Western Australia', 'Waroona', 'AU'),
(-31.75000, 115.80000, 'Wanneroo', 'Western Australia', 'Wanneroo', 'AU'),
(-33.93881, 137.63365, 'Wallaroo', 'South Australia', 'Copper Coast', 'AU'),
(-34.18178, 139.98552, 'Waikerie', 'South Australia', 'Loxton Waikerie', 'AU'),
(-33.30894, 117.34328, 'Wagin', 'Western Australia', 'Wagin', 'AU'),
(-28.71883, 114.63924, 'Waggrakine', 'Western Australia', 'Geraldton-Greenough', 'AU'),
(-34.66630, 138.56027, 'Virginia', 'South Australia', 'Playford', 'AU'),
(-35.55042, 138.62154, 'Victor Harbor', 'South Australia', 'Victor Harbor', 'AU'),
(-33.66667, 115.25000, 'Vasse', 'Western Australia', 'Busselton', 'AU'),
(-35.01667, 138.68333, 'Upper Sturt', 'South Australia', 'Adelaide Hills', 'AU'),
(-34.95000, 138.60001, 'Unley', 'South Australia', 'Unley', 'AU'),
(-34.59327, 138.51367, 'Two Wells', 'South Australia', 'Mallala', 'AU'),
(-34.37506, 136.10333, 'Tumby Bay', 'South Australia', 'Tumby Bay', 'AU'),
(-31.86939, 115.75710, 'Trigg', 'Western Australia', 'Stirling', 'AU'),
(-31.54977, 116.46743, 'Toodyay', 'Western Australia', 'Toodyay', 'AU'),
(-34.91667, 138.56667, 'Thebarton', 'South Australia', 'City of West Torrens', 'AU'),
(-19.64970, 134.19147, 'Tennant Creek', 'Northern Territory', 'Barkly', 'AU'),
(-34.52336, 138.95982, 'Tanunda', 'South Australia', 'Barossa', 'AU'),
(-35.25226, 139.45546, 'Tailem Bend', 'South Australia', 'Murray Bridge', 'AU'),
(-31.88333, 116.05000, 'Swan View', 'Western Australia', 'Mundaring', 'AU'),
(-31.96878, 115.76730, 'Swanbourne', 'Western Australia', 'Nedlands', 'AU'),
(-31.94850, 115.82680, 'Subiaco', 'Western Australia', 'Nedlands', 'AU'),
(-35.01667, 138.55000, 'Sturt', 'South Australia', 'Marion', 'AU'),
(-32.79554, 134.20927, 'Streaky Bay', 'South Australia', 'Streaky Bay', 'AU'),
(-35.25979, 138.89247, 'Strathalbyn', 'South Australia', 'Alexandrina', 'AU'),
(-30.86667, 121.76667, 'Stoneville', 'Western Australia', 'Kalgoorlie/Boulder', 'AU'),
(-35.01518, 138.73637, 'Stirling', 'South Australia', 'Adelaide Hills', 'AU'),
(-32.10534, 115.77797, 'Spearwood', 'Western Australia', 'City of Cockburn', 'AU'),
(-31.98333, 115.86667, 'South Perth', 'Western Australia', 'South Perth', 'AU'),
(-33.20000, 138.03333, 'Solomontown', 'South Australia', 'Port Pirie City and Dists', 'AU'),
(-34.68333, 138.68333, 'Smithfield', 'South Australia', 'Playford', 'AU'),
(-32.36051, 115.97723, 'Serpentine', 'Western Australia', 'Serpentine-Jarrahdale', 'AU'),
(-34.90000, 138.51666, 'Seaton', 'South Australia', 'Charles Sturt', 'AU'),
(-35.18980, 138.47589, 'Seaford', 'South Australia', 'Onkaparinga', 'AU'),
(-31.89578, 115.76431, 'Scarborough', 'Western Australia', 'Stirling', 'AU'),
(-34.76667, 138.63333, 'Salisbury', 'South Australia', 'Salisbury', 'AU'),
(-32.30463, 115.74213, 'Safety Bay', 'Western Australia', 'Rockingham', 'AU'),
(-30.56305, 136.89546, 'Roxby Downs', 'South Australia', 'Roxby Downs', 'AU'),
(-34.53397, 138.75023, 'Roseworthy', 'South Australia', 'Light', 'AU'),
(-20.77229, 117.14648, 'Roebourne', 'Western Australia', 'Roebourne', 'AU'),
(-32.27682, 115.72978, 'Rockingham', 'Western Australia', 'Rockingham', 'AU'),
(-31.95187, 116.02764, 'Maida Vale', 'Western Australia', 'Kalamunda', 'AU'),
(-35.09372, 138.53082, 'Reynella', 'South Australia', 'Onkaparinga', 'AU'),
(-33.58303, 120.04688, 'Ravensthorpe', 'Western Australia', 'Ravensthorpe', 'AU'),
(-32.34676, 138.04176, 'Quorn', 'South Australia', 'Flinders Ranges', 'AU'),
(-33.63560, 115.14899, 'Quindalup', 'Western Australia', 'Busselton', 'AU'),
(-34.88241, 138.59331, 'Prospect', 'South Australia', 'Prospect', 'AU'),
(-35.27792, 138.45230, 'Port Willunga', 'South Australia', 'Onkaparinga', 'AU'),
(-34.49722, 137.48534, 'Port Victoria', 'South Australia', 'Yorke Peninsula', 'AU'),
(-33.19176, 138.01746, 'Port Pirie', 'South Australia', 'Port Pirie City and Dists', 'AU'),
(-35.14802, 138.47099, 'Port Noarlunga', 'South Australia', 'Adelaide', 'AU'),
(-34.72625, 135.87442, 'Port Lincoln', 'South Australia', 'Port Lincoln', 'AU'),
(-20.31215, 118.61059, 'Port Hedland', 'Western Australia', 'Port Hedland', 'AU'),
(-35.52998, 138.67805, 'Port Elliot', 'South Australia', 'Alexandrina', 'AU'),
(-32.48611, 137.75833, 'Port Augusta West', 'South Australia', 'Port Augusta', 'AU'),
(-32.49597, 137.77281, 'Port Augusta', 'South Australia', 'Port Augusta', 'AU'),
(-34.85000, 138.46667, 'Port Adelaide', 'South Australia', '', 'AU'),
(-34.95000, 138.55000, 'Plympton', 'South Australia', 'City of West Torrens', 'AU'),
(-32.62980, 115.87351, 'Pinjarra', 'Western Australia', 'Murray', 'AU'),
(-32.97205, 138.84073, 'Peterborough', 'South Australia', 'Peterborough', 'AU'),
(-31.95224, 115.86140, 'Perth', 'Western Australia', 'Cambridge', 'AU'),
(-34.44311, 116.03689, 'Pemberton', 'Western Australia', 'Manjimup', 'AU'),
(-31.66667, 116.01667, 'Pearce', 'Western Australia', 'Swan', 'AU'),
(-31.87472, 116.13800, 'Parkerville', 'Western Australia', 'Mundaring', 'AU'),
(-12.43054, 130.84142, 'Parap', 'Northern Territory', 'Darwin', 'AU'),
(-34.70000, 138.76666, 'One Tree Hill', 'South Australia', 'Playford', 'AU'),
(-34.98340, 138.84528, 'Oakbank', 'South Australia', 'Adelaide Hills', 'AU'),
(-34.46825, 138.99767, 'Nuriootpa', 'South Australia', 'Barossa', 'AU'),
(-32.03333, 115.75000, 'North Fremantle', 'Western Australia', 'Fremantle', 'AU'),
(-31.86298, 115.75624, 'North Beach', 'Western Australia', 'Stirling', 'AU'),
(-28.34994, 114.63821, 'Northampton', 'Western Australia', 'Northampton Shire', 'AU'),
(-31.64932, 116.67423, 'Northam', 'Western Australia', 'Northam', 'AU'),
(-35.44781, 138.31496, 'Normanville', 'South Australia', 'Yankalilla', 'AU'),
(-35.18209, 138.50137, 'Noarlunga', 'South Australia', 'Onkaparinga', 'AU'),
(-12.18652, 136.78201, 'Nhulunbuy', 'Northern Territory', 'East Arnhem', 'AU'),
(-23.35644, 119.73553, 'Newman', 'Western Australia', 'East Pilbara', 'AU'),
(-31.98184, 115.80730, 'Nedlands', 'Western Australia', 'Nedlands', 'AU'),
(-32.93282, 117.17763, 'Narrogin', 'Western Australia', 'Narrogin', 'AU'),
(-35.03450, 138.91154, 'Nairne', 'South Australia', 'Mount Barker', 'AU'),
(-35.11986, 139.27345, 'Murray Bridge', 'South Australia', 'Murray Bridge', 'AU'),
(-32.29217, 115.98564, 'Mundijong', 'Western Australia', 'Serpentine-Jarrahdale', 'AU'),
(-31.90210, 116.16757, 'Mundaring', 'Western Australia', 'Mundaring', 'AU'),
(-20.72523, 139.49727, 'Mount Isa', 'Queensland', 'Mount Isa', 'AU'),
(-31.87606, 116.21025, 'Mount Helena', 'Western Australia', 'Mundaring', 'AU'),
(-35.34685, 138.62032, 'Mount Compass', 'South Australia', 'Alexandrina', 'AU'),
(-35.06667, 138.86667, 'Mount Barker', 'South Australia', 'Mount Barker', 'AU'),
(-34.63084, 117.66606, 'Mount Barker', 'Western Australia', 'Plantagenet Shire', 'AU'),
(-32.00000, 115.75000, 'Mosman Park', 'Western Australia', '', 'AU'),
(-35.13333, 138.51666, 'Morphett Vale', 'South Australia', 'Onkaparinga', 'AU'),
(-30.64003, 116.00365, 'Moora', 'Western Australia', 'Moora', 'AU'),
(-34.83333, 138.68333, 'Modbury', 'South Australia', 'Tea Tree Gully', 'AU'),
(-35.19394, 138.47614, 'Moana', 'South Australia', 'Onkaparinga', 'AU'),
(-34.97892, 138.62184, 'Mitcham', 'South Australia', 'Mitcham', 'AU'),
(-31.90000, 116.00000, 'Midland', 'Western Australia', 'Swan', 'AU'),
(-31.85000, 116.01667, 'Middle Swan', 'Western Australia', 'Swan', 'AU'),
(-31.48094, 118.27448, 'Merredin', 'Western Australia', 'Merredin', 'AU'),
(-35.68841, 139.33856, 'Meningie', 'South Australia', 'The Coorong', 'AU'),
(-28.18333, 116.73333, 'Melville', 'Western Australia', 'Yalgoo', 'AU'),
(-32.23333, 115.78333, 'Medina', 'Western Australia', 'Kwinana', 'AU'),
(-35.18021, 138.76250, 'Meadows', 'South Australia', 'Mount Barker', 'AU'),
(-12.55397, 131.11165, 'McMinns Lagoon', 'Northern Territory', 'Litchfield', 'AU'),
(-35.21895, 138.54326, 'McLaren Vale', 'South Australia', 'Onkaparinga', 'AU'),
(-31.93333, 115.88333, 'Maylands', 'Western Australia', 'Stirling', 'AU'),
(-35.01667, 138.56667, 'Marion', 'South Australia', 'Marion', 'AU'),
(-35.04468, 138.51236, 'Marino', 'South Australia', 'Marion', 'AU'),
(-33.95360, 115.07391, 'Margaret River', 'Western Australia', 'Augusta-Margaret River Shire', 'AU'),
(-34.91529, 139.30325, 'Mannum', 'South Australia', 'Mid Murray', 'AU'),
(-32.01594, 115.86714, 'Manning', 'Western Australia', 'South Perth', 'AU'),
(-34.24122, 116.14564, 'Manjimup', 'Western Australia', 'Manjimup', 'AU'),
(-32.52690, 115.72170, 'Mandurah', 'Western Australia', 'Mandurah', 'AU'),
(-34.43740, 138.50987, 'Mallala', 'South Australia', 'Mallala', 'AU'),
(-34.37386, 137.67332, 'Maitland', 'South Australia', 'Yorke Peninsula', 'AU'),
(-32.05000, 115.98333, 'Maddington', 'Western Australia', 'Gosnells', 'AU'),
(-35.17182, 138.83589, 'Macclesfield', 'South Australia', 'Mount Barker', 'AU'),
(-34.60124, 138.89095, 'Lyndoch', 'South Australia', 'Barossa', 'AU'),
(-31.58333, 116.11667, 'Lower Chittering', 'Western Australia', 'Chittering', 'AU'),
(-34.90455, 138.87477, 'Lobethal', 'South Australia', 'Adelaide Hills', 'AU'),
(-35.05000, 138.85001, 'Little Hampton', 'South Australia', 'Mount Barker', 'AU'),
(-34.60449, 138.59125, 'Lewiston', 'South Australia', 'Mallala', 'AU'),
(-35.29596, 139.03590, 'Langhorne Creek', 'South Australia', 'Alexandrina', 'AU'),
(-32.23013, 115.78128, 'Kwinana', 'Western Australia', 'Kwinana', 'AU'),
(-15.77813, 128.74414, 'Kununurra', 'Western Australia', 'Wyndham-East Kimberley', 'AU'),
(-33.83050, 117.15946, 'Kojonup', 'Western Australia', 'Kojonup', 'AU'),
(-35.65590, 137.63930, 'Kingscote', 'South Australia', 'Kangaroo Island', 'AU'),
(-32.03333, 115.96667, 'Kenwick', 'Western Australia', 'Gosnells', 'AU'),
(-34.48213, 117.62533, 'Kendenup', 'Western Australia', 'Plantagenet Shire', 'AU'),
(-32.12434, 116.02590, 'Kelmscott', 'Western Australia', 'Armadale', 'AU'),
(-14.46517, 132.26347, 'Katherine', 'Northern Territory', 'Katherine', 'AU'),
(-33.68787, 117.55840, 'Katanning', 'Western Australia', 'Katanning', 'AU'),
(-34.33871, 138.91644, 'Kapunda', 'South Australia', 'Light', 'AU'),
(-30.74614, 121.47420, 'Kalgoorlie', 'Western Australia', 'Kalgoorlie/Boulder', 'AU'),
(-27.71050, 114.16505, 'Kalbarri', 'Western Australia', 'Northampton Shire', 'AU'),
(-33.96495, 137.71634, 'Kadina', 'South Australia', 'Copper Coast', 'AU'),
(-33.20531, 138.60503, 'Jamestown', 'South Australia', 'Northern Areas', 'AU'),
(-34.83333, 138.63333, 'Ingle Farm', 'South Australia', 'Salisbury', 'AU'),
(-34.83333, 138.70000, 'Hope Valley', 'South Australia', 'Tea Tree Gully', 'AU'),
(-35.11667, 137.64999, 'Honiton', 'South Australia', 'Yorke Peninsula', 'AU'),
(-35.01667, 138.71667, 'Heathfield', 'South Australia', 'Adelaide Hills', 'AU'),
(-33.07988, 115.89447, 'Harvey', 'Western Australia', 'Harvey', 'AU'),
(-35.08333, 138.53333, 'Happy Valley', 'South Australia', 'Marion', 'AU'),
(-18.22485, 127.66647, 'Halls Creek', 'Western Australia', 'Halls Creek', 'AU'),
(-35.02863, 138.80779, 'Hahndorf', 'South Australia', 'Mount Barker', 'AU'),
(-35.15000, 138.51666, 'Hackham', 'South Australia', 'Onkaparinga', 'AU'),
(-34.82388, 138.88467, 'Gumeracha', 'South Australia', 'Adelaide Hills', 'AU'),
(-31.90000, 115.96667, 'Guildford', 'Western Australia', 'Swan', 'AU'),
(-31.90072, 116.04950, 'Greenmount', 'Western Australia', 'Mundaring', 'AU'),
(-35.01806, 117.75556, 'Grasmere', 'Western Australia', 'Albany', 'AU'),
(-34.90075, 138.49719, 'Grange', 'South Australia', 'Charles Sturt', 'AU'),
(-32.08100, 116.00540, 'Gosnells', 'Western Australia', 'Gosnells', 'AU'),
(-31.95444, 116.04920, 'Gooseberry Hill', 'Western Australia', 'Kalamunda', 'AU'),
(-35.50261, 138.78462, 'Goolwa', 'South Australia', 'Alexandrina', 'AU'),
(-34.78333, 138.73334, 'Golden Grove', 'South Australia', 'Tea Tree Gully', 'AU'),
(-34.98079, 138.51500, 'Glenelg', 'South Australia', 'Adelaide', 'AU'),
(-34.85000, 138.64999, 'Gilles Plains', 'South Australia', 'Port Adelaide Enfield', 'AU'),
(-28.77897, 114.61459, 'Geraldton', 'Western Australia', 'Geraldton-Greenough', 'AU'),
(-34.60251, 138.74902, 'Gawler', 'South Australia', 'Gawler', 'AU'),
(-32.05000, 115.76667, 'Fremantle', 'Western Australia', 'Fremantle', 'AU'),
(-34.45407, 138.80869, 'Freeling', 'South Australia', 'Light', 'AU'),
(-34.90000, 138.53333, 'Findon', 'South Australia', 'Charles Sturt', 'AU'),
(-33.86013, 121.88259, 'Esperance', 'Western Australia', 'Esperance Shire', 'AU'),
(-35.57419, 138.60056, 'Encounter Bay', 'South Australia', 'Victor Harbor', 'AU'),
(-34.71944, 138.67706, 'Elizabeth', 'South Australia', 'Salisbury', 'AU'),
(-33.57130, 115.82446, 'Donnybrook', 'Western Australia', 'Donnybrook-Balingup', 'AU'),
(-29.25818, 114.93276, 'Dongara', 'Western Australia', 'Irwin', 'AU'),
(-31.86094, 116.27243, 'Chidlow', 'Western Australia', 'Mundaring', 'AU'),
(-17.30295, 123.62864, 'Derby', 'Western Australia', 'Derby-West Kimberley', 'AU'),
(-34.96067, 117.35321, 'Denmark', 'Western Australia', 'Denmark', 'AU'),
(-29.28333, 114.91667, 'Port Denison', 'Western Australia', '', 'AU'),
(-12.46113, 130.84184, 'Darwin', 'Northern Territory', 'Darwin', 'AU'),
(-35.03333, 138.56667, 'Darlington', 'South Australia', 'Onkaparinga', 'AU'),
(-31.91906, 116.08120, 'Darlington', 'Western Australia', 'Mundaring', 'AU'),
(-20.66275, 116.71256, 'Dampier', 'Western Australia', 'Roebourne', 'AU'),
(-31.65398, 117.23374, 'Cunderdin', 'Western Australia', 'Cunderdin', 'AU'),
(-34.26396, 135.72600, 'Cummins', 'South Australia', 'Lower Eyre Peninsula', 'AU'),
(-33.35256, 138.20955, 'Crystal Brook', 'South Australia', 'Port Pirie City and Dists', 'AU'),
(-35.05000, 138.61667, 'Craigburn Farm', 'South Australia', 'Onkaparinga', 'AU'),
(-35.00000, 138.70000, 'Crafers', 'South Australia', 'Adelaide Hills', 'AU'),
(-32.00000, 115.76667, 'Cottesloe', 'Western Australia', 'Peppermint Grove', 'AU'),
(-35.05000, 138.61667, 'Coromandel Valley', 'South Australia', 'Onkaparinga', 'AU'),
(-32.11934, 115.76650, 'Coogee', 'Western Australia', 'City of Cockburn', 'AU'),
(-29.01415, 134.75494, 'Coober Pedy', 'South Australia', 'Coober Pedy', 'AU'),
(-33.36206, 116.15617, 'Collie', 'Western Australia', 'Collie', 'AU'),
(-33.70000, 136.50000, 'Cleve', 'South Australia', 'Cleve', 'AU'),
(-33.83325, 138.61064, 'Clare', 'South Australia', 'Clare and Gilbert Valleys', 'AU'),
(-34.86667, 138.51666, 'Cheltenham', 'South Australia', 'Port Adelaide Enfield', 'AU'),
(-32.12660, 133.67271, 'Ceduna', 'South Australia', 'Ceduna', 'AU'),
(-31.88333, 115.96667, 'Caversham', 'Western Australia', 'Swan', 'AU'),
(-24.88073, 113.65940, 'Carnarvon', 'Western Australia', 'Carnarvon', 'AU'),
(-33.55808, 115.56278, 'Capel', 'Western Australia', 'Capel', 'AU'),
(-32.01667, 115.95000, 'Cannington', 'Western Australia', 'Canning', 'AU'),
(-34.88333, 138.66667, 'Campbelltown', 'South Australia', 'Campbelltown', 'AU'),
(-35.11977, 139.04140, 'Callington', 'South Australia', 'Mount Barker', 'AU'),
(-32.22099, 116.00900, 'Byford', 'Western Australia', 'Serpentine-Jarrahdale', 'AU'),
(-33.65249, 115.34550, 'Busselton', 'Western Australia', 'Busselton', 'AU'),
(-33.32711, 115.64137, 'Bunbury', 'Western Australia', 'Bunbury', 'AU'),
(-31.66905, 115.99990, 'Bullsbrook', 'Western Australia', 'Swan', 'AU'),
(-17.95538, 122.23922, 'Broome', 'Western Australia', 'Broome', 'AU'),
(-35.01820, 138.52351, 'Brighton', 'South Australia', 'Adelaide', 'AU'),
(-35.00000, 138.75000, 'Bridgewater', 'South Australia', 'Adelaide Hills', 'AU'),
(-33.96242, 116.13598, 'Bridgetown', 'Western Australia', 'Bridgetown-Greenbushes', 'AU'),
(-33.83425, 116.38776, 'Boyup Brook', 'Western Australia', 'Boyup Brook', 'AU'),
(-33.48295, 115.72838, 'Boyanup', 'Western Australia', 'Capel', 'AU'),
(-30.78204, 121.49120, 'Boulder', 'Western Australia', 'Kalgoorlie/Boulder', 'AU'),
(-35.02139, 138.61429, 'Blackwood', 'South Australia', 'Mitcham', 'AU'),
(-34.83685, 138.49788, 'Birkenhead', 'South Australia', 'Port Adelaide Enfield', 'AU'),
(-34.81826, 138.96478, 'Birdwood', 'South Australia', 'Adelaide Hills', 'AU'),
(-32.10839, 116.92736, 'Beverley', 'Western Australia', 'Beverley', 'AU'),
(-32.00000, 115.91667, 'Bentley', 'Western Australia', 'Canning', 'AU'),
(-31.90000, 116.01667, 'Bellevue', 'Western Australia', 'Swan', 'AU'),
(-34.99766, 138.62077, 'Belair', 'South Australia', 'Mitcham', 'AU'),
(-35.03333, 138.56667, 'Bedford Park', 'South Australia', 'Onkaparinga', 'AU'),
(-32.17406, 116.05040, 'Bedfordale', 'Western Australia', 'Armadale', 'AU'),
(-34.94899, 138.66188, 'Beaumont', 'South Australia', 'Burnside', 'AU'),
(-31.90906, 115.94370, 'Bassendean', 'Western Australia', 'Bassendean', 'AU'),
(-34.99094, 138.82565, 'Balhannah', 'South Australia', 'Adelaide Hills', 'AU'),
(-34.14542, 138.41148, 'Balaklava', 'South Australia', 'Wakefield', 'AU'),
(-33.27920, 115.71504, 'Australind', 'Western Australia', 'Harvey', 'AU'),
(-34.31566, 115.15922, 'Augusta', 'Western Australia', 'Augusta-Margaret River Shire', 'AU'),
(-32.14607, 116.00930, 'Armadale', 'Western Australia', 'Armadale', 'AU'),
(-34.42217, 137.91907, 'Ardrossan', 'South Australia', 'Yorke Peninsula', 'AU'),
(-32.01667, 115.83333, 'Applecross', 'Western Australia', 'Melville', 'AU'),
(-34.64098, 138.64610, 'Angle Vale', 'South Australia', 'Playford', 'AU'),
(-34.50129, 139.04625, 'Angaston', 'South Australia', 'Barossa', 'AU'),
(-23.69748, 133.88362, 'Alice Springs', 'Northern Territory', 'Alice Springs', 'AU'),
(-35.28333, 138.48334, 'Aldinga', 'South Australia', 'Onkaparinga', 'AU'),
(-35.01667, 138.73334, 'Aldgate', 'South Australia', 'Adelaide Hills', 'AU'),
(-35.00310, 117.86595, 'Albany', 'Western Australia', 'Albany', 'AU'),
(-34.92866, 138.59863, 'Adelaide', 'South Australia', 'Adelaide', 'AU'),
(-33.58333, 115.08333, 'Dunsborough', 'Western Australia', 'Busselton', 'AU'),
(-33.31664, 115.70503, 'Eaton', 'Western Australia', 'Dardanup', 'AU'),
(-35.03474, 138.52287, 'Seacliff', 'South Australia', 'Adelaide Hills', 'AU'),
(-34.98989, 138.60158, 'Clapham', 'South Australia', 'Mitcham', 'AU'),
(-31.49985, 115.58737, 'Two Rocks', 'Western Australia', 'Wanneroo', 'AU'),
(-31.67379, 115.70372, 'Quinns Rocks', 'Western Australia', 'Wanneroo', 'AU'),
(-32.03823, 115.76760, 'East Fremantle', 'Western Australia', 'East Fremantle', 'AU'),
(-31.99878, 115.76820, 'Peppermint Grove', 'Western Australia', 'Mosman Park', 'AU'),
(-31.97961, 115.78230, 'Claremont', 'Western Australia', 'Claremont', 'AU'),
(-32.02778, 115.78333, 'Bicton', 'Western Australia', 'Melville', 'AU'),
(-32.02489, 115.80200, 'Attadale', 'Western Australia', 'Melville', 'AU'),
(-31.95833, 115.79722, 'Shenton Park', 'Western Australia', 'Nedlands', 'AU'),
(-31.99517, 115.79980, 'Dalkeith', 'Western Australia', 'Nedlands', 'AU'),
(-30.30591, 115.03825, 'Jurien Bay', 'Western Australia', 'Dandaragan', 'AU'),
(-32.34017, 115.74730, 'Warnbro', 'Western Australia', 'Rockingham', 'AU'),
(-31.77896, 115.73676, 'Mullaloo', 'Western Australia', 'Joondalup', 'AU'),
(-13.85413, 136.42130, 'Alyangula', 'Northern Territory', '', 'AU'),
(-12.44306, 130.84500, 'Stuart Park', 'Northern Territory', 'Darwin', 'AU'),
(-12.45527, 130.83173, 'Larrakeyah', 'Northern Territory', 'Darwin', 'AU'),
(-12.36667, 130.89999, 'Leanyer', 'Northern Territory', 'Darwin', 'AU'),
(-12.42032, 130.85506, 'Ludmilla', 'Northern Territory', 'Darwin', 'AU'),
(-12.42275, 130.83627, 'Fannie Bay', 'Northern Territory', 'Darwin', 'AU'),
(-12.38299, 130.85170, 'Nightcliff', 'Northern Territory', 'Darwin', 'AU'),
(-33.33713, 115.67430, 'Glen Iris', 'Western Australia', 'Bunbury', 'AU'),
(-34.95778, 117.93833, 'Lower King', 'Western Australia', 'Albany', 'AU'),
(-34.31350, 148.30107, 'Young', 'New South Wales', 'Young', 'AU'),
(-23.12683, 150.74406, 'Yeppoon', 'Queensland', 'Rockhampton', 'AU'),
(-27.71667, 153.21667, 'Yatala', 'Queensland', 'Gold Coast', 'AU'),
(-34.84036, 148.90987, 'Yass', 'New South Wales', 'Yass Valley', 'AU'),
(-36.01923, 145.99973, 'Yarrawonga', 'Victoria', 'Moira', 'AU'),
(-37.81667, 144.89999, 'Yarraville', 'Victoria', 'Maribyrnong', 'AU'),
(-26.84167, 151.98138, 'Yarraman', 'Queensland', 'Toowoomba', 'AU'),
(-37.78192, 145.61430, 'Yarra Junction', 'Victoria', 'Yarra Ranges', 'AU'),
(-37.65794, 145.37416, 'Yarra Glen', 'Victoria', 'Yarra Ranges', 'AU'),
(-26.56165, 152.95595, 'Yandina', 'Queensland', 'Sunshine Coast', 'AU'),
(-40.98970, 145.72617, 'Wynyard', 'Tasmania', 'Waratah/Wynyard', 'AU'),
(-27.44527, 153.15813, 'Wynnum', 'Queensland', 'Brisbane', 'AU'),
(-37.80619, 140.84802, 'Worrolong', 'South Australia', 'Grant', 'AU'),
(-16.95000, 145.75000, 'Woree', 'Queensland', 'Cairns', 'AU'),
(-37.78062, 145.53819, 'Woori Yallock', 'Victoria', 'Yarra Ranges', 'AU'),
(-27.06931, 153.20427, 'Woorim', 'Queensland', 'Moreton Bay', 'AU'),
(-26.66054, 152.96947, 'Woombye', 'Queensland', 'Sunshine Coast', 'AU'),
(-30.11058, 153.20067, 'Woolgoolga', 'New South Wales', 'Coffs Harbour', 'AU'),
(-27.63333, 153.10001, 'Woodridge', 'Queensland', 'Logan', 'AU'),
(-26.95291, 152.77747, 'Woodford', 'Queensland', 'Moreton Bay', 'AU'),
(-26.31770, 151.87242, 'Wondai', 'Queensland', 'South Burnett', 'AU'),
(-36.12179, 146.88809, 'Wodonga', 'Victoria', 'Wodonga', 'AU'),
(-37.85344, 144.99242, 'Windsor', 'Victoria', '', 'AU'),
(-27.73333, 153.20000, 'Windaroo', 'Queensland', 'Logan', 'AU'),
(-37.85700, 144.89769, 'Williamstown', 'Victoria', 'Hobsons Bay', 'AU'),
(-37.51152, 145.11836, 'Whittlesea', 'Victoria', 'Whittlesea', 'AU'),
(-33.92373, 147.20473, 'West Wyalong', 'New South Wales', 'Bland', 'AU'),
(-26.80000, 150.14999, 'Westcourt', 'Queensland', 'Western Downs', 'AU'),
(-41.52914, 146.83914, 'Westbury', 'Tasmania', 'Meander Valley', 'AU'),
(-27.61667, 151.86667, 'Westbrook', 'Queensland', 'Toowoomba', 'AU'),
(-37.90000, 144.66667, 'Werribee', 'Victoria', 'Wyndham', 'AU'),
(-27.48333, 153.25000, 'Wellington Point', 'Queensland', 'Redland', 'AU'),
(-32.55588, 148.94508, 'Wellington', 'New South Wales', 'Wellington', 'AU'),
(-12.62346, 141.87883, 'Weipa', 'Queensland', 'Cook', 'AU'),
(-37.66667, 145.18333, 'Wattleglen', 'Victoria', 'Nillumbik', 'AU'),
(-37.71667, 145.08333, 'Watsonia', 'Victoria', '', 'AU'),
(-28.21901, 152.03438, 'Warwick', 'Queensland', 'Southern Downs', 'AU'),
(-38.38176, 142.48799, 'Warrnambool', 'Victoria', 'Warrnambool', 'AU'),
(-42.85546, 147.38297, 'Warrane', 'Tasmania', 'Clarence', 'AU'),
(-37.75000, 145.23334, 'Warrandyte', 'Victoria', 'Manningham', 'AU'),
(-38.15912, 145.93118, 'Warragul', 'Victoria', 'Baw Baw', 'AU'),
(-37.88333, 145.21667, 'Wantirna South', 'Victoria', 'Knox', 'AU'),
(-37.85000, 145.21667, 'Wantirna', 'Victoria', 'Knox', 'AU'),
(-36.35846, 146.32056, 'Wangaratta', 'Victoria', 'Wangaratta', 'AU'),
(-21.16097, 149.05814, 'Walkerston', 'Queensland', 'Mackay', 'AU'),
(-35.12577, 147.35374, 'Wagga Wagga', 'New South Wales', 'Wagga Wagga', 'AU'),
(-27.58333, 152.93333, 'Wacol', 'Queensland', 'Brisbane', 'AU'),
(-27.58329, 153.31172, 'Victoria Point', 'Queensland', 'Redland', 'AU'),
(-37.83616, 145.19427, 'Vermont', 'Victoria', 'Whitehorse', 'AU'),
(-25.30000, 152.81667, 'Urraween', 'Queensland', 'Fraser Coast', 'AU'),
(-25.29214, 152.90535, 'Urangan', 'Queensland', 'Fraser Coast', 'AU'),
(-37.90000, 145.33333, 'Upwey', 'Victoria', 'Yarra Ranges', 'AU'),
(-27.90000, 153.30000, 'Upper Coomera', 'Queensland', 'Gold Coast', 'AU'),
(-41.16026, 146.18242, 'Ulverstone', 'Tasmania', 'Central Coast', 'AU'),
(-35.35906, 150.47247, 'Ulladulla', 'New South Wales', 'Shoalhaven Shire', 'AU'),
(-38.25000, 145.18333, 'Tyabb', 'Victoria', 'Mornington Peninsula', 'AU'),
(-35.30016, 148.22505, 'Tumut', 'New South Wales', 'Tumut Shire', 'AU'),
(-33.36667, 151.45000, 'Tumbi Vmbi', 'New South Wales', 'Wyong Shire', 'AU'),
(-37.70128, 144.88100, 'Tullamarine', 'Victoria', 'Hume', 'AU'),
(-28.15000, 153.50000, 'Tugun', 'Queensland', 'Gold Coast', 'AU'),
(-37.81667, 144.75000, 'Truganina', 'Victoria', 'Wyndham', 'AU'),
(-16.78876, 145.69682, 'Trinity Beach', 'Queensland', 'Cairns', 'AU'),
(-37.90000, 145.33333, 'Tremont', 'Victoria', 'Yarra Ranges', 'AU'),
(-38.19528, 146.54150, 'Traralgon', 'Victoria', 'Latrobe', 'AU'),
(-19.26639, 146.80569, 'Townsville', 'Queensland', 'Townsville', 'AU'),
(-25.28496, 152.87886, 'Torquay', 'Queensland', 'Fraser Coast', 'AU'),
(-27.56056, 151.95386, 'Toowoomba', 'Queensland', 'Toowoomba', 'AU'),
(-37.84165, 145.01437, 'Toorak', 'Victoria', '', 'AU'),
(-38.21475, 145.38326, 'Tooradin', 'Victoria', 'Casey', 'AU'),
(-23.93333, 151.28333, 'Toolooa', 'Queensland', 'Gladstone', 'AU'),
(-17.23333, 145.48334, 'Tolga', 'Queensland', 'Tablelands', 'AU'),
(-25.91646, 153.00584, 'Tin Can Bay', 'Queensland', 'Gympie Regional Council', 'AU'),
(-37.75000, 145.00000, 'Thornbury', 'Victoria', '', 'AU'),
(-37.68333, 145.01666, 'Thomastown', 'Victoria', 'Whittlesea', 'AU'),
(-33.33876, 151.49780, 'The Entrance', 'New South Wales', 'Wyong Shire', 'AU'),
(-37.85000, 145.31667, 'The Basin', 'Victoria', 'Knox', 'AU'),
(-27.63333, 152.63333, 'Thagoona', 'Queensland', 'Ipswich', 'AU'),
(-24.90000, 152.35001, 'Thabeban', 'Queensland', 'Bundaberg', 'AU'),
(-26.39104, 153.03432, 'Tewantin', 'Queensland', 'Sunshine Coast', 'AU'),
(-37.76667, 145.11667, 'Templestowe Lower', 'Victoria', 'Manningham', 'AU'),
(-27.53333, 153.03333, 'Tarragindi', 'Queensland', 'Brisbane', 'AU'),
(-42.94520, 147.34840, 'Taroona', 'Tasmania', 'Kingborough', 'AU'),
(-25.63925, 149.79980, 'Taroom', 'Queensland', 'Banana', 'AU'),
(-37.86667, 144.66667, 'Tarneit', 'Victoria', 'Wyndham', 'AU'),
(-31.91099, 152.45387, 'Taree', 'New South Wales', 'Greater Taree', 'AU'),
(-31.09048, 150.92905, 'Tamworth', 'New South Wales', 'Tamworth Municipality', 'AU'),
(-28.15000, 153.43333, 'Tallebudgera', 'Queensland', 'Gold Coast', 'AU'),
(-33.86785, 151.20732, 'Sydney', 'New South Wales', 'City of Sydney', 'AU'),
(-37.70000, 144.76666, 'Sydenham', 'Victoria', 'Brimbank', 'AU'),
(-35.33781, 143.55440, 'Swan Hill', 'Victoria', 'Swan Hill', 'AU'),
(-37.81667, 145.10001, 'Surrey Hills', 'Victoria', '', 'AU'),
(-28.00274, 153.42999, 'Surfers Paradise', 'Queensland', 'Gold Coast', 'AU'),
(-27.58333, 153.05000, 'Sunnybank', 'Queensland', 'Brisbane', 'AU'),
(-37.57742, 144.72607, 'Sunbury', 'Victoria', 'Hume', 'AU'),
(-27.30414, 152.98978, 'Strathpine', 'Queensland', 'Moreton Bay', 'AU'),
(-32.71314, 152.06622, 'Port Stephens', 'New South Wales', 'Port Stephens Shire', 'AU');
INSERT INTO `reverse_geocode` (`lat`, `lng`, `city`, `region`, `province`, `country`) VALUES
(-37.05632, 142.78088, 'Stawell', 'Victoria', 'Northern Grampians', 'AU'),
(-28.65425, 151.93388, 'Stanthorpe', 'Queensland', 'Southern Downs', 'AU'),
(-37.96667, 145.14999, 'Springvale South', 'Victoria', 'Greater Dandenong', 'AU'),
(-37.94853, 145.15274, 'Springvale', 'Victoria', 'Greater Dandenong', 'AU'),
(-27.46141, 153.02312, 'Spring Hill', 'Queensland', 'Brisbane', 'AU'),
(-37.82975, 144.88516, 'Spotswood', 'Victoria', '', 'AU'),
(-37.94750, 144.71667, 'Werribee South', 'Victoria', 'Wyndham', 'AU'),
(-27.96724, 153.39796, 'Southport', 'Queensland', 'Gold Coast', 'AU'),
(-37.83333, 144.96667, 'South Melbourne', 'Victoria', 'Port Phillip', 'AU'),
(-29.70760, 152.92627, 'South Grafton', 'New South Wales', 'Clarence Valley', 'AU'),
(-38.33958, 144.74126, 'Sorrento', 'Victoria', 'Mornington Peninsula', 'AU'),
(-42.78161, 147.56267, 'Sorell', 'Tasmania', 'Sorell', 'AU'),
(-38.21667, 145.16667, 'Somerville', 'Victoria', 'Mornington Peninsula', 'AU'),
(-38.40000, 145.16667, 'Somers', 'Victoria', '', 'AU'),
(-40.84587, 145.12498, 'Smithton', 'Tasmania', 'Circular Head', 'AU'),
(-27.65000, 153.14999, 'Slacks Creek', 'Queensland', 'Logan', 'AU'),
(-32.56742, 151.16603, 'Singleton', 'New South Wales', 'Singleton', 'AU'),
(-27.32759, 153.08160, 'Shorncliffe', 'Queensland', 'Brisbane', 'AU'),
(-36.38047, 145.39867, 'Shepparton', 'Victoria', 'Greater Shepparton', 'AU'),
(-34.58333, 150.86667, 'Shellharbour Village', 'New South Wales', 'Shellharbour', 'AU'),
(-41.39947, 146.33897, 'Sheffield', 'Tasmania', 'Kentish', 'AU'),
(-24.87593, 152.26994, 'Sharon', 'Queensland', 'Bundaberg', 'AU'),
(-37.91667, 145.38333, 'Selby', 'Victoria', 'Yarra Ranges', 'AU'),
(-37.58532, 143.83952, 'Sebastopol', 'Victoria', 'Ballarat North', 'AU'),
(-38.10000, 145.13333, 'Seaford', 'Victoria', 'Frankston', 'AU'),
(-41.15780, 147.51727, 'Scottsdale', 'Tasmania', 'Dorset', 'AU'),
(-37.90000, 145.23334, 'Scoresby', 'Victoria', 'Knox', 'AU'),
(-25.28333, 152.85001, 'Scarness', 'Queensland', 'Fraser Coast', 'AU'),
(-30.36459, 153.10141, 'Sawtell', 'New South Wales', 'Coffs Harbour', 'AU'),
(-21.41910, 149.21677, 'Sarina', 'Queensland', 'Mackay', 'AU'),
(-27.32198, 153.06950, 'Sandgate', 'Queensland', 'Brisbane', 'AU'),
(-42.93333, 147.50000, 'Sandford', 'Tasmania', 'Clarence', 'AU'),
(-38.11095, 147.06802, 'Sale', 'Victoria', 'Wellington', 'AU'),
(-37.86760, 144.98099, 'Saint Kilda', 'Victoria', 'Port Phillip', 'AU'),
(-41.32028, 148.23889, 'St Helens', 'Tasmania', 'Break O\'Day', 'AU'),
(-37.70000, 145.13333, 'Saint Helena', 'Victoria', '', 'AU'),
(-37.60151, 145.27235, 'Saint Andrews', 'Victoria', 'Nillumbik', 'AU'),
(-37.73333, 144.80000, 'Saint Albans', 'Victoria', 'Brimbank', 'AU'),
(-38.36667, 144.81667, 'Rye', 'Victoria', '', 'AU'),
(-32.71667, 151.53333, 'Rutherford', 'New South Wales', 'Maitland Municipality', 'AU'),
(-37.93333, 145.23334, 'Rowville', 'Victoria', 'Knox', 'AU'),
(-38.35542, 144.90680, 'Rosebud', 'Victoria', 'Mornington Peninsula', 'AU'),
(-41.77941, 145.53825, 'Rosebery', 'Tasmania', 'West Coast', 'AU'),
(-37.75000, 145.06667, 'Rosanna', 'Victoria', '', 'AU'),
(-26.56741, 148.78751, 'Roma', 'Queensland', 'Maranoa', 'AU'),
(-42.89875, 147.44917, 'Rokeby', 'Tasmania', 'Clarence', 'AU'),
(-27.53917, 153.00401, 'Rocklea', 'Queensland', 'Brisbane', 'AU'),
(-23.38032, 150.50595, 'Rockhampton', 'Queensland', 'Rockhampton', 'AU'),
(-37.73353, 144.67003, 'Rockbank', 'Victoria', 'Melton', 'AU'),
(-27.60000, 152.85001, 'Riverview', 'Queensland', 'Ipswich', 'AU'),
(-33.68333, 150.86667, 'Riverstone', 'New South Wales', 'Blacktown', 'AU'),
(-37.88333, 145.00000, 'Ripponlea', 'Victoria', '', 'AU'),
(-37.81667, 145.25000, 'Ringwood East', 'Victoria', 'Maroondah', 'AU'),
(-37.81819, 145.00175, 'Richmond', 'Victoria', 'Yarra', 'AU'),
(-33.59956, 150.75142, 'Richmond', 'New South Wales', 'Hawkesbury', 'AU'),
(-33.82663, 151.08810, 'Rhodes', 'New South Wales', 'Canada Bay', 'AU'),
(-33.95000, 151.01666, 'Revesby', 'New South Wales', 'Bankstown', 'AU'),
(-37.71667, 145.00000, 'Reservoir', 'Victoria', 'Darebin', 'AU'),
(-37.70000, 145.18333, 'Research', 'Victoria', 'Nillumbik', 'AU'),
(-34.16531, 140.70970, 'Renmark West', 'South Australia', 'Renmark Paringa', 'AU'),
(-34.17702, 140.74696, 'Renmark', 'South Australia', 'Renmark Paringa', 'AU'),
(-33.88333, 151.01666, 'Regents Park', 'New South Wales', 'Bankstown', 'AU'),
(-16.88333, 145.70000, 'Redlynch', 'Queensland', 'Cairns', 'AU'),
(-27.61130, 153.30022, 'Redland Bay', 'Queensland', 'Redland', 'AU'),
(-20.31667, 148.50000, 'Red Hill', 'Queensland', 'Whitsunday', 'AU'),
(-33.01178, 151.71143, 'Redhead', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-33.89279, 151.20415, 'Redfern', 'New South Wales', 'City of Sydney', 'AU'),
(-27.60000, 152.86667, 'Redbank', 'Queensland', 'Ipswich', 'AU'),
(-32.73333, 151.61667, 'Raworth', 'New South Wales', 'Maitland Municipality', 'AU'),
(-17.60758, 145.48091, 'Ravenshoe', 'Queensland', 'Tablelands', 'AU'),
(-33.03773, 151.58443, 'Rathmines', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-31.50763, 150.67902, 'Quirindi', 'New South Wales', 'Liverpool Plains', 'AU'),
(-42.08050, 145.55646, 'Queenstown', 'Tasmania', 'West Coast', 'AU'),
(-38.26789, 144.66193, 'Queenscliff', 'Victoria', 'Queenscliffe', 'AU'),
(-35.35493, 149.23199, 'Queanbeyan', 'New South Wales', 'Queanbeyan', 'AU'),
(-33.73333, 150.88333, 'Quakers Hill', 'New South Wales', 'Blacktown', 'AU'),
(-33.74386, 151.14188, 'Pymble', 'New South Wales', 'City of Sydney', 'AU'),
(-20.40110, 148.58020, 'Proserpine', 'Queensland', 'Whitsunday', 'AU'),
(-37.75000, 145.01666, 'Preston', 'Victoria', 'Darebin', 'AU'),
(-41.16652, 146.55283, 'Port Sorell', 'Tasmania', 'Latrobe', 'AU'),
(-37.83961, 144.94228, 'Port Melbourne', 'Victoria', 'Port Phillip', 'AU'),
(-31.43084, 152.90894, 'Port Macquarie', 'New South Wales', 'Port Macquarie-Hastings', 'AU'),
(-38.34620, 141.60257, 'Portland', 'Victoria', 'Glenelg', 'AU'),
(-33.35709, 149.98148, 'Portland', 'New South Wales', 'Lithgow', 'AU'),
(-34.48180, 150.90120, 'Port Kembla', 'New South Wales', 'Wollongong', 'AU'),
(-38.38535, 142.23711, 'Port Fairy', 'Victoria', 'Moyne', 'AU'),
(-16.48383, 145.46725, 'Port Douglas', 'Queensland', 'Cairns', 'AU'),
(-37.91482, 144.75089, 'Point Cook', 'Victoria', 'Wyndham', 'AU'),
(-33.44378, 151.32732, 'Point Clare', 'New South Wales', 'Gosford Shire', 'AU'),
(-37.66667, 145.11667, 'Plenty', 'Victoria', '', 'AU'),
(-33.58718, 150.85857, 'Pitt Town', 'New South Wales', 'Hawkesbury', 'AU'),
(-34.16995, 150.61168, 'Picton', 'New South Wales', 'Wollondilly', 'AU'),
(-31.13333, 150.85001, 'Phillip', 'New South Wales', 'Tamworth Municipality', 'AU'),
(-33.48741, 149.54642, 'Perthville', 'New South Wales', 'Bathurst Regional', 'AU'),
(-41.57231, 147.17096, 'Perth', 'Tasmania', 'Northern Midlands', 'AU'),
(-33.96667, 151.08333, 'Penshurst', 'New South Wales', 'Hurstville', 'AU'),
(-33.75000, 150.70000, 'Penrith', 'New South Wales', 'Penrith Municipality', 'AU'),
(-37.37520, 140.83678, 'Penola', 'South Australia', 'Wattle Range', 'AU'),
(-33.73783, 151.07216, 'Pennant Hills', 'New South Wales', 'Hornsby Shire', 'AU'),
(-41.12258, 146.07318, 'Penguin', 'Tasmania', 'Central Coast', 'AU'),
(-32.72387, 148.19052, 'Peak Hill', 'New South Wales', 'Parkes', 'AU'),
(-37.73333, 144.93333, 'Pascoe Vale', 'Victoria', 'Moreland', 'AU'),
(-37.78333, 144.95000, 'Parkville', 'Victoria', '', 'AU'),
(-33.13720, 148.17590, 'Parkes', 'New South Wales', 'Parkes', 'AU'),
(-37.98333, 145.06667, 'Parkdale', 'Victoria', '', 'AU'),
(-33.59664, 151.32384, 'Palm Beach', 'New South Wales', 'Pittwater', 'AU'),
(-28.11694, 153.46584, 'Palm Beach', 'Queensland', 'Gold Coast', 'AU'),
(-38.01667, 145.51666, 'Pakenham Upper', 'Victoria', 'Cardinia', 'AU'),
(-38.13333, 145.51666, 'Pakenham South', 'Victoria', 'Cardinia', 'AU'),
(-35.07087, 142.32034, 'Ouyen', 'Victoria', 'Mildura Shire', 'AU'),
(-37.90000, 145.03333, 'Ormond', 'Victoria', '', 'AU'),
(-33.28397, 149.10017, 'Orange', 'New South Wales', 'Orange Municipality', 'AU'),
(-27.62902, 152.73769, 'One Mile', 'Queensland', 'Ipswich', 'AU'),
(-37.85000, 145.36667, 'Olinda', 'Victoria', 'Yarra Ranges', 'AU'),
(-42.77758, 147.26659, 'Old Beach', 'Tasmania', 'Brighton', 'AU'),
(-31.96940, 152.58807, 'Old Bar', 'New South Wales', 'Greater Taree', 'AU'),
(-38.05916, 145.40947, 'Officer', 'Victoria', 'Cardinia', 'AU'),
(-33.70398, 149.85915, 'Oberon', 'New South Wales', 'Oberon', 'AU'),
(-33.98004, 151.07201, 'Oatley', 'New South Wales', 'Hurstville', 'AU'),
(-27.43305, 151.72063, 'Oakey', 'Queensland', 'Toowoomba', 'AU'),
(-34.07930, 150.51320, 'Oakdale', 'New South Wales', 'Wollondilly', 'AU'),
(-31.56088, 147.18816, 'Nyngan', 'New South Wales', 'Bogan', 'AU'),
(-37.82043, 145.17308, 'Nunawading', 'Victoria', 'Whitehorse', 'AU'),
(-34.88422, 150.60036, 'Nowra', 'New South Wales', 'Shoalhaven Shire', 'AU'),
(-37.90500, 145.14270, 'Notting Hill', 'Victoria', 'Monash', 'AU'),
(-38.60000, 145.60001, 'North Wonthaggi', 'Victoria', 'Bass Coast', 'AU'),
(-33.71313, 151.14638, 'North Turramurra', 'New South Wales', 'City of Sydney', 'AU'),
(-33.83900, 151.20720, 'North Sydney', 'New South Wales', 'North Sydney', 'AU'),
(-37.80000, 144.96667, 'North Melbourne', 'Victoria', '', 'AU'),
(-33.78333, 150.98334, 'Northmead', 'New South Wales', 'Parramatta', 'AU'),
(-31.63680, 152.81357, 'North Haven', 'New South Wales', 'Port Macquarie-Hastings', 'AU'),
(-37.78862, 144.97885, 'North Fitzroy', 'Victoria', 'Yarra', 'AU'),
(-37.76667, 145.00000, 'Northcote', 'Victoria', 'Darebin', 'AU'),
(-33.73333, 151.10001, 'Normanhurst', 'New South Wales', 'Ku-ring-gai', 'AU'),
(-26.40000, 153.06667, 'Noosaville', 'Queensland', 'Sunshine Coast', 'AU'),
(-26.39433, 153.09010, 'Noosa Heads', 'Queensland', 'Sunshine Coast', 'AU'),
(-37.96667, 145.16667, 'Noble Park', 'Victoria', 'Greater Dandenong', 'AU'),
(-28.59726, 153.22253, 'Nimbin', 'New South Wales', 'Lismore Municipality', 'AU'),
(-33.89835, 151.17754, 'Newtown', 'New South Wales', 'Marrickville', 'AU'),
(-41.43333, 147.16667, 'Newstead', 'Tasmania', 'Launceston', 'AU'),
(-37.84427, 144.88483, 'Newport', 'Victoria', 'Hobsons Bay', 'AU'),
(-33.65517, 151.32126, 'Newport', 'New South Wales', 'Pittwater', 'AU'),
(-42.78261, 147.05870, 'New Norfolk', 'Tasmania', 'Derwent Valley', 'AU'),
(-41.39714, 147.13127, 'Newnham', 'Tasmania', 'Launceston', 'AU'),
(-37.55846, 143.82484, 'Newington', 'Victoria', 'Ballarat North', 'AU'),
(-32.92715, 151.77647, 'Newcastle', 'New South Wales', 'Newcastle', 'AU'),
(-27.98941, 153.33633, 'Nerang', 'Queensland', 'Gold Coast', 'AU'),
(-32.72043, 152.14398, 'Nelson Bay', 'New South Wales', 'Port Stephens Shire', 'AU'),
(-32.23121, 148.24052, 'Narromine', 'New South Wales', 'Narromine', 'AU'),
(-37.98333, 145.31667, 'Narre Warren North', 'Victoria', 'Casey', 'AU'),
(-38.03333, 145.30000, 'Narre Warren', 'Victoria', 'Casey', 'AU'),
(-34.74752, 146.55096, 'Narrandera', 'New South Wales', 'Narrandera', 'AU'),
(-30.32612, 149.78371, 'Narrabri', 'New South Wales', 'Narrabri', 'AU'),
(-33.71277, 151.29736, 'Narrabeen', 'New South Wales', 'Warringah', 'AU'),
(-36.22101, 150.13062, 'Narooma', 'New South Wales', 'Eurobodalla', 'AU'),
(-34.03333, 150.73334, 'Narellan', 'New South Wales', 'Camden', 'AU'),
(-33.40000, 151.35001, 'Narara', 'New South Wales', 'Gosford Shire', 'AU'),
(-27.20338, 152.95923, 'Narangba', 'Queensland', 'Moreton Bay', 'AU'),
(-36.95785, 140.73830, 'Naracoorte', 'South Australia', 'Naracoorte and Lucindale', 'AU'),
(-30.13333, 153.01666, 'Nana Glen', 'New South Wales', 'Coffs Harbour', 'AU'),
(-30.64318, 153.00883, 'Nambucca Heads', 'New South Wales', 'Nambucca Shire', 'AU'),
(-30.63333, 152.98334, 'Nambucca', 'New South Wales', 'Nambucca Shire', 'AU'),
(-26.62613, 152.95941, 'Nambour', 'Queensland', 'Sunshine Coast', 'AU'),
(-32.09837, 152.37627, 'Nabiac', 'New South Wales', 'Great Lakes', 'AU'),
(-32.26118, 150.89009, 'Muswellbrook', 'New South Wales', 'Muswellbrook', 'AU'),
(-28.32732, 153.39339, 'Murwillumbah', 'New South Wales', 'Tweed', 'AU'),
(-37.90000, 145.06667, 'Murrumbeena', 'Victoria', '', 'AU'),
(-34.97199, 149.02985, 'Murrumbateman', 'New South Wales', 'Yass Valley', 'AU'),
(-36.36667, 140.68333, 'Mundulla', 'South Australia', 'Tatiara', 'AU'),
(-35.99161, 146.00114, 'Mulwala', 'New South Wales', 'Corowa Shire', 'AU'),
(-37.91667, 145.20000, 'Mulgrave', 'Victoria', 'Monash', 'AU'),
(-33.83800, 150.64963, 'Mulgoa', 'New South Wales', 'Penrith Municipality', 'AU'),
(-32.59426, 149.58710, 'Mudgee', 'New South Wales', 'Mid-Western Regional', 'AU'),
(-37.58333, 143.86667, 'Mount Pleasant', 'Victoria', '', 'AU'),
(-38.26667, 145.01666, 'Mount Martha', 'Victoria', 'Mornington Peninsula', 'AU'),
(-37.83180, 140.77919, 'Mount Gambier', 'South Australia', 'Mount Gambier', 'AU'),
(-37.78333, 145.38333, 'Mount Evelyn', 'Victoria', 'Yarra Ranges', 'AU'),
(-38.18333, 145.08333, 'Mount Eliza', 'Victoria', 'Mornington Peninsula', 'AU'),
(-33.76667, 150.81667, 'Mount Druitt', 'New South Wales', 'Blacktown', 'AU'),
(-37.83333, 145.36667, 'Mount Dandenong', 'Victoria', 'Yarra Ranges', 'AU'),
(-33.68333, 151.11667, 'Mount Colah', 'New South Wales', 'Hornsby Shire', 'AU'),
(-37.60000, 143.88333, 'Mount Clear', 'Victoria', 'Ballarat North', 'AU'),
(-36.73628, 147.17531, 'Mount Beauty', 'Victoria', 'Alpine', 'AU'),
(-34.55374, 150.37115, 'Moss Vale', 'New South Wales', 'Wingecarribee', 'AU'),
(-33.83902, 151.23956, 'Mosman', 'New South Wales', 'Mosman', 'AU'),
(-38.23476, 146.39499, 'Morwell', 'Victoria', 'Latrobe', 'AU'),
(-35.91250, 150.08144, 'Moruya', 'New South Wales', 'Eurobodalla', 'AU'),
(-33.96667, 151.08333, 'Mortdale', 'New South Wales', 'Hurstville', 'AU'),
(-38.21792, 145.03876, 'Mornington', 'Victoria', 'Mornington Peninsula', 'AU'),
(-29.46278, 149.84157, 'Moree', 'New South Wales', 'Moree Plains', 'AU'),
(-38.00000, 145.08333, 'Mordialloc', 'Victoria', 'Kingston', 'AU'),
(-27.10876, 152.94907, 'Morayfield', 'Queensland', 'Moreton Bay', 'AU'),
(-38.21667, 145.11667, 'Moorooduc', 'Victoria', 'Mornington Peninsula', 'AU'),
(-37.93667, 145.03416, 'Moorabbin', 'Victoria', 'Bayside', 'AU'),
(-37.76667, 144.91667, 'Moonee Ponds', 'Victoria', 'Moonee Valley', 'AU'),
(-30.20575, 153.15292, 'Moonee Beach', 'New South Wales', 'Coffs Harbour', 'AU'),
(-42.84617, 147.30228, 'Moonah', 'Tasmania', 'Glenorchy', 'AU'),
(-26.68164, 153.11925, 'Mooloolaba', 'Queensland', 'Sunshine Coast', 'AU'),
(-37.81667, 145.35001, 'Montrose', 'Victoria', 'Yarra Ranges', 'AU'),
(-37.71667, 145.11667, 'Montmorency', 'Victoria', 'Banyule', 'AU'),
(-37.81667, 145.10001, 'Mont Albert', 'Victoria', '', 'AU'),
(-37.88333, 145.39999, 'Monbulk', 'Victoria', 'Yarra Ranges', 'AU'),
(-34.23840, 140.56131, 'Monash', 'South Australia', 'Berri and Barmera', 'AU'),
(-33.09233, 148.87003, 'Molong', 'New South Wales', 'Cabonne', 'AU'),
(-27.58333, 152.86667, 'Moggill', 'Queensland', 'Brisbane', 'AU'),
(-38.17828, 146.26099, 'Moe', 'Victoria', 'Latrobe', 'AU'),
(-36.11360, 144.75648, 'Moama', 'New South Wales', 'Murray Shire', 'AU'),
(-34.45002, 150.44572, 'Mittagong', 'New South Wales', 'Wingecarribee', 'AU'),
(-37.81667, 145.20000, 'Mitcham', 'Victoria', '', 'AU'),
(-34.03857, 151.10005, 'Miranda', 'New South Wales', 'Sutherland Shire', 'AU'),
(-35.31644, 150.43610, 'Milton', 'New South Wales', 'Shoalhaven Shire', 'AU'),
(-33.44601, 149.18539, 'Millthorpe', 'New South Wales', 'Blayney', 'AU'),
(-37.66667, 145.06667, 'Mill Park', 'Victoria', 'Whittlesea', 'AU'),
(-37.59389, 140.34947, 'Millicent', 'South Australia', 'Wattle Range', 'AU'),
(-37.75527, 145.65347, 'Millgrove', 'Victoria', 'Yarra Ranges', 'AU'),
(-34.18551, 142.16251, 'Mildura', 'Victoria', 'Mildura Shire', 'AU'),
(-33.83333, 150.98334, 'Merrylands', 'New South Wales', 'Holroyd', 'AU'),
(-32.13922, 150.35562, 'Merriwa', 'New South Wales', 'Upper Hunter Shire', 'AU'),
(-36.88901, 149.90961, 'Merimbula', 'New South Wales', 'Bega Valley', 'AU'),
(-38.38333, 145.08333, 'Merricks', 'Victoria', 'Mornington Peninsula', 'AU'),
(-37.60075, 145.09555, 'Mernda', 'Victoria', 'Whittlesea', 'AU'),
(-37.98333, 145.06667, 'Mentone', 'Victoria', 'Kingston', 'AU'),
(-34.01667, 151.01666, 'Menai', 'New South Wales', 'Sutherland Shire', 'AU'),
(-37.70773, 144.57494, 'Melton South', 'Victoria', 'Melton', 'AU'),
(-37.68339, 144.58543, 'Melton', 'Victoria', 'Melton', 'AU'),
(-37.81400, 144.96332, 'Melbourne', 'Victoria', 'Melbourne', 'AU'),
(-32.74150, 151.86760, 'Medowie', 'New South Wales', 'Port Stephens Shire', 'AU'),
(-37.91667, 145.05000, 'McKinnon', 'Victoria', '', 'AU'),
(-33.95000, 151.23334, 'Matraville', 'New South Wales', 'Randwick', 'AU'),
(-33.92598, 151.19347, 'Mascot', 'New South Wales', 'Botany Bay', 'AU'),
(-37.04562, 143.73923, 'Maryborough', 'Victoria', 'Central Goldfields', 'AU'),
(-25.54073, 152.70493, 'Maryborough', 'Queensland', 'Fraser Coast', 'AU'),
(-33.90318, 151.15176, 'Marrickville', 'New South Wales', 'Marrickville', 'AU'),
(-33.95000, 151.23334, 'Maroubra', 'New South Wales', 'Randwick', 'AU'),
(-37.78333, 144.88333, 'Maribyrnong', 'Victoria', 'Maribyrnong', 'AU'),
(-43.02814, 147.26256, 'Margate', 'Tasmania', 'Kingborough', 'AU'),
(-27.24761, 153.09808, 'Margate', 'Queensland', 'Moreton Bay', 'AU'),
(-16.99500, 145.42323, 'Mareeba', 'Queensland', 'Tablelands', 'AU'),
(-37.05200, 146.08846, 'Mansfield', 'Victoria', 'Mansfield', 'AU'),
(-33.79798, 151.28825, 'Manly', 'New South Wales', 'Manly Vale', 'AU'),
(-30.74748, 150.71974, 'Manilla', 'New South Wales', 'Tamworth Municipality', 'AU'),
(-33.96216, 151.24796, 'Malabar', 'New South Wales', 'Randwick', 'AU'),
(-32.73308, 151.55740, 'Maitland', 'New South Wales', 'Maitland Municipality', 'AU'),
(-37.73333, 145.06667, 'Macleod', 'Victoria', '', 'AU'),
(-29.45810, 153.19753, 'Maclean', 'New South Wales', 'Clarence Valley', 'AU'),
(-30.70780, 152.92029, 'Macksville', 'New South Wales', 'Nambucca Shire', 'AU'),
(-21.15345, 149.16554, 'Mackay', 'Queensland', 'Mackay', 'AU'),
(-37.88333, 145.48334, 'Macclesfield', 'Victoria', 'Yarra Ranges', 'AU'),
(-37.93333, 145.30000, 'Lysterfield', 'Victoria', 'Yarra Ranges', 'AU'),
(-33.87850, 150.68863, 'Luddenham', 'New South Wales', 'Liverpool', 'AU'),
(-34.45020, 140.56908, 'Loxton', 'South Australia', 'Loxton Waikerie', 'AU'),
(-37.73333, 145.11667, 'Lower Plenty', 'Victoria', 'Banyule', 'AU'),
(-34.28333, 140.43333, 'Loveday', 'South Australia', 'Berri and Barmera', 'AU'),
(-32.73333, 151.56667, 'Lorn', 'New South Wales', 'Maitland Municipality', 'AU'),
(-33.35795, 151.48135, 'Long Jetty', 'New South Wales', 'Wyong Shire', 'AU'),
(-41.60512, 147.11887, 'Longford', 'Tasmania', 'Northern Midlands', 'AU'),
(-33.90000, 150.93333, 'Liverpool', 'New South Wales', 'Fairfield', 'AU'),
(-37.96667, 144.50000, 'Little River', 'Victoria', 'Wyndham', 'AU'),
(-33.48247, 150.13631, 'Lithgow', 'New South Wales', 'Lithgow', 'AU'),
(-28.81354, 153.27730, 'Lismore', 'New South Wales', 'Lismore Municipality', 'AU'),
(-33.38333, 151.36667, 'Lisarow', 'New South Wales', 'Gosford Shire', 'AU'),
(-42.84837, 147.36192, 'Lindisfarne', 'Tasmania', 'Clarence', 'AU'),
(-33.78333, 151.16667, 'Lindfield', 'New South Wales', 'Ku-ring-gai', 'AU'),
(-37.75000, 145.35001, 'Lilydale', 'Victoria', 'Yarra Ranges', 'AU'),
(-29.42743, 147.97865, 'Lightning Ridge', 'New South Wales', 'Walgett', 'AU'),
(-33.86436, 151.03970, 'Lidcombe', 'New South Wales', 'Auburn', 'AU'),
(-33.71667, 150.33333, 'Leura', 'New South Wales', 'Blue Mountains Municipality', 'AU'),
(-34.05000, 150.83333, 'Leumeah', 'New South Wales', 'Campbelltown Municipality', 'AU'),
(-38.19001, 144.46825, 'Leopold', 'Victoria', 'Greater Geelong', 'AU'),
(-33.86875, 151.15950, 'Leichhardt', 'New South Wales', 'Leichhardt', 'AU'),
(-34.55105, 146.40483, 'Leeton', 'New South Wales', 'Leeton', 'AU'),
(-33.72064, 150.42975, 'Lawson', 'New South Wales', 'Blue Mountains Municipality', 'AU'),
(-36.05000, 146.93333, 'Lavington', 'New South Wales', 'Albury Municipality', 'AU'),
(-31.64484, 152.79462, 'Camden Haven', 'New South Wales', 'Port Macquarie-Hastings', 'AU'),
(-41.43876, 147.13467, 'Launceston', 'Tasmania', 'Launceston', 'AU'),
(-42.91364, 147.48747, 'Lauderdale', 'Tasmania', 'Clarence', 'AU'),
(-41.24641, 146.42458, 'Latrobe', 'Tasmania', 'Latrobe', 'AU'),
(-28.65162, 153.11076, 'Larnook', 'New South Wales', 'Lismore Municipality', 'AU'),
(-32.70000, 151.60001, 'Largs', 'New South Wales', 'Maitland Municipality', 'AU'),
(-38.02388, 144.40617, 'Lara', 'Victoria', 'Greater Geelong', 'AU'),
(-38.16667, 145.16667, 'Langwarrin', 'Victoria', 'Frankston', 'AU'),
(-33.81570, 151.16679, 'Lane Cove', 'New South Wales', 'Lane Cove', 'AU'),
(-37.66667, 145.01666, 'Lalor', 'Victoria', 'Whittlesea', 'AU'),
(-37.88115, 147.98103, 'Lakes Entrance', 'Victoria', 'East Gippsland', 'AU'),
(-33.91972, 151.07591, 'Lakemba', 'New South Wales', 'Canterbury', 'AU'),
(-34.54658, 150.85645, 'Lake Illawarra', 'New South Wales', 'Shellharbour', 'AU'),
(-33.29868, 146.37386, 'Lake Cargelligo', 'New South Wales', 'Lachlan', 'AU'),
(-35.16667, 147.38333, 'Lake Albert', 'New South Wales', 'Wagga Wagga', 'AU'),
(-28.62075, 153.00482, 'Kyogle', 'New South Wales', 'Kyogle', 'AU'),
(-36.31335, 145.05035, 'Kyabram', 'Victoria', 'Campaspe', 'AU'),
(-32.81933, 151.47908, 'Kurri Kurri', 'New South Wales', 'Cessnock', 'AU'),
(-34.01088, 151.20512, 'Kurnell', 'New South Wales', 'Sutherland Shire', 'AU'),
(-16.81978, 145.63818, 'Kuranda', 'Queensland', 'Tablelands', 'AU'),
(-32.95000, 151.68333, 'Kotara', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-38.19941, 145.49081, 'Koo-Wee-Rup', 'Victoria', 'Cardinia', 'AU'),
(-31.05857, 151.05350, 'Kootingal', 'New South Wales', 'Tamworth Municipality', 'AU'),
(-33.98333, 151.11667, 'Kogarah', 'New South Wales', 'Kogarah', 'AU'),
(-33.84867, 151.21620, 'Kirribilli', 'New South Wales', 'North Sydney', 'AU'),
(-42.98021, 147.31941, 'Kingston Beach', 'Tasmania', 'Kingborough', 'AU'),
(-42.97638, 147.30351, 'Kingston', 'Tasmania', 'Kingborough', 'AU'),
(-34.23333, 140.35001, 'Kingston', 'South Australia', 'Loxton Waikerie', 'AU'),
(-28.25983, 153.57816, 'Kingscliff', 'New South Wales', 'Tweed', 'AU'),
(-37.46667, 145.23334, 'Kinglake West', 'Victoria', 'Murrindindi', 'AU'),
(-26.53994, 151.83730, 'Kingaroy', 'Queensland', 'South Burnett', 'AU'),
(-37.80000, 145.31667, 'Kilsyth', 'Victoria', 'Yarra Ranges', 'AU'),
(-34.66828, 150.85219, 'Kiama', 'New South Wales', 'Kiama', 'AU'),
(-37.99116, 145.17384, 'Keysborough', 'Victoria', 'Greater Dandenong', 'AU'),
(-37.80639, 145.03085, 'Kew', 'Victoria', 'Boroondara', 'AU'),
(-43.12623, 147.24641, 'Kettering', 'Tasmania', 'Kingborough', 'AU'),
(-33.65527, 151.00504, 'Kenthurst', 'New South Wales', 'The Hills Shire', 'AU'),
(-33.92019, 151.22241, 'Kensington', 'New South Wales', 'Randwick', 'AU'),
(-37.78333, 144.93333, 'Kensington', 'Victoria', '', 'AU'),
(-36.78333, 144.30000, 'Kennington', 'Victoria', 'Greater Bendigo', 'AU'),
(-31.63295, 152.70393, 'Kendall', 'New South Wales', 'Port Macquarie-Hastings', 'AU'),
(-31.07898, 152.83093, 'Kempsey', 'New South Wales', 'Kempsey', 'AU'),
(-33.41667, 149.60001, 'Kelso', 'New South Wales', 'Bathurst Regional', 'AU'),
(-36.09910, 140.35315, 'Keith', 'South Australia', 'Tatiara', 'AU'),
(-34.41667, 150.86667, 'Keiraville', 'New South Wales', 'Wollongong', 'AU'),
(-37.71667, 144.83333, 'Keilor', 'Victoria', 'Brimbank', 'AU'),
(-33.71977, 150.30739, 'Katoomba', 'New South Wales', 'Blue Mountains Municipality', 'AU'),
(-33.25300, 151.49110, 'Kanwal', 'New South Wales', 'Wyong Shire', 'AU'),
(-34.73806, 150.53658, 'Kangaroo Valley', 'New South Wales', 'Shoalhaven Shire', 'AU'),
(-36.80000, 144.25000, 'Kangaroo Flat', 'Victoria', 'Greater Bendigo', 'AU'),
(-32.85772, 149.96832, 'Kandos', 'New South Wales', 'Mid-Western Regional', 'AU'),
(-37.81667, 145.36667, 'Kalorama', 'Victoria', 'Yarra Ranges', 'AU'),
(-37.88333, 145.36667, 'Kallista', 'Victoria', 'Yarra Ranges', 'AU'),
(-32.96667, 151.71667, 'Kahibah', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-34.86819, 147.58273, 'Junee', 'New South Wales', 'Junee', 'AU'),
(-35.95474, 146.88852, 'Jindera', 'New South Wales', 'Greater Hume Shire', 'AU'),
(-36.41623, 148.62505, 'Jindabyne', 'New South Wales', 'Snowy River', 'AU'),
(-33.22605, 151.41684, 'Jilliby', 'New South Wales', 'Wyong Shire', 'AU'),
(-34.01643, 151.06065, 'Jannali', 'New South Wales', 'Sutherland Shire', 'AU'),
(-34.64745, 150.77464, 'Jamberoo', 'New South Wales', 'Kiama', 'AU'),
(-37.78320, 145.05249, 'Ivanhoe East', 'Victoria', '', 'AU'),
(-29.77403, 151.11166, 'Inverell', 'New South Wales', 'Inverell', 'AU'),
(-17.52209, 146.03102, 'Innisfail', 'Queensland', 'Cassowary Coast', 'AU'),
(-27.70728, 140.73697, 'Innamincka', 'South Australia', '', 'AU'),
(-34.00000, 150.86667, 'Ingleburn', 'New South Wales', 'Campbelltown Municipality', 'AU'),
(-18.64552, 146.16248, 'Ingham', 'Queensland', 'Hinchinbrook', 'AU'),
(-33.97993, 151.09029, 'Hurstville Grove', 'New South Wales', 'Kogarah', 'AU'),
(-37.64157, 145.19408, 'Hurstbridge', 'Victoria', 'Nillumbik', 'AU'),
(-43.03124, 147.04813, 'Huonville', 'Tasmania', 'Huon Valley', 'AU'),
(-37.90000, 145.08333, 'Hughesdale', 'Victoria', '', 'AU'),
(-20.84399, 144.20035, 'Hughenden', 'Queensland', 'Flinders', 'AU'),
(-35.97918, 146.62514, 'Howlong', 'New South Wales', 'Corowa Shire', 'AU'),
(-36.71131, 142.19981, 'Horsham', 'Victoria', 'Horsham', 'AU'),
(-33.70244, 151.09930, 'Hornsby', 'New South Wales', 'Hornsby Shire', 'AU'),
(-19.65921, 147.41232, 'Home Hill', 'Queensland', 'Burdekin', 'AU'),
(-33.86667, 151.08333, 'Homebush', 'New South Wales', 'Strathfield', 'AU'),
(-33.98333, 150.96667, 'Holsworthy', 'New South Wales', 'Liverpool', 'AU'),
(-33.40000, 151.41667, 'Holgate', 'New South Wales', 'Gosford Shire', 'AU'),
(-35.72189, 147.31387, 'Holbrook', 'New South Wales', 'Greater Hume Shire', 'AU'),
(-42.87936, 147.32941, 'Hobart', 'Tasmania', 'Hobart', 'AU'),
(-33.48094, 145.53435, 'Hillston', 'New South Wales', 'Carrathool', 'AU'),
(-37.95000, 145.05000, 'Highett', 'Victoria', '', 'AU'),
(-35.51745, 147.03716, 'Henty', 'New South Wales', 'Greater Hume Shire', 'AU'),
(-34.17836, 150.99522, 'Helensburgh', 'New South Wales', 'Wollongong', 'AU'),
(-37.75000, 145.03333, 'Heidelberg West', 'Victoria', '', 'AU'),
(-37.75000, 145.06667, 'Heidelberg', 'Victoria', 'Banyule', 'AU'),
(-32.80204, 151.51328, 'Heddon Greta', 'New South Wales', 'Cessnock', 'AU'),
(-37.83333, 145.25000, 'Heathmont', 'Victoria', 'Maroondah', 'AU'),
(-37.96667, 145.10001, 'Heatherton', 'Victoria', '', 'AU'),
(-34.08410, 151.01305, 'Heathcote', 'New South Wales', 'Sutherland Shire', 'AU'),
(-37.65395, 145.51718, 'Healesville', 'Victoria', 'Yarra Ranges', 'AU'),
(-33.72446, 150.45839, 'Hazelbrook', 'New South Wales', 'Blue Mountains Municipality', 'AU'),
(-33.87868, 151.20526, 'Haymarket', 'New South Wales', 'City of Sydney', 'AU'),
(-34.50429, 144.84474, 'Hay', 'New South Wales', 'Hay', 'AU'),
(-37.83333, 145.05000, 'Hawthorn South', 'Victoria', '', 'AU'),
(-32.66755, 152.17831, 'Hawks Nest', 'New South Wales', 'Great Lakes', 'AU'),
(-38.30000, 145.18333, 'Hastings', 'Victoria', 'Mornington Peninsula', 'AU'),
(-31.87227, 152.69174, 'Harrington', 'New South Wales', 'Greater Taree', 'AU'),
(-38.03333, 145.25000, 'Hampton Park', 'Victoria', 'Casey', 'AU'),
(-37.95000, 145.00000, 'Hampton', 'Victoria', '', 'AU'),
(-37.74425, 142.02202, 'Hamilton', 'Victoria', 'Southern Grampians', 'AU'),
(-38.01667, 145.26666, 'Hallam', 'Victoria', 'Casey', 'AU'),
(-33.88333, 151.20000, 'Haberfield', 'New South Wales', 'City of Sydney', 'AU'),
(-26.18979, 152.66499, 'Gympie', 'Queensland', 'Gympie Regional Council', 'AU'),
(-30.21674, 151.67444, 'Guyra', 'New South Wales', 'Guyra', 'AU'),
(-30.98065, 150.25838, 'Gunnedah', 'New South Wales', 'Gunnedah', 'AU'),
(-35.03333, 149.25000, 'Gundaroo', 'New South Wales', 'Yass Valley', 'AU'),
(-35.06525, 148.10802, 'Gundagai', 'New South Wales', 'Gundagai', 'AU'),
(-32.36253, 149.53201, 'Gulgong', 'New South Wales', 'Mid-Western Regional', 'AU'),
(-34.28853, 146.05093, 'Griffith', 'New South Wales', 'Griffith', 'AU'),
(-32.67783, 151.38924, 'Greta', 'New South Wales', 'Cessnock', 'AU'),
(-33.89549, 148.16438, 'Grenfell', 'New South Wales', 'Weddin', 'AU'),
(-34.90746, 150.73311, 'Greenwell Point', 'New South Wales', 'Shoalhaven Shire', 'AU'),
(-37.63333, 144.86667, 'Greenvale', 'Victoria', 'Hume', 'AU'),
(-37.70462, 145.10303, 'Greensborough', 'Victoria', 'Banyule', 'AU'),
(-33.83333, 151.01666, 'Granville', 'New South Wales', 'Parramatta', 'AU'),
(-42.75149, 147.22795, 'Granton', 'Tasmania', 'Glenorchy', 'AU'),
(-29.69012, 152.93336, 'Grafton', 'New South Wales', 'Clarence Valley', 'AU'),
(-34.75155, 149.72086, 'Goulburn', 'New South Wales', 'Goulburn Mulwaree', 'AU'),
(-33.42440, 151.34399, 'Gosford', 'New South Wales', 'Gosford Shire', 'AU'),
(-33.25764, 151.50970, 'Gorokan', 'New South Wales', 'Wyong Shire', 'AU'),
(-29.30000, 152.71667, 'Gordon', 'New South Wales', 'Clarence Valley', 'AU'),
(-28.81667, 153.31667, 'Goonellabah', 'New South Wales', 'Lismore Municipality', 'AU'),
(-28.54709, 150.30547, 'Goondiwindi', 'Queensland', 'Goondiwindi', 'AU'),
(-27.63038, 152.88873, 'Goodna', 'Queensland', 'Ipswich', 'AU'),
(-34.18056, 142.22650, 'Gol Gol', 'New South Wales', 'Wentworth', 'AU'),
(-28.00029, 153.43088, 'Gold Coast', 'Queensland', 'Gold Coast', 'AU'),
(-32.00770, 151.96330, 'Gloucester', 'New South Wales', 'Gloucester Shire', 'AU'),
(-37.70000, 144.93333, 'Glenroy', 'Victoria', 'Moreland', 'AU'),
(-33.60177, 151.00887, 'Glenorie', 'New South Wales', 'Hornsby Shire', 'AU'),
(-42.83343, 147.27592, 'Glenorchy', 'Tasmania', 'Glenorchy', 'AU'),
(-29.73485, 151.73849, 'Glen Innes', 'New South Wales', 'Glen Innes Severn', 'AU'),
(-37.88333, 145.05000, 'Glen Huntly', 'Victoria', '', 'AU'),
(-33.70000, 151.00000, 'Glenhaven', 'New South Wales', 'The Hills Shire', 'AU'),
(-33.96667, 150.89999, 'Glenfield', 'New South Wales', 'Campbelltown Municipality', 'AU'),
(-37.83333, 145.05000, 'Glenferrie', 'Victoria', '', 'AU'),
(-33.76667, 150.61667, 'Glenbrook', 'New South Wales', 'Blue Mountains Municipality', 'AU'),
(-23.84852, 151.25775, 'Gladstone', 'Queensland', 'Gladstone', 'AU'),
(-31.71173, 148.66252, 'Gilgandra', 'New South Wales', 'Gilgandra', 'AU'),
(-29.85270, 151.11806, 'Gilgai', 'New South Wales', 'Inverell', 'AU'),
(-34.74702, 150.82809, 'Gerringong', 'New South Wales', 'Kiama', 'AU'),
(-41.10559, 146.82607, 'George Town', 'Tasmania', 'George Town', 'AU'),
(-37.95321, 145.55536, 'Gembrook', 'Victoria', 'Cardinia', 'AU'),
(-43.16337, 146.92549, 'Geeveston', 'Tasmania', 'Huon Valley', 'AU'),
(-38.13888, 144.34842, 'Geelong West', 'Victoria', 'Greater Geelong', 'AU'),
(-38.14711, 144.36069, 'Geelong', 'Victoria', 'Greater Geelong', 'AU'),
(-25.62522, 151.61143, 'Gayndah', 'Queensland', 'North Burnett', 'AU'),
(-27.55873, 152.27618, 'Gatton', 'Queensland', 'Lockyer Valley', 'AU'),
(-38.08985, 145.67502, 'Garfield', 'Victoria', 'Cardinia', 'AU'),
(-33.65297, 151.04713, 'Galston', 'New South Wales', 'Hornsby Shire', 'AU'),
(-31.03749, 152.87531, 'Frederickton', 'New South Wales', 'Kempsey', 'AU'),
(-38.13333, 145.13333, 'Frankston East', 'Victoria', 'Frankston', 'AU'),
(-38.14458, 145.12291, 'Frankston', 'Victoria', 'Frankston', 'AU'),
(-43.08884, 147.00906, 'Franklin', 'Tasmania', 'Huon Valley', 'AU'),
(-32.18136, 152.51715, 'Forster', 'New South Wales', 'Great Lakes', 'AU'),
(-35.14810, 147.46707, 'Forest Hill', 'New South Wales', 'Wagga Wagga', 'AU'),
(-37.83333, 145.18333, 'Forest Hill', 'Victoria', '', 'AU'),
(-33.38436, 148.00760, 'Forbes', 'New South Wales', 'Forbes', 'AU'),
(-37.80000, 144.89999, 'Footscray', 'Victoria', 'Maribyrnong', 'AU'),
(-37.79839, 144.97833, 'Fitzroy', 'Victoria', 'Yarra', 'AU'),
(-35.64904, 145.57704, 'Finley', 'New South Wales', 'Berrigan', 'AU'),
(-37.88333, 145.33333, 'Ferny Creek', 'Victoria', 'Yarra Ranges', 'AU'),
(-28.64850, 153.45120, 'Federal', 'New South Wales', 'Byron Shire', 'AU'),
(-37.71667, 144.96667, 'Fawkner', 'Victoria', 'Moreland', 'AU'),
(-34.96667, 150.60001, 'Falls Creek', 'New South Wales', 'Shoalhaven Shire', 'AU'),
(-29.11777, 153.43073, 'Evans Head', 'New South Wales', 'Richmond Valley', 'AU'),
(-41.56858, 147.25272, 'Evandale', 'Tasmania', 'Northern Midlands', 'AU'),
(-32.26667, 148.68333, 'Eulomogo', 'New South Wales', 'Dubbo Municipality', 'AU'),
(-33.51058, 151.33044, 'Ettalong Beach', 'New South Wales', 'Gosford Shire', 'AU'),
(-33.51301, 151.33830, 'Ettalong', 'New South Wales', 'Gosford Shire', 'AU'),
(-37.76667, 144.91667, 'Essendon', 'Victoria', 'Moonee Valley', 'AU'),
(-33.43218, 151.38972, 'Erina', 'New South Wales', 'Gosford Shire', 'AU'),
(-36.71667, 144.31667, 'Epsom', 'Victoria', 'Greater Bendigo', 'AU'),
(-37.65000, 145.03333, 'Epping', 'Victoria', 'Whittlesea', 'AU'),
(-33.77271, 151.08183, 'Epping', 'New South Wales', 'Parramatta', 'AU'),
(-30.73333, 151.80000, 'Enmore', 'New South Wales', 'Armidale Dumaresq', 'AU'),
(-34.06564, 151.01266, 'Engadine', 'New South Wales', 'Sutherland Shire', 'AU'),
(-33.49385, 151.36290, 'Empire Bay', 'New South Wales', 'Gosford Shire', 'AU'),
(-37.93167, 145.44093, 'Emerald', 'Victoria', 'Cardinia', 'AU'),
(-23.52296, 148.15784, 'Emerald', 'Queensland', 'Central Highlands', 'AU'),
(-37.70000, 145.14999, 'Eltham North', 'Victoria', 'Nillumbik', 'AU'),
(-37.73333, 145.14999, 'Eltham', 'Victoria', 'Nillumbik', 'AU'),
(-34.05000, 150.70000, 'Elderslie', 'New South Wales', 'Camden', 'AU'),
(-33.37731, 149.54654, 'Eglinton', 'New South Wales', 'Bathurst Regional', 'AU'),
(-38.03724, 145.10974, 'Edithvale', 'Victoria', 'Kingston', 'AU'),
(-33.88333, 151.25000, 'Edgecliff', 'New South Wales', '', 'AU'),
(-37.06322, 149.90401, 'Eden', 'New South Wales', 'Bega Valley', 'AU'),
(-36.14057, 144.75185, 'Echuca', 'Victoria', 'Campaspe', 'AU'),
(-32.75000, 151.58333, 'East Maitland', 'New South Wales', 'Maitland Municipality', 'AU'),
(-33.96667, 150.98334, 'East Hills', 'New South Wales', 'Liverpool', 'AU'),
(-33.43874, 151.35338, 'East Gosford', 'New South Wales', 'Gosford Shire', 'AU'),
(-28.86667, 153.58333, 'East Ballina', 'New South Wales', 'Ballina', 'AU'),
(-33.95000, 151.10001, 'Earlwood', 'New South Wales', 'Hurstville', 'AU'),
(-32.40032, 151.75758, 'Dungog', 'New South Wales', 'Dungog', 'AU'),
(-32.01634, 149.38710, 'Dunedoo', 'New South Wales', 'Warrumbungle Shire', 'AU'),
(-32.24295, 148.60484, 'Dubbo', 'New South Wales', 'Dubbo Municipality', 'AU'),
(-38.33375, 144.96458, 'Dromana', 'Victoria', 'Mornington Peninsula', 'AU'),
(-34.18496, 150.71449, 'Douglas Park', 'New South Wales', 'Wollondilly', 'AU'),
(-30.34112, 152.71394, 'Dorrigo', 'New South Wales', 'Bellingen', 'AU'),
(-37.60000, 145.14999, 'Doreen', 'Victoria', 'Nillumbik', 'AU'),
(-33.08139, 151.49677, 'Dora Creek', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-33.76667, 150.86667, 'Doonside', 'New South Wales', 'Blacktown', 'AU'),
(-37.78910, 145.17488, 'Donvale', 'Victoria', 'Manningham', 'AU'),
(-37.78761, 145.14888, 'Doncaster East', 'Victoria', 'Manningham', 'AU'),
(-37.78828, 145.12373, 'Doncaster', 'Victoria', 'Manningham', 'AU'),
(-37.98270, 145.13420, 'Dingley Village', 'Victoria', 'Kingston', 'AU'),
(-37.62597, 144.71881, 'Diggers Rest', 'Victoria', 'Hume', 'AU'),
(-37.66667, 145.14999, 'Diamond Creek', 'Victoria', 'Nillumbik', 'AU'),
(-41.17695, 146.35152, 'Devonport', 'Tasmania', 'Devonport', 'AU'),
(-37.79238, 144.76994, 'Derrimut', 'Victoria', 'Brimbank', 'AU'),
(-32.38788, 150.68935, 'Denman', 'New South Wales', 'Muswellbrook', 'AU'),
(-35.52741, 144.95958, 'Deniliquin', 'New South Wales', 'Deniliquin', 'AU'),
(-41.52477, 146.65701, 'Deloraine', 'Tasmania', 'Meander Valley', 'AU'),
(-37.76667, 144.78333, 'Deer Park', 'Victoria', 'Brimbank', 'AU'),
(-27.19354, 153.02631, 'Deception Bay', 'Queensland', 'Moreton Bay', 'AU'),
(-27.33333, 153.06667, 'Deagon', 'Queensland', 'Brisbane', 'AU'),
(-33.48559, 151.36151, 'Davistown', 'New South Wales', 'Gosford Shire', 'AU'),
(-33.74297, 151.20081, 'Davidson', 'New South Wales', 'Warringah', 'AU'),
(-34.56942, 145.99870, 'Darlington Point', 'New South Wales', 'Murrumbidgee Shire', 'AU'),
(-33.87939, 151.21925, 'Darlinghurst', 'New South Wales', 'City of Sydney', 'AU'),
(-34.09468, 142.03966, 'Dareton', 'New South Wales', 'Wentworth', 'AU'),
(-37.75000, 145.11667, 'Darch', 'Victoria', 'Banyule', 'AU'),
(-34.50000, 150.78333, 'Dapto', 'New South Wales', 'Wollongong', 'AU'),
(-37.98333, 145.20000, 'Dandenong', 'Victoria', 'Greater Dandenong', 'AU'),
(-27.18169, 151.26205, 'Dalby', 'Queensland', 'Western Downs', 'AU'),
(-26.98333, 152.80000, 'D\'Aguilar', 'Queensland', 'Moreton Bay', 'AU'),
(-33.93333, 151.23334, 'Daceyville', 'New South Wales', 'Randwick', 'AU'),
(-43.15333, 147.07253, 'Cygnet', 'Tasmania', 'Huon Valley', 'AU'),
(-39.92976, 143.85385, 'Currie', 'Tasmania', 'King Island', 'AU'),
(-31.89410, 152.52141, 'Cundletown', 'New South Wales', 'Greater Taree', 'AU'),
(-35.66669, 147.03845, 'Culcairn', 'New South Wales', 'Greater Hume Shire', 'AU'),
(-37.78333, 145.30000, 'Croydon North', 'Victoria', 'Maroondah', 'AU'),
(-33.88333, 151.11667, 'Croydon', 'New South Wales', 'Ashfield', 'AU'),
(-34.45925, 149.47137, 'Crookwell', 'New South Wales', 'Upper Lachlan Shire', 'AU'),
(-34.06251, 151.14961, 'Cronulla', 'New South Wales', 'Sutherland Shire', 'AU'),
(-34.46667, 150.88333, 'Cringila', 'New South Wales', 'Wollongong', 'AU'),
(-38.35000, 145.20000, 'Crib Point', 'Victoria', 'Mornington Peninsula', 'AU'),
(-31.18870, 152.97301, 'Crescent Head', 'New South Wales', 'Kempsey', 'AU'),
(-37.83333, 145.00000, 'Cremorne', 'Victoria', 'Yarra', 'AU'),
(-38.10000, 145.28333, 'Cranbourne', 'Victoria', 'Casey', 'AU'),
(-38.11342, 145.28326, 'Cranbourne', 'Victoria', 'Casey', 'AU'),
(-37.60000, 144.95000, 'Craigieburn', 'Victoria', 'Hume', 'AU'),
(-33.83554, 148.69662, 'Cowra', 'New South Wales', 'Cowra', 'AU'),
(-38.45231, 145.23865, 'Cowes', 'Victoria', 'Bass Coast', 'AU'),
(-29.82619, 152.89156, 'Coutts Crossing', 'New South Wales', 'Clarence Valley', 'AU'),
(-34.37864, 150.90356, 'Corrimal', 'New South Wales', 'Wollongong', 'AU'),
(-35.99962, 146.38580, 'Corowa', 'New South Wales', 'Corowa Shire', 'AU'),
(-28.99332, 153.28212, 'Coraki', 'New South Wales', 'Lismore Municipality', 'AU'),
(-34.64095, 148.02838, 'Cootamundra', 'New South Wales', 'Cootamundra', 'AU'),
(-33.07622, 151.45409, 'Cooranbong', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-30.95389, 148.38881, 'Coonamble', 'New South Wales', 'Coonamble', 'AU'),
(-31.27734, 149.27904, 'Coonabarabran', 'New South Wales', 'Warrumbungle Shire', 'AU'),
(-36.23517, 149.12408, 'Cooma', 'New South Wales', 'Cooma-Monaro', 'AU'),
(-26.52830, 153.08809, 'Coolum Beach', 'Queensland', 'Sunshine Coast', 'AU'),
(-34.81641, 147.19577, 'Coolamon', 'New South Wales', 'Coolamon', 'AU'),
(-15.47028, 145.24986, 'Cooktown', 'Queensland', 'Cook', 'AU'),
(-33.92050, 151.25522, 'Coogee', 'New South Wales', 'Randwick', 'AU'),
(-34.45000, 150.88333, 'Coniston', 'New South Wales', 'Wollongong', 'AU'),
(-33.08805, 147.14514, 'Condobolin', 'New South Wales', 'Lachlan', 'AU'),
(-33.84722, 151.10381, 'Concord', 'New South Wales', 'Canada Bay', 'AU'),
(-33.99941, 151.06389, 'Como', 'New South Wales', 'Sutherland Shire', 'AU'),
(-34.40095, 150.48573, 'Colo Vale', 'New South Wales', 'Wingecarribee', 'AU'),
(-37.80000, 144.98334, 'Collingwood', 'Victoria', 'Yarra', 'AU'),
(-38.33900, 143.58488, 'Colac', 'Victoria', 'Colac-Otway', 'AU'),
(-30.29626, 153.11351, 'Coffs Harbour', 'New South Wales', 'Coffs Harbour', 'AU'),
(-37.93677, 145.49376, 'Cockatoo', 'Victoria', 'Cardinia', 'AU'),
(-37.75000, 144.96667, 'Coburg', 'Victoria', 'Moreland', 'AU'),
(-34.01592, 150.67854, 'Cobbitty', 'New South Wales', 'Camden', 'AU'),
(-31.49873, 145.84183, 'Cobar', 'New South Wales', 'Cobar', 'AU'),
(-20.70718, 140.51303, 'Cloncurry', 'Queensland', 'Cloncurry', 'AU'),
(-38.15670, 144.55510, 'Clifton Springs', 'Victoria', 'Greater Geelong', 'AU'),
(-37.79798, 144.99533, 'Clifton Hill', 'Victoria', 'Yarra', 'AU'),
(-27.52677, 153.26517, 'Cleveland', 'Queensland', 'Redland', 'AU'),
(-37.93333, 145.11667, 'Clayton South', 'Victoria', 'Kingston', 'AU'),
(-37.91667, 145.11667, 'Clayton', 'Victoria', '', 'AU'),
(-37.93333, 145.11667, 'Clarinda', 'Victoria', '', 'AU'),
(-32.58395, 151.77757, 'Clarence Town', 'New South Wales', 'Dungog', 'AU'),
(-42.78333, 147.25000, 'Claremont', 'Tasmania', 'Glenorchy', 'AU'),
(-34.42400, 150.89345, 'Wollongong', 'New South Wales', 'Wollongong', 'AU'),
(-27.64233, 152.75021, 'Churchill', 'Queensland', 'Ipswich', 'AU'),
(-33.90000, 150.95000, 'Chipping Norton', 'New South Wales', 'Fairfield', 'AU'),
(-33.88673, 151.19745, 'Chippendale', 'New South Wales', 'City of Sydney', 'AU'),
(-28.23333, 153.55000, 'Chinderah', 'New South Wales', '', 'AU'),
(-26.73787, 150.62970, 'Chinchilla', 'Queensland', 'Western Downs', 'AU'),
(-25.23708, 152.27876, 'Childers', 'Queensland', 'Bundaberg', 'AU'),
(-38.03333, 145.13333, 'Chelsea Heights', 'Victoria', 'Kingston', 'AU'),
(-38.05000, 145.11667, 'Chelsea', 'Victoria', 'Kingston', 'AU'),
(-33.80000, 151.18333, 'Chatswood', 'New South Wales', 'Willoughby', 'AU'),
(-20.07671, 146.26353, 'Charters Towers', 'Queensland', 'Charters Towers', 'AU'),
(-32.95000, 151.66667, 'Charlestown', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-32.83211, 151.35623, 'Cessnock', 'New South Wales', 'Cessnock', 'AU'),
(-37.87390, 145.02486, 'Caulfield North', 'Victoria', '', 'AU'),
(-37.88333, 145.05000, 'Caulfield East', 'Victoria', '', 'AU'),
(-37.88251, 145.02287, 'Caulfield', 'Victoria', 'Glen Eira', 'AU'),
(-37.06709, 144.21684, 'Castlemaine', 'Victoria', 'Mount Alexander', 'AU'),
(-33.73333, 151.00000, 'Castle Hill', 'New South Wales', 'The Hills Shire', 'AU'),
(-33.79987, 151.22310, 'Castlecrag', 'New South Wales', 'Willoughby', 'AU'),
(-28.85819, 153.04749, 'Casino', 'New South Wales', 'Richmond Valley', 'AU'),
(-38.09968, 145.17249, 'Carrum Downs', 'Victoria', 'Frankston', 'AU'),
(-38.08333, 145.13333, 'Carrum', 'Victoria', 'Kingston', 'AU'),
(-37.88333, 145.06667, 'Carnegie', 'Victoria', '', 'AU'),
(-37.78333, 144.96667, 'Carlton North', 'Victoria', '', 'AU'),
(-37.80000, 144.96667, 'Carlton', 'Victoria', '', 'AU'),
(-33.78269, 151.04887, 'Carlingford', 'New South Wales', 'Parramatta', 'AU'),
(-34.04726, 151.12051, 'Caringbah', 'New South Wales', 'Sutherland Shire', 'AU'),
(-32.95000, 151.66667, 'Cardiff', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-33.56247, 148.66434, 'Canowindra', 'New South Wales', 'Cabonne', 'AU'),
(-35.28346, 149.12807, 'Canberra', 'Australian Capital Territory', '', 'AU'),
(-37.57606, 143.87743, 'Canadian', 'Victoria', 'Ballarat North', 'AU'),
(-33.88965, 151.17642, 'Camperdown', 'New South Wales', 'Marrickville', 'AU'),
(-34.06667, 150.81667, 'Campbelltown', 'New South Wales', 'Campbelltown Municipality', 'AU'),
(-37.68333, 144.95000, 'Campbellfield', 'Victoria', 'Hume', 'AU'),
(-42.83333, 147.45000, 'Cambridge', 'Tasmania', 'Clarence', 'AU'),
(-37.84205, 145.06940, 'Camberwell', 'Victoria', 'Boroondara', 'AU'),
(-26.80346, 153.12195, 'Caloundra', 'Queensland', 'Sunshine Coast', 'AU'),
(-16.92304, 145.76625, 'Cairns', 'Queensland', 'Cairns', 'AU'),
(-27.08465, 152.95110, 'Caboolture', 'Queensland', 'Moreton Bay', 'AU'),
(-28.64201, 153.61194, 'Byron Bay', 'New South Wales', 'Byron Shire', 'AU'),
(-34.26017, 150.53288, 'Buxton', 'New South Wales', 'Wollondilly', 'AU'),
(-37.85000, 145.14999, 'Burwood East', 'Victoria', '', 'AU'),
(-28.43580, 153.47324, 'Burringbar', 'New South Wales', 'Tweed', 'AU'),
(-27.15746, 152.95758, 'Burpengary', 'Queensland', 'Moreton Bay', 'AU'),
(-41.05584, 145.90375, 'Burnie', 'Tasmania', 'Burnie', 'AU'),
(-38.09789, 145.71606, 'Bunyip', 'Victoria', 'Cardinia', 'AU'),
(-35.25382, 149.44006, 'Bungendore', 'New South Wales', 'Palerang', 'AU'),
(-34.65851, 150.29913, 'Bundanoon', 'New South Wales', 'Wingecarribee', 'AU'),
(-27.60947, 152.81133, 'Bundamba', 'Queensland', 'Ipswich', 'AU'),
(-24.86621, 152.34790, 'Bundaberg', 'Queensland', 'Bundaberg', 'AU'),
(-34.33834, 150.91347, 'Bulli', 'New South Wales', 'Wollongong', 'AU'),
(-37.76667, 145.08333, 'Bulleen', 'Victoria', 'Manningham', 'AU'),
(-32.40698, 152.21185, 'Bulahdelah', 'New South Wales', 'Great Lakes', 'AU'),
(-33.23390, 151.55412, 'Budgewoi', 'New South Wales', 'Wyong Shire', 'AU'),
(-26.68443, 153.05705, 'Buderim', 'Queensland', 'Sunshine Coast', 'AU'),
(-37.76461, 144.94383, 'Brunswick West', 'Victoria', '', 'AU'),
(-28.54154, 153.54810, 'Brunswick Heads', 'New South Wales', 'Byron Shire', 'AU'),
(-37.77255, 144.97241, 'Brunswick East', 'Victoria', '', 'AU'),
(-37.76667, 144.96667, 'Brunswick', 'Victoria', 'Moreland', 'AU'),
(-37.55000, 143.89999, 'Brown Hill', 'Victoria', '', 'AU'),
(-35.85469, 150.17392, 'Broulee', 'New South Wales', 'Eurobodalla', 'AU'),
(-31.96173, 141.45998, 'Broken Hill', 'New South Wales', 'Broken Hill Municipality', 'AU'),
(-37.68015, 144.91878, 'Broadmeadows', 'Victoria', 'Hume', 'AU'),
(-27.46794, 153.02809, 'Brisbane', 'Queensland', 'Brisbane', 'AU'),
(-33.93333, 150.73334, 'Bringelly', 'New South Wales', 'Liverpool', 'AU'),
(-27.29582, 153.05721, 'Brighton', 'Queensland', 'Brisbane', 'AU'),
(-41.00046, 147.39175, 'Bridport', 'Tasmania', 'Dorset', 'AU'),
(-42.73719, 147.22784, 'Bridgewater', 'Tasmania', 'Brighton', 'AU'),
(-37.71667, 145.11667, 'Briar Hill', 'Victoria', 'Banyule', 'AU'),
(-29.96067, 146.85986, 'Brewarrina', 'New South Wales', 'Brewarrina', 'AU'),
(-32.65547, 151.35114, 'Branxton', 'New South Wales', 'Cessnock', 'AU'),
(-35.44148, 149.79980, 'Braidwood', 'New South Wales', 'Palerang', 'AU'),
(-37.81887, 145.12544, 'Box Hill', 'Victoria', 'Whitehorse', 'AU'),
(-30.64997, 152.85146, 'Bowraville', 'New South Wales', 'Nambucca Shire', 'AU'),
(-34.47750, 150.42039, 'Bowral', 'New South Wales', 'Wingecarribee', 'AU'),
(-33.51667, 150.11667, 'Bowenfels', 'New South Wales', 'Lithgow', 'AU'),
(-20.01367, 148.24754, 'Bowen', 'Queensland', 'Whitsunday', 'AU'),
(-30.09011, 145.93646, 'Bourke', 'New South Wales', 'Bourke', 'AU'),
(-33.94599, 151.19591, 'Botany', 'New South Wales', 'Botany Bay', 'AU'),
(-37.86667, 145.28333, 'Boronia', 'Victoria', 'Knox', 'AU'),
(-36.30768, 140.77167, 'Bordertown', 'South Australia', 'Tatiara', 'AU'),
(-34.43661, 148.71634, 'Boorowa', 'New South Wales', 'Boorowa', 'AU'),
(-33.51667, 151.35001, 'Booker Bay', 'New South Wales', '', 'AU'),
(-30.38284, 153.05959, 'Bonville', 'New South Wales', 'Coffs Harbour', 'AU'),
(-27.08367, 153.15942, 'Bongaree', 'Queensland', 'Moreton Bay', 'AU'),
(-36.91212, 149.23669, 'Bombala', 'New South Wales', 'Bombala', 'AU'),
(-34.84967, 150.61093, 'Bomaderry', 'New South Wales', 'Shoalhaven Shire', 'AU'),
(-32.71667, 151.56667, 'Bolwarra', 'New South Wales', 'Maitland Municipality', 'AU'),
(-30.70953, 150.04121, 'Boggabri', 'New South Wales', 'Narrabri', 'AU'),
(-28.60477, 150.35934, 'Boggabilla', 'New South Wales', 'Moree Plains', 'AU'),
(-30.33981, 153.06783, 'Boambee', 'New South Wales', 'Coffs Harbour', 'AU'),
(-33.53233, 149.25368, 'Blayney', 'New South Wales', 'Blayney', 'AU'),
(-33.75000, 150.60001, 'Blaxland', 'New South Wales', 'Blue Mountains Municipality', 'AU'),
(-30.65000, 150.20000, 'Blair Athol', 'New South Wales', 'Narrabri', 'AU'),
(-23.58351, 148.87912, 'Blackwater', 'Queensland', 'Central Highlands', 'AU'),
(-33.50190, 151.32365, 'Blackwall', 'New South Wales', 'Gosford Shire', 'AU'),
(-33.76667, 150.91667, 'Blacktown', 'New South Wales', 'Blacktown', 'AU'),
(-43.00311, 147.31694, 'Blackmans Bay', 'Tasmania', 'Kingborough', 'AU'),
(-37.55000, 143.86667, 'Black Hill', 'Victoria', '', 'AU'),
(-33.63567, 150.28317, 'Blackheath', 'New South Wales', 'Blue Mountains Municipality', 'AU'),
(-29.86931, 150.57204, 'Bingara', 'New South Wales', 'Gwydir', 'AU'),
(-24.39589, 150.51505, 'Biloela', 'Queensland', 'Banana', 'AU'),
(-28.22660, 153.46761, 'Bilambil', 'New South Wales', 'Tweed', 'AU'),
(-33.95000, 151.11667, 'Bexley', 'New South Wales', 'Rockdale', 'AU'),
(-38.03333, 145.35001, 'Berwick', 'Victoria', 'Casey', 'AU'),
(-34.77527, 150.69064, 'Berry', 'New South Wales', 'Shoalhaven Shire', 'AU'),
(-35.65879, 145.81145, 'Berrigan', 'New South Wales', 'Berrigan', 'AU'),
(-42.81667, 147.25000, 'Berriedale', 'Tasmania', 'Glenorchy', 'AU'),
(-36.36565, 148.82677, 'Berridale', 'New South Wales', 'Snowy River', 'AU'),
(-34.28107, 140.59958, 'Berri', 'South Australia', 'Berri and Barmera', 'AU'),
(-33.62078, 151.15091, 'Berowra', 'New South Wales', 'Hornsby Shire', 'AU'),
(-36.41900, 150.06355, 'Bermagui', 'New South Wales', 'Bega Valley', 'AU'),
(-33.35000, 151.43333, 'Berkeley Vale', 'New South Wales', 'Wyong Shire', 'AU'),
(-34.48333, 150.85001, 'Berkeley', 'New South Wales', 'Wollongong', 'AU'),
(-32.80000, 151.64999, 'Beresfield', 'New South Wales', 'Newcastle', 'AU'),
(-37.91806, 145.03545, 'Bentleigh', 'Victoria', 'Glen Eira', 'AU'),
(-33.49757, 151.38084, 'Bensville', 'New South Wales', 'Gosford Shire', 'AU'),
(-36.75818, 144.28024, 'Bendigo', 'Victoria', 'Greater Bendigo', 'AU'),
(-36.55113, 145.98425, 'Benalla', 'Victoria', 'Benalla', 'AU'),
(-33.02740, 151.66010, 'Belmont', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-27.50000, 153.11667, 'Belmont', 'Queensland', 'Brisbane', 'AU'),
(-30.45294, 152.89911, 'Bellingen', 'New South Wales', 'Bellingen', 'AU'),
(-42.87551, 147.37030, 'Bellerive', 'Tasmania', 'Clarence', 'AU'),
(-37.93333, 145.33333, 'Belgrave South', 'Victoria', 'Yarra Ranges', 'AU'),
(-37.91667, 145.35001, 'Belgrave Heights', 'Victoria', 'Yarra Ranges', 'AU'),
(-37.90000, 145.35001, 'Belgrave', 'Victoria', 'Yarra Ranges', 'AU'),
(-35.21667, 149.08333, 'Belconnen', 'Australian Capital Territory', '', 'AU'),
(-36.67392, 149.84178, 'Bega', 'New South Wales', 'Bega Valley', 'AU'),
(-27.71137, 153.20290, 'Beenleigh', 'Queensland', 'Logan', 'AU'),
(-41.16283, 146.83827, 'Beauty Point', 'Tasmania', 'West Tamar', 'AU'),
(-37.98534, 145.03362, 'Beaumaris', 'Victoria', '', 'AU'),
(-37.99415, 145.41420, 'Beaconsfield Upper', 'Victoria', 'Cardinia', 'AU'),
(-41.20227, 146.81723, 'Beaconsfield', 'Tasmania', 'West Tamar', 'AU'),
(-33.65982, 151.29878, 'Bay View', 'New South Wales', 'Pittwater', 'AU'),
(-37.85000, 145.26666, 'Bayswater', 'Victoria', 'Knox', 'AU'),
(-38.20000, 145.14999, 'Baxter', 'Victoria', 'Mornington Peninsula', 'AU'),
(-33.75881, 150.99292, 'Baulkham Hills', 'New South Wales', 'The Hills Shire', 'AU'),
(-33.41665, 149.58060, 'Bathurst', 'New South Wales', 'Bathurst Regional', 'AU'),
(-35.70658, 150.17542, 'Batemans Bay', 'New South Wales', 'Eurobodalla', 'AU'),
(-34.25562, 140.46147, 'Barmera', 'South Australia', 'Berri and Barmera', 'AU'),
(-28.21298, 153.53635, 'Banora Point', 'New South Wales', 'Tweed', 'AU'),
(-33.91667, 151.03333, 'Bankstown', 'New South Wales', 'Bankstown', 'AU'),
(-37.81667, 145.06667, 'Balwyn', 'Victoria', '', 'AU'),
(-38.36667, 145.13333, 'Balnarring', 'Victoria', 'Mornington Peninsula', 'AU'),
(-33.85481, 151.18330, 'Balmain', 'New South Wales', 'Leichhardt', 'AU'),
(-28.86414, 153.56541, 'Ballina', 'New South Wales', 'Ballina', 'AU'),
(-37.56667, 143.86667, 'Ballarat East', 'Victoria', '', 'AU'),
(-37.56622, 143.84956, 'Ballarat', 'Victoria', 'Ballarat North', 'AU');
INSERT INTO `reverse_geocode` (`lat`, `lng`, `city`, `region`, `province`, `country`) VALUES
(-33.79494, 151.25720, 'Balgowlah', 'New South Wales', 'Manly Vale', 'AU'),
(-37.86667, 145.00000, 'Balaclava', 'Victoria', '', 'AU'),
(-37.82289, 147.61041, 'Bairnsdale', 'Victoria', 'East Gippsland', 'AU'),
(-37.70000, 145.51666, 'Badger Creek', 'Victoria', 'Yarra Ranges', 'AU'),
(-37.67268, 144.43829, 'Bacchus Marsh', 'Victoria', 'Moorabool', 'AU'),
(-19.57393, 147.40666, 'Ayr', 'Queensland', 'Burdekin', 'AU'),
(-33.46818, 151.43390, 'Avoca Beach', 'New South Wales', 'Gosford Shire', 'AU'),
(-42.76667, 147.25000, 'Austins Ferry', 'Tasmania', 'Glenorchy', 'AU'),
(-33.85000, 151.03333, 'Auburn', 'New South Wales', 'Auburn', 'AU'),
(-17.26864, 145.47522, 'Atherton', 'Queensland', 'Tablelands', 'AU'),
(-33.68333, 151.10001, 'Asquith', 'New South Wales', 'Hornsby Shire', 'AU'),
(-38.02913, 145.10266, 'Aspendale', 'Victoria', 'Kingston', 'AU'),
(-33.88834, 151.12274, 'Ashfield', 'New South Wales', 'Ashfield', 'AU'),
(-37.86667, 145.08333, 'Ashburton', 'Victoria', '', 'AU'),
(-37.78333, 144.91667, 'Ascot Vale', 'Victoria', 'Melbourne', 'AU'),
(-33.81667, 151.18333, 'Artarmon', 'New South Wales', 'Willoughby', 'AU'),
(-30.50828, 151.67123, 'Armidale', 'New South Wales', 'Armidale Dumaresq', 'AU'),
(-33.61667, 151.03333, 'Arcadia', 'New South Wales', 'Hornsby Shire', 'AU'),
(-37.28542, 142.92728, 'Ararat', 'Victoria', 'Ararat', 'AU'),
(-38.75940, 143.67220, 'Apollo Bay', 'Victoria', 'Colac-Otway', 'AU'),
(-32.78135, 152.08586, 'Anna Bay', 'New South Wales', 'Port Stephens Shire', 'AU'),
(-38.40730, 144.18587, 'Anglesea', 'Victoria', 'Surf Coast', 'AU'),
(-37.86964, 144.83035, 'Altona', 'Victoria', 'Hobsons Bay', 'AU'),
(-37.78333, 145.03333, 'Alphington', 'Victoria', '', 'AU'),
(-38.38639, 142.59431, 'Allansford', 'Victoria', 'Warrnambool', 'AU'),
(-33.91667, 151.20000, 'Alexandria', 'New South Wales', '', 'AU'),
(-37.19132, 145.71120, 'Alexandra', 'Victoria', 'Murrindindi', 'AU'),
(-36.07494, 146.92393, 'Albury', 'New South Wales', 'Albury Municipality', 'AU'),
(-37.76667, 144.83333, 'Albion', 'Victoria', 'Brimbank', 'AU'),
(-37.83333, 145.00000, 'Albert Park', 'Victoria', '', 'AU'),
(-37.80000, 145.00000, 'Abbotsford', 'Victoria', '', 'AU'),
(-32.90000, 151.59167, 'Holmesville', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-32.91667, 151.70000, 'Lambton', 'New South Wales', 'Newcastle', 'AU'),
(-32.95000, 151.68333, 'New Lambton', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-32.75000, 151.75000, 'Raymond Terrace', 'New South Wales', 'Port Stephens Shire', 'AU'),
(-41.38760, 147.13052, 'Mayfield', 'Tasmania', 'Launceston', 'AU'),
(-41.39167, 147.13055, 'Invermay', 'Tasmania', 'Launceston', 'AU'),
(-34.03637, 151.08528, 'Gymea', 'New South Wales', 'Sutherland Shire', 'AU'),
(-34.03831, 151.06903, 'Kirrawee', 'New South Wales', 'Sutherland Shire', 'AU'),
(-34.04467, 151.04646, 'Loftus', 'New South Wales', 'Sutherland Shire', 'AU'),
(-34.06631, 151.12646, 'Dolans Bay', 'New South Wales', 'Sutherland Shire', 'AU'),
(-34.08384, 151.15016, 'Bundeena', 'New South Wales', 'Sutherland Shire', 'AU'),
(-34.05209, 151.08795, 'Gymea Bay', 'New South Wales', 'Sutherland Shire', 'AU'),
(-34.01336, 151.08345, 'Kareela', 'New South Wales', 'Sutherland Shire', 'AU'),
(-34.00834, 151.05188, 'Bonnet Bay', 'New South Wales', 'Sutherland Shire', 'AU'),
(-34.00407, 151.07588, 'Oyster Bay', 'New South Wales', 'Sutherland Shire', 'AU'),
(-34.05873, 151.08604, 'Grays Point', 'New South Wales', 'Sutherland Shire', 'AU'),
(-33.96520, 151.15120, 'Brighton-Le-Sands', 'New South Wales', 'Rockdale', 'AU'),
(-33.97250, 151.14810, 'Monterey', 'New South Wales', 'Rockdale', 'AU'),
(-33.98220, 151.14000, 'Ramsgate', 'New South Wales', 'Rockdale', 'AU'),
(-33.99152, 151.10876, 'Blakehurst', 'New South Wales', 'Kogarah', 'AU'),
(-33.98827, 151.09094, 'Connells Point', 'New South Wales', 'Kogarah', 'AU'),
(-33.98267, 151.04184, 'Lugarno', 'New South Wales', 'Hurstville', 'AU'),
(-33.96288, 151.05161, 'Peakhurst', 'New South Wales', 'Hurstville', 'AU'),
(-33.95687, 151.03191, 'Padstow', 'New South Wales', 'Bankstown', 'AU'),
(-42.82822, 147.29301, 'Goodwood', 'Tasmania', 'Glenorchy', 'AU'),
(-42.83475, 147.31152, 'Lutana', 'Tasmania', 'Glenorchy', 'AU'),
(-42.85758, 147.30869, 'New Town', 'Tasmania', 'Hobart', 'AU'),
(-34.48667, 150.87500, 'Lake Heights', 'New South Wales', 'Wollongong', 'AU'),
(-42.89449, 147.32439, 'Sandy Bay', 'Tasmania', 'Hobart', 'AU'),
(-34.39667, 150.89583, 'Fairy Meadow', 'New South Wales', 'Wollongong', 'AU'),
(-34.40000, 150.87500, 'Mount Ousley', 'New South Wales', 'Wollongong', 'AU'),
(-34.41889, 150.85417, 'Mount Keira', 'New South Wales', 'Wollongong', 'AU'),
(-34.41667, 150.88750, 'Gwynneville', 'New South Wales', 'Wollongong', 'AU'),
(-34.43667, 150.87167, 'Mangerton', 'New South Wales', 'Wollongong', 'AU'),
(-34.44333, 150.87222, 'Mount Saint Thomas', 'New South Wales', 'Wollongong', 'AU'),
(-16.75000, 145.66667, 'Palm Cove', 'Queensland', 'Cairns', 'AU'),
(-16.80278, 145.72083, 'Yorkeys Knob', 'Queensland', 'Cairns', 'AU'),
(-27.48034, 153.02049, 'South Brisbane', 'Queensland', 'Brisbane', 'AU'),
(-27.20118, 153.10939, 'Scarborough', 'Queensland', 'Moreton Bay', 'AU'),
(-38.06528, 145.12279, 'Bonbeach', 'Victoria', 'Kingston', 'AU'),
(-38.34972, 144.92805, 'McCrae', 'Victoria', 'Mornington Peninsula', 'AU'),
(-37.86201, 144.76979, 'Laverton', 'Victoria', 'Hobsons Bay', 'AU'),
(-37.90694, 145.00528, 'North Brighton', 'Victoria', 'Bayside', 'AU'),
(-37.95167, 145.03944, 'Highett', 'Victoria', 'Bayside', 'AU'),
(-37.96944, 145.04807, 'Cheltenham', 'Victoria', 'Bayside', 'AU'),
(-37.99423, 145.07339, 'Parkdale', 'Victoria', 'Kingston', 'AU'),
(-33.87899, 151.25101, 'Bellevue Hill', 'New South Wales', 'Woollahra', 'AU'),
(-33.88419, 151.23151, 'Paddington', 'New South Wales', 'Woollahra', 'AU'),
(-33.87499, 151.16530, 'Lilyfield', 'New South Wales', 'Leichhardt', 'AU'),
(-33.85237, 151.15491, 'Drummoyne', 'New South Wales', 'Canada Bay', 'AU'),
(-33.83954, 151.18300, 'Greenwich', 'New South Wales', 'Lane Cove', 'AU'),
(-33.83432, 151.14590, 'Hunters Hill', 'New South Wales', 'Hunters Hill', 'AU'),
(-33.83116, 151.16620, 'Longueville', 'New South Wales', 'Lane Cove', 'AU'),
(-33.82650, 151.20190, 'Crows Nest', 'New South Wales', 'North Sydney', 'AU'),
(-33.82132, 151.21609, 'Cammeray', 'New South Wales', 'North Sydney', 'AU'),
(-33.80847, 151.25719, 'Clontarf', 'New South Wales', 'Manly Vale', 'AU'),
(-33.83438, 151.22681, 'Cremorne', 'New South Wales', 'North Sydney', 'AU'),
(-33.83784, 151.21750, 'Neutral Bay', 'New South Wales', 'North Sydney', 'AU'),
(-33.86667, 151.25000, 'Point Piper', 'New South Wales', 'Woollahra', 'AU'),
(-33.87064, 151.23895, 'Darling Point', 'New South Wales', 'Woollahra', 'AU'),
(-33.87083, 151.27917, 'Dover Heights', 'New South Wales', 'Waverley', 'AU'),
(-33.91439, 151.24895, 'Randwick', 'New South Wales', 'Randwick', 'AU'),
(-33.91214, 151.25882, 'Clovelly', 'New South Wales', 'Randwick', 'AU'),
(-33.90198, 151.26556, 'Bronte', 'New South Wales', 'Waverley', 'AU'),
(-33.89429, 151.26443, 'Bondi', 'New South Wales', 'Waverley', 'AU'),
(-33.83333, 151.13333, 'Gladesville', 'New South Wales', 'Hunters Hill', 'AU'),
(-33.76667, 151.20833, 'Forestville', 'New South Wales', 'Warringah', 'AU'),
(-33.76108, 151.27446, 'Brookvale', 'New South Wales', 'Warringah', 'AU'),
(-33.76886, 151.28888, 'Curl Curl', 'New South Wales', 'Warringah', 'AU'),
(-33.75000, 151.30000, 'Dee Why', 'New South Wales', 'Warringah', 'AU'),
(-33.52314, 151.31325, 'Umina', 'New South Wales', 'Gosford Shire', 'AU'),
(-38.36131, 144.77956, 'Blairgowrie', 'Victoria', 'Mornington Peninsula', 'AU'),
(-34.58333, 150.85516, 'Flinders', 'New South Wales', 'Shellharbour', 'AU'),
(-37.72470, 144.88126, 'Airport West', 'Victoria', 'Moonee Valley', 'AU'),
(-37.73750, 144.89212, 'Niddrie', 'Victoria', 'Moonee Valley', 'AU'),
(-37.68742, 144.88675, 'Gladstone Park', 'Victoria', 'Hume', 'AU'),
(-12.48602, 130.98331, 'Palmerston', 'Northern Territory', 'Palmerston', 'AU'),
(-22.69390, 117.79310, 'Tom Price', 'Western Australia', 'Ashburton', 'AU'),
(-22.00163, 148.04662, 'Moranbah', 'Queensland', 'Isaac', 'AU'),
(-37.98130, 146.78558, 'Heyfield', 'Victoria', 'Wellington', 'AU'),
(-35.21814, 149.10516, 'Kaleen', 'Australian Capital Territory', '', 'AU'),
(-20.73765, 116.84629, 'Karratha', 'Western Australia', 'Roebourne', 'AU'),
(-34.85260, 138.60255, 'Enfield', 'South Australia', 'Port Adelaide Enfield', 'AU'),
(-31.80698, 115.74045, 'Hillarys', 'Western Australia', 'Joondalup', 'AU'),
(-33.92399, 151.22749, 'Kingsford', 'New South Wales', 'Randwick', 'AU'),
(-34.87928, 138.63562, 'Klemzig', 'South Australia', 'Port Adelaide Enfield', 'AU'),
(-37.78035, 144.87354, 'Maidstone', 'Victoria', 'Maribyrnong', 'AU'),
(-31.90066, 115.81083, 'Osborne Park', 'Western Australia', 'Stirling', 'AU'),
(-42.85759, 147.50381, 'Seven Mile Beach', 'Tasmania', 'Clarence', 'AU'),
(-33.88780, 151.23682, 'Woollahra', 'New South Wales', 'Woollahra', 'AU'),
(-32.72014, 152.10846, 'Corlette', 'New South Wales', 'Port Stephens Shire', 'AU'),
(-31.95872, 115.90396, 'Burswood', 'Western Australia', 'Belmont', 'AU'),
(-42.88728, 147.40553, 'Howrah', 'Tasmania', 'Clarence', 'AU'),
(-27.66757, 152.92488, 'Springfield Lakes', 'Queensland', 'Ipswich', 'AU'),
(-37.66955, 144.88675, 'Attwood', 'Victoria', 'Hume', 'AU'),
(-33.70935, 151.29607, 'North Narrabeen', 'New South Wales', 'Pittwater', 'AU'),
(-31.74445, 115.76835, 'Joondalup', 'Western Australia', 'Joondalup', 'AU'),
(-31.99119, 115.86336, 'Como', 'Western Australia', 'South Perth', 'AU'),
(-33.93627, 151.14819, 'Arncliffe', 'New South Wales', 'Rockdale', 'AU'),
(-28.81933, 153.28743, 'East Lismore', 'New South Wales', 'Lismore Municipality', 'AU'),
(-31.68932, 115.70698, 'Mindarie', 'Western Australia', 'Wanneroo', 'AU'),
(-31.68282, 115.72470, 'Clarkson', 'Western Australia', 'Wanneroo', 'AU'),
(-31.71868, 115.73839, 'Kinross', 'Western Australia', 'Joondalup', 'AU'),
(-31.73306, 115.74766, 'Currambine', 'Western Australia', 'Joondalup', 'AU'),
(-31.73554, 115.73058, 'Iluka', 'Western Australia', 'Joondalup', 'AU'),
(-31.76244, 115.75895, 'Heathridge', 'Western Australia', 'Joondalup', 'AU'),
(-33.79900, 150.94299, 'Girraween', 'New South Wales', 'Holroyd', 'AU'),
(-33.77867, 151.28569, 'Freshwater', 'New South Wales', 'Warringah', 'AU'),
(-23.03829, 148.34464, 'Tieri', 'Queensland', 'Central Highlands', 'AU'),
(-37.71406, 145.03510, 'Kingsbury', 'Victoria', 'Darebin', 'AU'),
(-27.49061, 152.97861, 'Taringa', 'Queensland', 'Brisbane', 'AU'),
(-27.59715, 152.97432, 'Inala', 'Queensland', 'Brisbane', 'AU'),
(-31.93439, 115.87160, 'Mount Lawley', 'Western Australia', 'Vincent', 'AU'),
(-27.97879, 153.42661, 'Main Beach', 'Queensland', 'Gold Coast', 'AU'),
(-34.87361, 138.66896, 'Paradise', 'South Australia', 'Campbelltown', 'AU'),
(-34.85889, 138.59656, 'Blair Athol', 'South Australia', 'Port Adelaide Enfield', 'AU'),
(-34.87019, 138.69991, 'Athelstone', 'South Australia', 'Campbelltown', 'AU'),
(-27.42244, 153.04204, 'Wooloowin', 'Queensland', 'Brisbane', 'AU'),
(-27.35591, 153.04453, 'Zillmere', 'Queensland', 'Brisbane', 'AU'),
(-27.34265, 153.04443, 'Taigum', 'Queensland', 'Brisbane', 'AU'),
(-27.31710, 153.03098, 'Bracken Ridge', 'Queensland', 'Brisbane', 'AU'),
(-27.24349, 153.02383, 'Mango Hill', 'Queensland', 'Moreton Bay', 'AU'),
(-27.48855, 153.03654, 'Woolloongabba', 'Queensland', 'Brisbane', 'AU'),
(-27.47039, 153.00311, 'Milton', 'Queensland', 'Brisbane', 'AU'),
(-27.48360, 152.98943, 'Toowong', 'Queensland', 'Brisbane', 'AU'),
(-27.45706, 153.03178, 'Fortitude Valley', 'Queensland', 'Brisbane', 'AU'),
(-27.43631, 153.02882, 'Windsor', 'Queensland', 'Brisbane', 'AU'),
(-26.61000, 153.00000, 'Twin Waters', 'Queensland', 'Sunshine Coast', 'AU'),
(-27.35538, 152.99432, 'Bridegman Downs', 'Queensland', 'Brisbane', 'AU'),
(-33.85000, 151.14999, 'Canada Bay', 'New South Wales', 'Canada Bay', 'AU'),
(-33.91192, 151.11862, 'Canterbury', 'New South Wales', 'Canterbury', 'AU'),
(-33.40700, 151.47600, 'Forresters Beach', 'New South Wales', 'Gosford Shire', 'AU'),
(-27.96954, 153.19937, 'Tamborine Mountain', 'Queensland', 'Scenic Rim', 'AU'),
(-37.81667, 144.98790, 'East Melbourne', 'Victoria', 'Melbourne', 'AU'),
(-25.90432, 153.09174, 'Rainbow Beach', 'Queensland', 'Gympie Regional Council', 'AU'),
(-31.40237, 152.90186, 'North Shore', 'New South Wales', 'Port Macquarie-Hastings', 'AU'),
(-33.79677, 151.12436, 'North Ryde', 'New South Wales', 'Ryde', 'AU'),
(-31.88343, 115.80990, 'Stirling', 'Western Australia', 'Stirling', 'AU'),
(-37.80289, 144.94817, 'North Melbourne', 'Victoria', 'Melbourne', 'AU'),
(-37.74124, 144.73631, 'Caroline Springs', 'Victoria', 'Melton', 'AU'),
(-37.88264, 144.70030, 'Hoppers Crossing', 'Victoria', 'Wyndham', 'AU'),
(-37.81014, 144.95000, 'West Melbourne', 'Victoria', 'Melbourne', 'AU'),
(-33.68207, 150.91541, 'Rouse Hill', 'New South Wales', 'Blacktown', 'AU'),
(-27.63917, 153.10944, 'Logan City', 'Queensland', 'Logan', 'AU'),
(-27.50578, 153.10236, 'Carindale', 'Queensland', 'Brisbane', 'AU'),
(-33.81780, 151.00348, 'Paramatta', 'New South Wales', 'Parramatta', 'AU'),
(-35.25126, 149.06363, 'Macquarie', 'Australian Capital Territory', '', 'AU'),
(-37.88461, 145.29539, 'Ferntree Gully', 'Victoria', 'Knox', 'AU'),
(-34.95100, 138.62900, 'Fullarton', 'South Australia', 'Unley', 'AU'),
(-35.40885, 149.12695, 'Macarthur', 'Australian Capital Territory', '', 'AU'),
(-33.81667, 151.00000, 'City of Parramatta', 'New South Wales', 'Parramatta', 'AU'),
(-38.48349, 145.23102, 'Phillip Island', 'Victoria', 'Bass Coast', 'AU'),
(-27.61183, 153.12898, 'Springwood', 'Queensland', 'Logan', 'AU'),
(-34.91119, 138.70735, 'Adelaide Hills', 'South Australia', 'Adelaide Hills', 'AU'),
(-32.55717, 115.70657, 'Erskine', 'Western Australia', 'Mandurah', 'AU'),
(-32.05799, 115.91814, 'Canning Vale', 'Western Australia', 'Canning', 'AU'),
(-28.08940, 153.41220, 'Varsity Lakes', 'Queensland', 'Gold Coast', 'AU'),
(-33.93317, 151.07320, 'Roselands', 'New South Wales', 'Canterbury', 'AU'),
(-27.89033, 153.31310, 'Oxenford', 'Queensland', 'Gold Coast', 'AU'),
(-30.35384, 153.08842, 'Toormina', 'New South Wales', 'Coffs Harbour', 'AU'),
(-33.79068, 150.66930, 'Glenmore Park', 'New South Wales', 'Penrith Municipality', 'AU'),
(-37.82280, 144.96434, 'Southbank', 'Victoria', 'Melbourne', 'AU'),
(-19.15514, 146.84850, 'Magnetic Island', 'Queensland', 'Townsville', 'AU'),
(-37.86594, 145.00018, 'St Kilda East', 'Victoria', 'Port Phillip', 'AU'),
(-37.81490, 144.95052, 'Docklands', 'Victoria', 'Melbourne', 'AU'),
(-32.29088, 115.71101, 'Shoalwater', 'Western Australia', 'Rockingham', 'AU'),
(-37.67852, 144.56883, 'Melton West', 'Victoria', 'Melton', 'AU'),
(-37.70080, 144.56026, 'Brookfield', 'Victoria', 'Melton', 'AU'),
(-37.67587, 144.59689, 'Kurunjang', 'Victoria', 'Melton', 'AU'),
(-37.86259, 145.07936, 'Ashburton', 'Victoria', 'Boroondara', 'AU'),
(-37.86659, 145.10553, 'Ashwood', 'Victoria', 'Monash', 'AU'),
(-37.85995, 145.05489, 'Glen Iris', 'Victoria', 'Stonnington', 'AU'),
(-37.84077, 145.00957, 'Toorak', 'Victoria', 'Stonnington', 'AU'),
(-37.85480, 144.99268, 'Windsor', 'Victoria', 'Stonnington', 'AU'),
(-37.86916, 144.99773, 'Balaclava', 'Victoria', 'Port Phillip', 'AU'),
(-37.87255, 145.02261, 'Caulfield North', 'Victoria', 'Glen Eira', 'AU'),
(-37.88441, 145.00433, 'Elsternwick', 'Victoria', 'Glen Eira', 'AU'),
(-37.88214, 144.98215, 'Elwood', 'Victoria', 'Port Phillip', 'AU'),
(-37.84978, 145.11900, 'Burwood', 'Victoria', 'Whitehorse', 'AU'),
(-37.83236, 145.12099, 'Box Hill South', 'Victoria', 'Whitehorse', 'AU'),
(-37.81901, 145.15326, 'Blackburn', 'Victoria', 'Whitehorse', 'AU'),
(-37.82470, 145.08476, 'Canterbury', 'Victoria', 'Boroondara', 'AU'),
(-37.82524, 145.10039, 'Surrey Hills', 'Victoria', 'Whitehorse', 'AU'),
(-37.82484, 145.04640, 'Hawthorn East', 'Victoria', 'Boroondara', 'AU'),
(-37.79758, 145.05379, 'Kew East', 'Victoria', 'Boroondara', 'AU'),
(-37.79086, 145.09386, 'Balwyn North', 'Victoria', 'Boroondara', 'AU'),
(-37.80043, 145.10828, 'Mont Albert North', 'Victoria', 'Whitehorse', 'AU'),
(-37.80266, 145.12656, 'Box Hill North', 'Victoria', 'Whitehorse', 'AU'),
(-37.80931, 145.15179, 'Blackburn North', 'Victoria', 'Whitehorse', 'AU'),
(-37.83656, 145.16519, 'Forest Hill', 'Victoria', 'Whitehorse', 'AU'),
(-37.83975, 145.15549, 'Blackburn South', 'Victoria', 'Whitehorse', 'AU'),
(-37.88766, 145.09518, 'Chadstone', 'Victoria', 'Monash', 'AU'),
(-37.88867, 145.05713, 'Carnegie', 'Victoria', 'Glen Eira', 'AU'),
(-37.88949, 145.04605, 'Glen Huntly', 'Victoria', 'Glen Eira', 'AU'),
(-37.87397, 145.04253, 'Malvern East', 'Victoria', 'Stonnington', 'AU'),
(-37.89023, 145.07112, 'Murrumbeena', 'Victoria', 'Glen Eira', 'AU'),
(-37.92416, 145.09146, 'Oakleigh South', 'Victoria', 'Monash', 'AU'),
(-37.89562, 145.02597, 'Caulfield South', 'Victoria', 'Glen Eira', 'AU'),
(-37.90232, 145.01733, 'Brighton East', 'Victoria', 'Bayside', 'AU'),
(-37.93723, 145.00459, 'Hampton', 'Victoria', 'Bayside', 'AU'),
(-37.93695, 145.02863, 'Hampton East', 'Victoria', 'Bayside', 'AU'),
(-37.97357, 145.01636, 'Black Rock', 'Victoria', 'Bayside', 'AU'),
(-38.02277, 145.11798, 'Aspendale Gardens', 'Victoria', 'Kingston', 'AU'),
(-27.61328, 152.78944, 'Booval', 'Queensland', 'Ipswich', 'AU'),
(-27.60392, 152.79485, 'North Booval', 'Queensland', 'Ipswich', 'AU'),
(-27.60286, 152.76146, 'North Ipswich', 'Queensland', 'Ipswich', 'AU'),
(-27.59753, 152.74754, 'Brassall', 'Queensland', 'Ipswich', 'AU'),
(-27.62126, 152.78767, 'Silkstone', 'Queensland', 'Ipswich', 'AU'),
(-27.62849, 152.77827, 'Eastern Heights', 'Queensland', 'Ipswich', 'AU'),
(-27.63472, 152.77519, 'Raceview', 'Queensland', 'Ipswich', 'AU'),
(-27.65046, 152.77451, 'Flinders View', 'Queensland', 'Ipswich', 'AU'),
(-27.66719, 152.74867, 'Deebing Heights', 'Queensland', 'Ipswich', 'AU'),
(-27.66027, 152.73863, 'Yamanto', 'Queensland', 'Ipswich', 'AU'),
(-27.64613, 152.85965, 'Redbank Plains', 'Queensland', 'Ipswich', 'AU'),
(-27.61282, 152.86008, 'Collingwood Park', 'Queensland', 'Ipswich', 'AU'),
(-27.25341, 153.07835, 'Clontarf', 'Queensland', 'Moreton Bay', 'AU'),
(-27.25608, 153.10426, 'Woody Point', 'Queensland', 'Moreton Bay', 'AU'),
(-37.56206, 143.85081, 'Ballarat Central', 'Victoria', 'Ballarat North', 'AU'),
(-37.57493, 143.86870, 'Golden Point', 'Victoria', 'Ballarat North', 'AU'),
(-37.58911, 143.81471, 'Delacombe', 'Victoria', 'Ballarat North', 'AU'),
(-37.74496, 144.80049, 'St Albans', 'Victoria', 'Brimbank', 'AU'),
(-33.82344, 151.19836, 'St Leonards', 'New South Wales', 'North Sydney', 'AU'),
(-37.85988, 144.97108, 'St Kilda West', 'Victoria', 'Port Phillip', 'AU'),
(-32.98960, 151.63641, 'Eleebana', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-33.89146, 151.13824, 'Summer Hill', 'New South Wales', 'Ashfield', 'AU'),
(-19.31365, 146.69186, 'Bohle Plains', 'Queensland', 'Townsville', 'AU'),
(-27.77992, 153.36153, 'Jacobs Well', 'Queensland', 'Gold Coast', 'AU'),
(-37.78058, 145.56834, 'Launching Place', 'Victoria', 'Yarra Ranges', 'AU'),
(-38.41410, 144.82436, 'Saint Andrews Beach', 'Victoria', 'Mornington Peninsula', 'AU'),
(-31.94896, 115.84199, 'West Perth', 'Western Australia', 'City of Perth', 'AU'),
(-37.83487, 144.84735, 'Altona North', 'Victoria', 'Hobsons Bay', 'AU'),
(-31.87501, 115.82839, 'Balcatta', 'Western Australia', 'Stirling', 'AU'),
(-31.94350, 115.92550, 'Belmont', 'Western Australia', 'Belmont', 'AU'),
(-33.38334, 151.46671, 'Bateau Bay', 'New South Wales', 'Wyong Shire', 'AU'),
(-33.49663, 151.42215, 'Macmasters Beach', 'New South Wales', 'Gosford Shire', 'AU'),
(-28.38853, 153.56564, 'Pottsville Beach', 'New South Wales', 'Tweed', 'AU'),
(-10.57937, 142.21686, 'Thursday Island', 'Queensland', 'Torres', 'AU'),
(-31.95872, 115.87109, 'East Perth', 'Western Australia', 'City of Perth', 'AU'),
(-31.93628, 115.84190, 'Leederville', 'Western Australia', 'Vincent', 'AU'),
(-33.90219, 151.20036, 'Alexandria', 'New South Wales', 'City of Sydney', 'AU'),
(-37.99346, 145.23891, 'Doveton', 'Victoria', 'Casey', 'AU'),
(-37.97695, 145.25867, 'Endeavour Hills', 'Victoria', 'Casey', 'AU'),
(-37.91731, 145.13042, 'Clayton', 'Victoria', 'Monash', 'AU'),
(-32.90732, 151.75090, 'Tighes Hill', 'New South Wales', 'Newcastle', 'AU'),
(-32.06031, 115.77058, 'White Gum Valley', 'Western Australia', 'Fremantle', 'AU'),
(-31.71947, 115.79559, 'Tapping', 'Western Australia', 'Wanneroo', 'AU'),
(-28.30042, 153.57063, 'Casuarina', 'New South Wales', 'Tweed', 'AU'),
(-37.69863, 144.78632, 'Taylors Lakes', 'Victoria', 'Brimbank', 'AU'),
(-31.78928, 115.79676, 'Woodvale', 'Western Australia', 'Joondalup', 'AU'),
(-37.75309, 145.03848, 'Bellfield', 'Victoria', 'Banyule', 'AU'),
(-37.62581, 144.92555, 'Roxburgh Park', 'Victoria', 'Hume', 'AU'),
(-37.99780, 145.24821, 'Eumemmerring', 'Victoria', 'Casey', 'AU'),
(-33.68857, 151.29533, 'Warriewood', 'New South Wales', 'Pittwater', 'AU'),
(-32.13339, 115.80637, 'Beeliar', 'Western Australia', 'City of Cockburn', 'AU'),
(-38.05588, 145.25615, 'Lynbrook', 'Victoria', 'Casey', 'AU'),
(-38.13922, 145.26842, 'Botanic Ridge', 'Victoria', 'Casey', 'AU'),
(-32.23330, 115.82227, 'Orelia', 'Western Australia', 'Kwinana', 'AU'),
(-38.01478, 145.13049, 'Waterways', 'Victoria', 'Kingston', 'AU'),
(-37.84150, 144.54102, 'Wyndham Vale', 'Victoria', 'Wyndham', 'AU'),
(-32.02696, 115.83548, 'Ardross', 'Western Australia', 'Melville', 'AU'),
(-36.74305, 144.25787, 'Long Gully', 'Victoria', 'Greater Bendigo', 'AU'),
(-32.05251, 115.88782, 'Willetton', 'Western Australia', 'Canning', 'AU'),
(-37.78076, 144.93546, 'Travancore', 'Victoria', 'Moonee Valley', 'AU'),
(-31.69023, 115.77159, 'Carramar', 'Western Australia', 'Wanneroo', 'AU'),
(-37.86400, 144.84505, 'Seaholme', 'Victoria', 'Hobsons Bay', 'AU'),
(-37.83018, 144.87090, 'South Kingsville', 'Victoria', 'Hobsons Bay', 'AU'),
(-38.31535, 145.00027, 'Safety Beach', 'Victoria', 'Mornington Peninsula', 'AU'),
(-38.21427, 145.33771, 'Blind Bight', 'Victoria', 'Casey', 'AU'),
(-31.82758, 115.86501, 'Alexander Heights', 'Western Australia', 'Wanneroo', 'AU'),
(-32.44403, 115.75725, 'Singleton', 'Western Australia', 'Rockingham', 'AU'),
(-31.66150, 115.72261, 'Ridgewood', 'Western Australia', 'Wanneroo', 'AU'),
(-37.71980, 144.77731, 'Delahey', 'Victoria', 'Brimbank', 'AU'),
(-32.02058, 115.91181, 'Wilson', 'Western Australia', 'Canning', 'AU'),
(-31.64298, 115.70431, 'Butler', 'Western Australia', 'Wanneroo', 'AU'),
(-31.81255, 115.84580, 'Darch', 'Western Australia', 'Wanneroo', 'AU'),
(-32.00314, 115.94621, 'Queens Park', 'Western Australia', 'Canning', 'AU'),
(-31.89272, 115.79508, 'Innaloo', 'Western Australia', 'Stirling', 'AU'),
(-27.47237, 153.09476, 'Cannon Hill', 'Queensland', 'Brisbane', 'AU'),
(-32.03945, 115.83369, 'Booragoon', 'Western Australia', 'Melville', 'AU'),
(-32.03965, 115.86781, 'Rossmoyne', 'Western Australia', 'Canning', 'AU'),
(-32.13645, 115.98905, 'Seville Grove', 'Western Australia', 'Armadale', 'AU'),
(-27.26733, 153.01053, 'Murrumba Downs', 'Queensland', 'Moreton Bay', 'AU'),
(-37.88978, 145.24962, 'Knoxfield', 'Victoria', 'Knox', 'AU'),
(-27.74811, 153.07764, 'Chambers Flat', 'Queensland', 'Logan', 'AU'),
(-32.16696, 116.00193, 'Brookdale', 'Western Australia', 'Armadale', 'AU'),
(-26.78436, 153.09218, 'Little Mountain', 'Queensland', 'Sunshine Coast', 'AU'),
(-33.74830, 150.85411, 'Glendenning', 'New South Wales', 'Blacktown', 'AU'),
(-31.74261, 115.80633, 'Sinagra', 'Western Australia', 'Wanneroo', 'AU'),
(-32.04092, 115.94157, 'Langford', 'Western Australia', 'Gosnells', 'AU'),
(-31.80645, 115.76880, 'Padbury', 'Western Australia', 'Joondalup', 'AU'),
(-31.98894, 115.90388, 'East Victoria Park', 'Western Australia', 'Victoria Park', 'AU'),
(-33.93934, 150.98148, 'Milperra', 'New South Wales', 'Bankstown', 'AU'),
(-37.54962, 143.85872, 'Soldiers Hill', 'Victoria', 'Ballarat North', 'AU'),
(-37.90303, 145.34468, 'Tecoma', 'Victoria', 'Yarra Ranges', 'AU'),
(-32.04502, 115.78589, 'Palmyra', 'Western Australia', 'Melville', 'AU'),
(-31.86828, 116.04066, 'Stratton', 'Western Australia', 'Swan', 'AU'),
(-37.75829, 145.00514, 'Thornbury', 'Victoria', 'Darebin', 'AU'),
(-38.37770, 144.85014, 'Tootgarook', 'Victoria', 'Mornington Peninsula', 'AU'),
(-37.82995, 144.88783, 'Spotswood', 'Victoria', 'Hobsons Bay', 'AU'),
(-38.10793, 144.33839, 'Bell Park', 'Victoria', 'Greater Geelong', 'AU'),
(-38.09564, 144.31969, 'Bell Post Hill', 'Victoria', 'Greater Geelong', 'AU'),
(-36.77646, 144.28024, 'Quarry Hill', 'Victoria', 'Greater Bendigo', 'AU'),
(-37.77688, 145.21463, 'Park Orchards', 'Victoria', 'Manningham', 'AU'),
(-36.77265, 144.25272, 'Golden Square', 'Victoria', 'Greater Bendigo', 'AU'),
(-27.51228, 153.03249, 'Annerley', 'Queensland', 'Brisbane', 'AU'),
(-37.73710, 144.82829, 'Kealba', 'Victoria', 'Brimbank', 'AU'),
(-37.68778, 144.91112, 'Jacana', 'Victoria', 'Hume', 'AU'),
(-33.90410, 151.13945, 'Dulwich Hill', 'New South Wales', 'Marrickville', 'AU'),
(-37.73991, 145.09323, 'Viewbank', 'Victoria', 'Banyule', 'AU'),
(-27.37227, 152.80196, 'Highvale', 'Queensland', 'Moreton Bay', 'AU'),
(-37.73860, 145.31432, 'Chirnside Park', 'Victoria', 'Yarra Ranges', 'AU'),
(-37.65675, 144.93460, 'Coolaroo', 'Victoria', 'Hume', 'AU'),
(-38.13636, 145.29684, 'Junction Village', 'Victoria', 'Casey', 'AU'),
(-37.65117, 144.91855, 'Meadow Heights', 'Victoria', 'Hume', 'AU'),
(-37.85116, 144.96201, 'Middle Park', 'Victoria', 'Port Phillip', 'AU'),
(-31.86744, 115.83919, 'Westminster', 'Western Australia', 'Stirling', 'AU'),
(-32.24369, 115.84572, 'Bertram', 'Western Australia', 'Kwinana', 'AU'),
(-32.09764, 115.81921, 'Bibra Lake', 'Western Australia', 'City of Cockburn', 'AU'),
(-32.16853, 115.85040, 'Hammond Park', 'Western Australia', 'City of Cockburn', 'AU'),
(-32.28327, 115.76364, 'Hillman', 'Western Australia', 'Rockingham', 'AU'),
(-37.72515, 145.09352, 'Yallambie', 'Victoria', 'Banyule', 'AU'),
(-32.06561, 115.81483, 'Kardinya', 'Western Australia', 'Melville', 'AU'),
(-31.87233, 115.77684, 'Karrinyup', 'Western Australia', 'Stirling', 'AU'),
(-31.97886, 115.95159, 'Kewdale', 'Western Australia', 'Belmont', 'AU'),
(-20.74168, 116.81731, 'Millars Well', 'Western Australia', 'Roebourne', 'AU'),
(-31.75871, 115.73601, 'Ocean Reef', 'Western Australia', 'Joondalup', 'AU'),
(-32.06996, 115.79770, 'Samson', 'Western Australia', 'Fremantle', 'AU'),
(-32.37342, 115.75150, 'Port Kennedy', 'Western Australia', 'Rockingham', 'AU'),
(-32.40589, 115.75852, 'Secret Harbour', 'Western Australia', 'Rockingham', 'AU'),
(-32.14281, 115.84999, 'Success', 'Western Australia', 'City of Cockburn', 'AU'),
(-31.89808, 115.83495, 'Tuart Hill', 'Western Australia', 'Stirling', 'AU'),
(-32.06003, 115.95500, 'Thornlie', 'Western Australia', 'Gosnells', 'AU'),
(-32.05216, 115.82972, 'Winthrop', 'Western Australia', 'Melville', 'AU'),
(-32.12065, 115.81623, 'Yangebup', 'Western Australia', 'City of Cockburn', 'AU'),
(-31.90113, 115.85319, 'Yokine', 'Western Australia', 'Stirling', 'AU'),
(-37.81609, 144.84151, 'Brooklyn', 'Victoria', 'Brimbank', 'AU'),
(-37.69047, 144.74171, 'Hillside', 'Victoria', 'Melton', 'AU'),
(-31.93845, 115.94645, 'Redcliffe', 'Western Australia', 'Belmont', 'AU'),
(-27.39385, 153.04698, 'Wavell Heights', 'Queensland', 'Brisbane', 'AU'),
(-31.75492, 116.00238, 'The Vines', 'Western Australia', 'Swan', 'AU'),
(-35.16687, 147.33058, 'Springvale', 'New South Wales', 'Wagga Wagga', 'AU'),
(-27.42251, 153.01527, 'Grange', 'Queensland', 'Brisbane', 'AU'),
(-31.77466, 115.76270, 'Beldon', 'Western Australia', 'Joondalup', 'AU'),
(-32.00004, 115.90980, 'St James', 'Western Australia', 'Victoria Park', 'AU'),
(-37.78671, 144.85484, 'Braybrook', 'Victoria', 'Maribyrnong', 'AU'),
(-37.75931, 144.78781, 'Cairnlea', 'Victoria', 'Brimbank', 'AU'),
(-37.69825, 145.05968, 'Bundoora', 'Victoria', 'Banyule', 'AU'),
(-38.06934, 145.14326, 'Patterson Lakes', 'Victoria', 'Kingston', 'AU'),
(-32.10658, 115.95896, 'Southern River', 'Western Australia', 'Gosnells', 'AU'),
(-38.10505, 145.21629, 'Skye', 'Victoria', 'Frankston', 'AU'),
(-32.10261, 115.84422, 'City of Cockburn', 'Western Australia', 'City of Cockburn', 'AU'),
(-33.69993, 150.94110, 'Beaumont Hills', 'New South Wales', 'The Hills Shire', 'AU'),
(-34.90733, 138.59142, 'North Adelaide', 'South Australia', 'Adelaide', 'AU'),
(-31.97619, 115.90525, 'Victoria Park', 'Western Australia', 'Victoria Park', 'AU'),
(-33.84600, 151.21191, 'Milsons Point', 'New South Wales', 'North Sydney', 'AU'),
(-35.31499, 149.12859, 'Forrest', 'Australian Capital Territory', '', 'AU'),
(-38.13502, 145.23958, 'Cranbourne South', 'Victoria', 'Casey', 'AU'),
(-33.89275, 151.24722, 'Bondi Junction', 'New South Wales', 'Waverley', 'AU'),
(-27.32112, 153.00858, 'Bald Hills', 'Queensland', 'Brisbane', 'AU'),
(-38.15568, 144.37202, 'East Geelong', 'Victoria', 'Greater Geelong', 'AU'),
(-33.74954, 151.06480, 'Beecroft', 'New South Wales', 'Hornsby Shire', 'AU'),
(-37.86190, 144.74371, 'Williams Landing', 'Victoria', 'Wyndham', 'AU'),
(-20.74558, 116.79540, 'Nickol', 'Western Australia', 'Roebourne', 'AU'),
(-33.80543, 151.16638, 'Lane Cove North', 'New South Wales', 'Willoughby', 'AU'),
(-28.82272, 152.10304, 'Carrolls Creek', 'New South Wales', 'Tenterfield Municipality', 'AU'),
(-27.43154, 153.05800, 'Ascot', 'Queensland', 'Brisbane', 'AU'),
(-27.56583, 153.05737, 'Robertson', 'Queensland', 'Brisbane', 'AU'),
(-27.55888, 153.06230, 'Nathan', 'Queensland', 'Brisbane', 'AU'),
(-27.38383, 153.01585, 'Chermside West', 'Queensland', 'Brisbane', 'AU'),
(-27.40732, 152.98840, 'Everton Park', 'Queensland', 'Brisbane', 'AU'),
(-27.41899, 153.02547, 'Gordon Park', 'Queensland', 'Brisbane', 'AU'),
(-27.41044, 153.01105, 'Stafford', 'Queensland', 'Brisbane', 'AU'),
(-27.39354, 153.01050, 'Stafford Heights', 'Queensland', 'Brisbane', 'AU'),
(-27.43218, 153.01904, 'Wilston', 'Queensland', 'Brisbane', 'AU'),
(-27.55584, 153.14700, 'Burbank', 'Queensland', 'Brisbane', 'AU'),
(-27.56463, 153.04066, 'Coopers Plains', 'Queensland', 'Brisbane', 'AU'),
(-27.62563, 152.96883, 'Forest Lake', 'Queensland', 'Brisbane', 'AU'),
(-27.50815, 153.04951, 'Greenslopes', 'Queensland', 'Brisbane', 'AU'),
(-27.54351, 153.12057, 'Mackenzie', 'Queensland', 'Brisbane', 'AU'),
(-27.53929, 153.09895, 'Mansfield', 'Queensland', 'Brisbane', 'AU'),
(-27.54050, 153.08221, 'Mount Gravatt East', 'Queensland', 'Brisbane', 'AU'),
(-27.59616, 152.95322, 'Richlands', 'Queensland', 'Brisbane', 'AU'),
(-27.55070, 152.95895, 'Seventeen Mile Rocks', 'Queensland', 'Brisbane', 'AU'),
(-27.61025, 153.05388, 'Sunnybank Hills', 'Queensland', 'Brisbane', 'AU'),
(-27.56128, 153.08453, 'Upper Mount Gravatt', 'Queensland', 'Brisbane', 'AU'),
(-27.52150, 153.01234, 'Yeerongpilly', 'Queensland', 'Brisbane', 'AU'),
(-27.51571, 153.01642, 'Yeronga', 'Queensland', 'Brisbane', 'AU'),
(-27.45952, 153.06377, 'Balmoral', 'Queensland', 'Brisbane', 'AU'),
(-27.49354, 153.07629, 'Camp Hill', 'Queensland', 'Brisbane', 'AU'),
(-27.51398, 153.14906, 'Chandler', 'Queensland', 'Brisbane', 'AU'),
(-27.47382, 153.16641, 'Manly West', 'Queensland', 'Brisbane', 'AU'),
(-27.46729, 153.07320, 'Morningside', 'Queensland', 'Brisbane', 'AU'),
(-27.48341, 153.07474, 'Seven Hills', 'Queensland', 'Brisbane', 'AU'),
(-27.45824, 153.15318, 'Wynnum West', 'Queensland', 'Brisbane', 'AU'),
(-27.50420, 152.93182, 'Kenmore Hills', 'Queensland', 'Brisbane', 'AU'),
(-27.52283, 152.88651, 'Pullenvale', 'Queensland', 'Brisbane', 'AU'),
(-27.55928, 152.91106, 'Riverhills', 'Queensland', 'Brisbane', 'AU'),
(-27.60637, 152.77232, 'East Ipswich', 'Queensland', 'Ipswich', 'AU'),
(-27.61251, 152.74577, 'Sadliers Crossing', 'Queensland', 'Ipswich', 'AU'),
(-27.65365, 152.91716, 'Springfield', 'Queensland', 'Ipswich', 'AU'),
(-27.59278, 152.76797, 'Tivoli', 'Queensland', 'Ipswich', 'AU'),
(-27.88923, 153.02892, 'Cedar Vale', 'Queensland', 'Logan', 'AU'),
(-27.72414, 153.09003, 'Logan Reserve', 'Queensland', 'Logan', 'AU'),
(-27.76759, 153.01646, 'North Maclean', 'Queensland', 'Logan', 'AU'),
(-27.72707, 153.03320, 'Park Ridge South', 'Queensland', 'Logan', 'AU'),
(-27.59521, 153.12332, 'Rochedale South', 'Queensland', 'Logan', 'AU'),
(-27.69056, 153.13319, 'Waterford West', 'Queensland', 'Logan', 'AU'),
(-27.09389, 152.94875, 'Caboolture South', 'Queensland', 'Moreton Bay', 'AU'),
(-27.39594, 152.93736, 'Ferny Hills', 'Queensland', 'Moreton Bay', 'AU'),
(-27.37270, 152.86699, 'Samford Valley', 'Queensland', 'Moreton Bay', 'AU'),
(-37.78825, 144.93001, 'Flemington', 'Victoria', 'Moonee Valley', 'AU'),
(-37.77977, 145.01764, 'Fairfield', 'Victoria', 'Darebin', 'AU'),
(-37.74313, 145.05695, 'Heidelberg Heights', 'Victoria', 'Banyule', 'AU'),
(-37.69981, 145.08469, 'Watsonia North', 'Victoria', 'Banyule', 'AU'),
(-37.67604, 144.88701, 'Westmeadows', 'Victoria', 'Hume', 'AU'),
(-37.74225, 144.90546, 'Essendon North', 'Victoria', 'Moonee Valley', 'AU'),
(-37.75758, 144.87903, 'Essendon West', 'Victoria', 'Moonee Valley', 'AU'),
(-37.73261, 144.86504, 'Keilor East', 'Victoria', 'Moonee Valley', 'AU'),
(-37.72867, 144.96133, 'Coburg North', 'Victoria', 'Moreland', 'AU'),
(-37.70823, 144.89079, 'Gowanbrae', 'Victoria', 'Moreland', 'AU'),
(-37.70728, 144.94160, 'Hadfield', 'Victoria', 'Moreland', 'AU'),
(-37.71842, 144.91945, 'Oak Park', 'Victoria', 'Moreland', 'AU'),
(-37.73973, 144.94615, 'Pascoe Vale South', 'Victoria', 'Moreland', 'AU'),
(-37.72924, 145.21574, 'North Warrandyte', 'Victoria', 'Nillumbik', 'AU'),
(-37.82612, 145.29831, 'Bayswater North', 'Victoria', 'Maroondah', 'AU'),
(-37.77651, 145.26355, 'Croydon Hills', 'Victoria', 'Maroondah', 'AU'),
(-37.81232, 145.26810, 'Croydon South', 'Victoria', 'Maroondah', 'AU'),
(-37.82033, 145.31599, 'Kilsyth South', 'Victoria', 'Maroondah', 'AU'),
(-37.77555, 145.24728, 'Warranwood', 'Victoria', 'Maroondah', 'AU'),
(-37.85747, 145.18269, 'Vermont South', 'Victoria', 'Whitehorse', 'AU'),
(-38.08630, 145.40208, 'Officer South', 'Victoria', 'Cardinia', 'AU'),
(-38.11531, 145.29814, 'Cranbourne East', 'Victoria', 'Casey', 'AU'),
(-38.08292, 145.27805, 'Cranbourne North', 'Victoria', 'Casey', 'AU'),
(-38.09650, 145.26707, 'Cranbourne West', 'Victoria', 'Casey', 'AU'),
(-38.04369, 145.29230, 'Narre Warren South', 'Victoria', 'Casey', 'AU'),
(-37.96649, 145.20810, 'Dandenong North', 'Victoria', 'Greater Dandenong', 'AU'),
(-37.94978, 145.19257, 'Noble Park North', 'Victoria', 'Greater Dandenong', 'AU'),
(-38.12352, 145.14836, 'Frankston North', 'Victoria', 'Frankston', 'AU'),
(-38.16604, 145.13643, 'Frankston South', 'Victoria', 'Frankston', 'AU'),
(-38.08100, 145.20767, 'Sandhurst', 'Victoria', 'Frankston', 'AU'),
(-38.19868, 145.18068, 'Langwarrin South', 'Victoria', 'Mornington Peninsula', 'AU'),
(-38.36444, 144.87749, 'Rosebud West', 'Victoria', 'Mornington Peninsula', 'AU'),
(-37.72337, 144.80840, 'Keilor Downs', 'Victoria', 'Brimbank', 'AU'),
(-37.69997, 144.80331, 'Keilor Lodge', 'Victoria', 'Brimbank', 'AU'),
(-37.72025, 144.85422, 'Keilor Park', 'Victoria', 'Brimbank', 'AU'),
(-37.76987, 144.82787, 'Sunshine North', 'Victoria', 'Brimbank', 'AU'),
(-37.79117, 144.81638, 'Sunshine West', 'Victoria', 'Brimbank', 'AU'),
(-37.88413, 144.78368, 'Altona Meadows', 'Victoria', 'Hobsons Bay', 'AU'),
(-37.85515, 144.88258, 'Williamstown North', 'Victoria', 'Hobsons Bay', 'AU'),
(-37.80819, 144.87910, 'Kingsville', 'Victoria', 'Maribyrnong', 'AU'),
(-37.80607, 144.89070, 'Seddon', 'Victoria', 'Maribyrnong', 'AU'),
(-37.79746, 144.87727, 'West Footscray', 'Victoria', 'Maribyrnong', 'AU'),
(-37.72691, 144.75224, 'Burnside Heights', 'Victoria', 'Melton', 'AU'),
(-37.70988, 144.75484, 'Taylors Hill', 'Victoria', 'Melton', 'AU'),
(-33.76655, 151.24982, 'Allambie Heights', 'New South Wales', 'Warringah', 'AU'),
(-33.85710, 151.19283, 'Balmain East', 'New South Wales', 'Leichhardt', 'AU'),
(-33.94601, 151.14304, 'Banksia', 'New South Wales', 'Rockdale', 'AU'),
(-33.93344, 151.13667, 'Bardwell Valley', 'New South Wales', 'Rockdale', 'AU'),
(-33.90354, 151.08467, 'Belfield', 'New South Wales', 'Canterbury', 'AU'),
(-33.87197, 151.03386, 'Berala', 'New South Wales', 'Auburn', 'AU'),
(-33.61211, 151.13754, 'Berowra Heights', 'New South Wales', 'Hornsby Shire', 'AU'),
(-33.97707, 151.13437, 'Beverly Park', 'New South Wales', 'Kogarah', 'AU'),
(-33.93848, 151.11385, 'Bexley North', 'New South Wales', 'Rockdale', 'AU'),
(-33.64487, 151.32426, 'Bilgola Beach', 'New South Wales', 'Pittwater', 'AU'),
(-33.73792, 150.81812, 'Blackett', 'New South Wales', 'Blacktown', 'AU'),
(-33.89103, 151.27158, 'Bondi Beach', 'New South Wales', 'Waverley', 'AU'),
(-33.89669, 150.91055, 'Cabramatta West', 'New South Wales', 'Fairfield', 'AU'),
(-33.74784, 150.72208, 'Cambridge Park', 'New South Wales', 'Penrith Municipality', 'AU'),
(-34.08312, 150.69492, 'Camden South', 'New South Wales', 'Camden', 'AU'),
(-34.05662, 151.12149, 'Caringbah South', 'New South Wales', 'Sutherland Shire', 'AU'),
(-33.78655, 151.20924, 'Castle Cove', 'New South Wales', 'Willoughby', 'AU'),
(-33.79402, 151.16492, 'Chatswood West', 'New South Wales', 'Willoughby', 'AU'),
(-33.64594, 151.28465, 'Church Point', 'New South Wales', 'Pittwater', 'AU'),
(-33.88382, 150.96153, 'Carramar', 'New South Wales', 'Fairfield', 'AU'),
(-33.87433, 150.84177, 'Cecil Park', 'New South Wales', 'Fairfield', 'AU'),
(-33.93476, 151.09045, 'Clemton Park', 'New South Wales', 'Canterbury', 'AU'),
(-33.84809, 151.08609, 'Concord West', 'New South Wales', 'Canada Bay', 'AU'),
(-33.79259, 150.97627, 'Constitution Hill', 'New South Wales', 'Parramatta', 'AU'),
(-33.84008, 151.22697, 'Cremorne Point', 'New South Wales', 'North Sydney', 'AU'),
(-33.89103, 151.19548, 'Darlington', 'New South Wales', 'City of Sydney', 'AU'),
(-33.98307, 150.84605, 'Denham Court', 'New South Wales', 'Campbelltown Municipality', 'AU'),
(-33.79835, 151.09052, 'Denistone', 'New South Wales', 'Ryde', 'AU'),
(-33.99498, 151.14552, 'Dolls Point', 'New South Wales', 'Rockdale', 'AU'),
(-33.78826, 151.05261, 'Dundas Valley', 'New South Wales', 'Parramatta', 'AU'),
(-33.76664, 151.18684, 'East Lindfield', 'New South Wales', 'Ku-ring-gai', 'AU'),
(-33.81031, 151.13153, 'East Ryde', 'New South Wales', 'Ryde', 'AU'),
(-33.73453, 150.64874, 'Emu Heights', 'New South Wales', 'Penrith Municipality', 'AU'),
(-33.81483, 151.05467, 'Ermington', 'New South Wales', 'Parramatta', 'AU'),
(-33.86938, 150.97128, 'Fairfield East', 'New South Wales', 'Fairfield', 'AU'),
(-33.86445, 150.93884, 'Fairfield Heights', 'New South Wales', 'Fairfield', 'AU'),
(-33.79575, 151.27345, 'Fairlight', 'New South Wales', 'Manly Vale', 'AU'),
(-34.08600, 150.78513, 'Glen Alpine', 'New South Wales', 'Campbelltown Municipality', 'AU'),
(-33.85242, 150.97395, 'Guildford West', 'New South Wales', 'Holroyd', 'AU'),
(-33.82285, 151.00781, 'Harris Park', 'New South Wales', 'Parramatta', 'AU'),
(-33.73349, 150.83542, 'Hassall Grove', 'New South Wales', 'Blacktown', 'AU'),
(-28.16048, 138.67540, 'The Sill', 'South Australia', '', 'AU'),
(-33.67130, 151.09428, 'Hornsby Heights', 'New South Wales', 'Hornsby Shire', 'AU'),
(-33.84322, 150.84889, 'Horsley Park', 'New South Wales', 'Fairfield', 'AU'),
(-33.68462, 151.26353, 'Ingleside', 'New South Wales', 'Pittwater', 'AU'),
(-33.76604, 151.16212, 'Killara', 'New South Wales', 'Ku-ring-gai', 'AU'),
(-33.77451, 151.22028, 'Killarney Heights', 'New South Wales', 'Warringah', 'AU'),
(-33.76651, 150.71440, 'Kingswood Park', 'New South Wales', 'Penrith Municipality', 'AU'),
(-33.97951, 151.12119, 'Kogarah Bay', 'New South Wales', 'Kogarah', 'AU'),
(-33.84235, 151.22256, 'Kurraba Point', 'New South Wales', 'North Sydney', 'AU'),
(-33.55470, 139.46805, 'Koomooloo', 'South Australia', '', 'AU'),
(-33.81613, 151.15144, 'Lane Cove West', 'New South Wales', 'Lane Cove', 'AU'),
(-33.89719, 151.14883, 'Lewisham', 'New South Wales', 'Marrickville', 'AU'),
(-33.77500, 151.11247, 'Macquarie Park', 'New South Wales', 'Ryde', 'AU'),
(-33.77784, 151.10574, 'Marsfield', 'New South Wales', 'Ryde', 'AU'),
(-33.92089, 150.88469, 'Miller', 'New South Wales', 'Liverpool', 'AU'),
(-34.04974, 150.74393, 'Narellan Vale', 'New South Wales', 'Camden', 'AU'),
(-33.75519, 151.27660, 'Narraweena', 'New South Wales', 'Warringah', 'AU'),
(-33.30056, 136.11906, 'Caralue', 'South Australia', 'Kimba', 'AU'),
(-33.88533, 151.27522, 'North Bondi', 'New South Wales', 'Waverley', 'AU'),
(-33.76225, 151.28981, 'North Curl Curl', 'New South Wales', 'Warringah', 'AU'),
(-33.75944, 151.09248, 'North Epping', 'New South Wales', 'Hornsby Shire', 'AU'),
(-33.77561, 151.26921, 'North Manly', 'New South Wales', 'Warringah', 'AU'),
(-33.70531, 151.12279, 'North Wahroonga', 'New South Wales', 'Ku-ring-gai', 'AU'),
(-33.98523, 151.14635, 'Ramsgate Beach', 'New South Wales', 'Rockdale', 'AU'),
(-33.77852, 151.19678, 'Roseville Chase', 'New South Wales', 'Ku-ring-gai', 'AU'),
(-33.60450, 150.88313, 'Scheyville', 'New South Wales', 'Hawkesbury', 'AU'),
(-33.93106, 151.25600, 'South Coogee', 'New South Wales', 'Randwick', 'AU'),
(-33.74941, 151.11256, 'South Turramurra', 'New South Wales', 'Ku-ring-gai', 'AU'),
(-33.61808, 150.80443, 'South Windsor', 'New South Wales', 'Hawkesbury', 'AU'),
(-33.71636, 150.92615, 'Stanhope Gardens', 'New South Wales', 'Blacktown', 'AU'),
(-33.89252, 151.08334, 'Strathfield South', 'New South Wales', 'Strathfield', 'AU'),
(-33.79279, 151.03857, 'Telopea', 'New South Wales', 'Parramatta', 'AU'),
(-33.85819, 151.13084, 'Wareemba', 'New South Wales', 'Canada Bay', 'AU'),
(-33.74650, 150.73929, 'Werrington County', 'New South Wales', 'Penrith Municipality', 'AU'),
(-33.74206, 150.72778, 'Werrington Downs', 'New South Wales', 'Penrith Municipality', 'AU'),
(-33.74570, 151.04764, 'West Pennant', 'New South Wales', 'The Hills Shire', 'AU'),
(-33.80543, 151.07385, 'West Ryde', 'New South Wales', 'Ryde', 'AU'),
(-33.83280, 151.18980, 'Wollstonecraft', 'New South Wales', 'North Sydney', 'AU'),
(-34.03562, 151.02734, 'Woronora Heights', 'New South Wales', 'Sutherland Shire', 'AU'),
(-12.51895, 131.02844, 'Virginia', 'Northern Territory', 'Litchfield', 'AU'),
(-34.95013, 138.63841, 'Glenunga', 'South Australia', 'Burnside', 'AU'),
(-34.93947, 138.65878, 'Hazelwood Park', 'South Australia', 'Burnside', 'AU'),
(-34.92582, 138.66145, 'Kensington Gardens', 'South Australia', 'Burnside', 'AU'),
(-34.92976, 138.65862, 'Leabrook', 'South Australia', 'Burnside', 'AU'),
(-34.94728, 138.65286, 'Linden Park', 'South Australia', 'Burnside', 'AU'),
(-34.96290, 138.65665, 'Mount Osmond', 'South Australia', 'Burnside', 'AU'),
(-34.93894, 138.65059, 'Tusmore', 'South Australia', 'Burnside', 'AU'),
(-34.92516, 138.67500, 'Wattle Park', 'South Australia', 'Burnside', 'AU'),
(-34.89157, 138.65892, 'Hectorville', 'South Australia', 'Campbelltown', 'AU'),
(-34.87201, 138.51965, 'Albert Park', 'South Australia', 'Charles Sturt', 'AU'),
(-34.89766, 138.55424, 'Allenby Gardens', 'South Australia', 'Charles Sturt', 'AU'),
(-34.92029, 138.49442, 'Henley Beach', 'South Australia', 'Charles Sturt', 'AU'),
(-34.87415, 138.51189, 'Royal Park', 'South Australia', 'Charles Sturt', 'AU'),
(-34.86010, 138.48965, 'West Lakes Shore', 'South Australia', 'Charles Sturt', 'AU'),
(-34.87200, 138.54309, 'Woodville North', 'South Australia', 'Charles Sturt', 'AU'),
(-34.88640, 138.53094, 'Woodville West', 'South Australia', 'Charles Sturt', 'AU'),
(-34.97640, 138.52962, 'Glenelg East', 'South Australia', 'Holdfast Bay', 'AU'),
(-35.00365, 138.52176, 'North Brighton', 'South Australia', 'Holdfast Bay', 'AU'),
(-35.02983, 138.53130, 'Seacliff Park', 'South Australia', 'Holdfast Bay', 'AU'),
(-34.99951, 138.57082, 'Clovelly Park', 'South Australia', 'Marion', 'AU'),
(-34.98094, 138.54695, 'Plympton Park', 'South Australia', 'Marion', 'AU'),
(-34.97682, 138.55588, 'South Plympton', 'South Australia', 'Marion', 'AU'),
(-35.07576, 138.54189, 'Trott Park', 'South Australia', 'Marion', 'AU'),
(-34.97539, 138.57983, 'Clarence Gardens', 'South Australia', 'Mitcham', 'AU'),
(-34.97384, 138.60738, 'Hawthorn', 'South Australia', 'Mitcham', 'AU'),
(-34.89569, 138.63780, 'Marden', 'South Australia', 'Norwood Payneham St Peters', 'AU'),
(-34.89724, 138.64064, 'Payneham', 'South Australia', 'Norwood Payneham St Peters', 'AU'),
(-34.90045, 138.63605, 'Royston Park', 'South Australia', 'Norwood Payneham St Peters', 'AU'),
(-34.91438, 138.64140, 'Trinity Gardens', 'South Australia', 'Norwood Payneham St Peters', 'AU'),
(-35.15040, 138.50395, 'Noarlunga Downs', 'South Australia', 'Onkaparinga', 'AU'),
(-34.85925, 138.52138, 'Alberton', 'South Australia', 'Port Adelaide Enfield', 'AU'),
(-34.94946, 138.57845, 'Forestville', 'South Australia', 'Unley', 'AU'),
(-34.95505, 138.58888, 'Millswood', 'South Australia', 'Unley', 'AU'),
(-34.96388, 138.60776, 'Unley Park', 'South Australia', 'Unley', 'AU'),
(-35.27767, 149.11829, 'Acton', 'Australian Capital Territory', '', 'AU'),
(-32.03316, 115.81259, 'Alfred Cove', 'Western Australia', 'Melville', 'AU'),
(-31.91132, 115.88920, 'Bedford', 'Western Australia', 'Bayswater', 'AU'),
(-31.93440, 115.76174, 'City Beach', 'Western Australia', 'Cambridge', 'AU'),
(-31.91470, 115.84894, 'Coolbinia', 'Western Australia', 'Vincent', 'AU'),
(-31.98418, 115.81603, 'Crawley', 'Western Australia', 'Subiaco', 'AU'),
(-31.94828, 115.81899, 'Daglish', 'Western Australia', 'Subiaco', 'AU'),
(-32.00980, 115.95503, 'East Cannington', 'Western Australia', 'Canning', 'AU'),
(-31.88908, 115.94675, 'Eden Hill', 'Western Australia', 'Bassendean', 'AU'),
(-31.90355, 115.90902, 'Embleton', 'Western Australia', 'Bayswater', 'AU'),
(-32.03494, 115.92233, 'Ferndale', 'Western Australia', 'Canning', 'AU'),
(-32.11084, 115.93563, 'Harrisdale', 'Western Australia', 'Armadale', 'AU'),
(-31.81393, 115.98807, 'Henley Brook', 'Western Australia', 'Swan', 'AU'),
(-32.06208, 115.78049, 'Hilton', 'Western Australia', 'Fremantle', 'AU'),
(-31.64938, 115.69496, 'Jindalee', 'Western Australia', 'Wanneroo', 'AU'),
(-31.90767, 115.84233, 'Joondanna', 'Western Australia', 'Stirling', 'AU'),
(-31.79098, 115.75298, 'Kallaroo', 'Western Australia', 'Joondalup', 'AU'),
(-32.03974, 115.84993, 'Mount Pleasant', 'Western Australia', 'Melville', 'AU'),
(-32.04000, 115.81761, 'Myaree', 'Western Australia', 'Melville', 'AU'),
(-32.20094, 115.93391, 'Oakford', 'Western Australia', 'Serpentine-Jarrahdale', 'AU'),
(-32.25784, 115.82208, 'Parmelia', 'Western Australia', 'Kwinana', 'AU'),
(-31.95546, 115.91306, 'Rivervale', 'Western Australia', 'Belmont', 'AU'),
(-32.06907, 115.75453, 'South Fremantle', 'Western Australia', 'Fremantle', 'AU'),
(-31.91220, 115.96825, 'South Guildford', 'Western Australia', 'Swan', 'AU'),
(-32.11125, 115.83873, 'South Lake', 'Western Australia', 'City of Cockburn', 'AU'),
(-31.84915, 115.75590, 'Watermans Bay', 'Western Australia', 'Stirling', 'AU'),
(-31.91169, 115.77358, 'Wembley Downs', 'Western Australia', 'Stirling', 'AU'),
(-31.94141, 115.83117, 'West Leederville', 'Western Australia', 'Cambridge', 'AU'),
(-31.88695, 115.99196, 'Woodbridge', 'Western Australia', 'Swan', 'AU'),
(-42.87932, 147.48459, 'Acton Park', 'Tasmania', 'Clarence', 'AU'),
(-42.84996, 147.28181, 'West Moonah', 'Tasmania', 'Glenorchy', 'AU'),
(-42.90541, 147.31577, 'Dynnyrne', 'Tasmania', 'Hobart', 'AU'),
(-28.09975, 153.42464, 'Burleigh Waters', 'Queensland', 'Gold Coast', 'AU'),
(-28.05308, 153.39815, 'Clear Island Waters', 'Queensland', 'Gold Coast', 'AU'),
(-28.04751, 153.24573, 'Lower Beechmont', 'Queensland', 'Gold Coast', 'AU'),
(-27.96430, 153.27197, 'Mount Nathan', 'Queensland', 'Gold Coast', 'AU'),
(-27.79653, 153.25670, 'Ormeau Hills', 'Queensland', 'Gold Coast', 'AU'),
(-28.19270, 153.35489, 'Tallebudgera Valley', 'Queensland', 'Gold Coast', 'AU'),
(-32.47754, 115.75573, 'Lakelands', 'Western Australia', 'Mandurah', 'AU'),
(-32.58510, 115.78015, 'South Yunderup', 'Western Australia', 'Murray', 'AU'),
(-33.06052, 151.58408, 'Arcadia vale', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-33.22285, 151.53125, 'Buff Point', 'New South Wales', 'Wyong Shire', 'AU'),
(-33.22671, 151.50284, 'Charmhaven', 'New South Wales', 'Wyong Shire', 'AU'),
(-33.32769, 151.42970, 'Chittaway Bay', 'New South Wales', 'Wyong Shire', 'AU'),
(-33.16834, 151.55305, 'Kingfisher Shores', 'New South Wales', 'Wyong Shire', 'AU'),
(-33.24066, 151.37006, 'Little Jilliby', 'New South Wales', 'Wyong Shire', 'AU'),
(-33.26785, 151.55351, 'Noraville', 'New South Wales', 'Wyong Shire', 'AU'),
(-33.28040, 151.48044, 'Tuggerawong', 'New South Wales', 'Wyong Shire', 'AU'),
(-32.94128, 151.76544, 'Bar Beach', 'New South Wales', 'Newcastle', 'AU'),
(-32.92371, 151.72849, 'Broadmeadow', 'New South Wales', 'Newcastle', 'AU'),
(-32.91501, 151.76436, 'Carrington', 'New South Wales', 'Newcastle', 'AU'),
(-32.93244, 151.77113, 'Cooks Hill', 'New South Wales', 'Newcastle', 'AU'),
(-32.91621, 151.67665, 'Elermore Vale', 'New South Wales', 'Newcastle', 'AU'),
(-32.92207, 151.74712, 'Hamilton', 'New South Wales', 'Newcastle', 'AU'),
(-32.93822, 151.75909, 'The Junction', 'New South Wales', 'Newcastle', 'AU'),
(-32.89793, 151.73613, 'Mayfield', 'New South Wales', 'Newcastle', 'AU'),
(-32.89195, 151.72711, 'Mayfield West', 'New South Wales', 'Newcastle', 'AU'),
(-32.94733, 151.73566, 'Merewether Heights', 'New South Wales', 'Newcastle', 'AU'),
(-32.92466, 151.69363, 'New Lambton Heights', 'New South Wales', 'Newcastle', 'AU'),
(-32.90605, 151.70573, 'North Lambton', 'New South Wales', 'Newcastle', 'AU'),
(-32.92516, 151.68016, 'Rankin Park', 'New South Wales', 'Newcastle', 'AU'),
(-32.90667, 151.72647, 'Waratah', 'New South Wales', 'Newcastle', 'AU'),
(-33.02081, 151.66849, 'Belmont North', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-33.04934, 151.65695, 'Belmont South', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-33.00177, 151.61012, 'Bolton Point', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-32.93626, 151.67227, 'Cardiff Heights', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-32.95470, 151.66446, 'Cardiff South', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-33.04225, 151.61159, 'Coal Point', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-32.99220, 151.60008, 'Fennell Bay', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-33.01116, 151.66479, 'Floraville', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-32.94368, 151.68085, 'Garden Suburb', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-32.98208, 151.69188, 'Gateshead', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-32.93194, 151.64104, 'Glendale', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-32.95331, 151.71231, 'Highfields', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-32.95331, 151.71231, 'Highfields', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-33.01386, 151.68307, 'Jewells', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-32.99725, 151.67021, 'Tingira Heights', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-32.99277, 151.68167, 'Windale', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-33.01357, 151.59373, 'Toronto', 'New South Wales', 'Lake Macquarie Shire', 'AU'),
(-32.70100, 151.58540, 'Bolwarra Heights', 'New South Wales', 'Maitland Municipality', 'AU');
INSERT INTO `reverse_geocode` (`lat`, `lng`, `city`, `region`, `province`, `country`) VALUES
(-23.37996, 150.48102, 'West Rockhampton', 'Queensland', 'Rockhampton', 'AU'),
(-26.39886, 152.87561, 'Black Mountain', 'Queensland', 'Sunshine Coast', 'AU'),
(-26.79854, 153.11404, 'Caloundra West', 'Queensland', 'Sunshine Coast', 'AU'),
(-26.78364, 153.13766, 'Dicky Beach', 'Queensland', 'Sunshine Coast', 'AU'),
(-26.48801, 153.07578, 'Peregian Springs', 'Queensland', 'Sunshine Coast', 'AU'),
(-34.56123, 150.79675, 'Albion Park Rail', 'New South Wales', 'Shellharbour', 'AU'),
(-34.56601, 150.85516, 'Barrack Heights', 'New South Wales', 'Shellharbour', 'AU'),
(-34.55050, 150.71130, 'Calderwood', 'New South Wales', 'Shellharbour', 'AU'),
(-34.44043, 150.83748, 'Cordeaux Heights', 'New South Wales', 'Wollongong', 'AU'),
(-34.59432, 150.84126, 'Croom', 'New South Wales', 'Shellharbour', 'AU'),
(-34.37651, 150.90988, 'East Corrimal', 'New South Wales', 'Wollongong', 'AU'),
(-34.50212, 150.80855, 'Koonawarra', 'New South Wales', 'Wollongong', 'AU'),
(-34.42480, 150.86417, 'West Wollongong', 'New South Wales', 'Wollongong', 'AU'),
(-37.54993, 143.84731, 'Lake Wendouree', 'Victoria', 'Ballarat North', 'AU'),
(-36.72875, 144.30525, 'White Hills', 'Victoria', 'Greater Bendigo', 'AU'),
(-33.85696, 121.87499, 'Nulsen', 'Western Australia', 'Esperance Shire', 'AU'),
(-38.17987, 144.36765, 'Breakwater', 'Victoria', 'Greater Geelong', 'AU'),
(-38.12108, 144.32799, 'Hamlyn Heights', 'Victoria', 'Greater Geelong', 'AU'),
(-38.17577, 144.30386, 'Wandana Heights', 'Victoria', 'Greater Geelong', 'AU'),
(-26.21191, 152.68245, 'Monkland', 'Queensland', 'Gympie Regional Council', 'AU'),
(-41.43843, 147.15102, 'East Launceston', 'Tasmania', 'Launceston', 'AU'),
(-41.46747, 147.12796, 'Summerhill', 'Tasmania', 'Launceston', 'AU'),
(-41.45092, 147.13113, 'West Launceston', 'Tasmania', 'Launceston', 'AU'),
(-28.21610, 153.48415, 'Bilambil Heights', 'New South Wales', 'Tweed', 'AU'),
(-28.18736, 153.52278, 'Tweed Heads West', 'New South Wales', 'Tweed', 'AU'),
(-27.58318, 151.97997, 'Rangeville', 'Queensland', 'Toowoomba', 'AU'),
(-27.59659, 151.93045, 'Darling Heights', 'Queensland', 'Toowoomba', 'AU'),
(-27.57086, 151.97421, 'East Toowoomba', 'Queensland', 'Toowoomba', 'AU'),
(-27.63584, 151.93919, 'Top Camp', 'Queensland', 'Toowoomba', 'AU'),
(-27.53227, 151.92444, 'Wilsonton Heights', 'Queensland', 'Toowoomba', 'AU'),
(-31.08548, 150.93721, 'East Tamworth', 'New South Wales', 'Tamworth Municipality', 'AU'),
(-31.11000, 150.92255, 'South Tamworth', 'New South Wales', 'Tamworth Municipality', 'AU'),
(-26.40443, 152.98256, 'Tinbeerwah', 'Queensland', 'Sunshine Coast', 'AU'),
(-26.36316, 152.98599, 'Cooroibah', 'Queensland', 'Sunshine Coast', 'AU'),
(-36.08144, 146.92992, 'East Albury', 'New South Wales', 'Albury Municipality', 'AU'),
(-36.05745, 146.92995, 'North Albury', 'New South Wales', 'Albury Municipality', 'AU'),
(-36.08654, 146.90906, 'South Albury', 'New South Wales', 'Albury Municipality', 'AU'),
(-36.07979, 146.89227, 'West Albury', 'New South Wales', 'Albury Municipality', 'AU'),
(12.52398, -70.02703, 'Oranjestad', '', '', 'AW'),
(12.53333, -69.98333, 'Babijn', '', '', 'AW'),
(12.61667, -70.06667, 'Arasji', '', '', 'AW'),
(12.51667, -69.95000, 'Angochi', '', '', 'AW'),
(60.25000, 20.38333, 'Vardoe', 'Alands skaergard', 'Vardoe', 'AX'),
(60.25000, 20.11667, 'Sund', 'Alands landsbygd', 'Sund', 'AX'),
(60.13023, 20.66683, 'Sottunga', 'Alands skaergard', 'Sottunga', 'AX'),
(60.28333, 20.05000, 'Saltvik', 'Alands landsbygd', 'Saltvik', 'AX'),
(60.11695, 20.25819, 'Lumparland', 'Alands landsbygd', 'Lumparland', 'AX'),
(60.07178, 20.08472, 'Lemland', 'Alands landsbygd', 'Lemland', 'AX'),
(60.26013, 20.77892, 'Kumlinge', 'Alands skaergard', 'Kumlinge', 'AX'),
(59.92051, 20.90883, 'Koekar', 'Alands skaergard', 'Koekar', 'AX'),
(60.01667, 20.41667, 'Foegloe', 'Alands skaergard', 'Foegloe', 'AX'),
(60.41165, 21.04534, 'Braendoe', 'Alands skaergard', 'Braendoe', 'AX'),
(60.09726, 19.93481, 'Mariehamn', 'Mariehamns stad', 'Mariehamn', 'AX'),
(60.14902, 19.95100, 'Jomala', 'Alands landsbygd', 'Jomala', 'AX'),
(60.21667, 19.75000, 'Hammarland', 'Alands landsbygd', 'Hammarland', 'AX'),
(60.37453, 19.84455, 'Geta', 'Alands landsbygd', 'Geta', 'AX'),
(60.26667, 19.93333, 'Finstroem', 'Alands landsbygd', 'Finstroem', 'AX'),
(60.21249, 19.61442, 'Eckeroe', 'Alands landsbygd', 'Eckeroe', 'AX'),
(39.55298, 44.97993, 'Norashen', 'Nakhichevan', '', 'AZ'),
(39.11817, 48.59255, 'Prishibinskoye', 'Jalilabad', '', 'AZ'),
(39.08840, 46.65130, 'Zangilan', 'Zangilan Rayon', '', 'AZ'),
(38.94270, 45.73190, 'Yayci', 'Nakhichevan', '', 'AZ'),
(38.90771, 48.24052, 'Yardimli', 'Yardimli', '', 'AZ'),
(39.79546, 47.10989, 'Novyy Karanlug', 'Xocavand Rayonu', '', 'AZ'),
(39.81770, 46.75280, 'Xankandi', 'Xankandi Sahari', '', 'AZ'),
(39.87867, 48.39901, 'Ahmadbayli', 'Saatli', '', 'AZ'),
(39.76006, 46.74989, 'Shushi', 'Susa', '', 'AZ'),
(39.59621, 48.98479, 'Salyan', 'Salyan', '', 'AZ'),
(39.40722, 45.57389, 'Sahbuz', 'Nakhichevan', '', 'AZ'),
(39.71144, 44.88805, 'Sedarak', 'Nakhichevan', '', 'AZ'),
(38.94128, 45.82991, 'Sabirkend', 'Nakhichevan', '', 'AZ'),
(39.93214, 48.36892, 'Saatli', 'Saatli', '', 'AZ'),
(39.34441, 46.58183, 'Qubadli', 'Qubadli', '', 'AZ'),
(39.81614, 48.93792, 'Qaracala', 'Salyan', '', 'AZ'),
(39.63238, 47.68980, 'Orconikidze', 'Beylaqan', '', 'AZ'),
(38.90595, 46.02341, 'Ordubad', 'Nakhichevan', '', 'AZ'),
(39.37680, 49.24700, 'Neftcala', 'Neftcala', '', 'AZ'),
(39.20889, 45.41222, 'Nakhchivan', 'Nakhichevan', '', 'AZ'),
(39.03058, 46.72140, 'Mincivan', 'Zangilan Rayon', '', 'AZ'),
(39.03532, 48.66540, 'Masally', 'Masally', '', 'AZ'),
(38.77388, 48.41497, 'Lerik', 'Lerik', '', 'AZ'),
(38.75428, 48.85062, 'Lankaran', 'Lankaran', '', 'AZ'),
(39.59881, 46.55045, 'Lacin', 'Lacin', '', 'AZ'),
(39.40196, 45.11516, 'Qivraq', 'Nakhichevan', '', 'AZ'),
(39.67833, 46.94884, 'Qirmizi Bazar', 'Xocavand Rayonu', '', 'AZ'),
(38.53461, 48.80546, 'Kizhaba', 'Astara', '', 'AZ'),
(39.91297, 46.79028, 'Xocali', 'Xocali', '', 'AZ'),
(39.43012, 49.10166, 'Xilli', 'Neftcala', '', 'AZ'),
(39.87095, 48.05995, 'Imishli', 'Imisli', '', 'AZ'),
(39.44877, 47.33531, 'Horadiz', 'Fuezuli', '', 'AZ'),
(38.76325, 48.76223, 'Haftoni', 'Lankaran', '', 'AZ'),
(39.52002, 47.03180, 'Hadrut', 'Xocavand Rayonu', '', 'AZ'),
(39.60094, 47.14529, 'Fizuli', 'Fuezuli', '', 'AZ'),
(39.39917, 47.02835, 'Jebrail', 'Cabrayil Rayonu', '', 'AZ'),
(39.77278, 47.75889, 'Dunyamalilar', 'Beylaqan', '', 'AZ'),
(38.88375, 45.90963, 'Deste', 'Nakhichevan', 'Ordubad Rayon', 'AZ'),
(38.95580, 45.63080, 'Culfa', 'Nakhichevan', '', 'AZ'),
(39.20963, 48.49186, 'Dzhalilabad', 'Jalilabad', '', 'AZ'),
(39.34837, 45.41557, 'Cahri', 'Nakhichevan', '', 'AZ'),
(38.93013, 48.70920, 'Boradigah', 'Masally', '', 'AZ'),
(39.45833, 48.54500, 'Pushkino', 'Bilasuvar Rayon', '', 'AZ'),
(39.77556, 47.61861, 'Beylagan', 'Beylaqan', '', 'AZ'),
(39.41117, 49.24792, 'Severo-Vostotchnyi Bank', 'Neftcala', '', 'AZ'),
(39.15459, 45.44282, 'Tazakend', 'Nakhichevan', '', 'AZ'),
(38.45598, 48.87498, 'Astara', 'Astara', '', 'AZ'),
(39.93667, 46.83278, 'Askyaran', 'Xocali', '', 'AZ'),
(39.93778, 48.92900, 'Sirvan', 'Shirvan', '', 'AZ'),
(39.99096, 46.92736, 'Agdam', 'Agdam', '', 'AZ'),
(39.33667, 49.21414, 'Sovetabad', 'Neftcala', '', 'AZ'),
(39.97389, 47.42389, 'Avsar', 'Aghjabadi Rayon', '', 'AZ'),
(39.81917, 47.67944, 'Birinci Asiqli', 'Beylaqan', '', 'AZ'),
(39.73361, 47.65500, 'Yuxari Aran', 'Beylaqan', '', 'AZ'),
(39.44167, 45.28333, 'Calxanqala', 'Nakhichevan', '', 'AZ'),
(39.58694, 45.04611, 'Oglanqala', 'Nakhichevan', '', 'AZ'),
(40.36613, 50.29198, 'Zyrya', 'Baki', '', 'AZ'),
(40.21991, 47.70997, 'Zardob', 'Zardab', '', 'AZ'),
(41.63160, 46.64479, 'Zaqatala', 'Zaqatala', '', 'AZ'),
(40.47746, 49.94174, 'Zabrat', 'Baki', '', 'AZ'),
(40.61832, 47.15014, 'Yevlakh', 'Yevlax City', '', 'AZ'),
(40.84115, 45.67283, 'Yaniqli', 'Tovuz', '', 'AZ'),
(41.63052, 48.68161, 'Xudat', 'Xacmaz', '', 'AZ'),
(40.58584, 46.31890, 'Yelenendorf', 'Goygol Rayon', '', 'AZ'),
(41.46426, 48.80565, 'Xacmaz', 'Xacmaz', '', 'AZ'),
(40.49357, 46.07175, 'Verkhniy Dashkesan', 'Dashkasan Rayon', '', 'AZ'),
(40.51902, 47.65423, 'Ujar', 'Ucar', '', 'AZ'),
(40.36460, 50.22075, 'Turkan', 'Baki', '', 'AZ'),
(40.99249, 45.62838, 'Tovuz', 'Tovuz', '', 'AZ'),
(40.34179, 46.93242, 'Terter', 'Tartar Rayon', '', 'AZ'),
(40.58972, 49.66861, 'Sumqayit', 'Sumqayit', '', 'AZ'),
(41.07754, 49.11257, 'Kyzyl-Burun', 'Siazan Rayon', '', 'AZ'),
(40.81943, 49.46787, 'Suraabad', 'Xizi', '', 'AZ'),
(40.39667, 49.97361, 'Qaracuxur', 'Baki', '', 'AZ'),
(40.53299, 49.71681, 'Saray', 'Abseron', '', 'AZ'),
(41.63671, 48.43028, 'Samur', 'Qusar', '', 'AZ'),
(40.82975, 46.01780, 'Shamkhor', 'Shamkir Rayon', '', 'AZ'),
(40.63141, 48.64137, 'Shamakhi', 'Samaxi', '', 'AZ'),
(41.27524, 45.35293, 'Saloglu', 'Agstafa', '', 'AZ'),
(41.19194, 47.17056, 'Sheki', 'Shaki City', '', 'AZ'),
(40.76485, 46.40868, 'Samux', 'Samux', '', 'AZ'),
(40.44250, 49.94806, 'Sabuncu', 'Baki', '', 'AZ'),
(40.00869, 48.47701, 'Sabirabad', 'Sabirabad', '', 'AZ'),
(41.42750, 48.43020, 'Qusar', 'Qusar', '', 'AZ'),
(41.36108, 48.51341, 'Quba', 'Quba', '', 'AZ'),
(40.08238, 49.41205, 'Qobustan', 'Baki', '', 'AZ'),
(40.03874, 48.94286, 'Haciqabul', 'Haciqabul', '', 'AZ'),
(41.09246, 45.36561, 'Qazax', 'Qazax', '', 'AZ'),
(41.41826, 46.92043, 'Qax', 'Qakh Rayon', '', 'AZ'),
(40.81156, 46.26112, 'Qasim Ismayilov', 'Shamkir Rayon', '', 'AZ'),
(40.98247, 47.84909, 'Qutqashen', 'Qabala Rayon', '', 'AZ'),
(40.29667, 49.66028, 'Puta', 'Baki', '', 'AZ'),
(41.07128, 47.46528, 'Oguz', 'Oguz', '', 'AZ'),
(40.59811, 45.60079, 'Novosaratovka', 'Gadabay Rayon', '', 'AZ'),
(40.62333, 49.55861, 'Haci Zeynalabdin', 'Sumqayit', '', 'AZ'),
(40.55611, 50.00556, 'Nardaran', 'Baki', '', 'AZ'),
(40.50821, 46.82030, 'Naftalan', 'Naftalan', '', 'AZ'),
(40.76395, 47.05953, 'Mingelchaur', 'Mingacevir City', '', 'AZ'),
(40.52983, 50.00616, 'Mastaga', 'Baki', '', 'AZ'),
(40.49182, 50.14292, 'Mardakyany', 'Baki', '', 'AZ'),
(40.53360, 48.92819, 'Qobustan', 'Qobustan', '', 'AZ'),
(41.54243, 46.76700, 'Mamrux', 'Zaqatala', '', 'AZ'),
(40.32560, 49.73376, 'Lokbatan', 'Baki', '', 'AZ'),
(40.57362, 46.84900, 'Qizilhacili', 'Goranboy', '', 'AZ'),
(40.34532, 48.15085, 'Kyurdarmir', 'Kurdamir Rayon', '', 'AZ'),
(40.40472, 49.71306, 'Qobu', 'Abseron', '', 'AZ'),
(40.87098, 49.34233, 'Kilyazi', 'Xizi', '', 'AZ'),
(40.90576, 49.08127, 'Khyzy', 'Xizi', '', 'AZ'),
(40.44808, 49.75502, 'Khirdalan', 'Abseron', '', 'AZ'),
(40.41293, 49.76904, 'Khodzhi-Gasan', 'Baki', '', 'AZ'),
(40.30446, 49.62360, 'Korgoz', 'Baki', '', 'AZ'),
(40.78825, 46.30720, 'Qarayeri', 'Samux', '', 'AZ'),
(40.48135, 46.99339, 'Qaramanli', 'Yevlax', '', 'AZ'),
(41.03415, 45.64516, 'Qaraxanli', 'Tovuz', '', 'AZ'),
(41.47546, 46.54128, 'Qandax', 'Zaqatala', '', 'AZ'),
(41.09524, 45.47111, 'Vurgun', 'Agstafa', '', 'AZ'),
(40.10984, 46.04446, 'Kerbakhiar', 'Kalbacar Rayonu', '', 'AZ'),
(40.44256, 50.16759, 'Qala', 'Baki', '', 'AZ'),
(41.42412, 46.93859, 'Qax Ingiloy', 'Qakh Rayon', '', 'AZ'),
(41.43254, 46.96460, 'Qaxbas', 'Qakh Rayon', '', 'AZ'),
(40.78485, 48.15141, 'Ismayilli', 'Ismayilli', '', 'AZ'),
(40.43026, 50.03598, 'Yeni Suraxani', 'Baki', '', 'AZ'),
(40.37444, 49.68194, 'Gyuzdek', 'Abseron', '', 'AZ'),
(40.65055, 47.74219, 'Geoktschai', 'Goeycay', '', 'AZ'),
(40.37444, 50.08528, 'Hovsan', 'Baki', '', 'AZ'),
(40.61028, 46.78972, 'Goranboy', 'Goranboy', '', 'AZ'),
(40.68278, 46.36056, 'Ganja', 'Ganja City', '', 'AZ'),
(40.57055, 45.81229, 'Kyadabek', 'Gadabay Rayon', '', 'AZ'),
(41.46868, 46.51579, 'Faldarli', 'Zaqatala', '', 'AZ'),
(40.57176, 49.70509, 'Corat', 'Sumqayit', '', 'AZ'),
(40.54194, 49.66073, 'Ceyranbatan', 'Abseron', '', 'AZ'),
(40.90330, 45.88564, 'Dzagam', 'Shamkir Rayon', '', 'AZ'),
(40.95390, 45.61942, 'Dondar Quscu', 'Tovuz', '', 'AZ'),
(40.49257, 49.87477, 'Digah', 'Abseron', '', 'AZ'),
(41.20117, 48.98712, 'Divichibazar', 'Shabran', '', 'AZ'),
(40.52393, 46.08186, 'Yukhary-Dashkesan', 'Dashkasan Rayon', '', 'AZ'),
(40.86278, 46.03493, 'Dolyar', 'Shamkir Rayon', '', 'AZ'),
(40.75244, 45.70645, 'Cobansignaq', 'Tovuz', '', 'AZ'),
(41.46965, 46.91582, 'Cinarli', 'Qakh Rayon', '', 'AZ'),
(40.72622, 45.55919, 'Catax', 'Tovuz', '', 'AZ'),
(40.51903, 50.11438, 'Buzovna', 'Baki', '', 'AZ'),
(40.46602, 49.82783, 'Binagadi', 'Baki', '', 'AZ'),
(40.45076, 50.08686, 'Biny Selo', 'Baki', '', 'AZ'),
(40.56441, 50.04002, 'Bilajer', 'Baki', '', 'AZ'),
(40.75520, 48.39104, 'Basqal', 'Ismayilli', '', 'AZ'),
(41.32582, 47.11357, 'Bas Goynuk', 'Shaki Rayon', '', 'AZ'),
(40.37577, 47.12619, 'Barda', 'Barda Rayon', '', 'AZ'),
(41.72626, 46.40478, 'Belokany', 'Balakan Rayon', '', 'AZ'),
(40.46344, 49.91893, 'Balakhani', 'Baki', '', 'AZ'),
(40.44440, 49.80566, 'Bilajari', 'Baki', '', 'AZ'),
(40.37767, 49.89201, 'Baku', 'Baki', '', 'AZ'),
(40.53971, 45.61414, 'Ariqiran', 'Gadabay Rayon', '', 'AZ'),
(40.59313, 45.79900, 'Ariqdam', 'Gadabay Rayon', '', 'AZ'),
(40.47013, 50.32476, 'Pirallahi', 'Baki', '', 'AZ'),
(40.42639, 49.98361, 'Amirdzhan', 'Baki', '', 'AZ'),
(40.85927, 48.93477, 'Altiagac', 'Xizi', '', 'AZ'),
(41.48290, 46.63483, 'Aliabad', 'Zaqatala', '', 'AZ'),
(40.57028, 48.40087, 'Aghsu', 'Agsu', '', 'AZ'),
(41.11889, 45.45389, 'Aghstafa', 'Agstafa', '', 'AZ'),
(40.64699, 47.47380, 'Agdas', 'Agdas', '', 'AZ'),
(40.21238, 46.82086, 'Martakert', 'Tartar Rayon', '', 'AZ'),
(40.05015, 47.45937, 'Agdzhabedy', 'Aghjabadi Rayon', '', 'AZ'),
(40.57626, 45.63727, 'Boyuk Qaramurad', 'Gadabay Rayon', '', 'AZ'),
(40.09902, 48.81886, 'Mughan', 'Haciqabul', '', 'AZ'),
(41.75259, 46.27052, 'Qabaqcol', 'Balakan Rayon', '', 'AZ'),
(40.41894, 49.96693, 'Bakixanov', 'Baki', '', 'AZ'),
(40.93972, 46.37889, 'Qirmizi Samux', 'Samux', '', 'AZ'),
(41.45639, 48.64889, 'Hacihuseynli', 'Quba', '', 'AZ'),
(40.62528, 46.97556, 'Aran', 'Yevlax', '', 'AZ'),
(40.50833, 47.16917, 'Samuxlu', 'Barda Rayon', '', 'AZ'),
(40.44222, 49.98056, 'Ramana', 'Baki', '', 'AZ'),
(40.34024, 49.80450, 'Badamdar', 'Baki', '', 'AZ'),
(39.72052, 44.84907, 'Heydarabad', 'Nakhichevan', '', 'AZ'),
(44.38605, 19.10247, 'Zvornik', 'Republika Srpska', '', 'BA'),
(44.54765, 17.37357, 'Zivinice', 'Republika Srpska', '', 'BA'),
(44.44929, 18.64978, 'Zivinice', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.42667, 18.03778, 'Zepce', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.20169, 17.90397, 'Zenica', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.39875, 17.94103, 'Zeljezno Polje', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(45.14593, 16.01728, 'Zboriste', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.44583, 18.14972, 'Zavidovici', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.79224, 16.94224, 'Zabrisce', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.46209, 18.74941, 'Vukovije Donje', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(45.16369, 15.95444, 'Vrnograc', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.35878, 18.35397, 'Vozuca', '', '', 'BA'),
(43.87873, 17.65861, 'Voljevac', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.90225, 18.34438, 'Vogosca', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.18183, 18.94096, 'Vlasenica', 'Republika Srpska', '', 'BA'),
(43.23750, 17.48389, 'Vitina', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.15424, 17.79009, 'Vitez', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.98889, 18.17806, 'Visoko', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.78260, 19.29256, 'Visegrad', 'Republika Srpska', '', 'BA'),
(43.77139, 17.02833, 'Vidosi', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.80461, 19.16183, 'Velika Obarska', 'Republika Srpska', '', 'BA'),
(45.18497, 15.80579, 'Velika Kladusa', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.55618, 16.73349, 'Velagici', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(45.08936, 16.01906, 'Varoska Rijeka', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.16444, 18.32833, 'Vares', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.58338, 18.79106, 'Ustikolina', 'Federation of Bosnia and Herzegovina', 'Bosansko-Podrinjski Kanton', 'BA'),
(44.66361, 19.02028, 'Ugljevik', 'Republika Srpska', 'Opstina Ugljevik', 'BA'),
(44.53842, 18.66709, 'Tuzla', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.24352, 17.57499, 'Turbe', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.97597, 15.78489, 'Trzacka Rastela', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.85829, 17.23583, 'Trn', 'Republika Srpska', '', 'BA'),
(42.71197, 18.34362, 'Trebinje', 'Republika Srpska', '', 'BA'),
(44.22637, 17.66583, 'Travnik', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.50133, 18.78523, 'Tojsici', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.60639, 17.85972, 'Teslic', 'Republika Srpska', '', 'BA'),
(44.61191, 17.98552, 'Tesanj', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.11333, 17.72000, 'Tasovcici', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(45.03770, 16.54019, 'Svodna', 'Republika Srpska', '', 'BA'),
(45.09743, 15.85818, 'Sumatac', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(45.06389, 15.77806, 'Sturlic', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.31382, 18.68416, 'Stupari', '', '', 'BA'),
(43.08400, 17.95995, 'Stolac', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.71634, 18.25783, 'Stjepan-Polje', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.93630, 16.02224, 'Stijena', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.70819, 18.48834, 'Srebrenik', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.10748, 19.29669, 'Srebrenica', 'Republika Srpska', 'Opstina Srebrenica', 'BA'),
(45.09730, 17.52331, 'Srbac', 'Republika Srpska', '', 'BA'),
(44.56226, 18.69322, 'Solina', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.93817, 18.80079, 'Sokolac', 'Republika Srpska', '', 'BA'),
(44.72897, 18.42575, 'Sladna', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.49071, 17.38161, 'Skender Vakuf', 'Republika Srpska', '', 'BA'),
(44.28237, 17.08597, 'Sipovo', 'Republika Srpska', '', 'BA'),
(44.46674, 18.56370, 'Serici', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.29896, 18.85532, 'Sekovici', 'Republika Srpska', '', 'BA'),
(43.84864, 18.35644, 'Sarajevo', 'Federation of Bosnia and Herzegovina', 'Kanton Sarajevo', 'BA'),
(44.76670, 16.66700, 'Sanski Most', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.61354, 16.64062, 'Sanica', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.83154, 17.50273, 'Rumboci', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.61781, 19.36719, 'Rudo', 'Republika Srpska', '', 'BA'),
(43.79894, 19.00363, 'Rogatica', 'Republika Srpska', '', 'BA'),
(43.31453, 17.80290, 'Rodoc', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.22302, 17.54056, 'Radisici', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.54562, 18.47865, 'Puracic', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.17133, 17.65816, 'Novi Travnik', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.82222, 17.60917, 'Prozor', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.87021, 17.66256, 'Prnjavor', 'Republika Srpska', '', 'BA'),
(44.97991, 16.71401, 'Prijedor', 'Republika Srpska', '', 'BA'),
(44.60233, 18.93165, 'Priboj', 'Republika Srpska', '', 'BA'),
(44.61010, 17.68981, 'Pribinic', 'Republika Srpska', '', 'BA'),
(43.40953, 17.87855, 'Potoci', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.76547, 19.28667, 'Popovi', 'Republika Srpska', '', 'BA'),
(43.63299, 17.97216, 'Polje-Bijela', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(45.17417, 15.87361, 'Podzvizd', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.72295, 16.99887, 'Podhum', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.46849, 19.07466, 'Petkovci', 'Republika Srpska', '', 'BA'),
(45.05444, 15.89694, 'Pecigrad', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.63139, 16.78250, 'Peci', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.78882, 18.16049, 'Pazaric', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.81664, 18.56949, 'Pale', 'Republika Srpska', '', 'BA'),
(44.96000, 16.17917, 'Otoka', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.90866, 15.94045, 'Ostrozac', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.99724, 18.58464, 'Ostra Luka', 'Republika Srpska', '', 'BA'),
(43.77414, 16.86329, 'Orguz', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(45.03366, 18.69334, 'Orasje', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.63039, 16.07443, 'Orasac', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.65345, 18.36951, 'Orahovica Donja', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.89170, 16.89814, 'Omarska', 'Republika Srpska', '', 'BA'),
(44.12770, 18.58065, 'Olovo', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(45.01038, 18.32719, 'Odzak', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.95215, 18.59869, 'Obudovac', 'Republika Srpska', '', 'BA'),
(44.51031, 18.02624, 'Novi Seher', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.25861, 18.11333, 'Nevesinje', 'Republika Srpska', '', 'BA'),
(42.92333, 17.61556, 'Neum', 'Federation of Bosnia and Herzegovina', 'Hercegovacko-Bosanski Kanton', 'BA'),
(44.41729, 17.08288, 'Mrkonjic Grad', 'Republika Srpska', '', 'BA'),
(44.59234, 18.56458, 'Mramor', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.34333, 17.80806, 'Mostar', 'Federation of Bosnia and Herzegovina', 'Hercegovacko-Bosanski Kanton', 'BA'),
(44.86646, 18.46603, 'Mionica', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.17016, 19.09195, 'Milici', 'Republika Srpska', '', 'BA'),
(44.56594, 17.53216, 'Maslovare', 'Republika Srpska', '', 'BA'),
(44.86801, 16.85510, 'Maricka', 'Republika Srpska', '', 'BA'),
(45.13443, 15.85217, 'Mala Kladusa', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.01194, 18.25528, 'Mahala', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.94975, 17.35014, 'Maglajani', 'Republika Srpska', '', 'BA'),
(44.54771, 18.10003, 'Maglaj', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.76452, 18.16887, 'Lukavica', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.63498, 18.84340, 'Lopare', 'Republika Srpska', '', 'BA'),
(44.20466, 17.85665, 'Lokvine', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.19694, 17.54500, 'Ljubuski', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(42.95120, 18.08702, 'Ljubinje', 'Republika Srpska', '', 'BA'),
(43.82695, 17.00746, 'Livno', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.38290, 17.59416, 'Siroki Brijeg', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.90857, 17.30135, 'Laktasi', 'Republika Srpska', '', 'BA'),
(44.61831, 17.37204, 'Kotor-Varos', 'Republika Srpska', '', 'BA'),
(43.39005, 17.48552, 'Kocerin', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.88188, 18.38864, 'Kobilja Glava', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.53251, 16.77682, 'Kljuc', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.22669, 18.69274, 'Kladanj', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.48904, 18.56982, 'Kiseljak', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.94295, 18.08132, 'Kiseljak', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.57065, 18.01775, 'Karadaglije', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.94673, 17.83785, 'Kalenderovci Donji', 'Republika Srpska', '', 'BA'),
(44.13311, 18.12292, 'Kakanj', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.98172, 16.09447, 'Jezerski', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.66554, 19.24691, 'Janja', 'Republika Srpska', '', 'BA'),
(44.34203, 17.27059, 'Jajce', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.87485, 15.78256, 'Izacic', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.95128, 18.27128, 'Ilijas', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.08161, 18.95258, 'Han Pijesak', 'Republika Srpska', '', 'BA'),
(43.82222, 18.20667, 'Hadzici', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.38356, 17.39506, 'Grude', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.96668, 18.05504, 'Gromiljak', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.87851, 18.42764, 'Gradacac', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.70307, 18.31010, 'Gracanica', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.73333, 18.28333, 'Gracanica', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.41124, 18.17029, 'Gostovici', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.93806, 17.58833, 'Gornji Vakuf', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.42921, 18.61667, 'Gornje Zivinice', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.01911, 18.15477, 'Gornje Mostre', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.55659, 18.76159, 'Gornja Tuzla', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(45.01091, 15.95487, 'Gornja Koprivna', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.66795, 18.97564, 'Gorazde', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.62058, 18.44684, 'Gnojnica', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.04583, 16.84861, 'Glamoc', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.16722, 18.53528, 'Gacko', 'Republika Srpska', '', 'BA'),
(43.95952, 17.90288, 'Fojnica', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.50646, 18.77854, 'Foca', 'Republika Srpska', '', 'BA'),
(43.71849, 17.22515, 'Tomislavgrad', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.44131, 18.11883, 'Dubravica', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.47229, 18.72685, 'Dubrave Gornje', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.48060, 18.69709, 'Dubrave Donje', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.35454, 17.32536, 'Drinovci', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.14361, 17.40000, 'Donji Vakuf', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.80235, 18.40477, 'Donja Medida', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(45.04327, 18.66996, 'Donja Mahala', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(45.07559, 18.41023, 'Donja Dubica', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(45.15106, 16.47869, 'Dobrljin', 'Republika Srpska', '', 'BA'),
(44.05008, 18.11958, 'Dobrinje', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.73179, 18.08698, 'Doboj', 'Republika Srpska', '', 'BA'),
(44.36682, 17.32678, 'Divicani', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.97839, 17.90779, 'Derventa', 'Republika Srpska', '', 'BA'),
(43.22861, 17.70083, 'Citluk', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.35401, 17.78045, 'Cim', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.67961, 17.75780, 'Cecava', 'Republika Srpska', '', 'BA'),
(44.96694, 15.94306, 'Cazin', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.12139, 17.68444, 'Capljina', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.55712, 19.07186, 'Cajnice', 'Republika Srpska', '', 'BA'),
(45.05361, 16.03254, 'Buzim', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.09769, 17.87830, 'Busovaca', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.05722, 17.45083, 'Bugojno', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.79237, 16.94039, 'Bronzani Majdan', 'Republika Srpska', '', 'BA'),
(44.82837, 18.72420, 'Brka', 'Brcko', '', 'BA'),
(44.87278, 18.80833, 'Brcko', 'Brcko', '', 'BA'),
(44.18455, 19.33085, 'Bratunac', 'Republika Srpska', '', 'BA'),
(44.17944, 16.36389, 'Bosansko Grahovo', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(45.05987, 18.46756, 'Bosanski Samac', 'Republika Srpska', '', 'BA'),
(45.04643, 16.37782, 'Bosanski Novi', 'Republika Srpska', '', 'BA'),
(45.13747, 17.98722, 'Bosanski Brod', 'Republika Srpska', '', 'BA'),
(44.88250, 16.15139, 'Bosanska Krupa', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(45.21956, 16.53929, 'Kostajnica', 'Republika Srpska', '', 'BA'),
(45.14484, 17.25453, 'Bosanska Gradiska', 'Republika Srpska', '', 'BA'),
(45.17667, 16.80944, 'Bosanska Dubica', 'Republika Srpska', '', 'BA'),
(44.48677, 17.82278, 'Blatnica', 'Republika Srpska', '', 'BA'),
(43.25822, 17.88970, 'Blagaj', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(42.87645, 18.42967, 'Bileca', 'Republika Srpska', 'Opstina Bileca', 'BA'),
(43.78265, 16.92676, 'Bila', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.75874, 19.21437, 'Bijeljina', 'Republika Srpska', '', 'BA'),
(44.81694, 15.87083, 'Bihac', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.40596, 18.52648, 'Banovici', '', '', 'BA'),
(44.77583, 17.18556, 'Banja Luka', 'Republika Srpska', '', 'BA'),
(44.86332, 19.33931, 'Balatun', 'Republika Srpska', '', 'BA'),
(43.81038, 18.56999, 'Koran', 'Republika Srpska', '', 'BA'),
(44.65400, 17.95897, 'Jelah', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.74475, 17.82714, 'Stanari', 'Republika Srpska', '', 'BA'),
(44.44189, 17.01495, 'Podbrdo', 'Republika Srpska', '', 'BA'),
(44.73824, 18.27335, 'Malesici', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.39548, 18.73849, 'Svojat', '', '', 'BA'),
(44.80753, 19.25999, 'Dvorovi', 'Republika Srpska', '', 'BA'),
(45.10548, 16.67668, 'Knezica', 'Republika Srpska', '', 'BA'),
(44.98568, 15.82304, 'Pjanici', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.88014, 18.07452, 'Polje', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.34765, 17.76848, 'Ilici', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.26630, 18.42961, 'Careva Cuprija', '', '', 'BA'),
(44.75708, 17.21178, 'Starcevica', 'Republika Srpska', '', 'BA'),
(44.72453, 17.32431, 'Celinac', 'Republika Srpska', '', 'BA'),
(44.76111, 17.17944, 'Hiseti', 'Republika Srpska', '', 'BA'),
(44.86717, 16.97464, 'Piskavica', 'Republika Srpska', '', 'BA'),
(44.92018, 16.89933, 'Lamovita', 'Republika Srpska', '', 'BA'),
(44.67228, 18.01109, 'Tesanjka', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.44874, 18.20521, 'Kovaci', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.49497, 18.07644, 'Lijesnica', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(45.00694, 15.87194, 'Coralici', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.13156, 17.86452, 'Crnici', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.54065, 18.48069, 'Barice', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.89341, 18.37751, 'Hotonj', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(45.03139, 15.91444, 'Skokovi', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.52891, 17.28120, 'Dreznica', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.06433, 17.93894, 'Kacuni', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.97583, 17.52750, 'Pajic Polje', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.03758, 18.24564, 'Gornja Breza', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(45.08833, 15.93083, 'Todorovo', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.65126, 17.96082, 'Konjic', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.66028, 17.76167, 'Jablanica', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(43.60871, 17.95078, 'Bijela', 'Federation of Bosnia and Herzegovina', '', 'BA'),
(44.76324, 17.19012, 'Mejdan - Obilicevo', 'Republika Srpska', '', 'BA'),
(13.18333, -59.56667, 'Welchman Hall', 'Saint Thomas', '', 'BB'),
(13.10000, -59.45000, 'Crane', 'Saint Philip', '', 'BB'),
(13.25000, -59.65000, 'Speightstown', 'Saint Peter', '', 'BB'),
(13.06667, -59.53333, 'Oistins', 'Christ Church', '', 'BB'),
(13.18672, -59.63808, 'Holetown', 'Saint James', '', 'BB'),
(13.25000, -59.56667, 'Greenland', 'Saint Andrew', '', 'BB'),
(13.16667, -59.51667, 'Four Cross Roads', 'Saint John', '', 'BB'),
(13.28333, -59.63333, 'Checker Hall', 'Saint Lucy', '', 'BB'),
(13.10000, -59.61667, 'Bridgetown', 'Saint Michael', '', 'BB'),
(13.21434, -59.52521, 'Bathsheba', 'Saint Joseph', '', 'BB'),
(26.03097, 88.46989, 'Thakurgaon', 'Rangpur Division', '', 'BD'),
(20.86382, 92.30153, 'Teknaf', 'Chittagong', '', 'BD'),
(23.89154, 90.40232, 'Tungi', 'Dhaka', '', 'BD'),
(24.89904, 91.87198, 'Sylhet', 'Sylhet', '', 'BD'),
(23.59311, 90.14251, 'Dohar', 'Dhaka', '', 'BD'),
(24.91965, 89.94812, 'Jamalpur', 'Dhaka', '', 'BD'),
(24.68501, 88.15638, 'Shibganj', 'Rajshahi', '', 'BD'),
(22.70817, 89.07185, 'Satkhira', 'Khulna', '', 'BD'),
(24.45771, 89.70802, 'Sirajganj', 'Rajshahi', '', 'BD'),
(24.88352, 90.72898, 'Netrakona', 'Dhaka', '', 'BD'),
(23.92298, 90.71768, 'Narsingdi', 'Dhaka', '', 'BD'),
(22.51409, 91.45491, 'Sandwip', 'Chittagong', '', 'BD'),
(24.17687, 89.59880, 'Shahzadpur', 'Rajshahi', '', 'BD'),
(23.10060, 90.84989, 'Ramganj', 'Chittagong', '', 'BD'),
(24.37400, 88.60114, 'Rajshahi', 'Rajshahi', '', 'BD'),
(22.57965, 89.97521, 'Pirojpur', 'Barisal', '', 'BD'),
(26.33338, 88.55777, 'Panchagarh', 'Rangpur Division', '', 'BD'),
(22.29543, 91.97900, 'Patiya', 'Chittagong', '', 'BD'),
(25.66369, 88.93093, 'Parbatipur', 'Rangpur Division', '', 'BD'),
(23.61352, 90.50298, 'Narayanganj', 'Dhaka', '', 'BD'),
(22.63696, 90.27195, 'Nalchiti', 'Barisal', '', 'BD'),
(24.05783, 89.87696, 'Nagarpur', 'Dhaka', '', 'BD'),
(25.96817, 89.69153, 'Nageswari', 'Rangpur Division', '', 'BD'),
(24.75636, 90.40646, 'Mymensingh', 'Dhaka', '', 'BD'),
(24.76484, 90.25698, 'Muktagacha', 'Dhaka', '', 'BD'),
(24.10287, 90.09841, 'Mirzapur', 'Dhaka', '', 'BD'),
(24.48888, 91.77075, 'Maulavi Bazar', 'Sylhet', '', 'BD'),
(22.45566, 89.85584, 'Morrelgonj', 'Khulna', '', 'BD'),
(22.82257, 90.52859, 'Mehendiganj', 'Barisal', '', 'BD'),
(22.28616, 89.95883, 'Mathba', 'Barisal', '', 'BD'),
(25.91719, 89.44595, 'Lalmanirhat', 'Rangpur Division', '', 'BD'),
(23.24018, 91.12143, 'Laksham', 'Chittagong', '', 'BD'),
(23.46186, 91.18503, 'Comilla', 'Chittagong', '', 'BD'),
(25.74664, 89.25166, 'Rangpur', 'Rangpur Division', '', 'BD'),
(23.90280, 89.11943, 'Kushtia', 'Khulna', '', 'BD'),
(23.40964, 89.13801, 'Kaliganj', 'Khulna', '', 'BD'),
(23.11134, 89.09061, 'Jhingergacha', 'Khulna', '', 'BD'),
(25.10147, 89.02734, 'Joypur Hat', 'Rajshahi', '', 'BD'),
(24.12858, 89.06573, 'Ishurdi', 'Rajshahi', '', 'BD'),
(24.38044, 91.41299, 'Habiganj', 'Sylhet', '', 'BD'),
(22.97372, 90.22376, 'Gaurnadi', 'Barisal', '', 'BD'),
(24.43200, 90.55850, 'Gafargaon', 'Dhaka', '', 'BD'),
(23.01440, 91.39660, 'Feni', 'Chittagong', '', 'BD'),
(23.03910, 90.76808, 'Raipur', 'Chittagong', '', 'BD'),
(22.31006, 89.79113, 'Sarankhola', 'Khulna', '', 'BD'),
(23.71040, 90.40744, 'Dhaka', 'Dhaka', 'Dhaka', 'BD'),
(25.55613, 89.67097, 'Chilmari', 'Rangpur Division', '', 'BD'),
(23.02475, 91.51091, 'Chhagalnaiya', 'Chittagong', '', 'BD'),
(22.33774, 90.73708, 'Lalmohan', 'Barisal', '', 'BD'),
(23.10787, 91.97007, 'Khagrachhari', 'Chittagong', '', 'BD'),
(25.03858, 91.68150, 'Chhatak', 'Sylhet', '', 'BD'),
(23.01472, 89.43936, 'Bhatpara Abhaynagar', 'Khulna', '', 'BD'),
(24.02452, 88.99234, 'Bheramara', 'Khulna', '', 'BD'),
(24.05240, 90.97640, 'Bhairab Bazar', 'Dhaka', '', 'BD'),
(22.19534, 92.21946, 'Bandarban', 'Chittagong', '', 'BD'),
(23.04300, 89.63094, 'Kalia', 'Khulna', '', 'BD'),
(24.51863, 91.35787, 'Baniachang', 'Sylhet', '', 'BD'),
(24.21623, 90.95002, 'Bajitpur', 'Dhaka', '', 'BD'),
(25.67419, 89.05377, 'Badarganj', 'Rangpur Division', '', 'BD'),
(23.15509, 89.49515, 'Narail', 'Khulna', '', 'BD'),
(22.89983, 89.90326, 'Tungipara', 'Dhaka', '', 'BD'),
(24.75127, 89.83126, 'Sarishabari', 'Dhaka', '', 'BD'),
(24.31988, 90.16943, 'Sakhipur', 'Dhaka', '', 'BD'),
(22.53511, 91.91919, 'Raojan', 'Chittagong', '', 'BD'),
(22.71673, 89.51194, 'Phultala', 'Khulna', '', 'BD'),
(23.21824, 90.35076, 'Palang', 'Dhaka', '', 'BD'),
(24.80418, 88.94875, 'Par Naogaon', 'Rajshahi', '', 'BD'),
(23.88791, 90.96792, 'Nabinagar', 'Chittagong', '', 'BD'),
(22.94430, 90.83005, 'Lakshmipur', 'Chittagong', '', 'BD'),
(22.90725, 89.21954, 'Kesabpur', 'Khulna', '', 'BD'),
(24.83333, 91.65000, 'Jahedpur', '', '', 'BD'),
(23.25191, 90.85508, 'Hajiganj', 'Chittagong', '', 'BD'),
(23.60612, 89.84064, 'Faridpur', 'Dhaka', '', 'BD'),
(25.62745, 88.63779, 'Dinajpur', 'Rangpur Division', '', 'BD'),
(22.22647, 90.71275, 'Uttar Char Fasson', 'Khulna', '', 'BD'),
(22.33840, 91.83168, 'Chittagong', 'Chittagong', '', 'BD'),
(23.30916, 90.22698, 'Char Bhadrasan', 'Dhaka', '', 'BD'),
(24.07821, 89.63262, 'Bera', 'Rajshahi', '', 'BD'),
(22.49518, 90.72391, 'Burhanuddin', 'Barisal', '', 'BD'),
(22.07639, 92.04955, 'Satkania', 'Chittagong', '', 'BD'),
(21.45388, 91.96765, 'Cox\'s Bazar', 'Chittagong', '', 'BD'),
(22.80979, 89.56439, 'Khulna', 'Khulna', '', 'BD'),
(22.68759, 90.64403, 'Bhola', 'Barisal', '', 'BD'),
(22.70497, 90.37013, 'Barisal', 'Barisal', '', 'BD'),
(23.16971, 89.21371, 'Jessore', 'Khulna', '', 'BD'),
(24.00644, 89.23720, 'Pabna', 'Rajshahi', '', 'BD'),
(24.24984, 89.91655, 'Tangail', 'Dhaka', '', 'BD'),
(24.85098, 89.37108, 'Bogra', 'Rajshahi', '', 'BD'),
(25.85587, 88.35943, 'Pirgaaj', 'Rangpur Division', '', 'BD'),
(24.59025, 88.27444, 'Nawabganj', 'Rajshahi', '', 'BD'),
(23.17097, 90.20935, 'Madaripur', 'Dhaka', '', 'BD'),
(25.01881, 90.01751, 'Sherpur', 'Dhaka', '', 'BD'),
(24.43944, 90.78291, 'Kishorganj', 'Dhaka', '', 'BD'),
(22.83957, 91.84128, 'Manikchari', 'Chittagong', '', 'BD'),
(22.48898, 90.06273, 'Bhandaria', 'Barisal', '', 'BD'),
(22.68768, 91.78123, 'Fatikchari', 'Chittagong', '', 'BD'),
(25.77769, 88.89169, 'Saidpur', 'Rajshahi', '', 'BD'),
(23.67346, 88.98885, 'Nowlamary', 'Khulna', 'Chuadanga', 'BD'),
(23.48702, 89.41592, 'Magura', 'Khulna', 'Magura', 'BD'),
(23.72980, 90.38540, 'Azimpur', 'Dhaka', '', 'BD'),
(25.32930, 89.54380, 'Gaibandha', 'Rangpur Division', '', 'BD'),
(23.73625, 90.41426, 'Paltan', 'Dhaka', '', 'BD'),
(51.21979, 4.32664, 'Zwijndrecht', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.81268, 3.33848, 'Zwevegem', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.93306, 5.57530, 'Zutendaal', 'Flanders', 'Provincie Limburg', 'BE'),
(50.91954, 3.44859, 'Zulte', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(51.26511, 3.15506, 'Zuienkerke', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.83316, 5.10376, 'Zoutleeuw', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.86955, 3.81052, 'Zottegem', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.87260, 2.98725, 'Zonnebeke', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.99064, 5.36819, 'Zonhoven', 'Flanders', 'Provincie Limburg', 'BE'),
(51.11994, 3.56496, 'Zomergem', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(51.26825, 4.71296, 'Zoersel', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.90409, 3.65305, 'Zingem', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.98318, 4.46079, 'Zemst', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.18963, 3.80777, 'Zelzate', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(51.06566, 4.04030, 'Zele', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(51.32901, 3.18188, 'Zeebrugge', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(51.14236, 3.13680, 'Zedelgem', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.88365, 4.47298, 'Zaventem', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.21488, 4.66164, 'Zandhoven', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.32790, 4.88059, 'Yvoir', 'Wallonia', 'Province de Namur', 'BE'),
(51.39214, 4.59546, 'Wuustwezel', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.20452, 4.52250, 'Wommelgem', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.05782, 3.27359, 'Wingene', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(51.06041, 4.36019, 'Willebroek', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.22787, 4.51895, 'Wijnegem', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.90000, 3.36667, 'Wielsbeke', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(51.00526, 3.97683, 'Wichelen', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.83950, 4.49427, 'Wezembeek-Oppem', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.80000, 3.16667, 'Wevelgem', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(51.00526, 3.88341, 'Wetteren', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(51.09049, 4.91544, 'Westerlo', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.78069, 3.03854, 'Wervik', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(51.29830, 3.08213, 'Wenduine', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.90812, 4.30613, 'Wemmel', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.08133, 5.11413, 'Wellin', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.84096, 5.33867, 'Wellen', 'Flanders', 'Provincie Limburg', 'BE'),
(50.66050, 5.97034, 'Welkenraedt', 'Wallonia', 'Province de Liege', 'BE'),
(50.71717, 4.60138, 'Wavre', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(50.71469, 4.39910, 'Waterloo', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(50.62186, 5.00528, 'Wasseiges', 'Wallonia', 'Province de Liege', 'BE'),
(50.69760, 5.25524, 'Waremme', 'Wallonia', 'Province de Liege', 'BE'),
(50.88898, 3.42756, 'Waregem', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.53907, 5.20846, 'Wanze', 'Wallonia', 'Province de Liege', 'BE'),
(50.62627, 4.69837, 'Walhain-Saint-Paul', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(50.25401, 4.43796, 'Walcourt', 'Wallonia', 'Province de Namur', 'BE'),
(50.41488, 6.11207, 'Waimes', 'Wallonia', 'Province de Liege', 'BE'),
(51.16852, 3.87183, 'Wachtebeke', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(51.10572, 4.08573, 'Waasmunster', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(51.15250, 3.60500, 'Waarschoot', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(51.30856, 4.88960, 'Vosselaar', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.20243, 4.77259, 'Vorselaar', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.73760, 5.69907, 'Vise', 'Wallonia', 'Province de Liege', 'BE'),
(49.56824, 5.53259, 'Virton', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.92814, 4.42938, 'Vilvoorde', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.57708, 5.25945, 'Villers-le-Bouillet', 'Wallonia', 'Province de Liege', 'BE'),
(50.56667, 4.51667, 'Villers-la-Ville', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(50.28407, 5.91502, 'Vielsalm', 'Wallonia', 'Province du Luxembourg', 'BE'),
(51.07316, 2.66803, 'Veurne', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.58907, 5.86241, 'Verviers', 'Wallonia', 'Province de Liege', 'BE'),
(50.60743, 5.31740, 'Verlaine', 'Wallonia', 'Province de Liege', 'BE'),
(49.91100, 5.57848, 'Vaux-sur-Sure', 'Wallonia', 'Province du Luxembourg', 'BE'),
(51.32254, 4.94471, 'Turnhout', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.69059, 4.20090, 'Tubize', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(50.57026, 5.69521, 'Trooz', 'Wallonia', 'Province de Liege', 'BE'),
(50.37128, 5.87146, 'Trois-Ponts', 'Wallonia', 'Province de Liege', 'BE'),
(50.99231, 4.70807, 'Tremelo', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.60715, 3.38932, 'Tournai', 'Wallonia', 'Province du Hainaut', 'BE'),
(51.06560, 3.10085, 'Torhout', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.78054, 5.46484, 'Tongeren', 'Flanders', 'Provincie Limburg', 'BE'),
(49.68326, 5.51349, 'Tintigny', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.47493, 5.37755, 'Tinlot', 'Wallonia', 'Province de Liege', 'BE'),
(50.80745, 4.93780, 'Tienen', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.99931, 3.32707, 'Tielt', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.33933, 4.28604, 'Thuin', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.53323, 5.81245, 'Theux', 'Wallonia', 'Province de Liege', 'BE'),
(51.06513, 5.08856, 'Tessenderlo', 'Flanders', 'Provincie Limburg', 'BE'),
(50.82372, 4.51418, 'Tervuren', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.86654, 4.16682, 'Ternat', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.09501, 5.52895, 'Tenneville', 'Wallonia', 'Province du Luxembourg', 'BE'),
(51.12794, 4.21372, 'Temse', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.08038, 5.21638, 'Tellin', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.40667, 5.80838, 'Stoumont', 'Wallonia', 'Province de Liege', 'BE'),
(51.20990, 4.03651, 'Stekene', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.91851, 4.50989, 'Steenokkerzeel', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.39500, 5.93124, 'Stavelot', 'Wallonia', 'Province de Liege', 'BE'),
(50.97456, 3.01469, 'Staden', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(51.33189, 4.37127, 'Stabroek', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.50922, 5.65950, 'Sprimont', 'Wallonia', 'Province de Liege', 'BE'),
(50.48375, 5.86674, 'Spa', 'Wallonia', 'Province de Liege', 'BE'),
(50.61385, 5.74679, 'Soumagne', 'Wallonia', 'Province de Liege', 'BE'),
(50.33699, 5.36705, 'Somme-Leuze', 'Wallonia', 'Province de Namur', 'BE'),
(50.52865, 4.60087, 'Sombreffe', 'Wallonia', 'Province de Namur', 'BE'),
(50.57904, 4.07129, 'Soignies', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.81679, 5.18647, 'Sint-Truiden', 'Flanders', 'Provincie Limburg', 'BE'),
(50.77926, 4.24355, 'Sint-Pieters-Leeuw', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.16509, 4.14370, 'Sint-Niklaas', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.81158, 4.16965, 'Sint-Martens-Lennik', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.01459, 3.63779, 'Sint-Martens-Latem', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.82172, 3.84814, 'Sint-Maria-Lierde', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.91970, 3.86225, 'Sint-Lievens-Houtem', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(51.24202, 3.52441, 'Sint-Laureins', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(51.21399, 3.24949, 'Sint-Kruis', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(51.06691, 4.53469, 'Sint-Katelijne-Waver', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.21914, 4.12374, 'Sint-Gillis-Waas', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.74645, 4.35754, 'Sint-Genesius-Rode', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.05645, 4.20957, 'Sint-Amands', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.64877, 3.92363, 'Silly', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.58362, 5.50115, 'Seraing', 'Wallonia', 'Province de Liege', 'BE'),
(50.53135, 4.26301, 'Seneffe', 'Wallonia', 'Province du Hainaut', 'BE'),
(51.25251, 4.50268, 'Schoten', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.24107, 4.58336, 'Schilde', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.12615, 4.34114, 'Schelle', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.74335, 2.90992, 'Saint-Yvon', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.28146, 6.12724, 'Saint-Vith', 'Wallonia', 'Province de Liege', 'BE'),
(50.62837, 5.53243, 'Saint-Nicolas', 'Wallonia', 'Province de Liege', 'BE'),
(49.61196, 5.65688, 'Saint-Leger', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.02668, 5.37401, 'Saint-Hubert', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.44816, 3.81886, 'Saint-Ghislain', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.01723, 5.51926, 'Sainte-Ode', 'Wallonia', 'Province du Luxembourg', 'BE'),
(51.08153, 4.42217, 'Rumst', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.55450, 3.30535, 'Rumes', 'Wallonia', 'Province du Hainaut', 'BE'),
(51.04039, 3.39416, 'Ruiselede', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(49.53771, 5.49031, 'Rouvroy', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.95302, 4.71665, 'Rotselaar', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.74574, 3.60050, 'Ronse', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.61667, 5.46667, 'Mons-lez-Liege', 'Wallonia', 'Province de Liege', 'BE'),
(50.50365, 4.11163, 'Roeulx', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.94653, 3.12269, 'Roeselare', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.16310, 5.22160, 'Rochefort', 'Wallonia', 'Province de Namur', 'BE'),
(50.71229, 4.52529, 'Rixensart', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(51.34795, 4.76053, 'Rijkevorsel', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.80995, 5.60131, 'Riemst', 'Flanders', 'Provincie Limburg', 'BE'),
(51.26652, 5.08242, 'Retie', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.23423, 5.50414, 'Rendeux', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.68069, 5.32785, 'Remicourt', 'Wallonia', 'Province de Liege', 'BE'),
(50.65147, 4.10683, 'Rebecq-Rognon', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(51.37274, 4.99210, 'Ravels', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.18983, 4.56533, 'Ranst', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.63395, 4.90119, 'Ramillies', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(50.66720, 6.11535, 'Raeren', 'Wallonia', 'Province de Liege', 'BE'),
(50.40737, 3.68351, 'Quievrain', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.36879, 3.93602, 'Quevy-le-Petit', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.44067, 3.86530, 'Quaregnon', 'Wallonia', 'Province du Hainaut', 'BE'),
(51.07409, 4.28844, 'Puurs', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.05337, 4.63263, 'Putte', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.37581, 4.86506, 'Profondeville', 'Wallonia', 'Province de Namur', 'BE'),
(50.85386, 2.72659, 'Poperinge', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.50518, 4.36887, 'Pont-a-Celles', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.73656, 5.95922, 'Plombieres', 'Wallonia', 'Province de Liege', 'BE'),
(50.99279, 3.26317, 'Pittem', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.19612, 4.54374, 'Philippeville', 'Wallonia', 'Province de Namur', 'BE'),
(50.62426, 4.81354, 'Perwez', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(50.50819, 3.59373, 'Peruwelz', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.88914, 3.86098, 'Perre', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.57375, 5.80490, 'Pepinster', 'Wallonia', 'Province de Liege', 'BE'),
(50.75922, 4.15983, 'Pepingen', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.13030, 5.45952, 'Peer', 'Flanders', 'Provincie Limburg', 'BE'),
(50.68619, 3.33789, 'Pecq', 'Wallonia', 'Province du Hainaut', 'BE'),
(49.90395, 5.13537, 'Paliseul', 'Wallonia', 'Province du Luxembourg', 'BE'),
(51.21038, 5.41557, 'Overpelt', 'Flanders', 'Provincie Limburg', 'BE'),
(50.77436, 4.53461, 'Overijse', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.71184, 5.64680, 'Oupeye', 'Wallonia', 'Province de Liege', 'BE'),
(50.43870, 5.46570, 'Ouffet', 'Wallonia', 'Province de Liege', 'BE'),
(51.31978, 4.98410, 'Oud-Turnhout', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.83522, 4.66421, 'Oud-Heverlee', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.18489, 3.00035, 'Oudenburg', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.85168, 3.60891, 'Oudenaarde', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.66535, 4.56679, 'Ottignies', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(50.71749, 5.34880, 'Oreye', 'Wallonia', 'Province de Liege', 'BE'),
(50.96724, 4.18442, 'Opwijk', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.04258, 5.58346, 'Opglabbeek', 'Flanders', 'Provincie Limburg', 'BE'),
(50.92093, 3.33799, 'Oostrozebeke', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(51.30000, 4.73333, 'Oostmalle', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.15432, 3.23128, 'Oostkamp', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.95261, 3.79826, 'Oosterzele', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(51.21551, 2.92700, 'Ostend', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.24148, 4.84069, 'Onhaye', 'Wallonia', 'Province de Namur', 'BE');
INSERT INTO `reverse_geocode` (`lat`, `lng`, `city`, `region`, `province`, `country`) VALUES
(50.58994, 5.74662, 'Olne', 'Wallonia', 'Province de Liege', 'BE'),
(51.14391, 4.85980, 'Olen', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.43570, 5.12375, 'Ohey', 'Wallonia', 'Province de Namur', 'BE'),
(50.55702, 4.98466, 'Noville-les-Bois', 'Wallonia', 'Province de Namur', 'BE'),
(50.59833, 4.32848, 'Nivelles', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(50.82776, 4.02657, 'Ninove', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(51.16096, 4.67008, 'Nijlen', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.13008, 2.75135, 'Nieuwpoort', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.86380, 5.19467, 'Nieuwerkerken', 'Flanders', 'Provincie Limburg', 'BE'),
(51.11096, 4.33428, 'Niel', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.03531, 3.54574, 'Nevele', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(49.84074, 5.43535, 'Neufchateau', 'Wallonia', 'Province du Luxembourg', 'BE'),
(51.22807, 5.44270, 'Neerpelt', 'Flanders', 'Provincie Limburg', 'BE'),
(50.95686, 3.59425, 'Nazareth', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.12849, 5.34274, 'Nassogne', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.50675, 5.41905, 'Nandrin', 'Wallonia', 'Province de Liege', 'BE'),
(50.46690, 4.86746, 'Namur', 'Wallonia', 'Province de Namur', 'BE'),
(49.55835, 5.70525, 'Musson', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.74497, 3.20639, 'Mouscron', 'Wallonia', 'Province du Hainaut', 'BE'),
(51.16697, 4.45127, 'Mortsel', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.45502, 4.24519, 'Morlanwelz-Mariemont', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.89190, 3.06117, 'Moorslede', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.63427, 4.61061, 'Mont-Saint-Guibert', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(50.45413, 3.95229, 'Mons', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.02710, 4.16519, 'Momignies', 'Wallonia', 'Province du Hainaut', 'BE'),
(51.19188, 5.11662, 'Mol', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.17409, 3.93001, 'Moerbeke', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.44614, 5.29532, 'Modave', 'Wallonia', 'Province de Liege', 'BE'),
(51.18532, 2.82077, 'Middelkerke', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.95136, 3.28804, 'Meulebeke', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.32119, 4.66232, 'Mettet', 'Wallonia', 'Province de Namur', 'BE'),
(49.59201, 5.81879, 'Messancy', 'Wallonia', 'Province du Luxembourg', 'BE'),
(51.35851, 4.86513, 'Merksplas', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.99447, 3.74621, 'Merelbeke', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.95129, 4.23197, 'Merchtem', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.32449, 4.16489, 'Merbes-le-Chateau', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.79722, 3.12245, 'Menen', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(51.00232, 3.80526, 'Melle', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(49.60581, 5.48045, 'Meix-devant-Virton', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.93934, 4.32655, 'Meise', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.13210, 5.07842, 'Meerhout', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.02574, 4.47762, 'Mechelen', 'Flanders', 'Provincie Antwerpen', 'BE'),
(49.83195, 5.73655, 'Martelange', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.46707, 5.24280, 'Marchin', 'Wallonia', 'Province de Liege', 'BE'),
(50.22678, 5.34416, 'Marche-en-Famenne', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.29219, 5.67562, 'Manhay', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.50312, 4.23589, 'Manage', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.42686, 6.02794, 'Malmedy', 'Wallonia', 'Province de Liege', 'BE'),
(51.20737, 3.44511, 'Maldegem', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.91061, 4.44174, 'Machelen', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.96545, 5.69452, 'Maasmechelen', 'Flanders', 'Provincie Limburg', 'BE'),
(51.09802, 5.78379, 'Maaseik', 'Flanders', 'Provincie Limburg', 'BE'),
(50.98772, 5.19121, 'Lummen', 'Flanders', 'Provincie Limburg', 'BE'),
(50.88278, 4.83896, 'Lubbeek', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.10168, 3.61298, 'Lovendegem', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.66829, 4.61443, 'Louvain-la-Neuve', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(50.68126, 6.00712, 'Lontzen', 'Wallonia', 'Province de Liege', 'BE'),
(51.00468, 4.30304, 'Londerzeel', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.23074, 5.31349, 'Lommel', 'Flanders', 'Provincie Limburg', 'BE'),
(51.10364, 3.99339, 'Lokeren', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(51.09644, 3.83194, 'Lochristi', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.35258, 4.26716, 'Lobbes', 'Wallonia', 'Province du Hainaut', 'BE'),
(51.12707, 4.49669, 'Lint', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.76781, 4.33688, 'Linkebeek', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.71222, 5.03654, 'Lincent', 'Wallonia', 'Province de Liege', 'BE'),
(50.61222, 5.94120, 'Limbourg', 'Wallonia', 'Province de Liege', 'BE'),
(51.24197, 4.82313, 'Lille', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.13128, 4.57041, 'Lier', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.28477, 5.79236, 'Lierneux', 'Wallonia', 'Province de Liege', 'BE'),
(50.63373, 5.56749, 'Liege', 'Wallonia', 'Province de Liege', 'BE'),
(50.86892, 4.08743, 'Liedekerke', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.03333, 3.15000, 'Lichtervelde', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(49.98107, 5.25612, 'Libin', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.87959, 4.70093, 'Leuven', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.71104, 3.83579, 'Lessines', 'Wallonia', 'Province du Hainaut', 'BE'),
(51.11667, 5.25000, 'Leopoldsburg', 'Flanders', 'Provincie Limburg', 'BE'),
(50.55696, 3.89946, 'Lens', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.88626, 3.23747, 'Lendelede', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(49.79985, 5.53652, 'Leglise', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.85785, 3.12409, 'Ledegem', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(51.03859, 3.74458, 'Ledeberg', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.84356, 4.09112, 'Ledeberg', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.96626, 3.98594, 'Lede', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(51.00464, 4.13457, 'Lebbeke', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.18361, 5.57547, 'La Roche-en-Ardenne', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.75267, 5.08200, 'Landen', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.89318, 5.64680, 'Lanaken', 'Flanders', 'Provincie Limburg', 'BE'),
(50.48657, 4.18785, 'La Louviere', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.73091, 4.48577, 'La Hulpe', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(50.71809, 6.01107, 'La Calamine', 'Wallonia', 'Province de Liege', 'BE'),
(50.39478, 4.61444, 'La Bruyere', 'Wallonia', 'Province de Namur', 'BE'),
(51.03078, 3.85077, 'Laarne', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.85143, 3.28240, 'Kuurne', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.90168, 3.52588, 'Kruishoutem', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(51.17048, 4.31444, 'Kruibeke', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.86155, 4.46946, 'Kraainem', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.82803, 3.26487, 'Kortrijk', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.85890, 5.38974, 'Kortessem', 'Flanders', 'Provincie Limburg', 'BE'),
(50.88982, 4.54353, 'Kortenberg', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.90862, 5.05968, 'Kortenaken', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.02951, 3.04112, 'Kortemark', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(51.13213, 4.44706, 'Kontich', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.11642, 2.63772, 'Koksijde', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(51.09047, 2.97830, 'Koekelare', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(51.35000, 3.26667, 'Knokke-Heist', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(51.13932, 3.41282, 'Knesselare', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(51.14543, 5.74207, 'Kinrooi', 'Flanders', 'Provincie Limburg', 'BE'),
(51.00295, 4.63434, 'Keerbergen', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.24118, 4.96651, 'Kasterlee', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.21720, 3.61519, 'Kaprijke', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(51.00970, 4.36303, 'Kapelle-op-den-Bos', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.31377, 4.43539, 'Kapellen', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.94210, 4.55103, 'Kampenhout', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.38442, 4.47556, 'Kalmthout', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.53100, 3.90942, 'Jurbise', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.70760, 5.53127, 'Juprelle', 'Wallonia', 'Province de Liege', 'BE'),
(50.72357, 4.86914, 'Jodoigne', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(50.55876, 5.96764, 'Jalhay', 'Wallonia', 'Province de Liege', 'BE'),
(51.18185, 3.08935, 'Jabbeke', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.91396, 3.21378, 'Izegem', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.64396, 4.26476, 'Ittre', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(50.92081, 3.25571, 'Ingelmunster', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.69151, 4.79816, 'Incourt', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(50.85114, 2.88569, 'Ieper', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(51.09572, 3.01549, 'Ichtegem', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.51894, 5.23284, 'Huy', 'Wallonia', 'Province de Liege', 'BE'),
(51.07451, 4.79081, 'Hulshout', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.78939, 4.58310, 'Huldenberg', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.15446, 4.47070, 'Hove', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.18619, 5.00762, 'Houyet', 'Wallonia', 'Province de Namur', 'BE'),
(50.97824, 2.95050, 'Houthulst', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(51.03427, 5.37429, 'Houthalen', 'Flanders', 'Provincie Limburg', 'BE'),
(50.13235, 5.78962, 'Houffalize', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.26742, 5.44609, 'Hotton', 'Wallonia', 'Province du Luxembourg', 'BE'),
(51.40029, 4.76034, 'Hoogstraten', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.98333, 3.08333, 'Hooglede', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.92097, 4.75747, 'Holsbeek', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.84714, 5.48767, 'Hoeselt', 'Flanders', 'Provincie Limburg', 'BE'),
(50.76730, 4.46835, 'Hoeilaart', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.77560, 4.88952, 'Hoegaarden', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.17611, 4.34844, 'Hoboken', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.03664, 5.28013, 'Heusden', 'Flanders', 'Provincie Limburg', 'BE'),
(50.88681, 3.89014, 'Herzele', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.64083, 5.79353, 'Herve', 'Wallonia', 'Province de Liege', 'BE'),
(50.66415, 5.62346, 'Herstal', 'Wallonia', 'Province de Liege', 'BE'),
(51.05159, 4.88231, 'Herselt', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.54731, 5.09774, 'Heron', 'Wallonia', 'Province de Liege', 'BE'),
(50.72423, 4.03481, 'Herne', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.94013, 5.16636, 'Herk-de-Stad', 'Flanders', 'Provincie Limburg', 'BE'),
(51.14010, 4.75572, 'Herenthout', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.17655, 4.83248, 'Herentals', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.90861, 4.67056, 'Herent', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(49.78086, 5.23580, 'Herbeumont', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.43263, 3.68411, 'Hensies', 'Wallonia', 'Province du Hainaut', 'BE'),
(51.14484, 4.33874, 'Hemiksem', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.05591, 5.38244, 'Helchteren', 'Flanders', 'Provincie Limburg', 'BE'),
(51.07537, 4.72827, 'Heist-op-den-Berg', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.75383, 5.30210, 'Heers', 'Flanders', 'Provincie Limburg', 'BE'),
(50.38931, 5.23816, 'Havelange', 'Wallonia', 'Province de Namur', 'BE'),
(50.21849, 4.82446, 'Hastiere-Lavaux', 'Wallonia', 'Province de Namur', 'BE'),
(50.93106, 5.33781, 'Hasselt', 'Flanders', 'Provincie Limburg', 'BE'),
(50.85343, 3.30935, 'Harelbeke', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.67142, 5.07898, 'Hannut', 'Wallonia', 'Province de Liege', 'BE'),
(50.34020, 5.15619, 'Hamois', 'Wallonia', 'Province de Namur', 'BE'),
(50.42675, 5.53304, 'Hamoir', 'Wallonia', 'Province de Liege', 'BE'),
(51.09822, 4.13705, 'Hamme', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.73385, 4.23454, 'Halle', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.94837, 5.11096, 'Halen', 'Flanders', 'Provincie Limburg', 'BE'),
(49.72329, 5.61999, 'Habay-la-Vieille', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.90634, 4.00093, 'Haaltert', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.97737, 4.63777, 'Haacht', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.19043, 4.73562, 'Grobbendonk', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.93409, 4.37213, 'Grimbergen', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.73901, 4.69829, 'Grez-Doiceau', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(50.18600, 5.93917, 'Gouvy', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.79443, 4.11378, 'Gooik', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.87348, 4.94442, 'Glabbeek-Zuurbemde', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.15612, 2.96387, 'Gistel', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.74792, 5.13422, 'Gingelom', 'Flanders', 'Provincie Limburg', 'BE'),
(50.40146, 5.07457, 'Gesves', 'Wallonia', 'Province de Namur', 'BE'),
(50.33789, 4.52731, 'Gerpinnes', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.77343, 3.88223, 'Geraardsbergen', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(51.05000, 3.71667, 'Gent', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.96500, 5.50082, 'Genk', 'Flanders', 'Provincie Limburg', 'BE'),
(50.61173, 4.45152, 'Genappe', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(50.56149, 4.69889, 'Gembloux', 'Wallonia', 'Province de Namur', 'BE'),
(50.89431, 5.11199, 'Geetbets', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.66990, 5.17364, 'Geer', 'Wallonia', 'Province de Liege', 'BE'),
(51.16557, 4.98917, 'Geel', 'Flanders', 'Provincie Antwerpen', 'BE'),
(49.98037, 4.93674, 'Gedinne', 'Wallonia', 'Province de Namur', 'BE'),
(50.92917, 3.66184, 'Gavere', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.75389, 3.97121, 'Galmaarden', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.15106, 4.32742, 'Froidchapelle', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.66783, 3.62047, 'Frasnes-lez-Buissenal', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.40578, 3.89603, 'Frameries', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.73863, 5.82224, 'Sint-Pieters-Voeren', 'Flanders', 'Provincie Limburg', 'BE'),
(50.39517, 4.69623, 'Fosses-la-Ville', 'Wallonia', 'Province de Namur', 'BE'),
(50.57424, 4.99861, 'Forville', 'Wallonia', 'Province de Namur', 'BE'),
(49.69983, 5.30740, 'Florenville', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.25127, 4.60636, 'Florennes', 'Wallonia', 'Province de Namur', 'BE'),
(50.43452, 4.75960, 'Floreffe', 'Wallonia', 'Province de Namur', 'BE'),
(50.73733, 3.73876, 'Flobecq', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.48351, 4.55006, 'Fleurus', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.61516, 5.68062, 'Fleron', 'Wallonia', 'Province de Liege', 'BE'),
(50.59994, 5.44471, 'Flemalle-Haute', 'Wallonia', 'Province de Liege', 'BE'),
(50.66540, 5.39978, 'Fexhe-le-Haut-Clocher', 'Wallonia', 'Province de Liege', 'BE'),
(50.40157, 5.61092, 'Ferrieres', 'Wallonia', 'Province de Liege', 'BE'),
(49.85116, 5.66405, 'Fauvillers', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.43006, 4.54152, 'Farciennes', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.66252, 5.26005, 'Faimes', 'Wallonia', 'Province de Liege', 'BE'),
(51.10529, 3.70400, 'Evergem', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.62790, 6.03647, 'Eupen', 'Wallonia', 'Province de Liege', 'BE'),
(49.67385, 5.60019, 'Etalle', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.41016, 4.10477, 'Estinnes-au-Val', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.70485, 3.26785, 'Estaimpuis', 'Wallonia', 'Province du Hainaut', 'BE'),
(51.46791, 4.46901, 'Essen', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.53596, 5.56775, 'Esneux', 'Wallonia', 'Province de Liege', 'BE'),
(50.30688, 4.11129, 'Erquelinnes', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.29292, 5.55815, 'Erezee', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.58156, 5.39916, 'Engis', 'Wallonia', 'Province de Liege', 'BE'),
(50.68373, 4.03284, 'Enghien', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.73512, 3.67985, 'Ellezelles', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.59076, 4.91175, 'Eghezee', 'Wallonia', 'Province de Namur', 'BE'),
(51.18703, 3.55654, 'Eeklo', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(51.15662, 4.44504, 'Edegem', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.56822, 4.16580, 'Ecaussinnes-d\'Enghien', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.35291, 5.45631, 'Durbuy', 'Wallonia', 'Province du Luxembourg', 'BE'),
(51.09554, 4.50903, 'Duffel', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.78733, 4.31471, 'Drogenbos', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.39583, 3.77792, 'Dour', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.64827, 5.32000, 'Donceel', 'Wallonia', 'Province de Liege', 'BE'),
(50.13356, 4.73545, 'Doische', 'Wallonia', 'Province de Namur', 'BE'),
(50.61004, 5.85340, 'Dison', 'Wallonia', 'Province de Liege', 'BE'),
(50.25807, 4.91166, 'Dinant', 'Wallonia', 'Province de Namur', 'BE'),
(50.84799, 4.25972, 'Dilbeek', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.03248, 2.86384, 'Diksmuide', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.98923, 5.05062, 'Diest', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.90769, 5.41875, 'Diepenbeek', 'Flanders', 'Provincie Limburg', 'BE'),
(50.89727, 4.43354, 'Diegem', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.05952, 3.79899, 'Destelbergen', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(51.23855, 5.11448, 'Dessel', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.99339, 3.64747, 'De Pinte', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(51.09793, 2.59368, 'De Panne', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.96429, 3.41617, 'Dentergem', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(51.02869, 4.10106, 'Dendermonde', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.88506, 4.07601, 'Denderleeuw', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.98175, 3.53096, 'Deinze', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(51.27261, 3.03446, 'De Haan', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.85337, 3.35416, 'Deerlijk', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.02161, 5.11811, 'Daverdisse', 'Wallonia', 'Province du Luxembourg', 'BE'),
(51.25147, 3.28144, 'Damme', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.71315, 5.72774, 'Dalhem', 'Wallonia', 'Province de Liege', 'BE'),
(50.71703, 5.39802, 'Crisnee', 'Wallonia', 'Province de Liege', 'BE'),
(50.05284, 4.49495, 'Couvin', 'Wallonia', 'Province de Namur', 'BE'),
(50.63378, 4.56851, 'Court-Saint-Etienne', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(50.46379, 4.37470, 'Courcelles', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.47488, 5.57711, 'Comblain-au-Pont', 'Wallonia', 'Province de Liege', 'BE'),
(50.41410, 3.85569, 'Colfontaine', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.40069, 5.35154, 'Clavier', 'Wallonia', 'Province de Liege', 'BE'),
(50.29449, 5.10015, 'Ciney', 'Wallonia', 'Province de Namur', 'BE'),
(49.73833, 5.34104, 'Chiny', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.04856, 4.31712, 'Chimay', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.58787, 3.80711, 'Chievres', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.67753, 4.72120, 'Chaumont-Gistoux', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(50.58280, 5.63410, 'Chaudfontaine', 'Wallonia', 'Province de Liege', 'BE'),
(50.40338, 4.52826, 'Chatelet', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.60857, 4.64198, 'Chastre-Villeroux-Blanmont', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(50.42842, 3.95001, 'Chasse Royale', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.41136, 4.44448, 'Charleroi', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.47130, 4.28227, 'Chapelle-lez-Herlaimont', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.17047, 4.41028, 'Cerfontaine', 'Wallonia', 'Province de Namur', 'BE'),
(50.71229, 3.45733, 'Celles', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.42689, 6.20504, 'Butgenbach', 'Wallonia', 'Province de Liege', 'BE'),
(50.58454, 5.07663, 'Burdinne', 'Wallonia', 'Province de Liege', 'BE'),
(50.40731, 6.25749, 'Bullange', 'Wallonia', 'Province de Liege', 'BE'),
(51.01590, 4.20173, 'Buggenhout', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.85045, 4.34878, 'Brussels', 'Brussels Capital', 'Bruxelles-Capitale', 'BE'),
(50.50524, 4.43209, 'Brunehault', 'Wallonia', 'Province du Hainaut', 'BE'),
(51.20892, 3.22424, 'Brugge', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.59577, 3.85363, 'Brugelette', 'Wallonia', 'Province du Hainaut', 'BE'),
(51.14152, 5.59690, 'Bree', 'Flanders', 'Provincie Limburg', 'BE'),
(51.23489, 2.97559, 'Bredene', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(51.35024, 4.63829, 'Brecht', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.29120, 4.49182, 'Brasschaat', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.61745, 5.13302, 'Braives', 'Wallonia', 'Province de Liege', 'BE'),
(50.60979, 4.14658, 'Braine-le-Comte', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.67990, 4.27385, 'Braine-le-Chateau', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(50.68363, 4.36784, 'Braine-l\'Alleud', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(50.83511, 4.83450, 'Boutersem', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.43417, 3.79440, 'Boussu', 'Wallonia', 'Province du Hainaut', 'BE'),
(49.79324, 5.06703, 'Bouillon', 'Wallonia', 'Province du Luxembourg', 'BE'),
(51.19661, 4.48543, 'Borsbeek', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.09716, 4.24364, 'Bornem', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.80505, 5.34366, 'Borgloon', 'Flanders', 'Provincie Limburg', 'BE'),
(50.97929, 4.57443, 'Boortmeerbeek', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.09242, 4.37170, 'Boom', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.02261, 4.54714, 'Bonheiden', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.15959, 4.49195, 'Boechout', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.17337, 5.57994, 'Bocholt', 'Flanders', 'Provincie Limburg', 'BE'),
(50.67255, 5.72508, 'Blegny', 'Wallonia', 'Province de Liege', 'BE'),
(51.31306, 3.13227, 'Blankenberge', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.41155, 4.16469, 'Binche', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.87325, 5.51840, 'Bilzen', 'Flanders', 'Provincie Limburg', 'BE'),
(49.94085, 5.01591, 'Bievre', 'Wallonia', 'Province de Namur', 'BE'),
(50.82876, 4.75949, 'Bierbeek', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.62251, 5.66508, 'Beyne-Heusay', 'Wallonia', 'Province de Liege', 'BE'),
(51.21187, 4.25633, 'Beveren', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.91667, 4.31667, 'Bever', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(49.85596, 5.25539, 'Bertrix', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.08364, 5.66689, 'Bertogne', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.86403, 4.62918, 'Bertem', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.47460, 3.64961, 'Bernissart', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.69829, 5.21236, 'Berloz', 'Wallonia', 'Province de Liege', 'BE'),
(51.03333, 4.00000, 'Berlare', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(51.11760, 4.65835, 'Berlaar', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.04954, 5.22606, 'Beringen', 'Flanders', 'Provincie Limburg', 'BE'),
(50.55047, 3.73484, 'Beloeil', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.94074, 4.96900, 'Bekkevoort', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.01942, 4.78377, 'Begijnendijk', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(50.76589, 4.30020, 'Beersel', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.31927, 4.85304, 'Beerse', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.13981, 3.33896, 'Beernem', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.78195, 4.77180, 'Beauvechain', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(50.11042, 4.95554, 'Beauraing', 'Wallonia', 'Province de Namur', 'BE'),
(50.23699, 4.23926, 'Beaumont', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.00347, 5.71844, 'Bastogne', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.75883, 5.60989, 'Bassenge', 'Wallonia', 'Province de Liege', 'BE'),
(50.69503, 4.49218, 'Basse Lasne', 'Wallonia', 'Province du Hainaut', 'BE'),
(51.16837, 5.17027, 'Balen', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.63131, 5.97433, 'Baelen', 'Wallonia', 'Province de Liege', 'BE'),
(51.40504, 4.89226, 'Baarle-Hertog', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.47411, 5.67684, 'Aywaille', 'Wallonia', 'Province de Liege', 'BE'),
(50.66774, 5.46329, 'Awans', 'Wallonia', 'Province de Liege', 'BE'),
(50.77618, 3.44502, 'Avelgem', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.70189, 5.85812, 'Aubel', 'Wallonia', 'Province de Liege', 'BE'),
(49.56652, 5.80492, 'Aubange', 'Wallonia', 'Province du Luxembourg', 'BE'),
(49.75035, 5.78634, 'Attert', 'Wallonia', 'Province du Luxembourg', 'BE'),
(50.62937, 3.77801, 'Ath', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.36934, 5.02204, 'Assesse', 'Wallonia', 'Province de Namur', 'BE'),
(51.22598, 3.75085, 'Assenede', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.91011, 4.19836, 'Asse', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.00755, 5.58453, 'As', 'Flanders', 'Provincie Limburg', 'BE'),
(49.68333, 5.81667, 'Arlon', 'Wallonia', 'Province du Luxembourg', 'BE'),
(51.32267, 5.08289, 'Arendonk', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.97570, 3.19736, 'Ardooie', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.83700, 3.47786, 'Anzegem', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(51.21989, 4.40346, 'Antwerpen', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.56765, 3.44920, 'Antoing', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.48323, 5.51900, 'Anthisnes', 'Wallonia', 'Province de Liege', 'BE'),
(50.66230, 5.52029, 'Ans', 'Wallonia', 'Province de Liege', 'BE'),
(50.31039, 4.87827, 'Anhee', 'Wallonia', 'Province de Namur', 'BE'),
(50.40704, 4.27136, 'Anderlues', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.48941, 5.09513, 'Andenne', 'Wallonia', 'Province de Namur', 'BE'),
(50.35357, 6.17002, 'Ambleve', 'Wallonia', 'Province de Liege', 'BE'),
(50.54829, 5.30974, 'Amay', 'Wallonia', 'Province de Liege', 'BE'),
(51.01238, 2.71117, 'Alveringem', 'Flanders', 'Provincie West-Vlaanderen', 'BE'),
(50.87553, 5.30558, 'Alken', 'Flanders', 'Provincie Limburg', 'BE'),
(50.41158, 4.58671, 'Aiseau', 'Wallonia', 'Province du Hainaut', 'BE'),
(51.13412, 4.38678, 'Aartselaar', 'Flanders', 'Provincie Antwerpen', 'BE'),
(50.98715, 4.83695, 'Aarschot', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.09017, 3.44693, 'Aalter', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.93604, 4.03550, 'Aalst', 'Flanders', 'Provincie Oost-Vlaanderen', 'BE'),
(50.69211, 3.63562, 'Frasnes-lez-Anvaing', 'Wallonia', 'Province du Hainaut', 'BE'),
(50.60067, 4.63400, 'Chastre', 'Wallonia', 'Province du Brabant Wallon', 'BE'),
(50.80903, 4.16219, 'Lennik', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(51.08067, 5.00556, 'Laakdal', 'Flanders', 'Provincie Antwerpen', 'BE'),
(51.01041, 4.97492, 'Scherpenheuvel-Zichem', 'Flanders', 'Provincie Vlaams-Brabant', 'BE'),
(12.24922, -0.61527, 'Zorgo', 'Plateau-Central', 'Province du Ganzourgou', 'BF'),
(12.58186, -1.29710, 'Ziniare', 'Plateau-Central', 'Province d\'Oubritenga', 'BF'),
(12.95910, -2.26075, 'Yako', 'Nord', 'Province du Passore', 'BF'),
(13.07250, -3.06940, 'Tougan', 'Boucle du Mouhoun', 'Province du Sourou', 'BF'),
(12.75844, -2.89879, 'Toma', 'Boucle du Mouhoun', 'Province du Nayala', 'BF'),
(13.76667, -2.06667, 'Titao', 'Nord', 'Province du Loroum', 'BF'),
(11.78000, -0.36972, 'Tenkodogo', 'Centre-Est', 'Province du Boulgou', 'BF'),
(12.17423, -4.08477, 'Salanso', 'Boucle du Mouhoun', 'Province des Banwa', 'BF'),
(10.66667, -5.16667, 'Sindou', 'Cascades', 'Province de la Leraba', 'BF'),
(13.43641, 0.53044, 'Sebba', 'Sahel', 'Province du Yagha', 'BF'),
(11.55444, -1.77361, 'Sapouy', 'Centre-Ouest', 'Province du Ziro', 'BF'),
(12.31963, -2.47094, 'Reo', 'Centre-Ouest', 'Province du Sanguie', 'BF'),
(11.16972, -1.14500, 'Po', 'Centre-Sud', 'Nahouri Province', 'BF'),
(12.23972, -1.87667, 'Pitmoaga', 'Centre-Ouest', 'Province du Boulkiemde', 'BF'),
(11.24972, 0.70750, 'Pama', 'Est', 'Province de la Kompienga', 'BF'),
(14.67553, -0.46033, 'Oursi', 'Sahel', 'Province de l\'Oudalan', 'BF'),
(11.50202, 0.05886, 'Ouargaye', 'Centre-Est', 'Province du Koulpelogo', 'BF'),
(13.58278, -2.42158, 'Ouahigouya', 'Nord', 'Province du Yatenga', 'BF'),
(12.36566, -1.53388, 'Ouagadougou', 'Centre', 'Kadiogo Province', 'BF'),
(12.72939, -3.86305, 'Nouna', 'Boucle du Mouhoun', 'Province de la Kossi', 'BF'),
(11.66361, -1.07306, 'Manga', 'Centre-Sud', 'Zoundweogo Province', 'BF'),
(11.10033, -2.10654, 'Leo', 'Centre-Ouest', 'Province de la Sissili', 'BF'),
(12.17864, -0.35103, 'Koupela', 'Centre-Est', 'Kouritenga Province', 'BF'),
(12.25263, -2.36272, 'Koudougou', 'Centre-Ouest', 'Province du Boulkiemde', 'BF'),
(13.32583, -1.53472, 'Kongoussi', 'Centre-Nord', 'Province du Bam', 'BF'),
(12.06095, -1.33355, 'Kombissiri', 'Centre-Sud', 'Bazega Province', 'BF'),
(12.18972, -1.88556, 'Kokologo', 'Centre-Ouest', 'Province du Boulkiemde', 'BF'),
(13.09167, -1.08444, 'Kaya', 'Centre-Nord', 'Province du Sanmatenga', 'BF'),
(11.50000, -3.51667, 'Hounde', 'High-Basins', 'Province du Tuy', 'BF'),
(13.20776, -2.35893, 'Gourcy', 'Nord', 'Province du Zondoma', 'BF'),
(12.22760, -1.92922, 'Gouloure', 'Centre-Ouest', 'Province du Boulkiemde', 'BF'),
(14.44290, -0.23468, 'Gorom-Gorom', 'Sahel', 'Province de l\'Oudalan', 'BF'),
(12.64824, 0.49314, 'Gayeri', 'Est', 'Province de la Komandjoari', 'BF'),
(11.80000, -0.55056, 'Garango', 'Centre-Est', 'Province du Boulgou', 'BF'),
(12.06157, 0.35843, 'Fada N\'gourma', 'Est', 'Province du Gourma', 'BF'),
(14.03540, -0.03450, 'Dori', 'Sahel', 'Province du Seno', 'BF'),
(14.09940, -1.62554, 'Djibo', 'Sahel', 'Province du Soum', 'BF'),
(10.96209, -3.24967, 'Diebougou', 'Southwest', 'Province de la Bougouriba', 'BF'),
(12.07305, 1.78838, 'Diapaga', 'Est', 'Province de la Tapoa', 'BF'),
(14.60084, -0.71901, 'Deou', 'Sahel', 'Province de l\'Oudalan', 'BF'),
(12.46338, -3.46075, 'Dedougou', 'Boucle du Mouhoun', 'Province du Mouhoun', 'BF'),
(11.14640, -3.05784, 'Dano', 'Southwest', 'Province du Ioba', 'BF'),
(12.65760, -1.89288, 'Bousse', 'Plateau-Central', 'Province du Kourweogo', 'BF'),
(12.66664, -0.57469, 'Boulsa', 'Centre-Nord', 'Province du Namentenga', 'BF'),
(11.74542, -2.93006, 'Boromo', 'Boucle du Mouhoun', 'Province des Bale', 'BF'),
(12.97040, -0.14953, 'Bogande', 'Est', 'Gnagna Province', 'BF'),
(11.17715, -4.29790, 'Bobo-Dioulasso', 'High-Basins', 'Province du Houet', 'BF'),
(9.88333, -2.91667, 'Batie', 'Southwest', 'Province du Noumbiel', 'BF'),
(10.63333, -4.76667, 'Banfora', 'Cascades', 'Province de la Comoe', 'BF'),
(10.29917, -3.25083, 'Gaoua', 'Southwest', 'Province du Poni', 'BF'),
(10.94917, -4.93417, 'Orodara', 'High-Basins', 'Province du Kenedougou', 'BF'),
(14.96549, -0.16335, 'Tin-Akoff', 'Sahel', 'Province de l\'Oudalan', 'BF'),
(43.18333, 27.70000, 'Beloslav', 'Varna', 'Obshtina Beloslav', 'BG'),
(41.38333, 25.10000, 'Zlatograd', 'Smolyan', 'Obshtina Zlatograd', 'BG'),
(42.71667, 24.13333, 'Zlatitsa', 'Sofiya', 'Obshtina Zlatitsa', 'BG'),
(43.05000, 25.90000, 'Zlataritsa', 'Veliko Turnovo', 'Obshtina Zlataritsa', 'BG'),
(42.47889, 22.74917, 'Zemen', 'Pernik', 'Obshtina Zemen', 'BG'),
(42.40000, 25.08333, 'Zelenikovo', 'Plovdiv', 'Obshtina Brezovo', 'BG'),
(43.76667, 26.66667, 'Zavet', 'Razgrad', 'Obshtina Zavet', 'BG'),
(42.48333, 26.50000, 'Yambol', 'Yambol', 'Obshtina Yambol', 'BG'),
(42.02528, 23.68417, 'Yakoruda', 'Blagoevgrad', 'Obshtina Yakoruda', 'BG'),
(43.64306, 23.36778, 'Yakimovo', 'Montana', 'Obshtina Yakimovo', 'BG'),
(43.03139, 24.11278, 'Yablanitsa', 'Lovech', 'Obshtina Yablanitsa', 'BG'),
(43.19528, 23.28611, 'Vurshets', 'Montana', 'Obshtina Vurshets', 'BG'),
(43.00000, 26.63333, 'Vurbitsa', 'Shumen', 'Obshtina Vurbitsa', 'BG'),
(43.40000, 27.55000, 'Vulchidol', 'Varna', '', 'BG'),
(43.69639, 23.44472, 'Vulchedrum', 'Montana', 'Obshtina Vulchedrum', 'BG'),
(43.21000, 23.56250, 'Vratsa', 'Vratsa', 'Obshtina Vratsa', 'BG'),
(42.71360, 27.75867, 'Sveti Vlas', 'Burgas', 'Obshtina Nesebur', 'BG'),
(43.99000, 22.87250, 'Vidin', 'Vidin', 'Obshtina Vidin', 'BG'),
(43.31667, 27.43333, 'Vetrino', 'Varna', 'Obshtina Vetrino', 'BG'),
(43.70000, 26.26667, 'Vetovo', 'Ruse', 'Obshtina Vetovo', 'BG'),
(43.55000, 26.93333, 'Venets', 'Shumen', 'Obshtina Venets', 'BG'),
(42.02754, 23.99155, 'Velingrad', 'Pazardzhik', 'Obshtina Velingrad', 'BG'),
(43.08124, 25.62904, 'Veliko Turnovo', 'Veliko Turnovo', 'Obshtina Veliko Turnovo', 'BG'),
(43.21667, 27.91667, 'Varna', 'Varna', 'Obshtina Varna', 'BG'),
(43.10000, 24.41667, 'Ugurchin', 'Lovech', 'Obshtina Ugurchin', 'BG'),
(42.70000, 25.90000, 'Tvurditsa', 'Sliven', 'Obshtina Tvurditsa', 'BG'),
(44.05000, 26.61667, 'Tutrakan', 'Silistra', 'Obshtina Tutrakan', 'BG'),
(43.25120, 26.57215, 'Targovishte', 'Turgovishte', 'Obshtina Turgovishte', 'BG'),
(43.53333, 25.65000, 'Tsenovo', 'Ruse', 'Obshtina Tsenovo', 'BG'),
(42.86667, 25.50000, 'Tryavna', 'Gabrovo', 'Obshtina Tryavna', 'BG'),
(42.83528, 22.65167, 'Trun', 'Pernik', 'Obshtina Trun', 'BG'),
(42.89427, 24.71589, 'Troyan', 'Lovech', 'Obshtina Troyan', 'BG'),
(42.08333, 26.33333, 'Topolovgrad', 'Khaskovo', 'Obshtina Topolovgrad', 'BG'),
(43.56667, 27.83333, 'Dobrich', 'Dobrich', 'Obshtina Dobrich', 'BG'),
(43.85000, 26.46667, 'Tochilari', 'Razgrad', 'Obshtina Kubrat', 'BG'),
(42.91667, 24.26667, 'Teteven', 'Lovech', 'Obshtina Teteven', 'BG'),
(43.75000, 27.40000, 'Tervel', 'Dobrich', 'Obshtina Tervel', 'BG'),
(42.59972, 22.95056, 'Batanovtsi', 'Pernik', 'Obshtina Pernik', 'BG'),
(42.96667, 23.35000, 'Svoge', 'Sofiya', 'Obshtina Svoge', 'BG'),
(43.61959, 25.35044, 'Svishtov', 'Veliko Turnovo', 'Obshtina Svishtov', 'BG'),
(41.76667, 26.20000, 'Svilengrad', 'Khaskovo', 'Obshtina Svilengrad', 'BG'),
(43.33333, 27.60000, 'Suvorovo', 'Varna', 'Obshtina Suvorovo', 'BG'),
(42.76667, 26.78333, 'Sungurlare', 'Burgas', 'Obshtina Sungurlare', 'BG'),
(43.19167, 25.18111, 'Sukhindol', 'Veliko Turnovo', 'Obshtina Sukhindol', 'BG'),
(42.26667, 24.55000, 'Suedinenie', 'Plovdiv', 'Obshtina Suedinenie', 'BG'),
(41.63333, 23.20000, 'Strumyani', 'Blagoevgrad', 'Obshtina Strumyani', 'BG'),
(42.50000, 24.31667, 'Strelcha', 'Pazardzhik', 'Obshtina Strelcha', 'BG'),
(43.23333, 25.96667, 'Strazhitsa', 'Veliko Turnovo', 'Obshtina Strazhitsa', 'BG'),
(42.60000, 26.68333, 'Straldzha', 'Yambol', 'Obshtina Straldzha', 'BG'),
(42.43278, 25.64194, 'Stara Zagora', 'Stara Zagora', 'Obshtina Stara Zagora', 'BG'),
(41.80000, 23.18333, 'Stara Kresna', 'Blagoevgrad', 'Obshtina Kresna', 'BG'),
(42.26667, 23.11667, 'Dupnitsa', 'Kyustendil', 'Obshtina Dupnitsa', 'BG'),
(42.13333, 24.53333, 'Stamboliyski', 'Plovdiv', '', 'BG'),
(42.41667, 27.70000, 'Sozopol', 'Burgas', 'Obshtina Sozopol', 'BG'),
(42.69751, 23.32415, 'Sofia', 'Sofia-Capital', 'Stolichna Obshtina', 'BG'),
(43.06667, 27.01667, 'Smyadovo', 'Shumen', 'Obshtina Smyadovo', 'BG'),
(41.58528, 24.69194, 'Smolyan', 'Smolyan', 'Obshtina Smolyan', 'BG'),
(43.95000, 26.20000, 'Slivo Pole', 'Ruse', 'Obshtina Slivo Pole', 'BG'),
(42.85000, 23.03333, 'Slivnitsa', 'Sofiya', 'Obshtina Slivnitsa', 'BG'),
(42.68583, 26.32917, 'Sliven', 'Sliven', 'Obshtina Sliven', 'BG'),
(43.46667, 24.86667, 'Slavyanovo', 'Pleven', 'Obshtina Pleven', 'BG'),
(44.01667, 27.01667, 'Sitovo', 'Silistra', 'Obshtina Sitovo', 'BG'),
(41.88333, 23.11667, 'Simitli', 'Blagoevgrad', 'Obshtina Simitli', 'BG'),
(42.03333, 25.83333, 'Simeonovgrad', 'Khaskovo', 'Obshtina Simeonovgrad', 'BG'),
(44.11667, 27.26667, 'Silistra', 'Silistra', 'Obshtina Silistra', 'BG'),
(43.27064, 26.92286, 'Shumen', 'Shumen', 'Obshtina Shumen', 'BG'),
(42.71667, 25.33333, 'Shipka', 'Stara Zagora', 'Obshtina Kazanluk', 'BG'),
(43.53333, 28.53333, 'Shabla', 'Dobrich', 'Obshtina Shabla', 'BG'),
(43.02583, 25.11361, 'Sevlievo', 'Gabrovo', 'Obshtina Sevlievo', 'BG'),
(42.21667, 24.10000, 'Septemvri', 'Pazardzhik', 'Obshtina Septemvri', 'BG'),
(43.65000, 26.36667, 'Senovo', 'Ruse', 'Obshtina Vetovo', 'BG'),
(41.61667, 23.98333, 'Satovcha', 'Blagoevgrad', 'Obshtina Satovcha', 'BG'),
(42.28333, 23.26667, 'Sapareva Banya', 'Kyustendil', '', 'BG'),
(41.56667, 23.28333, 'Sandanski', 'Blagoevgrad', 'Obshtina Sandanski', 'BG'),
(43.51667, 26.75000, 'Samuil', 'Razgrad', 'Obshtina Samuil', 'BG'),
(42.33700, 23.55280, 'Samokov', 'Sofiya', 'Obshtina Samokov', 'BG'),
(42.13333, 24.93333, 'Sadovo', 'Plovdiv', 'Obshtina Sadovo', 'BG'),
(43.62333, 22.83083, 'Ruzhintsi', 'Vidin', 'Obshtina Ruzhintsi', 'BG'),
(43.85639, 25.97083, 'Ruse', 'Ruse', 'Obshtina Ruse', 'BG'),
(42.80000, 27.28333, 'Ruen', 'Burgas', 'Obshtina Ruen', 'BG'),
(41.48333, 24.85000, 'Rudozem', 'Smolyan', '', 'BG'),
(43.15000, 23.91667, 'Roman', 'Vratsa', 'Obshtina Roman', 'BG'),
(42.13333, 23.13333, 'Rila', 'Kyustendil', 'Obshtina Rila', 'BG'),
(41.88630, 23.46714, 'Razlog', 'Blagoevgrad', 'Obshtina Razlog', 'BG'),
(43.53333, 26.51667, 'Razgrad', 'Razgrad', 'Obshtina Razgrad', 'BG'),
(42.64507, 27.67681, 'Ravda', 'Burgas', 'Obshtina Nesebur', 'BG'),
(42.30000, 24.96667, 'Rakovski', 'Plovdiv', 'Obshtina Rakovski', 'BG'),
(41.98333, 24.08333, 'Rakitovo', 'Pazardzhik', 'Obshtina Rakitovo', 'BG'),
(42.54444, 22.95778, 'Radomir', 'Pernik', 'Obshtina Radomir', 'BG'),
(42.30000, 25.93333, 'Radnevo', 'Stara Zagora', 'Obshtina Radnevo', 'BG'),
(43.15000, 25.65000, 'Purvomaytsi', 'Veliko Turnovo', 'Obshtina Gorna Oryakhovitsa', 'BG'),
(43.18333, 27.43333, 'Provadiya', 'Varna', 'Obshtina Provadiya', 'BG'),
(42.26667, 27.76667, 'Primorsko', 'Burgas', 'Obshtina Primorsko', 'BG'),
(43.16667, 26.81667, 'Veliki Preslav', 'Shumen', 'Obshtina Veliki Preslav', 'BG'),
(42.88333, 23.91667, 'Pravets', 'Sofiya', 'Obshtina Pravets', 'BG'),
(43.38333, 24.85000, 'Pordim', 'Pleven', 'Obshtina Pordim', 'BG'),
(43.35000, 26.23333, 'Popovo', 'Turgovishte', 'Obshtina Popovo', 'BG'),
(42.55882, 27.64393, 'Pomorie', 'Burgas', 'Obshtina Pomorie', 'BG'),
(43.38361, 25.64972, 'Polski Trumbesh', 'Veliko Turnovo', 'Obshtina Polski Trumbesh', 'BG'),
(42.15000, 24.75000, 'Plovdiv', 'Plovdiv', 'Obshtina Plovdiv', 'BG'),
(43.36667, 27.11667, 'Pliska', 'Shumen', 'Obshtina Kaspichan', 'BG'),
(43.41667, 24.61667, 'Pleven', 'Pleven', 'Obshtina Pleven', 'BG'),
(42.70000, 24.18333, 'Pirdop', 'Sofiya', 'Obshtina Pirdop', 'BG'),
(41.40000, 23.21667, 'Petrich', 'Blagoevgrad', 'Obshtina Petrich', 'BG'),
(42.03333, 24.30000, 'Peshtera', 'Pazardzhik', 'Obshtina Peshtera', 'BG'),
(42.05000, 24.55000, 'Perushtitsa', 'Plovdiv', 'Obshtina Perushtitsa', 'BG'),
(42.60000, 23.03333, 'Pernik', 'Pernik', 'Obshtina Pernik', 'BG'),
(43.45000, 24.26667, 'Iskur', 'Pleven', '', 'BG'),
(42.20000, 24.33333, 'Pazardzhik', 'Pazardzhik', 'Obshtina Pazardzhik', 'BG'),
(43.24278, 25.32194, 'Pavlikeni', 'Veliko Turnovo', 'Obshtina Pavlikeni', 'BG'),
(42.60000, 25.20000, 'Pavel Banya', 'Stara Zagora', 'Obshtina Pavel Banya', 'BG'),
(42.50000, 24.18333, 'Panagyurishte', 'Pazardzhik', 'Obshtina Panagyurishte', 'BG'),
(43.73333, 23.96667, 'Oryakhovo', 'Vratsa', 'Obshtina Oryakhovo', 'BG'),
(43.45000, 26.16667, 'Opaka', 'Turgovishte', 'Obshtina Opaka', 'BG'),
(43.10000, 26.41667, 'Omurtag', 'Turgovishte', 'Obshtina Omurtag', 'BG'),
(42.81667, 27.88333, 'Obzor', 'Burgas', 'Obshtina Nesebur', 'BG'),
(44.15861, 22.78667, 'Novo Selo', 'Vidin', 'Obshtina Novo Selo', 'BG'),
(43.35000, 27.20000, 'Novi Pazar', 'Shumen', 'Obshtina Novi Pazar', 'BG'),
(42.48333, 26.01667, 'Nova Zagora', 'Sliven', 'Obshtina Nova Zagora', 'BG'),
(43.70000, 24.90000, 'Nikopol', 'Pleven', 'Obshtina Nikopol', 'BG'),
(42.63333, 25.80000, 'Nikolaevo', 'Stara Zagora', 'Obshtina Nikolaevo', 'BG'),
(42.65921, 27.73602, 'Nesebar', 'Burgas', 'Obshtina Nesebur', 'BG'),
(41.45000, 25.08333, 'Nedelino', 'Smolyan', 'Obshtina Nedelino', 'BG'),
(42.60000, 25.55000, 'Muglizh', 'Stara Zagora', 'Obshtina Muglizh', 'BG'),
(43.68333, 23.85000, 'Miziya', 'Vratsa', 'Obshtina Miziya', 'BG'),
(42.70000, 23.98333, 'Mirkovo', 'Sofiya', 'Obshtina Mirkovo', 'BG'),
(41.91667, 25.35000, 'Mineralni Bani', 'Khaskovo', 'Obshtina Mineralni Bani', 'BG'),
(43.41250, 23.22500, 'Montana', 'Montana', 'Obshtina Montana', 'BG'),
(42.16955, 27.84541, 'Tsarevo', 'Burgas', 'Obshtina Tsarevo', 'BG'),
(43.15000, 23.70000, 'Mezdra', 'Vratsa', 'Obshtina Mezdra', 'BG'),
(43.76667, 26.51667, 'Medovene', 'Razgrad', 'Obshtina Kubrat', 'BG'),
(43.62972, 23.18111, 'Medkovets', 'Montana', 'Obshtina Medkovets', 'BG'),
(41.98333, 27.53333, 'Malko Turnovo', 'Burgas', 'Obshtina Malko Turnovo', 'BG'),
(41.63333, 25.86667, 'Madzharovo', 'Khaskovo', 'Obshtina Madzharovo', 'BG'),
(41.50000, 24.95000, 'Madan', 'Smolyan', 'Obshtina Madan', 'BG'),
(41.83333, 26.08333, 'Lyubimets', 'Khaskovo', 'Obshtina Lyubimets', 'BG'),
(43.11111, 25.72833, 'Lyaskovets', 'Veliko Turnovo', 'Obshtina Lyaskovets', 'BG'),
(43.20000, 24.16667, 'Lukovit', 'Lovech', 'Obshtina Lukovit', 'BG'),
(41.85000, 24.81667, 'Luki', 'Plovdiv', 'Obshtina Luki', 'BG'),
(43.36667, 26.60000, 'Loznitsa', 'Razgrad', 'Obshtina Loznitsa', 'BG'),
(43.13333, 24.71667, 'Lovech', 'Lovech', 'Obshtina Lovech', 'BG'),
(43.81389, 23.23611, 'Lom', 'Montana', 'Obshtina Lom', 'BG'),
(43.36667, 25.13333, 'Levski', 'Pleven', 'Obshtina Levski', 'BG'),
(43.31167, 25.07333, 'Letnitsa', 'Lovech', '', 'BG'),
(42.35000, 24.11667, 'Lesichevo', 'Pazardzhik', 'Obshtina Lesichevo', 'BG'),
(43.05000, 23.40000, 'Lakatnik', 'Sofiya', 'Obshtina Svoge', 'BG'),
(42.28389, 22.69111, 'Kyustendil', 'Kyustendil', 'Obshtina Kyustendil', 'BG'),
(41.65000, 25.36667, 'Kurdzhali', 'Kurdzhali', 'Obshtina Kurdzhali', 'BG'),
(43.88778, 22.52139, 'Kula', 'Vidin', 'Obshtina Kula', 'BG'),
(43.80000, 26.50000, 'Kubrat', 'Razgrad', 'Obshtina Kubrat', 'BG'),
(43.81667, 27.75000, 'Krushari', 'Dobrich', 'Obshtina Krushari', 'BG'),
(41.46667, 25.65000, 'Krumovgrad', 'Kurdzhali', 'Obshtina Krumovgrad', 'BG'),
(43.37444, 23.48444, 'Krivodol', 'Vratsa', 'Obshtina Krivodol', 'BG'),
(42.05000, 24.46667, 'Krichim', 'Plovdiv', 'Obshtina Krichim', 'BG'),
(41.73333, 23.15000, 'Kresna', 'Blagoevgrad', 'Obshtina Kresna', 'BG'),
(43.78333, 23.73333, 'Kozloduy', 'Vratsa', 'Obshtina Kozloduy', 'BG'),
(43.35000, 24.13333, 'Koynare', 'Pleven', 'Obshtina Cherven Bryag', 'BG'),
(42.88333, 26.45000, 'Kotel', 'Sliven', 'Obshtina Kotel', 'BG'),
(42.81667, 23.21667, 'Kostinbrod', 'Sofiya', 'Obshtina Kostinbrod', 'BG'),
(42.63333, 24.35000, 'Koprivshtitsa', 'Sofiya', 'Obshtina Koprivshtitsa', 'BG'),
(42.08333, 23.06667, 'Kocherinovo', 'Kyustendil', 'Obshtina Kocherinovo', 'BG'),
(43.50000, 24.08333, 'Knezha', 'Pleven', 'Obshtina Knezha', 'BG'),
(42.70000, 24.45000, 'Klisura', 'Plovdiv', 'Obshtina Karlovo', 'BG'),
(43.08333, 27.31667, 'Kiten', 'Varna', 'Obshtina Provadiya', 'BG'),
(42.23424, 27.77490, 'Kiten', 'Burgas', 'Obshtina Primorsko', 'BG'),
(42.98333, 25.63333, 'Kilifarevo', 'Veliko Turnovo', 'Obshtina Veliko Turnovo', 'BG'),
(43.61667, 26.25000, 'Tsar Kaloyan', 'Razgrad', 'Obshtina Tsar Kaloyan', 'BG'),
(42.50000, 24.70000, 'Khisarya', 'Plovdiv', 'Obshtina Khisarya', 'BG'),
(43.60000, 23.66667, 'Khayredin', 'Vratsa', 'Obshtina Khayredin', 'BG'),
(41.93415, 25.55557, 'Haskovo', 'Khaskovo', 'Obshtina Khaskovo', 'BG'),
(41.93333, 25.90000, 'Kharmanli', 'Khaskovo', 'Obshtina Kharmanli', 'BG'),
(41.52222, 23.86861, 'Khadzhidimovo', 'Blagoevgrad', 'Obshtina Khadzhidimovo', 'BG'),
(42.50000, 26.25000, 'Kermen', 'Sliven', 'Obshtina Sliven', 'BG'),
(42.61667, 25.40000, 'Kazanluk', 'Stara Zagora', 'Obshtina Kazanluk', 'BG'),
(43.98333, 27.50000, 'Kaynardzha', 'Silistra', 'Obshtina Kaynardzha', 'BG'),
(43.43333, 28.33333, 'Kavarna', 'Dobrich', 'Obshtina Kavarna', 'BG'),
(43.31667, 27.16667, 'Kaspichan', 'Shumen', 'Obshtina Kaspichan', 'BG'),
(42.65000, 26.98333, 'Karnobat', 'Burgas', 'Obshtina Karnobat', 'BG'),
(42.63333, 24.80000, 'Karlovo', 'Plovdiv', 'Obshtina Karlovo', 'BG'),
(43.61667, 27.11667, 'Kaolinovo', 'Shumen', 'Obshtina Kaolinovo', 'BG'),
(42.57446, 27.29387, 'Kameno', 'Burgas', 'Obshtina Kameno', 'BG'),
(42.35000, 24.73333, 'Kaloyanovo', 'Plovdiv', 'Obshtina Kaloyanovo', 'BG'),
(42.61667, 24.98333, 'Kalofer', 'Plovdiv', 'Obshtina Karlovo', 'BG'),
(41.53333, 26.13333, 'Ivaylovgrad', 'Khaskovo', 'Obshtina Ivaylovgrad', 'BG'),
(43.70000, 25.98333, 'Ivanovo', 'Ruse', 'Obshtina Ivanovo', 'BG'),
(43.71667, 26.83333, 'Isperikh', 'Razgrad', 'Obshtina Isperikh', 'BG'),
(42.43333, 23.81667, 'Ikhtiman', 'Sofiya', 'Obshtina Ikhtiman', 'BG'),
(41.60000, 23.81667, 'Gurmen', 'Blagoevgrad', 'Obshtina Gurmen', 'BG'),
(42.66667, 25.80000, 'Gurkovo', 'Stara Zagora', '', 'BG'),
(43.63333, 24.70000, 'Gulyantsi', 'Pleven', 'Obshtina Gulyantsi', 'BG'),
(42.13333, 25.85000, 'Gulubovo', 'Stara Zagora', '', 'BG'),
(42.34747, 27.17898, 'Sredets', 'Burgas', 'Obshtina Sredets', 'BG'),
(43.83444, 22.65861, 'Gramada', 'Vidin', 'Obshtina Gramada', 'BG'),
(41.40000, 24.23000, 'Gyovren', 'Smolyan', 'Obshtina Devin', 'BG'),
(41.56667, 23.73333, 'Gotse Delchev', 'Blagoevgrad', 'Obshtina Gotse Delchev', 'BG'),
(43.12778, 25.70167, 'Gorna Oryakhovitsa', 'Veliko Turnovo', 'Obshtina Gorna Oryakhovitsa', 'BG'),
(42.68333, 23.70000, 'Gorna Malina', 'Sofiya', 'Obshtina Gorna Malina', 'BG'),
(43.85000, 26.45000, 'Gorichevo', 'Razgrad', 'Obshtina Kubrat', 'BG'),
(43.01500, 23.04417, 'Godech', 'Sofiya', 'Obshtina Godech', 'BG'),
(43.91667, 26.83333, 'Glavinitsa', 'Silistra', 'Obshtina Glavinitsa', 'BG'),
(42.98333, 27.71667, 'Dolni Chiflik', 'Varna', 'Obshtina Dolni Chiflik', 'BG'),
(43.70000, 28.03333, 'General-Toshevo', 'Dobrich', '', 'BG'),
(43.43333, 26.91667, 'Gara Khitrino', 'Shumen', 'Obshtina Khitrino', 'BG'),
(42.87472, 25.33417, 'Gabrovo', 'Gabrovo', 'Obshtina Gabrovo', 'BG'),
(41.80000, 25.26667, 'Gabrovo', 'Kurdzhali', 'Obshtina Chernoochene', 'BG'),
(42.83333, 24.00000, 'Etropole', 'Sofiya', 'Obshtina Etropole', 'BG'),
(42.38333, 25.43333, 'Elkhovo', 'Stara Zagora', 'Obshtina Nikolaevo', 'BG'),
(42.16667, 26.56667, 'Elkhovo', 'Yambol', 'Obshtina Elkhovo', 'BG'),
(42.66667, 23.60000, 'Elin Pelin', 'Sofiya', 'Obshtina Elin Pelin', 'BG'),
(42.93333, 25.88333, 'Elena', 'Veliko Turnovo', '', 'BG'),
(41.50000, 25.30000, 'Dzhebel', 'Kurdzhali', 'Obshtina Dzhebel', 'BG'),
(43.60000, 25.86667, 'Dve Mogili', 'Ruse', 'Obshtina Dve Mogili', 'BG'),
(43.92111, 22.82111, 'Dunavtsi', 'Vidin', 'Obshtina Vidin', 'BG'),
(43.81667, 27.15000, 'Dulovo', 'Silistra', 'Obshtina Dulovo', 'BG'),
(43.05000, 27.35000, 'Dulgopol', 'Varna', 'Obshtina Dulgopol', 'BG'),
(42.97897, 25.47850, 'Dryanovo', 'Gabrovo', 'Obshtina Dryanovo', 'BG'),
(42.91889, 22.93167, 'Dragoman', 'Sofiya', 'Obshtina Dragoman', 'BG'),
(41.65000, 24.16667, 'Dospat', 'Smolyan', 'Obshtina Dospat', 'BG'),
(43.40000, 24.43333, 'Dolni Dubnik', 'Pleven', 'Obshtina Dolni Dubnik', 'BG'),
(43.46667, 24.53333, 'Dolna Mitropoliya', 'Pleven', 'Obshtina Dolna Mitropoliya', 'BG'),
(42.30000, 23.76667, 'Dolna Banya', 'Sofiya', 'Obshtina Dolna Banya', 'BG'),
(43.74167, 22.72694, 'Dimovo', 'Vidin', 'Obshtina Dimovo', 'BG'),
(42.05000, 25.60000, 'Dimitrovgrad', 'Khaskovo', 'Obshtina Dimitrovgrad', 'BG'),
(43.22222, 27.56944, 'Devnya', 'Varna', 'Obshtina Devnya', 'BG'),
(41.74327, 24.40003, 'Devin', 'Smolyan', 'Obshtina Devin', 'BG'),
(43.03333, 25.61667, 'Debelets', 'Veliko Turnovo', 'Obshtina Veliko Turnovo', 'BG'),
(42.20000, 25.33333, 'Chirpan', 'Stara Zagora', 'Obshtina Chirpan', 'BG'),
(43.38417, 22.88083, 'Chiprovtsi', 'Montana', 'Obshtina Chiprovtsi', 'BG'),
(43.26667, 24.10000, 'Cherven Bryag', 'Pleven', 'Obshtina Cherven Bryag', 'BG'),
(42.44589, 27.63834, 'Chernomorets', 'Burgas', 'Obshtina Sozopol', 'BG'),
(41.73333, 24.68333, 'Chepelare', 'Smolyan', 'Obshtina Chepelare', 'BG'),
(42.70000, 24.08333, 'Chelopech', 'Sofiya', 'Obshtina Chelopech', 'BG'),
(42.65000, 24.05000, 'Chavdar', 'Sofiya', 'Obshtina Chavdar', 'BG'),
(43.46667, 23.93333, 'Byala Slatina', 'Vratsa', 'Obshtina Byala Slatina', 'BG'),
(43.20000, 25.30000, 'Byala Cherkva', 'Veliko Turnovo', 'Obshtina Pavlikeni', 'BG'),
(42.88333, 27.88333, 'Byala', 'Varna', 'Obshtina Byala', 'BG'),
(42.50606, 27.46781, 'Burgas', 'Burgas', 'Obshtina Burgas', 'BG'),
(42.76667, 23.56667, 'Bukhovo', 'Sofia-Capital', 'Stolichna Obshtina', 'BG'),
(43.66667, 23.06667, 'Brusartsi', 'Montana', 'Obshtina Brusartsi', 'BG'),
(42.35000, 25.08333, 'Brezovo', 'Plovdiv', 'Obshtina Brezovo', 'BG'),
(42.74139, 22.89806, 'Breznik', 'Pernik', 'Obshtina Breznik', 'BG'),
(44.15167, 22.64250, 'Bregovo', 'Vidin', '', 'BG'),
(42.01667, 24.36667, 'Bratsigovo', 'Pazardzhik', 'Obshtina Bratsigovo', 'BG'),
(42.75000, 23.20000, 'Bozhurishte', 'Sofiya', 'Obshtina Bozhurishte', 'BG'),
(43.47222, 23.33583, 'Boychinovtsi', 'Montana', 'Obshtina Boychinovtsi', 'BG'),
(43.03250, 23.37806, 'Bov', 'Sofiya', 'Obshtina Svoge', 'BG'),
(42.90000, 23.78333, 'Botevgrad', 'Sofiya', 'Obshtina Botevgrad', 'BG'),
(43.50000, 25.80000, 'Borovo', 'Ruse', 'Obshtina Borovo', 'BG'),
(43.43333, 23.75000, 'Borovan', 'Vratsa', 'Obshtina Borovan', 'BG'),
(41.68333, 24.28333, 'Borino', 'Smolyan', 'Obshtina Borino', 'BG'),
(42.15000, 26.81667, 'Bolyarovo', 'Yambol', 'Obshtina Bolyarovo', 'BG'),
(42.36972, 23.01722, 'Bobovdol', 'Kyustendil', 'Obshtina Bobovdol', 'BG'),
(42.15972, 23.01639, 'Boboshevo', 'Kyustendil', 'Obshtina Boboshevo', 'BG'),
(42.01667, 23.10000, 'Blagoevgrad', 'Blagoevgrad', 'Obshtina Blagoevgrad', 'BG'),
(43.23611, 23.12583, 'Berkovitsa', 'Montana', 'Obshtina Berkovitsa', 'BG'),
(42.21667, 24.01667, 'Belovo', 'Pazardzhik', 'Obshtina Belovo', 'BG'),
(43.62722, 22.68361, 'Belogradchik', 'Vidin', 'Obshtina Belogradchik', 'BG'),
(41.95694, 23.57250, 'Belitsa', 'Blagoevgrad', 'Obshtina Belitsa', 'BG'),
(43.65000, 25.11667, 'Belene', 'Pleven', 'Obshtina Belene', 'BG'),
(41.95000, 24.21667, 'Batak', 'Pazardzhik', 'Obshtina Batak', 'BG'),
(42.73333, 27.50000, 'Bata', 'Burgas', 'Obshtina Pomorie', 'BG'),
(41.83830, 23.48851, 'Bansko', 'Blagoevgrad', 'Obshtina Bansko', 'BG'),
(41.61667, 25.01667, 'Banite', 'Smolyan', 'Obshtina Banite', 'BG'),
(43.41667, 28.16667, 'Balchik', 'Dobrich', 'Obshtina Balchik', 'BG'),
(42.70000, 27.25000, 'Aytos', 'Burgas', 'Obshtina Aytos', 'BG'),
(42.01667, 24.86667, 'Asenovgrad', 'Plovdiv', 'Obshtina Asenovgrad', 'BG'),
(42.65000, 25.20000, 'Asen', 'Stara Zagora', 'Obshtina Pavel Banya', 'BG'),
(41.58333, 25.13333, 'Ardino', 'Kurdzhali', '', 'BG');
INSERT INTO `reverse_geocode` (`lat`, `lng`, `city`, `region`, `province`, `country`) VALUES
(42.84142, 24.91759, 'Apriltsi', 'Lovech', 'Obshtina Apriltsi', 'BG'),
(43.15000, 26.16667, 'Antonovo', 'Turgovishte', 'Obshtina Antonovo', 'BG'),
(42.75000, 24.28333, 'Anton', 'Sofiya', 'Obshtina Anton', 'BG'),
(43.95000, 27.28333, 'Alfatar', 'Silistra', 'Obshtina Alfatar', 'BG'),
(43.25000, 27.81667, 'Aksakovo', 'Varna', 'Obshtina Aksakovo', 'BG'),
(42.10000, 27.95000, 'Akhtopol', 'Burgas', 'Obshtina Tsarevo', 'BG'),
(43.28500, 28.04180, 'Zlatni Pyasatsi', 'Varna', 'Obshtina Varna', 'BG'),
(42.64987, 27.64838, 'Aheloy', 'Burgas', '', 'BG'),
(43.40296, 28.41189, 'Balgarevo', 'Varna', '', 'BG'),
(26.15472, 50.62056, 'Sitrah', 'Northern', '', 'BH'),
(26.17361, 50.54778, 'Madinat `Isa', 'Northern', '', 'BH'),
(26.21861, 50.54778, 'Jidd Hafs', 'Manama', '', 'BH'),
(26.11528, 50.50694, 'Madinat Hamad', 'Central Governorate', '', 'BH'),
(26.06861, 50.50389, 'Dar Kulayb', 'Central Governorate', '', 'BH'),
(26.25722, 50.61194, 'Al Muharraq', 'Muharraq', '', 'BH'),
(26.21536, 50.58320, 'Manama', 'Manama', '', 'BH'),
(26.24556, 50.65417, 'Al Hadd', 'Muharraq', '', 'BH'),
(26.13000, 50.55500, 'Ar Rifa\'', 'Northern', '', 'BH'),
(-4.13480, 29.80400, 'Makamba', 'Makamba', '', 'BI'),
(-3.94877, 29.62438, 'Bururi', 'Bururi', '', 'BI'),
(-3.97360, 29.43860, 'Rumonge', 'Bururi', '', 'BI'),
(-3.52720, 29.70340, 'Mwaro', 'Mwaro', '', 'BI'),
(-3.38220, 29.36440, 'Bujumbura', 'Bujumbura Mairie', '', 'BI'),
(-3.26820, 29.60790, 'Muramvya', 'Muramvya', '', 'BI'),
(-3.42640, 29.93080, 'Gitega', 'Gitega', '', 'BI'),
(-3.47639, 30.24861, 'Ruyigi', 'Ruyigi', '', 'BI'),
(-3.21860, 30.55280, 'Cankuzo', 'Cankuzo', '', 'BI'),
(-3.10608, 30.17351, 'Karuzi', 'Karuzi', '', 'BI'),
(-3.08040, 29.39100, 'Bubanza', 'Bubanza', '', 'BI'),
(-2.88690, 29.12480, 'Cibitoke', 'Cibitoke', '', 'BI'),
(-2.96630, 29.19440, 'Buganda', 'Cibitoke', 'Commune of Buganda', 'BI'),
(-2.90750, 29.83060, 'Ngozi', 'Ngozi', '', 'BI'),
(-2.92210, 29.62930, 'Kayanza', 'Kayanza', '', 'BI'),
(-2.84510, 30.34140, 'Muyinga', 'Muyinga', '', 'BI'),
(-2.58450, 30.09590, 'Kirundo', 'Kirundo', '', 'BI'),
(-3.92790, 29.99200, 'Rutana', 'Rutana', '', 'BI'),
(8.88649, 2.59753, 'Tchaourou', 'Borgou', '', 'BJ'),
(10.62118, 1.26651, 'Tanguieta', 'Atakora', '', 'BJ'),
(8.03424, 2.48660, 'Save', 'Collines', '', 'BJ'),
(7.92807, 1.97558, 'Savalou', 'Collines', '', 'BJ'),
(6.73618, 2.65866, 'Sakete', 'Plateau', '', 'BJ'),
(6.49646, 2.60359, 'Porto-Novo', 'Queme', '', 'BJ'),
(6.98008, 2.66490, 'Pobe', 'Plateau', '', 'BJ'),
(9.33716, 2.63031, 'Parakou', 'Borgou', '', 'BJ'),
(6.36307, 2.08506, 'Ouidah', 'Atlantique', '', 'BJ'),
(9.94009, 3.21075, 'Nikki', 'Borgou', '', 'BJ'),
(10.30416, 1.37962, 'Natitingou', 'Atakora', '', 'BJ'),
(11.86819, 3.38327, 'Malanville', 'Atakora', '', 'BJ'),
(6.63869, 1.71674, 'Lokossa', 'Mono', '', 'BJ'),
(7.36332, 2.59978, 'Ketou', 'Plateau', '', 'BJ'),
(11.13417, 2.93861, 'Kandi', 'Alibori', '', 'BJ'),
(6.76667, 2.16667, 'Hinvi', 'Atlantique', '', 'BJ'),
(6.41667, 2.25000, 'Hevie', 'Atlantique', '', 'BJ'),
(10.56583, 1.72444, 'Guilmaro', 'Atakora', '', 'BJ'),
(6.28036, 1.82251, 'Grand-Popo', 'Mono', '', 'BJ'),
(6.81667, 1.78333, 'Dogbo', 'Kouffo', '', 'BJ'),
(9.70853, 1.66598, 'Djougou', 'Donga', '', 'BJ'),
(7.75000, 2.18333, 'Dassa-Zoume', 'Collines', '', 'BJ'),
(7.22097, 2.34017, 'Cove', 'Zou', '', 'BJ'),
(6.36536, 2.41833, 'Cotonou', 'Littoral', '', 'BJ'),
(6.40764, 1.88198, 'Come', 'Mono', '', 'BJ'),
(7.17826, 2.06670, 'Bohicon', 'Zou', '', 'BJ'),
(9.19916, 2.25855, 'Beterou', 'Borgou', '', 'BJ'),
(10.22827, 2.66335, 'Bembereke', 'Borgou', '', 'BJ'),
(9.00814, 1.66540, 'Bassila', 'Donga', '', 'BJ'),
(11.29845, 2.43856, 'Banikoara', 'Alibori', '', 'BJ'),
(6.93333, 1.68333, 'Aplahoue', 'Kouffo', '', 'BJ'),
(6.66547, 2.15138, 'Allada', 'Atlantique', '', 'BJ'),
(6.44852, 2.35566, 'Abomey-Calavi', 'Atlantique', '', 'BJ'),
(7.18286, 1.99119, 'Abomey', 'Zou', '', 'BJ'),
(17.89618, -62.84978, 'Gustavia', '', '', 'BL'),
(32.38167, -64.67806, 'Saint George', 'Saint George', '', 'BM'),
(32.29490, -64.78303, 'Hamilton', 'Hamilton city', '', 'BM'),
(4.80000, 114.65000, 'Tutong', 'Tutong', '', 'BN'),
(4.60637, 114.32476, 'Seria', 'Belait', '', 'BN'),
(4.58361, 114.23120, 'Kuala Belait', 'Belait', '', 'BN'),
(4.71667, 115.06667, 'Bangar', 'Temburong', '', 'BN'),
(4.94029, 114.94806, 'Bandar Seri Begawan', 'Brunei and Muara', '', 'BN'),
(-18.28333, -59.81667, 'San Pedro', 'Santa Cruz', '', 'BO'),
(-16.36667, -58.40000, 'San Matias', 'Santa Cruz', '', 'BO'),
(-18.33333, -59.75000, 'Robore', 'Santa Cruz', '', 'BO'),
(-17.78333, -57.76667, 'Puerto Quijarro', 'Santa Cruz', '', 'BO'),
(-9.71828, -65.39544, 'Nueva Manoa', 'Pando', 'Provincia General Federico Roman', 'BO'),
(-19.18929, -65.12329, 'Yamparaez', 'Chuquisaca', 'Provincia Yamparaez', 'BO'),
(-22.01643, -63.67753, 'Yacuiba', 'Tarija', 'Provincia Gran Chaco', 'BO'),
(-17.50000, -63.16667, 'Warnes', 'Santa Cruz', '', 'BO'),
(-16.95000, -67.55000, 'Viloco', 'La Paz', '', 'BO'),
(-22.08659, -65.59422, 'Villazon', 'Potosi', '', 'BO'),
(-17.40000, -63.83333, 'Villa Yapacani', 'Santa Cruz', '', 'BO'),
(-19.12489, -64.32343, 'Villa Serrano', 'Chuquisaca', 'Provincia Belisario Boeto', 'BO'),
(-19.15861, -65.26417, 'Yotala', 'Chuquisaca', 'Provincia Oropeza', 'BO'),
(-21.26235, -63.46903, 'Villamontes', 'Tarija', '', 'BO'),
(-18.48923, -64.10609, 'Vallegrande', 'Santa Cruz', '', 'BO'),
(-20.45967, -66.82503, 'Uyuni', 'Potosi', '', 'BO'),
(-15.39286, -62.94661, 'Urubicha', 'Santa Cruz', '', 'BO'),
(-21.44345, -65.71875, 'Tupiza', 'Potosi', '', 'BO'),
(-14.83333, -64.90000, 'Trinidad', 'El Beni', '', 'BO'),
(-18.49587, -66.87380, 'Totoral', 'Oruro', '', 'BO'),
(-17.72662, -65.19320, 'Totora', 'Cochabamba', '', 'BO'),
(-19.18333, -64.53333, 'Tomina', 'Chuquisaca', 'Provincia Tomina', 'BO'),
(-17.58333, -67.51667, 'Eucaliptus', 'La Paz', '', 'BO'),
(-16.55228, -68.67953, 'Tiahuanaco', 'La Paz', '', 'BO'),
(-21.53549, -64.72956, 'Tarija', 'Tarija', '', 'BO'),
(-17.60898, -66.02135, 'Tarata', 'Cochabamba', '', 'BO'),
(-19.18168, -64.91517, 'Tarabuco', 'Chuquisaca', 'Provincia Yamparaez', 'BO'),
(-19.03332, -65.26274, 'Sucre', 'Chuquisaca', '', 'BO'),
(-19.34000, -64.99917, 'Sotomayor', 'Chuquisaca', 'Provincia Yamparaez', 'BO'),
(-15.76667, -68.63333, 'Sorata', 'La Paz', '', 'BO'),
(-17.45000, -66.38333, 'Sipe Sipe', 'Cochabamba', '', 'BO'),
(-19.93333, -63.78333, 'Sapirangui', 'Chuquisaca', 'Provincia Luis Calvo', 'BO'),
(-17.98674, -63.38118, 'Santiago del Torno', 'Santa Cruz', '', 'BO'),
(-17.10916, -63.59514, 'Santa Rosa del Sara', 'Santa Cruz', '', 'BO'),
(-14.16667, -66.88333, 'Santa Rosa', 'El Beni', '', 'BO'),
(-17.96667, -63.35000, 'Santa Rita', 'Santa Cruz', '', 'BO'),
(-20.55000, -64.78333, 'Santa Elena', 'Chuquisaca', 'Provincia Nor Cinti', 'BO'),
(-17.78629, -63.18117, 'Santa Cruz de la Sierra', 'Santa Cruz', '', 'BO'),
(-20.91667, -66.05000, 'Santa Barbara', 'Potosi', '', 'BO'),
(-13.28333, -64.71667, 'San Ramon', 'El Beni', '', 'BO'),
(-19.61667, -64.50000, 'San Pedro', 'Chuquisaca', 'Provincia Azurduy', 'BO'),
(-16.23717, -68.85063, 'San Pedro', 'La Paz', '', 'BO'),
(-16.21667, -68.83333, 'San Pablo', 'La Paz', '', 'BO'),
(-17.78333, -62.86667, 'San Julian', 'Santa Cruz', '', 'BO'),
(-17.48333, -63.70000, 'San Juan del Surutu', 'Santa Cruz', '', 'BO'),
(-21.26667, -65.30000, 'San Juan', 'Chuquisaca', 'Provincia Sud Cinti', 'BO'),
(-16.36667, -60.95000, 'San Ignacio de Velasco', 'Santa Cruz', '', 'BO'),
(-20.71667, -64.70000, 'San Francisco', 'Chuquisaca', 'Provincia Sud Cinti', 'BO'),
(-17.40000, -63.75000, 'San Carlos', 'Santa Cruz', '', 'BO'),
(-14.81667, -66.85000, 'San Borja', 'El Beni', '', 'BO'),
(-18.18005, -63.87552, 'Samaipata', 'Santa Cruz', '', 'BO'),
(-20.88333, -64.91667, 'Salitre', 'Chuquisaca', 'Provincia Sud Cinti', 'BO'),
(-14.44125, -67.52781, 'Rurrenabaque', 'El Beni', '', 'BO'),
(-20.58333, -63.90000, 'Rosario del Ingre', 'Chuquisaca', 'Provincia Hernando Siles', 'BO'),
(-11.00654, -66.06312, 'Riberalta', 'El Beni', '', 'BO'),
(-14.31667, -67.38333, 'Reyes', 'El Beni', '', 'BO'),
(-16.98333, -67.21667, 'Quime', 'La Paz', '', 'BO'),
(-17.54234, -65.83472, 'Punata', 'Cochabamba', '', 'BO'),
(-19.23333, -65.21667, 'Pulqui', 'Chuquisaca', 'Provincia Oropeza', 'BO'),
(-17.65000, -62.80000, 'Puesto de Pailas', 'Santa Cruz', '', 'BO'),
(-18.92944, -64.93917, 'Presto', 'Chuquisaca', 'Provincia Zudanez', 'BO'),
(-19.58361, -65.75306, 'Potosi', 'Potosi', '', 'BO'),
(-19.00556, -65.52861, 'Potolo', 'Chuquisaca', 'Provincia Oropeza', 'BO'),
(-17.35168, -63.39282, 'Portachuelo', 'Santa Cruz', '', 'BO'),
(-18.38026, -66.96695, 'Poopo', 'Oruro', '', 'BO'),
(-18.83333, -65.36667, 'Pocpo', 'Chuquisaca', 'Provincia Oropeza', 'BO'),
(-18.75000, -65.40000, 'Piocera', 'Chuquisaca', 'Provincia Oropeza', 'BO'),
(-20.95000, -64.75000, 'Pilaya', 'Chuquisaca', 'Provincia Sud Cinti', 'BO'),
(-17.88333, -62.96667, 'Paurito', 'Santa Cruz', '', 'BO'),
(-17.23580, -67.92169, 'Patacamaya', 'La Paz', '', 'BO'),
(-17.65000, -62.75000, 'Pailon', 'Santa Cruz', '', 'BO'),
(-19.30878, -64.30273, 'Padilla', 'Chuquisaca', '', 'BO'),
(-17.98333, -67.15000, 'Oruro', 'Oruro', '', 'BO'),
(-17.23333, -62.81667, 'Okinawa Numero Uno', 'Santa Cruz', '', 'BO'),
(-17.33866, -63.25050, 'Montero', 'Santa Cruz', '', 'BO'),
(-19.79989, -63.95461, 'Monteagudo', 'Chuquisaca', '', 'BO'),
(-18.91667, -65.06667, 'Mojotoro', 'Chuquisaca', 'Provincia Oropeza', 'BO'),
(-18.76410, -64.61978, 'Mojocoya', 'Chuquisaca', 'Provincia Zudanez', 'BO'),
(-17.94101, -65.34016, 'Mizque', 'Cochabamba', '', 'BO'),
(-17.11876, -63.23100, 'Mineros', 'Santa Cruz', '', 'BO'),
(-19.04611, -65.42861, 'Maragua', 'Chuquisaca', 'Provincia Oropeza', 'BO'),
(-15.25000, -68.16667, 'Mapiri', 'La Paz', '', 'BO'),
(-18.11919, -63.95965, 'Mairana', 'Santa Cruz', '', 'BO'),
(-18.17251, -67.02099, 'Machacamarca', 'Oruro', '', 'BO'),
(-17.73333, -63.43333, 'Los Negros', 'Santa Cruz', '', 'BO'),
(-18.42426, -66.58388, 'Llallagua', 'Potosi', '', 'BO'),
(-20.76667, -65.33333, 'Lintaca', 'Chuquisaca', 'Provincia Nor Cinti', 'BO'),
(-18.03104, -63.40523, 'Limoncito', 'Santa Cruz', '', 'BO'),
(-21.25000, -65.28333, 'Las Carreras', 'Chuquisaca', 'Provincia Sud Cinti', 'BO'),
(-21.20840, -65.20988, 'Las Carreras', 'Chuquisaca', 'Provincia Sud Cinti', 'BO'),
(-16.50000, -68.15000, 'La Paz', 'La Paz', '', 'BO'),
(-17.37054, -67.67501, 'Lahuachaca', 'La Paz', '', 'BO'),
(-20.93333, -64.90000, 'La Cueva', 'Chuquisaca', 'Provincia Sud Cinti', 'BO'),
(-17.55000, -63.21667, 'La Belgica', 'Santa Cruz', '', 'BO'),
(-18.05514, -63.42821, 'Jorochito', 'Santa Cruz', '', 'BO'),
(-16.03574, -69.14843, 'Yumani', 'La Paz', '', 'BO'),
(-17.71667, -66.26667, 'Irpa Irpa', 'Cochabamba', '', 'BO'),
(-19.16972, -65.32611, 'Huayllas', 'Chuquisaca', 'Provincia Oropeza', 'BO'),
(-16.20000, -68.68333, 'Huatajata', 'La Paz', '', 'BO'),
(-19.01667, -65.25000, 'Huata', 'Chuquisaca', 'Provincia Oropeza', 'BO'),
(-16.20000, -68.63333, 'Huarina', 'La Paz', '', 'BO'),
(-18.28900, -66.83583, 'Huanuni', 'Oruro', '', 'BO'),
(-20.60000, -64.55000, 'Huajlaya', 'Chuquisaca', 'Provincia Nor Cinti', 'BO'),
(-10.83676, -65.36136, 'Guayaramerin', 'El Beni', '', 'BO'),
(-15.49756, -67.88332, 'Guanay', 'La Paz', 'Provincia Larecaja', 'BO'),
(-21.52661, -64.17299, 'Entre Rios', 'Tarija', '', 'BO'),
(-17.86667, -68.43333, 'Curahuara de Carangas', 'La Paz', '', 'BO'),
(-20.82358, -64.94492, 'Culpina', 'Chuquisaca', 'Provincia Sud Cinti', 'BO'),
(-17.81667, -63.05000, 'Cotoca', 'Santa Cruz', '', 'BO'),
(-16.19386, -67.72998, 'Coroico', 'La Paz', '', 'BO'),
(-16.30000, -67.60000, 'Coripata', 'La Paz', '', 'BO'),
(-16.43333, -60.90000, 'Concepcion', 'Santa Cruz', '', 'BO'),
(-17.90000, -64.48333, 'Comarapa', 'Santa Cruz', '', 'BO'),
(-17.38918, -67.12671, 'Colquiri', 'La Paz', '', 'BO'),
(-18.70031, -66.00397, 'Colquechaca', 'Potosi', '', 'BO'),
(-17.35000, -65.86667, 'Colomi', 'Cochabamba', '', 'BO'),
(-20.30000, -66.93333, 'Colchani', 'Potosi', '', 'BO'),
(-17.31667, -66.71667, 'Colchani', 'Cochabamba', '', 'BO'),
(-17.38950, -66.15680, 'Cochabamba', 'Cochabamba', '', 'BO'),
(-11.02671, -68.76918, 'Cobija', 'Pando', '', 'BO'),
(-17.58777, -65.93253, 'Cliza', 'Cochabamba', '', 'BO'),
(-18.81667, -65.06667, 'Chuqui Chuqui', 'Chuquisaca', 'Provincia Oropeza', 'BO'),
(-16.40855, -67.52940, 'Chulumani', 'La Paz', '', 'BO'),
(-16.94807, -65.14002, 'Chimore', 'Cochabamba', '', 'BO'),
(-19.01667, -65.46667, 'Chaunaca', 'Chuquisaca', 'Provincia Oropeza', 'BO'),
(-19.79151, -63.19864, 'Charagua', 'Santa Cruz', '', 'BO'),
(-18.90208, -66.77048, 'Challapata', 'Oruro', '', 'BO'),
(-20.75000, -63.06667, 'Carandayti', 'Chuquisaca', 'Provincia Luis Calvo', 'BO'),
(-17.71113, -66.26082, 'Capinota', 'Cochabamba', '', 'BO'),
(-20.03849, -63.51833, 'Camiri', 'Santa Cruz', '', 'BO'),
(-20.98333, -63.43333, 'Camatindi', 'Chuquisaca', 'Provincia Luis Calvo', 'BO'),
(-20.64064, -65.20893, 'Camargo', 'Chuquisaca', 'Provincia Nor Cinti', 'BO'),
(-17.45659, -63.65876, 'Buena Vista', 'Santa Cruz', '', 'BO'),
(-20.43227, -63.28147, 'Boyuibe', 'Santa Cruz', '', 'BO'),
(-19.55293, -65.45395, 'Betanzos', 'Potosi', '', 'BO'),
(-16.30000, -68.53333, 'Batallas', 'La Paz', '', 'BO'),
(-20.10613, -64.41398, 'Azurduy', 'Chuquisaca', 'Provincia Azurduy', 'BO'),
(-20.93515, -66.22139, 'Atocha', 'Potosi', '', 'BO'),
(-15.70000, -63.08333, 'Ascension', 'Santa Cruz', '', 'BO'),
(-17.56854, -65.76883, 'Arani', 'Cochabamba', '', 'BO'),
(-15.23333, -68.96667, 'Amarete', 'La Paz', '', 'BO'),
(-18.20408, -65.18068, 'Aiquile', 'Cochabamba', '', 'BO'),
(-16.05000, -68.68333, 'Achacachi', 'La Paz', '', 'BO'),
(-18.88279, -63.38026, 'Abapo', 'Santa Cruz', '', 'BO'),
(-18.88395, -68.41989, 'Cruz de Machacamarca', 'Oruro', '', 'BO'),
(-22.01528, -65.00000, 'Yacuiba', 'Tarija', '', 'BO'),
(17.64300, -63.22649, 'Upper Hell\'s Gate', 'Saba', '', 'BQ'),
(17.62590, -63.24919, 'The Bottom', 'Saba', '', 'BQ'),
(17.48268, -62.98324, 'Oranjestad', 'Sint Eustatius', '', 'BQ'),
(12.15000, -68.26667, 'Kralendijk', 'Bonaire', '', 'BQ'),
(12.13333, -68.26667, 'Dorp Tera Kora', 'Bonaire', '', 'BQ'),
(12.23333, -68.33333, 'Dorp Rincon', 'Bonaire', '', 'BQ'),
(12.16667, -68.26667, 'Dorp Antriol', 'Bonaire', '', 'BQ'),
(-4.04238, -45.23777, 'Vitorino Freire', 'Maranhao', 'Olho D\'Agua Das Cunhas', 'BR'),
(-3.46222, -44.87056, 'Vitoria do Mearim', 'Maranhao', 'Vitoria Do Mearim', 'BR'),
(-8.11806, -35.29139, 'Vitoria de Santo Antao', 'Pernambuco', 'Vitoria De Santo Antao', 'BR'),
(-1.19667, -46.14000, 'Viseu', 'Para', 'Viseu', 'BR'),
(-7.25972, -34.90750, 'Conde', 'Paraiba', 'Conde', 'BR'),
(-0.85833, -48.14167, 'Vigia', 'Para', 'Vigia', 'BR'),
(-3.56222, -41.09222, 'Vicosa do Ceara', 'Ceara', 'Vicosa Do Ceara', 'BR'),
(-9.37139, -36.24083, 'Vicosa', 'Alagoas', 'Vicosa', 'BR'),
(-7.65694, -35.32667, 'Vicencia', 'Pernambuco', 'Vicencia', 'BR'),
(-3.22028, -45.00361, 'Viana', 'Maranhao', 'Viana', 'BR'),
(-5.35000, -40.38333, 'Varzea Alegre', 'Ceara', 'Independencia', 'BR'),
(-4.19444, -40.47667, 'Varjota', 'Ceara', 'Varjota', 'BR'),
(-3.54306, -43.91583, 'Vargem Grande', 'Maranhao', 'Vargem Grande', 'BR'),
(-6.40750, -41.74556, 'Valenca do Piaui', 'Piaui', 'Valenca Do Piaui', 'BR'),
(-3.12845, -58.15856, 'Urucurituba', 'Amazonas', 'Urucurituba', 'BR'),
(-7.22944, -44.55611, 'Urucui', 'Piaui', 'Urucui', 'BR'),
(-2.53639, -57.76000, 'Urucara', 'Amazonas', 'Urucara', 'BR'),
(-3.62500, -39.50833, 'Uruburetama', 'Ceara', 'Uruburetama', 'BR'),
(-3.20778, -43.40361, 'Urbano Santos', 'Maranhao', 'Urbano Santos', 'BR'),
(-5.64194, -37.25778, 'Upanema', 'Rio Grande do Norte', 'Upanema', 'BR'),
(-9.16278, -36.03194, 'Uniao dos Palmares', 'Alagoas', 'Uniao Dos Palmares', 'BR'),
(-4.58583, -42.86417, 'Uniao', 'Piaui', 'Uniao', 'BR'),
(-3.67722, -39.35028, 'Umirim', 'Ceara', 'Umirim', 'BR'),
(-7.69556, -35.66361, 'Umbuzeiro', 'Paraiba', 'Umbuzeiro', 'BR'),
(-5.99056, -37.81444, 'Umarizal', 'Rio Grande do Norte', 'Umarizal', 'BR'),
(-6.51833, -38.41222, 'Uirauna', 'Paraiba', 'Uirauna', 'BR'),
(-3.85444, -40.92111, 'Ubajara', 'Ceara', 'Ubajara', 'BR'),
(-9.84139, -39.48167, 'Uaua', 'Bahia', 'Uaua', 'BR'),
(-2.76194, -42.27444, 'Tutoia', 'Maranhao', 'Tutoia', 'BR'),
(-1.66333, -45.37167, 'Turiacu', 'Maranhao', 'Turiacu', 'BR'),
(-8.75333, -37.33972, 'Tupanatinga', 'Pernambuco', 'Tupanatinga', 'BR'),
(-5.25806, -44.64889, 'Tuntum', 'Maranhao', 'Tuntum', 'BR'),
(-3.76585, -49.67923, 'Tucurui', 'Para', 'Tucurui', 'BR'),
(-0.18333, -50.05000, 'Tucuma', 'Para', 'Chaves', 'BR'),
(-6.56667, -38.60000, 'Triunfo', 'Paraiba', 'Triunfo', 'BR'),
(-7.76194, -40.26778, 'Trindade', 'Pernambuco', 'Trindade', 'BR'),
(-3.27778, -39.26889, 'Trairi', 'Ceara', 'Trairi', 'BR'),
(-9.97056, -37.00333, 'Traipu', 'Alagoas', 'Traipu', 'BR'),
(-5.19889, -35.46083, 'Touros', 'Rio Grande do Norte', 'Touros', 'BR'),
(-8.00667, -36.05667, 'Toritama', 'Pernambuco', 'Toritama', 'BR'),
(-2.41889, -48.15222, 'Tome Acu', 'Para', 'Tome-Acu', 'BR'),
(-5.09417, -42.83667, 'Timon', 'Maranhao', 'Timon', 'BR'),
(-4.25528, -43.94056, 'Timbiras', 'Maranhao', 'Timbiras', 'BR'),
(-7.50528, -35.31833, 'Timbauba', 'Pernambuco', 'Timbauba', 'BR'),
(-3.73222, -40.99167, 'Tiangua', 'Ceara', 'Tiangua', 'BR'),
(-2.10417, -56.48694, 'Terra Santa', 'Para', 'Terra Santa', 'BR'),
(-5.08917, -42.80194, 'Teresina', 'Piaui', 'Teresina', 'BR'),
(-7.22278, -37.25417, 'Teixeira', 'Paraiba', 'Teixeira', 'BR'),
(-7.63583, -37.87833, 'Tavares', 'Paraiba', 'Tavares', 'BR'),
(-6.00000, -40.28333, 'Sao Joao dos Inhamuns', 'Ceara', 'Taua', 'BR'),
(-7.90306, -36.04417, 'Taquaritinga do Norte', 'Pernambuco', 'Taquaritinga Do Norte', 'BR'),
(-9.64500, -36.49722, 'Taquarana', 'Alagoas', 'Taquarana', 'BR'),
(-7.20750, -36.82667, 'Taperoa', 'Paraiba', 'Taperoa', 'BR'),
(-6.19944, -35.80167, 'Tangara', 'Rio Grande do Norte', 'Tangara', 'BR'),
(-4.83222, -40.32056, 'Tamboril', 'Ceara', 'Tamboril', 'BR'),
(-8.75632, -35.09995, 'Tamandare', 'Pernambuco', 'Tamandare', 'BR'),
(-5.62167, -35.59667, 'Taipu', 'Rio Grande do Norte', 'Taipu', 'BR'),
(-7.59083, -37.53944, 'Tabira', 'Pernambuco', 'Tabira', 'BR'),
(-7.83306, -35.75472, 'Surubim', 'Pernambuco', 'Surubim', 'BR'),
(-7.67167, -36.88000, 'Sume', 'Paraiba', 'Sume', 'BR'),
(-6.75917, -38.22806, 'Sousa', 'Paraiba', 'Sousa', 'BR'),
(-0.71667, -48.52333, 'Soure', 'Para', 'Soure', 'BR'),
(-7.05722, -36.36278, 'Soledade', 'Paraiba', 'Soledade', 'BR'),
(-6.75500, -35.54000, 'Solanea', 'Paraiba', 'Bananeiras', 'BR'),
(-3.68611, -40.34972, 'Sobral', 'Ceara', 'Sobral', 'BR'),
(-8.59083, -35.11611, 'Sirinhaem', 'Pernambuco', 'Sirinhaem', 'BR'),
(-7.85389, -41.91028, 'Simplicio Mendes', 'Piaui', 'Simplicio Mendes', 'BR'),
(-7.59889, -40.81778, 'Simoes', 'Piaui', 'Simoes', 'BR'),
(-5.77722, -37.95778, 'Severiano Melo', 'Rio Grande do Norte', 'Severiano Melo', 'BR'),
(-8.07361, -37.26444, 'Sertania', 'Pernambuco', 'Sertania', 'BR'),
(-7.99194, -38.29833, 'Serra Talhada', 'Pernambuco', 'Serra Talhada', 'BR'),
(-6.53333, -38.26667, 'Serra Branca', 'Paraiba', 'Vieiropolis', 'BR'),
(-5.58806, -39.37167, 'Senador Pompeu', 'Ceara', 'Senador Pompeu', 'BR'),
(-2.59083, -51.95417, 'Senador Jose Porfirio', 'Para', 'Senador Jose Porfirio', 'BR'),
(-9.56333, -35.82444, 'Satuba', 'Alagoas', 'Satuba', 'BR'),
(-5.97250, -36.07528, 'Sao Tome', 'Rio Grande do Norte', 'Sao Tome', 'BR'),
(-9.93361, -36.55417, 'Sao Sebastiao', 'Alagoas', 'Sao Sebastiao', 'BR'),
(-9.01528, -42.69944, 'Sao Raimundo Nonato', 'Piaui', 'Sao Raimundo Nonato', 'BR'),
(-7.02194, -45.48111, 'Sao Raimundo das Mangabeiras', 'Maranhao', 'Sao Raimundo Das Mangabeiras', 'BR'),
(-5.92944, -42.71861, 'Sao Pedro do Piaui', 'Piaui', 'Sao Pedro Do Piaui', 'BR'),
(-5.89500, -35.76278, 'Sao Paulo do Potengi', 'Rio Grande do Norte', 'Sao Paulo Do Potengi', 'BR'),
(-5.50361, -41.32333, 'Sao Miguel do Tapuio', 'Piaui', 'Sao Miguel Do Tapuio', 'BR'),
(-9.78111, -36.09361, 'Sao Miguel dos Campos', 'Alagoas', 'Sao Miguel Dos Campos', 'BR'),
(-1.62667, -47.48333, 'Sao Miguel do Guama', 'Para', 'Sao Miguel Do Guama', 'BR'),
(-5.46667, -35.36667, 'Sao Miguel', 'Rio Grande do Norte', 'Maxaranguape', 'BR'),
(-4.04167, -44.47500, 'Sao Mateus do Maranhao', 'Maranhao', 'Sao Mateus Do Maranhao', 'BR'),
(-9.31833, -35.56111, 'Sao Luis do Quitunde', 'Alagoas', 'Sao Luis Do Quitunde', 'BR'),
(-2.52972, -44.30278, 'Sao Luis', 'Maranhao', 'Sao Luis', 'BR'),
(-8.00222, -35.01833, 'Sao Lourenco da Mata', 'Pernambuco', 'Sao Lourenco Da Mata', 'BR'),
(-7.47889, -37.27444, 'Sao Jose do Egito', 'Pernambuco', 'Sao Jose Do Egito', 'BR'),
(-6.31556, -35.71389, 'Sao Jose do Campestre', 'Rio Grande do Norte', 'Sao Jose Do Campestre', 'BR'),
(-7.86139, -38.75972, 'Sao Jose do Belmonte', 'Pernambuco', 'Sao Jose Do Belmonte', 'BR'),
(-2.56194, -44.05417, 'Sao Jose de Ribamar', 'Maranhao', 'Sao Jose De Ribamar', 'BR'),
(-7.12056, -38.50194, 'Sao Jose de Piranhas', 'Paraiba', 'Sao Jose De Piranhas', 'BR'),
(-6.07472, -35.23778, 'Sao Jose de Mipibu', 'Rio Grande do Norte', 'Sao Jose De Mipibu', 'BR'),
(-9.55833, -37.38111, 'Sao Jose da Tapera', 'Alagoas', 'Sao Jose Da Tapera', 'BR'),
(-9.00972, -36.05833, 'Sao Jose da Laje', 'Alagoas', 'Sao Jose Da Laje', 'BR'),
(-8.89778, -35.14778, 'Sao Jose da Coroa Grande', 'Pernambuco', 'Sao Jose Da Coroa Grande', 'BR'),
(-8.43250, -35.80444, 'Sao Joaquim do Monte', 'Pernambuco', 'Sao Joaquim Do Monte', 'BR'),
(-6.49500, -43.70222, 'Sao Joao dos Patos', 'Maranhao', 'Sao Joao Dos Patos', 'BR'),
(-8.35806, -42.24667, 'Sao Joao do Piaui', 'Piaui', 'Sao Joao Do Piaui', 'BR'),
(-0.77472, -47.17722, 'Sao Joao de Pirabas', 'Para', 'Sao Joao De Pirabas', 'BR'),
(-2.95528, -44.80694, 'Sao Joao Batista', 'Maranhao', 'Sao Joao Batista', 'BR'),
(-8.87556, -36.36667, 'Sao Joao', 'Pernambuco', 'Sao Joao', 'BR'),
(-5.79333, -35.32944, 'Sao Goncalo do Amarante', 'Rio Grande do Norte', 'Sao Goncalo Do Amarante', 'BR'),
(-3.60722, -38.96833, 'Sao Goncalo do Amarante', 'Ceara', 'Sao Goncalo Do Amarante', 'BR'),
(-6.40056, -48.55500, 'Sao Geraldo do Araguaia', 'Para', 'Sao Geraldo Do Araguaia', 'BR'),
(-6.64472, -51.99500, 'Sao Felix do Xingu', 'Para', 'Sao Felix Do Xingu', 'BR'),
(-5.57583, -44.38528, 'Sao Domingos do Maranhao', 'Maranhao', 'Sao Domingos Do Maranhao', 'BR'),
(-0.75000, -48.02000, 'Sao Caetano de Odivelas', 'Para', 'Sao Caetano De Odivelas', 'BR'),
(-3.36139, -42.41778, 'Sao Bernardo', 'Maranhao', 'Sao Bernardo', 'BR'),
(-6.28333, -37.75000, 'Sao Bento', 'Paraiba', 'Catole Do Rocha', 'BR'),
(-2.69583, -44.82139, 'Sao Bento', 'Maranhao', 'Sao Bento', 'BR'),
(-3.33361, -43.52833, 'Sao Benedito do Rio Preto', 'Maranhao', 'Sao Benedito Do Rio Preto', 'BR'),
(-1.15194, -48.12944, 'Santo Antonio do Taua', 'Para', 'Santo Antonio Do Taua', 'BR'),
(-6.31056, -35.47889, 'Santo Antonio', 'Rio Grande do Norte', 'Santo Antonio', 'BR'),
(-7.11389, -34.97806, 'Santa Rita', 'Paraiba', 'Santa Rita', 'BR'),
(-3.86358, -43.85999, 'Santa Rita', 'Maranhao', 'Vargem Grande', 'BR'),
(-2.44306, -54.70833, 'Santarem', 'Para', 'Santarem', 'BR'),
(-3.51556, -42.54667, 'Santa Quiteria do Maranhao', 'Maranhao', 'Santa Quiteria Do Maranhao', 'BR'),
(-4.33194, -40.15667, 'Santa Quiteria', 'Ceara', 'Santa Quiteria', 'BR'),
(-9.16806, -36.22222, 'Santana do Mundau', 'Alagoas', 'Santana Do Mundau', 'BR'),
(-5.95750, -36.65556, 'Santana do Matos', 'Rio Grande do Norte', 'Santana Do Matos', 'BR'),
(-9.37833, -37.24528, 'Santana do Ipanema', 'Alagoas', 'Santana Do Ipanema', 'BR'),
(-3.46056, -40.21222, 'Santana do Acarau', 'Ceara', 'Santana Do Acarau', 'BR'),
(-1.35028, -47.57556, 'Santa Maria do Para', 'Para', 'Santa Maria Do Para', 'BR'),
(-8.80778, -39.82556, 'Santa Maria da Boa Vista', 'Pernambuco', 'Santa Maria Da Boa Vista', 'BR'),
(-7.64265, -47.21738, 'Santa Luzia', 'Maranhao', 'Riachao', 'BR'),
(-6.87222, -36.91861, 'Santa Luzia', 'Paraiba', 'Santa Luzia', 'BR'),
(-3.66667, -45.38000, 'Santa Ines', 'Maranhao', 'Santa Ines', 'BR'),
(-2.23111, -45.30000, 'Santa Helena', 'Maranhao', 'Santa Helena', 'BR'),
(-7.95750, -36.20472, 'Santa Cruz do Capibaribe', 'Pernambuco', 'Santa Cruz Do Capibaribe', 'BR'),
(-6.22944, -36.02278, 'Santa Cruz', 'Rio Grande do Norte', 'Santa Cruz', 'BR'),
(-0.61361, -47.35611, 'Salinopolis', 'Para', 'Salinopolis', 'BR'),
(-8.07417, -39.11917, 'Salgueiro', 'Pernambuco', 'Salgueiro', 'BR'),
(-7.35694, -35.44056, 'Salgado de Sao Felix', 'Paraiba', 'Salgado De Sao Felix', 'BR'),
(-4.94028, -37.97583, 'Russas', 'Ceara', 'Russas', 'BR'),
(-6.80306, -35.08056, 'Rio Tinto', 'Paraiba', 'Rio Tinto', 'BR'),
(-9.47833, -35.85333, 'Rio Largo', 'Alagoas', 'Rio Largo', 'BR'),
(-8.66877, -35.16277, 'Rio Formoso', 'Pernambuco', 'Rio Formoso', 'BR'),
(-8.51444, -35.37778, 'Ribeirao', 'Pernambuco', 'Ribeirao', 'BR'),
(-7.36194, -46.61722, 'Riachao', 'Maranhao', 'Riachao', 'BR'),
(-4.14167, -40.58222, 'Reriutaba', 'Ceara', 'Reriutaba', 'BR'),
(-6.94646, -35.78039, 'Remigio', 'Paraiba', 'Areia', 'BR'),
(-6.23122, -42.68691, 'Regeneracao', 'Piaui', 'Regeneracao', 'BR'),
(-4.22583, -38.73056, 'Redencao', 'Ceara', 'Redencao', 'BR'),
(-8.05389, -34.88111, 'Recife', 'Pernambuco', 'Recife', 'BR'),
(-6.51667, -44.18333, 'Raposa', 'Maranhao', 'Pastos Bons', 'BR'),
(-5.07417, -37.98861, 'Quixere', 'Ceara', 'Quixere', 'BR'),
(-5.19917, -39.29278, 'Quixeramobim', 'Ceara', 'Quixeramobim', 'BR'),
(-4.97139, -39.01528, 'Quixada', 'Ceara', 'Quixada', 'BR'),
(-8.82778, -36.01167, 'Quipapa', 'Pernambuco', 'Quipapa', 'BR'),
(-9.31889, -36.47111, 'Quebrangulo', 'Alagoas', 'Quebrangulo', 'BR'),
(-7.16111, -35.96056, 'Puxinana', 'Paraiba', 'Puxinana', 'BR'),
(-7.73667, -37.99333, 'Princesa Isabel', 'Paraiba', 'Princesa Isabel', 'BR'),
(-5.29000, -44.49000, 'Presidente Dutra', 'Maranhao', 'Presidente Dutra', 'BR'),
(-1.80000, -53.48000, 'Prainha', 'Para', 'Prainha', 'BR'),
(-0.05833, -51.18167, 'Santana', 'Amapa', 'Santana', 'BR'),
(-6.33833, -47.39917, 'Porto Franco', 'Maranhao', 'Porto Franco', 'BR'),
(-1.74833, -52.23833, 'Porto de Moz', 'Para', 'Porto De Moz', 'BR'),
(-9.91722, -37.27833, 'Porto da Folha', 'Sergipe', 'Porto Da Folha', 'BR'),
(-9.04500, -35.39833, 'Porto Calvo', 'Alagoas', 'Porto Calvo', 'BR'),
(-3.89333, -42.71000, 'Porto', 'Piaui', 'Porto', 'BR'),
(-1.93556, -50.82111, 'Portel', 'Para', 'Portel', 'BR'),
(-8.14139, -35.39583, 'Pombos', 'Pernambuco', 'Pombos', 'BR'),
(-6.77028, -37.80167, 'Pombal', 'Paraiba', 'Pombal', 'BR'),
(-9.31250, -37.28556, 'Poco das Trincheiras', 'Alagoas', 'Poco Das Trincheiras', 'BR'),
(-5.62278, -35.66278, 'Poco Branco', 'Rio Grande do Norte', 'Poco Branco', 'BR'),
(-7.07667, -36.06111, 'Pocinhos', 'Paraiba', 'Pocinhos', 'BR'),
(-4.66667, -44.85000, 'Pocao de Pedras', 'Maranhao', 'Igarape Grande', 'BR'),
(-7.47056, -34.80861, 'Pitimbu', 'Paraiba', 'Pitimbu', 'BR'),
(-6.78000, -35.49861, 'Pirpirituba', 'Paraiba', 'Pirpirituba', 'BR'),
(-4.27333, -41.77694, 'Piripiri', 'Piaui', 'Piripiri', 'BR'),
(-3.72667, -44.22333, 'Pirapemas', 'Maranhao', 'Pirapemas', 'BR'),
(-3.92806, -41.70917, 'Piracuruca', 'Piaui', 'Piracuruca', 'BR'),
(-3.83250, -45.15250, 'Pio XII', 'Maranhao', 'Pio Xii', 'BR'),
(-6.83750, -40.57917, 'Pio IX', 'Piaui', 'Pio Ix', 'BR'),
(-2.52139, -45.08250, 'Pinheiro', 'Maranhao', 'Pinheiro', 'BR'),
(-3.60833, -45.34333, 'Pindare Mirim', 'Maranhao', 'Pindare Mirim', 'BR'),
(-6.24528, -41.41917, 'Pimenteiras', 'Piaui', 'Pimenteiras', 'BR'),
(-9.59722, -35.95667, 'Pilar', 'Alagoas', 'Pilar', 'BR'),
(-7.26722, -35.26000, 'Pilar', 'Paraiba', 'Pilar', 'BR'),
(-6.51056, -36.34694, 'Picui', 'Paraiba', 'Picui', 'BR'),
(-7.07694, -41.46694, 'Picos', 'Piaui', 'Picos', 'BR'),
(-7.19806, -37.92917, 'Pianco', 'Paraiba', 'Pianco', 'BR'),
(-9.39861, -40.50083, 'Petrolina', 'Pernambuco', 'Petrolina', 'BR'),
(-9.18306, -38.26889, 'Jatoba', 'Pernambuco', 'Jatoba', 'BR'),
(-8.35778, -36.69639, 'Pesqueira', 'Pernambuco', 'Pesqueira', 'BR'),
(-3.79278, -39.27028, 'Pentecoste', 'Ceara', 'Pentecoste', 'BR'),
(-5.26000, -36.72222, 'Pendencias', 'Rio Grande do Norte', 'Pendencias', 'BR'),
(-3.29417, -45.17361, 'Penalva', 'Maranhao', 'Penalva', 'BR'),
(-6.43917, -35.22139, 'Pedro Velho', 'Rio Grande do Norte', 'Pedro Velho', 'BR'),
(-4.42472, -41.45861, 'Pedro II', 'Piaui', 'Pedro Ii', 'BR'),
(-7.40194, -35.11639, 'Pedras de Fogo', 'Paraiba', 'Pedras De Fogo', 'BR'),
(-5.45417, -39.71722, 'Pedra Branca', 'Ceara', 'Pedra Branca', 'BR'),
(-8.49694, -36.94083, 'Pedra', 'Pernambuco', 'Pedra', 'BR'),
(-4.21667, -45.18333, 'Paulo Ramos', 'Maranhao', 'Olho D\'Agua Das Cunhas', 'BR'),
(-9.40611, -38.21472, 'Paulo Afonso', 'Bahia', 'Paulo Afonso', 'BR'),
(-7.94083, -34.87306, 'Paulista', 'Pernambuco', 'Paulista', 'BR'),
(-6.59389, -37.62417, 'Paulista', 'Paraiba', 'Paulista', 'BR'),
(-6.11000, -37.63667, 'Patu', 'Rio Grande do Norte', 'Patu', 'BR'),
(-7.02444, -37.28000, 'Patos', 'Paraiba', 'Patos', 'BR'),
(-6.60167, -44.07667, 'Pastos Bons', 'Maranhao', 'Pastos Bons', 'BR'),
(-7.99500, -35.58056, 'Passira', 'Pernambuco', 'Passira', 'BR'),
(-6.17972, -43.78361, 'Passagem Franca', 'Maranhao', 'Passagem Franca', 'BR'),
(-5.68167, -43.09333, 'Parnarama', 'Maranhao', 'Parnarama', 'BR'),
(-8.09056, -39.57833, 'Parnamirim', 'Pernambuco', 'Parnamirim', 'BR'),
(-5.91556, -35.26278, 'Parnamirim', 'Rio Grande do Norte', 'Parnamirim', 'BR'),
(-2.90472, -41.77667, 'Parnaiba', 'Piaui', 'Parnaiba', 'BR'),
(-2.62833, -56.73583, 'Parintins', 'Amazonas', 'Parintins', 'BR'),
(-6.68778, -36.65750, 'Parelhas', 'Rio Grande do Norte', 'Parelhas', 'BR'),
(-6.21111, -40.69444, 'Parambu', 'Ceara', 'Parambu', 'BR'),
(-3.43944, -39.14833, 'Paraipaba', 'Ceara', 'Paraipaba', 'BR'),
(-6.43306, -43.98361, 'Paraibano', 'Maranhao', 'Paraibano', 'BR'),
(-2.96667, -47.48333, 'Paragominas', 'Para', 'Paragominas', 'BR'),
(-3.41000, -39.03056, 'Paracuru', 'Ceara', 'Paracuru', 'BR'),
(-9.74833, -37.43667, 'Pao de Acucar', 'Alagoas', 'Pao De Acucar', 'BR'),
(-5.97778, -43.06333, 'Palmeirais', 'Piaui', 'Palmeirais', 'BR'),
(-8.68333, -35.59167, 'Palmares', 'Pernambuco', 'Palmares', 'BR'),
(-3.98417, -38.62028, 'Pacatuba', 'Ceara', 'Pacatuba', 'BR'),
(-4.17250, -38.46056, 'Pacajus', 'Ceara', 'Pacajus', 'BR'),
(-7.88250, -40.08167, 'Ouricuri', 'Pernambuco', 'Ouricuri', 'BR'),
(-1.55194, -47.11444, 'Ourem', 'Para', 'Ourem', 'BR'),
(-6.24444, -38.91361, 'Oros', 'Ceara', 'Oros', 'BR'),
(-7.74500, -35.60222, 'Orobo', 'Pernambuco', 'Orobo', 'BR'),
(-1.76556, -55.86611, 'Oriximina', 'Para', 'Oriximina', 'BR'),
(-9.51861, -37.19056, 'Olivenca', 'Alagoas', 'Olivenca', 'BR'),
(-8.00889, -34.85528, 'Olinda', 'Pernambuco', 'Olinda', 'BR'),
(-2.00306, -49.85444, 'Oeiras do Para', 'Para', 'Oeiras Do Para', 'BR'),
(-7.02528, -42.13111, 'Oeiras', 'Piaui', 'Oeiras', 'BR'),
(-4.49083, -38.59667, 'Ocara', 'Ceara', 'Ocara', 'BR'),
(-1.91750, -55.51806, 'Abidos', 'Para', 'Obidos', 'BR'),
(-5.53444, -40.77417, 'Novo Oriente', 'Ceara', 'Novo Oriente', 'BR'),
(-8.91500, -35.64667, 'Novo Lino', 'Alagoas', 'Novo Lino', 'BR'),
(-4.70667, -40.56306, 'Nova Russas', 'Ceara', 'Nova Russas', 'BR'),
(-3.89174, -59.09542, 'Nova Olinda do Norte', 'Amazonas', 'Nova Olinda Do Norte', 'BR'),
(-6.45528, -36.20333, 'Nova Floresta', 'Paraiba', 'Nova Floresta', 'BR'),
(-6.47806, -35.43389, 'Nova Cruz', 'Rio Grande do Norte', 'Nova Cruz', 'BR'),
(-6.09111, -35.20861, 'Nisia Floresta', 'Rio Grande do Norte', 'Nisia Floresta', 'BR'),
(-2.18611, -56.71306, 'Nhamunda', 'Amazonas', 'Nhamunda', 'BR'),
(-7.74167, -35.22778, 'Nazare da Mata', 'Pernambuco', 'Nazare Da Mata', 'BR'),
(-7.64139, -35.55000, 'Natuba', 'Paraiba', 'Natuba', 'BR'),
(-5.79500, -35.20944, 'Natal', 'Rio Grande do Norte', 'Natal', 'BR'),
(-9.30667, -35.94333, 'Murici', 'Alagoas', 'Murici', 'BR'),
(-7.02444, -35.46194, 'Mulungu', 'Paraiba', 'Mulungu', 'BR'),
(-1.52833, -49.21667, 'Muana', 'Para', 'Muana', 'BR'),
(-9.44667, -46.30028, 'Morros', 'Maranhao', 'Alto Parnaiba', 'BR'),
(-8.11861, -35.09222, 'Moreno', 'Pernambuco', 'Moreno', 'BR'),
(-5.10667, -38.37250, 'Morada Nova', 'Ceara', 'Morada Nova', 'BR'),
(-5.83333, -47.06667, 'Montes Altos', 'Maranhao', 'Montes Altos', 'BR'),
(-7.88944, -37.12000, 'Monteiro', 'Paraiba', 'Monteiro', 'BR'),
(-5.88972, -36.30139, 'Monte Alegre', 'Rio Grande do Norte', 'Cerro Cora', 'BR'),
(-2.00082, -54.08102, 'Monte Alegre', 'Para', 'Monte Alegre', 'BR'),
(-6.48583, -35.28750, 'Montanhas', 'Rio Grande do Norte', 'Montanhas', 'BR'),
(-5.56417, -42.60778, 'Monsenhor Gil', 'Piaui', 'Monsenhor Gil', 'BR'),
(-3.49167, -45.25111, 'Moncao', 'Maranhao', 'Moncao', 'BR'),
(-5.74306, -39.62750, 'Mombaca', 'Ceara', 'Mombaca', 'BR'),
(-1.88389, -48.76889, 'Moju', 'Para', 'Moju', 'BR'),
(-7.29944, -35.47944, 'Mogeiro', 'Paraiba', 'Mogeiro', 'BR'),
(-5.18750, -37.34417, 'Mossoro', 'Rio Grande do Norte', 'Mossoro', 'BR'),
(-2.58417, -49.50722, 'Mocajuba', 'Para', 'Mocajuba', 'BR'),
(-7.24972, -39.14306, 'Missao Velha', 'Ceara', 'Missao Velha', 'BR'),
(-6.37083, -44.36306, 'Mirador', 'Maranhao', 'Mirador', 'BR'),
(-9.30528, -36.86472, 'Minador do Negrao', 'Alagoas', 'Minador Do Negrao', 'BR'),
(-7.31333, -38.94556, 'Milagres', 'Ceara', 'Milagres', 'BR'),
(-4.16556, -42.89528, 'Miguel Alves', 'Piaui', 'Miguel Alves', 'BR'),
(-9.38333, -35.84167, 'Messias', 'Alagoas', 'Messias', 'BR'),
(-0.11500, -51.28944, 'Mazagao', 'Amapa', 'Mazagao', 'BR'),
(-3.38361, -57.71861, 'Maues', 'Amazonas', 'Maues', 'BR'),
(-9.15167, -35.53333, 'Matriz de Camaragibe', 'Alagoas', 'Matriz De Camaragibe', 'BR'),
(-3.10056, -45.03361, 'Matinha', 'Maranhao', 'Matinha', 'BR'),
(-3.71583, -42.55556, 'Matias Olimpio', 'Piaui', 'Matias Olimpio', 'BR'),
(-9.11750, -37.73222, 'Mata Grande', 'Alagoas', 'Mata Grande', 'BR'),
(-7.20028, -35.78917, 'Massaranduba', 'Paraiba', 'Massaranduba', 'BR'),
(-9.57722, -36.30528, 'Maribondo', 'Alagoas', 'Maribondo', 'BR'),
(-7.06000, -35.31944, 'Mari', 'Paraiba', 'Mari', 'BR'),
(-9.71028, -35.89500, 'Marechal Deodoro', 'Alagoas', 'Marechal Deodoro', 'BR'),
(-3.12389, -40.14667, 'Marco', 'Ceara', 'Marco', 'BR'),
(-0.71750, -47.69972, 'Marapanim', 'Para', 'Marapanim', 'BR'),
(-8.78250, -35.80889, 'Maraial', 'Pernambuco', 'Maraial', 'BR'),
(-9.01222, -35.22250, 'Maragogi', 'Alagoas', 'Maragogi', 'BR'),
(-3.87667, -38.62556, 'Maracanau', 'Ceara', 'Maracanau', 'BR'),
(-0.76614, -47.45371, 'Maracana', 'Para', 'Maracana', 'BR'),
(-2.04278, -45.95917, 'Maracacume', 'Maranhao', 'Maracacume', 'BR'),
(-5.36861, -49.11778, 'Maraba', 'Para', 'Maraba', 'BR'),
(-7.70611, -38.15444, 'Manaira', 'Paraiba', 'Manaira', 'BR'),
(-6.83861, -35.12611, 'Mamanguape', 'Paraiba', 'Mamanguape', 'BR'),
(-9.53222, -36.98500, 'Major Isidoro', 'Alagoas', 'Major Isidoro', 'BR'),
(-9.66583, -35.73528, 'Maceio', 'Alagoas', 'Maceio', 'BR'),
(-5.11500, -36.63444, 'Macau', 'Rio Grande do Norte', 'Macau', 'BR'),
(-7.55472, -35.45306, 'Macaparana', 'Pernambuco', 'Macaparana', 'BR'),
(0.03889, -51.06639, 'Macapa', 'Amapa', 'Macapa', 'BR'),
(-5.85833, -35.35389, 'Macaiba', 'Rio Grande do Norte', 'Macaiba', 'BR'),
(-3.45778, -42.37028, 'Luzilandia', 'Piaui', 'Luzilandia', 'BR'),
(-2.87917, -41.66694, 'Luis Correia', 'Piaui', 'Luis Correia', 'BR'),
(-5.14556, -38.09806, 'Limoeiro do Norte', 'Ceara', 'Limoeiro Do Norte', 'BR'),
(-1.89528, -49.38056, 'Limoeiro do Ajuru', 'Para', 'Limoeiro Do Ajuru', 'BR'),
(-9.74056, -36.50278, 'Limoeiro de Anadia', 'Alagoas', 'Limoeiro De Anadia', 'BR'),
(-7.87472, -35.45028, 'Limoeiro', 'Pernambuco', 'Limoeiro', 'BR'),
(-6.75333, -38.96444, 'Lavras da Mangabeira', 'Ceara', 'Lavras Da Mangabeira', 'BR'),
(-8.66361, -36.32000, 'Lajedo', 'Pernambuco', 'Lajedo', 'BR'),
(-4.28674, -45.23824, 'Lago da Pedra', 'Maranhao', 'Vitorino Freire', 'BR'),
(-7.17083, -35.85361, 'Lagoa Seca', 'Paraiba', 'Lagoa Seca', 'BR'),
(-6.10000, -36.48333, 'Lagoa Nova', 'Rio Grande do Norte', 'Lagoa Nova', 'BR'),
(-7.93611, -35.29028, 'Lagoa do Itaenga', 'Pernambuco', 'Lagoa Do Itaenga', 'BR'),
(-9.82972, -36.73778, 'Lagoa da Canoa', 'Alagoas', 'Lagoa Da Canoa', 'BR'),
(-2.15222, -56.09222, 'Juruti', 'Para', 'Juruti', 'BR'),
(-7.53694, -37.81861, 'Juru', 'Paraiba', 'Juru', 'BR'),
(-7.37333, -35.23806, 'Juripiranga', 'Paraiba', 'Juripiranga', 'BR'),
(-9.92528, -36.47583, 'Junqueiro', 'Alagoas', 'Junqueiro', 'BR'),
(-8.93472, -35.57361, 'Jundia', 'Alagoas', 'Novo Lino', 'BR'),
(-6.03389, -37.02028, 'Jucurutu', 'Rio Grande do Norte', 'Jucurutu', 'BR'),
(-6.52528, -39.52750, 'Jucas', 'Ceara', 'Jucas', 'BR'),
(-7.21306, -39.31528, 'Juazeiro do Norte', 'Ceara', 'Juazeiro Do Norte', 'BR'),
(-6.81667, -38.05000, 'Juazeirinho', 'Paraiba', 'Aparecida', 'BR'),
(-4.75639, -42.57556, 'Jose de Freitas', 'Piaui', 'Jose De Freitas', 'BR'),
(-8.62444, -35.53333, 'Joaquim Nabuco', 'Pernambuco', 'Joaquim Nabuco', 'BR'),
(-7.11500, -34.86306, 'Joao Pessoa', 'Paraiba', 'Joao Pessoa', 'BR'),
(-5.53750, -35.81972, 'Joao Camara', 'Rio Grande do Norte', 'Joao Camara', 'BR'),
(-7.85583, -35.58833, 'Joao Alfredo', 'Pernambuco', 'Joao Alfredo', 'BR'),
(-9.88417, -36.82889, 'Girau do Ponciano', 'Alagoas', 'Girau Do Ponciano', 'BR'),
(-6.58444, -36.77444, 'Jardim do Serido', 'Rio Grande do Norte', 'Jardim Do Serido', 'BR'),
(-6.37861, -37.35194, 'Jardim de Piranhas', 'Rio Grande do Norte', 'Jardim De Piranhas', 'BR'),
(-3.46444, -39.05667, 'Jardim', 'Ceara', 'Paracuru', 'BR'),
(-7.35917, -41.13778, 'Jaicos', 'Piaui', 'Jaicos', 'BR'),
(-4.83389, -37.78111, 'Jaguaruana', 'Ceara', 'Jaguaruana', 'BR'),
(-5.89056, -38.62194, 'Jaguaribe', 'Ceara', 'Jaguaribe', 'BR'),
(-6.22222, -57.75278, 'Jacareacanga', 'Para', 'Jacareacanga', 'BR'),
(-6.61222, -35.29278, 'Jacarau', 'Paraiba', 'Jacarau', 'BR'),
(-8.18028, -35.00139, 'Jaboatao', 'Pernambuco', 'Jaboatao Dos Guararapes', 'BR'),
(-5.13472, -49.32667, 'Itupiranga', 'Para', 'Itupiranga', 'BR'),
(-7.60333, -43.02556, 'Itaueira', 'Piaui', 'Itaueira', 'BR'),
(-7.37500, -35.62833, 'Itatuba', 'Paraiba', 'Itatuba', 'BR'),
(-7.66778, -35.10167, 'Itaquitinga', 'Pernambuco', 'Itaquitinga', 'BR'),
(-3.14306, -58.44417, 'Itacoatiara', 'Amazonas', 'Itacoatiara', 'BR'),
(-7.30444, -38.15028, 'Itaporanga', 'Paraiba', 'Itaporanga', 'BR'),
(-7.77639, -34.89222, 'Itapissuma', 'Pernambuco', 'Itapissuma', 'BR'),
(-3.49444, -39.57861, 'Itapipoca', 'Ceara', 'Itapipoca', 'BR'),
(-3.39250, -44.35861, 'Itapecuru Mirim', 'Maranhao', 'Itapecuru Mirim', 'BR'),
(-3.68667, -39.58611, 'Itapage', 'Ceara', 'Itapage', 'BR'),
(-7.74778, -34.82556, 'Itamaraca', 'Pernambuco', 'Itamaraca', 'BR'),
(-4.27611, -55.98361, 'Itaituba', 'Para', 'Itaituba', 'BR'),
(-3.96944, -38.52806, 'Itaitinga', 'Ceara', 'Itaitinga', 'BR'),
(-7.44694, -41.47833, 'Itainopolis', 'Piaui', 'Itainopolis', 'BR'),
(-8.94750, -37.42278, 'Itaiba', 'Pernambuco', 'Itaiba', 'BR'),
(-7.32861, -35.33250, 'Itabaiana', 'Paraiba', 'Itabaiana', 'BR'),
(-1.77111, -47.43806, 'Irituia', 'Para', 'Irituia', 'BR'),
(-3.74611, -39.78333, 'Iraucuba', 'Ceara', 'Iraucuba', 'BR'),
(-7.03333, -40.45000, 'Ipueiras', 'Ceara', '', 'BR'),
(-7.65194, -40.14889, 'Ipubi', 'Pernambuco', 'Ipubi', 'BR'),
(-4.32222, -40.71083, 'Ipu', 'Ceara', 'Ipu', 'BR'),
(-8.39889, -35.06389, 'Ipojuca', 'Pernambuco', 'Ipojuca', 'BR'),
(-5.49833, -36.85500, 'Ipanguacu', 'Rio Grande do Norte', 'Ipanguacu', 'BR'),
(-6.66833, -41.70778, 'Inhuma', 'Piaui', 'Inhuma', 'BR'),
(-9.22139, -37.74861, 'Inhapi', 'Alagoas', 'Inhapi', 'BR'),
(-7.28083, -35.60444, 'Inga', 'Paraiba', 'Inga', 'BR'),
(-5.39639, -40.30861, 'Independencia', 'Ceara', 'Independencia', 'BR'),
(-5.52639, -47.49167, 'Imperatriz', 'Maranhao', 'Imperatriz', 'BR'),
(-7.38972, -37.50917, 'Imaculada', 'Paraiba', 'Imaculada', 'BR'),
(-6.35944, -39.29861, 'Iguatu', 'Ceara', 'Iguatu', 'BR'),
(-1.97500, -48.95972, 'Igarape Miri', 'Para', 'Igarape-Miri', 'BR'),
(-1.12889, -47.62000, 'Igarape Acu', 'Para', 'Igarape-Acu', 'BR'),
(-7.83417, -34.90639, 'Igarassu', 'Pernambuco', 'Igarassu', 'BR'),
(-9.53694, -36.63361, 'Igaci', 'Alagoas', 'Igaci', 'BR'),
(-6.40111, -38.86222, 'Ico', 'Ceara', 'Ico', 'BR'),
(-2.77583, -44.06583, 'Icatu', 'Maranhao', 'Icatu', 'BR'),
(-8.54056, -37.69028, 'Ibimirim', 'Pernambuco', 'Ibimirim', 'BR'),
(-3.92333, -40.88944, 'Ibiapina', 'Ceara', 'Ibiapina', 'BR'),
(-8.97250, -35.93944, 'Ibateguara', 'Alagoas', 'Ibateguara', 'BR'),
(-2.59833, -43.46111, 'Humberto de Campos', 'Maranhao', 'Humberto De Campos', 'BR'),
(-4.10000, -38.48333, 'Horizonte', 'Ceara', 'Horizonte', 'BR'),
(-4.40806, -40.43778, 'Hidrolandia', 'Ceara', 'Hidrolandia', 'BR'),
(-1.40500, -51.64000, 'Gurupa', 'Para', 'Gurupa', 'BR'),
(-7.12389, -35.42444, 'Gurinhem', 'Paraiba', 'Gurinhem', 'BR'),
(-4.16694, -40.74750, 'Guaraciaba do Norte', 'Ceara', 'Guaraciaba Do Norte', 'BR'),
(-6.85472, -35.49000, 'Guarabira', 'Paraiba', 'Guarabira', 'BR'),
(-2.96667, -57.66667, 'Guajara', 'Amazonas', 'Boa Vista Do Ramos', 'BR'),
(-4.03972, -38.63722, 'Guaiuba', 'Ceara', 'Guaiuba', 'BR'),
(-8.41667, -35.66667, 'Guabiraba', 'Pernambuco', 'Barra De Guabiraba', 'BR'),
(-8.20111, -35.56472, 'Gravata', 'Pernambuco', 'Gravata', 'BR'),
(-3.12028, -40.82611, 'Granja', 'Ceara', 'Granja', 'BR'),
(-5.81944, -46.13861, 'Grajau', 'Maranhao', 'Grajau', 'BR'),
(-5.45889, -37.52083, 'Governador Dix Sept Rosado', 'Rio Grande do Norte', 'Governador Dix-Sept Rosado', 'BR'),
(-6.26472, -35.21250, 'Goianinha', 'Rio Grande do Norte', 'Goianinha', 'BR'),
(-7.56056, -35.00250, 'Goiana', 'Pernambuco', 'Goiana', 'BR'),
(-8.00167, -35.29278, 'Gloria do Goita', 'Pernambuco', 'Gloria Do Goita', 'BR'),
(-9.83167, -45.34389, 'Gilbues', 'Piaui', 'Gilbues', 'BR'),
(-9.96750, -37.08333, 'Gararu', 'Sergipe', 'Gararu', 'BR'),
(-8.88202, -36.50216, 'Garanhuns', 'Pernambuco', '', 'BR'),
(-8.58444, -35.38667, 'Gameleira', 'Pernambuco', 'Gameleira', 'BR'),
(-5.73333, -44.15833, 'Fortuna', 'Maranhao', 'Fortuna', 'BR'),
(-3.71722, -38.54306, 'Fortaleza', 'Ceara', 'Fortaleza', 'BR'),
(-3.79833, -40.26056, 'Forquilha', 'Ceara', 'Forquilha', 'BR'),
(-6.76694, -43.02250, 'Floriano', 'Piaui', 'Floriano', 'BR'),
(-8.60111, -38.56861, 'Floresta', 'Pernambuco', 'Floresta', 'BR'),
(-7.86806, -37.97472, 'Flores', 'Pernambuco', 'Flores', 'BR'),
(-9.19750, -35.78083, 'Flexeiras', 'Alagoas', 'Flexeiras', 'BR'),
(-7.95083, -35.38917, 'Feira Nova', 'Pernambuco', 'Feira Nova', 'BR'),
(-6.93056, -39.56556, 'Farias Brito', 'Ceara', 'Farias Brito', 'BR'),
(-7.35500, -35.77500, 'Fagundes', 'Paraiba', 'Fagundes', 'BR'),
(-7.51194, -39.72417, 'Exu', 'Pernambuco', 'Exu', 'BR'),
(-3.89000, -38.45056, 'Eusebio', 'Ceara', 'Eusebio', 'BR'),
(-5.70556, -35.30722, 'Extremoz', 'Rio Grande do Norte', 'Extremoz', 'BR'),
(-5.78333, -43.25000, 'Estreito', 'Maranhao', 'Parnarama', 'BR'),
(-4.86667, -44.70833, 'Esperantinopolis', 'Maranhao', 'Esperantinopolis', 'BR'),
(-3.90167, -42.23361, 'Esperantina', 'Piaui', 'Esperantina', 'BR'),
(-7.03306, -35.85722, 'Esperanca', 'Paraiba', 'Esperanca', 'BR'),
(-8.35917, -35.22361, 'Escada', 'Pernambuco', 'Escada', 'BR'),
(-6.20194, -42.14028, 'Elesbao Veloso', 'Piaui', 'Elesbao Veloso', 'BR'),
(-6.61354, -35.62654, 'Dona Ines', 'Paraiba', 'Dona Ines', 'BR'),
(-5.03749, -44.43857, 'Dom Pedro', 'Maranhao', 'Lima Campos', 'BR'),
(-9.39250, -37.10056, 'Dois Riachos', 'Alagoas', 'Dois Riachos', 'BR'),
(-7.29056, -37.09389, 'Desterro', 'Paraiba', 'Desterro', 'BR'),
(-5.35833, -42.67639, 'Demerval Lobao', 'Piaui', 'Demerval Lobao', 'BR'),
(-9.38861, -37.99917, 'Delmiro Gouveia', 'Alagoas', 'Delmiro Gouveia', 'BR'),
(-8.08750, -37.64306, 'Custodia', 'Pernambuco', 'Custodia', 'BR'),
(-1.82833, -44.86833, 'Cururupu', 'Maranhao', 'Cururupu', 'BR'),
(-0.72889, -47.84806, 'Curuca', 'Para', 'Curuca', 'BR'),
(-6.26083, -36.51778, 'Currais Novos', 'Rio Grande do Norte', 'Currais Novos', 'BR'),
(-8.99028, -39.90944, 'Curaca', 'Bahia', 'Curaca', 'BR'),
(-8.61667, -35.95000, 'Cupira', 'Pernambuco', 'Cupira', 'BR'),
(-8.00611, -35.69722, 'Cumaru', 'Pernambuco', 'Cumaru', 'BR'),
(-6.48361, -36.15361, 'Cuite', 'Paraiba', 'Cuite', 'BR'),
(-7.14000, -35.08639, 'Cruz do Espirito Santo', 'Paraiba', 'Cruz Do Espirito Santo', 'BR'),
(-2.91778, -40.17167, 'Cruz', 'Ceara', 'Cruz', 'BR'),
(-7.23417, -39.40944, 'Crato', 'Ceara', 'Crato', 'BR'),
(-5.17833, -40.67750, 'Crateus', 'Ceara', 'Crateus', 'BR'),
(-4.13000, -44.12417, 'Coroata', 'Maranhao', 'Coroata', 'BR'),
(-7.01444, -37.94583, 'Coremas', 'Paraiba', 'Coremas', 'BR'),
(-3.53333, -40.65667, 'Coreau', 'Ceara', 'Coreau', 'BR'),
(-7.58583, -35.10583, 'Condado', 'Pernambuco', 'Condado', 'BR'),
(-8.25778, -49.26472, 'Conceicao do Araguaia', 'Para', 'Conceicao Do Araguaia', 'BR'),
(-8.90889, -35.72500, 'Colonia Leopoldina', 'Alagoas', '', 'BR'),
(-6.02583, -44.24917, 'Colinas', 'Maranhao', 'Colinas', 'BR'),
(-9.63222, -36.57861, 'Coite do Noia', 'Alagoas', 'Coite Do Noia', 'BR'),
(-4.25667, -43.01278, 'Coelho Neto', 'Maranhao', 'Coelho Neto', 'BR'),
(-4.45528, -43.88556, 'Codo', 'Maranhao', 'Codo', 'BR'),
(-3.47194, -41.55750, 'Cocal', 'Piaui', 'Cocal', 'BR'),
(-4.30028, -38.49778, 'Chorozinho', 'Ceara', 'Chorozinho', 'BR'),
(-3.74167, -43.36028, 'Chapadinha', 'Maranhao', 'Chapadinha', 'BR'),
(-8.23833, -35.46167, 'Cha Grande', 'Pernambuco', 'Cha Grande', 'BR'),
(-6.04556, -36.34583, 'Cerro Cora', 'Rio Grande do Norte', 'Cerro Cora', 'BR'),
(-6.60667, -39.06222, 'Cedro', 'Ceara', 'Cedro', 'BR'),
(-5.63444, -35.42556, 'Ceara Mirim', 'Rio Grande do Norte', 'Ceara-Mirim', 'BR'),
(-4.85889, -43.35611, 'Caxias', 'Maranhao', 'Caxias', 'BR'),
(-3.73611, -38.65306, 'Caucaia', 'Ceara', 'Caucaia', 'BR'),
(-6.34389, -37.74667, 'Catole do Rocha', 'Paraiba', 'Catole Do Rocha', 'BR'),
(-8.66667, -35.71667, 'Catende', 'Pernambuco', 'Catende', 'BR'),
(-5.32222, -41.55250, 'Castelo do Piaui', 'Piaui', 'Castelo Do Piaui', 'BR'),
(-1.29389, -47.92639, 'Castanhal', 'Para', 'Castanhal', 'BR'),
(-4.13306, -38.24194, 'Cascavel', 'Ceara', 'Cascavel', 'BR'),
(-1.19500, -46.02000, 'Carutapera', 'Maranhao', 'Carutapera', 'BR'),
(-8.28333, -35.97611, 'Caruaru', 'Pernambuco', 'Caruaru', 'BR'),
(-7.85083, -35.25472, 'Carpina', 'Pernambuco', 'Carpina', 'BR'),
(-7.33561, -47.46218, 'Carolina', 'Maranhao', 'Carolina', 'BR'),
(-8.70000, -37.66667, 'Carnaiba', 'Pernambuco', 'Ibimirim', 'BR'),
(-7.04222, -39.28361, 'Caririacu', 'Ceara', 'Caririacu', 'BR'),
(-3.95056, -40.47333, 'Carire', 'Ceara', 'Carire', 'BR'),
(-3.19695, -59.82674, 'Careiro da Varzea', 'Amazonas', 'Careiro Da Varzea', 'BR'),
(-5.79250, -37.55667, 'Caraubas', 'Rio Grande do Norte', 'Caraubas', 'BR'),
(-8.73472, -36.62667, 'Capoeiras', 'Pernambuco', 'Capoeiras', 'BR'),
(-1.74639, -47.05944, 'Capitao Poco', 'Para', 'Capitao Poco', 'BR'),
(-9.40750, -36.07361, 'Capela', 'Alagoas', 'Capela', 'BR'),
(-1.19583, -47.18083, 'Capanema', 'Para', 'Capanema', 'BR'),
(-8.11000, -42.94444, 'Canto do Buriti', 'Piaui', 'Canto Do Buriti', 'BR'),
(-3.63333, -44.37667, 'Cantanhede', 'Maranhao', 'Cantanhede', 'BR'),
(-9.66000, -37.78944, 'Caninde de Sao Francisco', 'Sergipe', 'Caninde De Sao Francisco', 'BR'),
(-4.35889, -39.31167, 'Caninde', 'Ceara', 'Caninde', 'BR'),
(-8.88222, -36.19111, 'Canhotinho', 'Pernambuco', 'Canhotinho', 'BR'),
(-6.38000, -35.12889, 'Canguaretama', 'Rio Grande do Norte', 'Canguaretama', 'BR'),
(-1.44667, -45.71667, 'Candido Mendes', 'Maranhao', 'Candido Mendes', 'BR'),
(-7.07444, -40.37611, 'Campos Sales', 'Ceara', 'Campos Sales', 'BR'),
(-4.82778, -42.16861, 'Campo Maior', 'Piaui', 'Campo Maior', 'BR'),
(-9.78194, -36.35083, 'Campo Alegre', 'Alagoas', 'Campo Alegre', 'BR'),
(-7.23056, -35.88111, 'Campina Grande', 'Paraiba', 'Campina Grande', 'BR'),
(-8.35861, -35.76194, 'Camocim de Sao Felix', 'Pernambuco', 'Camocim De Sao Felix', 'BR'),
(-2.90222, -40.84111, 'Camocim', 'Ceara', 'Camocim', 'BR'),
(-2.24444, -49.49583, 'Cameta', 'Para', 'Cameta', 'BR'),
(-9.71667, -36.45000, 'Cajueiro', 'Alagoas', 'Limoeiro De Anadia', 'BR'),
(-6.89028, -38.55528, 'Cajazeiras', 'Paraiba', 'Cajazeiras', 'BR'),
(-6.45833, -37.09778, 'Caico', 'Rio Grande do Norte', 'Caico', 'BR'),
(-8.77306, -36.62250, 'Caetes', 'Pernambuco', 'Caetes', 'BR'),
(-9.40028, -36.99028, 'Cacimbinhas', 'Alagoas', 'Cacimbinhas', 'BR'),
(-6.64167, -35.79000, 'Cacimba de Dentro', 'Paraiba', 'Cacimba De Dentro', 'BR'),
(-8.48639, -36.23306, 'Cachoeirinha', 'Pernambuco', 'Cachoeirinha', 'BR'),
(-8.51417, -39.31000, 'Cabrobo', 'Pernambuco', 'Cabrobo', 'BR'),
(-8.28333, -35.03333, 'Cabo', 'Pernambuco', 'Cabo De Santo Agostinho', 'BR'),
(-6.98111, -34.83389, 'Cabedelo', 'Paraiba', 'Cabedelo', 'BR'),
(-7.51556, -34.90833, 'Caapora', 'Paraiba', 'Caapora', 'BR'),
(-3.17500, -41.86694, 'Buriti dos Lopes', 'Piaui', 'Buriti Dos Lopes', 'BR'),
(-5.83722, -43.83361, 'Buriti Bravo', 'Maranhao', 'Buriti Bravo', 'BR'),
(-1.51500, -48.04472, 'Bujaru', 'Para', 'Bujaru', 'BR'),
(-8.62306, -37.15583, 'Buique', 'Pernambuco', 'Buique', 'BR'),
(-1.68222, -50.48028, 'Breves', 'Para', 'Breves', 'BR'),
(-7.49333, -38.98722, 'Brejo Santo', 'Ceara', 'Brejo Santo', 'BR'),
(-8.14583, -36.37111, 'Brejo da Madre de Deus', 'Pernambuco', 'Brejo Da Madre De Deus', 'BR'),
(-3.68444, -42.75028, 'Brejo', 'Maranhao', 'Brejo', 'BR'),
(-6.19083, -35.35667, 'Brejinho', 'Rio Grande do Norte', 'Brejinho', 'BR'),
(-1.05361, -46.76556, 'Braganca', 'Para', 'Braganca', 'BR'),
(-4.39143, -59.58864, 'Borba', 'Amazonas', 'Borba', 'BR'),
(-7.48237, -36.13422, 'Boqueirao', 'Paraiba', 'Boqueirao', 'BR'),
(-8.47028, -35.72861, 'Bonito', 'Pernambuco', 'Bonito', 'BR'),
(-9.07444, -44.35861, 'Bom Jesus', 'Piaui', 'Bom Jesus', 'BR'),
(-7.79583, -35.58722, 'Bom Jardim', 'Pernambuco', 'Bom Jardim', 'BR'),
(-7.01667, -46.48333, 'Bom Jardim', 'Maranhao', 'Feira Nova Do Maranhao', 'BR'),
(-9.16972, -36.67972, 'Bom Conselho', 'Pernambuco', 'Bom Conselho', 'BR'),
(-5.12750, -39.73222, 'Boa Viagem', 'Ceara', 'Boa Viagem', 'BR'),
(-8.23333, -35.79694, 'Bezerros', 'Pernambuco', 'Bezerros', 'BR'),
(-2.44889, -44.78250, 'Bequimao', 'Maranhao', 'Bequimao', 'BR'),
(-1.36139, -48.24472, 'Benevides', 'Para', 'Benevides', 'BR'),
(-5.45000, -42.36667, 'Beneditinos', 'Piaui', 'Beneditinos', 'BR'),
(-8.33556, -36.42417, 'Belo Jardim', 'Pernambuco', 'Belo Jardim', 'BR'),
(-6.18861, -37.53583, 'Belem do Brejo do Cruz', 'Paraiba', 'Belem Do Brejo Do Cruz', 'BR'),
(-8.75389, -38.96583, 'Belem de Sao Francisco', 'Pernambuco', 'Belem De Sao Francisco', 'BR'),
(-6.69167, -35.53333, 'Belem', 'Paraiba', 'Belem', 'BR'),
(-1.45583, -48.50444, 'Belem', 'Para', 'Belem', 'BR'),
(-3.05056, -40.16778, 'Bela Cruz', 'Ceara', 'Bela Cruz', 'BR'),
(-4.17972, -38.13056, 'Beberibe', 'Ceara', 'Beberibe', 'BR'),
(-7.12500, -34.93222, 'Bayeux', 'Paraiba', 'Bayeux', 'BR'),
(-4.32861, -38.88472, 'Baturite', 'Ceara', 'Baturite', 'BR'),
(-9.67778, -37.12472, 'Batalha', 'Alagoas', 'Batalha', 'BR'),
(-4.02500, -42.07500, 'Batalha', 'Piaui', 'Batalha', 'BR'),
(-3.01889, -41.13611, 'Barroquinha', 'Ceara', 'Barroquinha', 'BR'),
(-6.71667, -38.86667, 'Barro', 'Ceara', 'Lavras Da Mangabeira', 'BR'),
(-8.81833, -35.18639, 'Barreiros', 'Pernambuco', 'Barreiros', 'BR'),
(-2.75556, -42.82591, 'Barreirinhas', 'Maranhao', 'Barreirinhas', 'BR'),
(-2.79333, -57.07000, 'Barreirinha', 'Amazonas', 'Barreirinha', 'BR'),
(-4.24444, -42.29444, 'Barras', 'Piaui', 'Barras', 'BR'),
(-5.50308, -45.23693, 'Barra do Corda', 'Maranhao', 'Barra Do Corda', 'BR'),
(-9.40472, -35.50722, 'Barra de Santo Antonio', 'Alagoas', 'Barra De Santo Antonio', 'BR'),
(-1.50583, -48.62583, 'Barcarena', 'Para', 'Barcarena', 'BR'),
(-7.31111, -39.30417, 'Barbalha', 'Ceara', 'Barbalha', 'BR'),
(-5.08000, -37.61667, 'Barauna', 'Rio Grande do Norte', 'Barauna', 'BR'),
(-6.75000, -35.63333, 'Bananeiras', 'Paraiba', 'Bananeiras', 'BR'),
(-7.53250, -46.03556, 'Balsas', 'Maranhao', 'Balsas', 'BR'),
(-2.79056, -49.67167, 'Baiao', 'Para', 'Baiao', 'BR');
INSERT INTO `reverse_geocode` (`lat`, `lng`, `city`, `region`, `province`, `country`) VALUES
(-4.29167, -44.79167, 'Bacabal', 'Maranhao', 'Bacabal', 'BR'),
(-3.57972, -59.13056, 'Autazes', 'Amazonas', 'Autazes', 'BR'),
(-6.94250, -38.96750, 'Aurora', 'Ceara', 'Aurora', 'BR'),
(-1.02167, -46.63500, 'Augusto Correa', 'Para', 'Augusto Correa', 'BR'),
(-9.50194, -36.02278, 'Atalaia', 'Alagoas', 'Atalaia', 'BR'),
(-6.87444, -39.87500, 'Assare', 'Ceara', 'Assare', 'BR'),
(-7.54528, -35.70750, 'Aroeiras', 'Paraiba', 'Aroeiras', 'BR'),
(-6.19444, -35.16028, 'Ares', 'Rio Grande do Norte', 'Ares', 'BR'),
(-4.95611, -37.13694, 'Areia Branca', 'Rio Grande do Norte', 'Areia Branca', 'BR'),
(-6.96333, -35.69167, 'Areia', 'Paraiba', 'Areia', 'BR'),
(-8.41889, -37.05389, 'Arcoverde', 'Pernambuco', 'Arcoverde', 'BR'),
(-6.55833, -35.74167, 'Araruna', 'Paraiba', 'Araruna', 'BR'),
(-7.57611, -40.49833, 'Araripina', 'Pernambuco', 'Araripina', 'BR'),
(-7.21250, -40.04611, 'Araripe', 'Ceara', 'Araripe', 'BR'),
(-3.45361, -44.78000, 'Arari', 'Maranhao', 'Arari', 'BR'),
(-6.82833, -35.75833, 'Arara', 'Paraiba', 'Arara', 'BR'),
(-9.75250, -36.66111, 'Arapiraca', 'Alagoas', 'Arapiraca', 'BR'),
(-2.89000, -41.90306, 'Araioses', 'Maranhao', 'Araioses', 'BR'),
(-7.19111, -48.20722, 'Araguaina', 'Tocantins', 'Araguaina', 'BR'),
(-7.79028, -35.09083, 'Aracoiaba', 'Pernambuco', 'Aracoiaba', 'BR'),
(-4.37111, -38.81417, 'Aracoiaba', 'Ceara', 'Aracoiaba', 'BR'),
(-4.56167, -37.76972, 'Aracati', 'Ceara', 'Aracati', 'BR'),
(-3.90139, -38.39111, 'Aquiraz', 'Ceara', 'Aquiraz', 'BR'),
(-5.66417, -37.79889, 'Apodi', 'Rio Grande do Norte', 'Apodi', 'BR'),
(-5.66556, -36.60111, 'Angicos', 'Rio Grande do Norte', 'Angicos', 'BR'),
(-1.36556, -48.37222, 'Ananindeua', 'Para', 'Ananindeua', 'BR'),
(-3.26444, -44.61972, 'Anajatuba', 'Maranhao', 'Anajatuba', 'BR'),
(-9.68444, -36.30417, 'Anadia', 'Alagoas', 'Anadia', 'BR'),
(-3.36167, -39.83167, 'Amontada', 'Ceara', 'Amontada', 'BR'),
(-5.56667, -46.74222, 'Amarante do Maranhao', 'Maranhao', 'Amarante Do Maranhao', 'BR'),
(-6.24316, -42.84544, 'Amarante', 'Piaui', 'Amarante', 'BR'),
(-8.38306, -35.45250, 'Amaraji', 'Pernambuco', 'Amaraji', 'BR'),
(-5.03806, -42.46000, 'Altos', 'Piaui', 'Altos', 'BR'),
(-5.25111, -42.21028, 'Alto Longa', 'Piaui', 'Alto Longa', 'BR'),
(-8.48972, -36.05944, 'Altinho', 'Pernambuco', 'Altinho', 'BR'),
(-3.20333, -52.20639, 'Altamira', 'Para', 'Altamira', 'BR'),
(-1.52333, -52.58167, 'Almeirim', 'Para', 'Almeirim', 'BR'),
(-7.43861, -34.91444, 'Alhandra', 'Paraiba', 'Alhandra', 'BR'),
(-6.41250, -38.01583, 'Alexandria', 'Rio Grande do Norte', 'Alexandria', 'BR'),
(-1.94167, -54.73833, 'Alenquer', 'Para', 'Alenquer', 'BR'),
(-2.40410, -44.41669, 'Alcantara', 'Maranhao', 'Alcantara', 'BR'),
(-6.95000, -35.54500, 'Alagoinha', 'Paraiba', 'Alagoinha', 'BR'),
(-7.07083, -35.75833, 'Alagoa Nova', 'Paraiba', 'Alagoa Nova', 'BR'),
(-7.15833, -35.63000, 'Alagoa Grande', 'Paraiba', 'Serra Redonda', 'BR'),
(-9.11139, -37.12306, 'Aguas Belas', 'Pernambuco', 'Aguas Belas', 'BR'),
(-8.70750, -35.53056, 'Agua Preta', 'Pernambuco', 'Agua Preta', 'BR'),
(-9.26083, -37.93611, 'Agua Branca', 'Alagoas', 'Agua Branca', 'BR'),
(-5.89222, -42.63611, 'Agua Branca', 'Piaui', 'Agua Branca', 'BR'),
(-8.45806, -35.94472, 'Agrestina', 'Pernambuco', 'Agrestina', 'BR'),
(-0.15667, -50.38667, 'Afua', 'Para', 'Afua', 'BR'),
(-5.49833, -36.50556, 'Afonso Bezerra', 'Rio Grande do Norte', 'Afonso Bezerra', 'BR'),
(-7.75083, -37.63917, 'Afogados da Ingazeira', 'Pernambuco', 'Afogados Da Ingazeira', 'BR'),
(-5.57667, -36.90861, 'Acu', 'Rio Grande do Norte', 'Acu', 'BR'),
(-6.09528, -39.45250, 'Acopiara', 'Ceara', 'Acopiara', 'BR'),
(-2.88556, -40.12000, 'Acarau', 'Ceara', 'Acarau', 'BR'),
(-1.96083, -48.19667, 'Acara', 'Para', 'Acara', 'BR'),
(-7.91167, -34.90278, 'Abreu e Lima', 'Pernambuco', 'Abreu E Lima', 'BR'),
(-1.71806, -48.88250, 'Abaetetuba', 'Para', 'Abaetetuba', 'BR'),
(-10.82294, -42.72815, 'Xique Xique', 'Bahia', 'Xique-Xique', 'BR'),
(-23.03889, -49.70944, 'Chavantes', 'Sao Paulo', 'Chavantes', 'BR'),
(-26.87694, -52.40417, 'Xanxere', 'Santa Catarina', 'Xanxere', 'BR'),
(-20.42278, -49.97278, 'Votuporanga', 'Sao Paulo', 'Votuporanga', 'BR'),
(-23.54667, -47.43778, 'Votorantim', 'Sao Paulo', 'Votorantim', 'BR'),
(-22.52306, -44.10417, 'Volta Redonda', 'Rio de Janeiro', 'Volta Redonda', 'BR'),
(-14.86611, -40.83944, 'Vitoria da Conquista', 'Bahia', 'Vitoria Da Conquista', 'BR'),
(-20.31944, -40.33778, 'Vitoria', 'Espirito Santo', 'Vitoria', 'BR'),
(-21.01028, -42.84056, 'Visconde do Rio Branco', 'Minas Gerais', 'Visconde Do Rio Branco', 'BR'),
(-20.87306, -48.29694, 'Viradouro', 'Sao Paulo', 'Viradouro', 'BR'),
(-23.02972, -46.97528, 'Vinhedo', 'Sao Paulo', 'Vinhedo', 'BR'),
(-20.32972, -40.29250, 'Vila Velha', 'Espirito Santo', 'Vila Velha', 'BR'),
(-27.00833, -51.15167, 'Videira', 'Santa Catarina', 'Videira', 'BR'),
(-20.75389, -42.88194, 'Vicosa', 'Minas Gerais', 'Vicosa', 'BR'),
(-16.74194, -48.51639, 'Vianopolis', 'Goias', 'Vianopolis', 'BR'),
(-20.39028, -40.49611, 'Viana', 'Espirito Santo', 'Viana', 'BR'),
(-30.08111, -51.02333, 'Viamao', 'Rio Grande do Sul', 'Viamao', 'BR'),
(-19.69194, -43.92333, 'Vespasiano', 'Minas Gerais', 'Vespasiano', 'BR'),
(-28.93611, -51.54944, 'Veranopolis', 'Rio Grande do Sul', 'Veranopolis', 'BR'),
(-12.63333, -41.03333, 'Vera Cruz', 'Bahia', 'Andarai', 'BR'),
(-23.87389, -49.80278, 'Wenceslau Braz', 'Parana', 'Wenceslau Braz', 'BR'),
(-29.60639, -52.19194, 'Venancio Aires', 'Rio Grande do Sul', 'Venancio Aires', 'BR'),
(-17.98694, -46.90778, 'Vazante', 'Minas Gerais', 'Vazante', 'BR'),
(-22.40389, -43.66250, 'Vassouras', 'Rio de Janeiro', 'Vassouras', 'BR'),
(-15.70139, -44.02750, 'Varzelandia', 'Minas Gerais', 'Varzelandia', 'BR'),
(-23.21139, -46.82833, 'Varzea Paulista', 'Sao Paulo', 'Varzea Paulista', 'BR'),
(-15.64667, -56.13250, 'Varzea Grande', 'Mato Grosso', 'Varzea Grande', 'BR'),
(-17.59760, -44.73367, 'Varzea da Palma', 'Minas Gerais', 'Varzea Da Palma', 'BR'),
(-21.55139, -45.43028, 'Varginha', 'Minas Gerais', 'Varginha', 'BR'),
(-21.83222, -46.89361, 'Vargem Grande do Sul', 'Sao Paulo', 'Vargem Grande Do Sul', 'BR'),
(-20.67139, -41.00694, 'Vargem Alta', 'Espirito Santo', 'Vargem Alta', 'BR'),
(-21.22778, -50.86833, 'Valparaiso', 'Sao Paulo', 'Valparaiso', 'BR'),
(-22.97056, -46.99583, 'Valinhos', 'Sao Paulo', 'Valinhos', 'BR'),
(-11.41222, -39.46194, 'Valente', 'Bahia', 'Valente', 'BR'),
(-22.24556, -43.70028, 'Valenca', 'Rio de Janeiro', 'Valenca', 'BR'),
(-13.37028, -39.07306, 'Valenca', 'Bahia', 'Valenca', 'BR'),
(-28.51222, -50.93389, 'Vacaria', 'Rio Grande do Sul', 'Vacaria', 'BR'),
(-28.51778, -49.32083, 'Urussanga', 'Santa Catarina', 'Urussanga', 'BR'),
(-21.20167, -49.29000, 'Urupes', 'Sao Paulo', 'Urupes', 'BR'),
(-29.75472, -57.08833, 'Uruguaiana', 'Rio Grande do Sul', 'Uruguaiana', 'BR'),
(-14.59306, -39.28444, 'Urucuca', 'Bahia', 'Urucuca', 'BR'),
(-15.49806, -49.68750, 'Uruana', 'Goias', 'Uruana', 'BR'),
(-14.52472, -49.14083, 'Uruacu', 'Goias', 'Uruacu', 'BR'),
(-26.23000, -51.08639, 'Uniao da Vitoria', 'Parana', 'Uniao Da Vitoria', 'BR'),
(-16.35750, -46.90611, 'Unai', 'Minas Gerais', 'Unai', 'BR'),
(-15.29333, -39.07528, 'Una', 'Bahia', 'Una', 'BR'),
(-23.76639, -53.32500, 'Umuarama', 'Parana', 'Umuarama', 'BR'),
(-11.38333, -37.65778, 'Umbauba', 'Sergipe', 'Umbauba', 'BR'),
(-18.91861, -48.27722, 'Uberlandia', 'Minas Gerais', 'Uberlandia', 'BR'),
(-19.74833, -47.93194, 'Uberaba', 'Minas Gerais', 'Uberaba', 'BR'),
(-23.43389, -45.07111, 'Ubatuba', 'Sao Paulo', 'Ubatuba', 'BR'),
(-14.21389, -39.52278, 'Ubata', 'Bahia', 'Ubata', 'BR'),
(-14.31250, -39.32333, 'Ubaitaba', 'Bahia', 'Ubaitaba', 'BR'),
(-13.26806, -39.66278, 'Ubaira', 'Bahia', 'Ubaira', 'BR'),
(-21.12000, -42.94278, 'Uba', 'Minas Gerais', 'Uba', 'BR'),
(-17.28556, -42.73000, 'Turmalina', 'Minas Gerais', 'Turmalina', 'BR'),
(-21.38111, -51.57056, 'Tupi Paulista', 'Sao Paulo', 'Tupi Paulista', 'BR'),
(-29.08056, -53.83583, 'Tupancireta', 'Rio Grande do Sul', 'Tupancireta', 'BR'),
(-18.59222, -48.70500, 'Tupaciguara', 'Minas Gerais', 'Tupaciguara', 'BR'),
(-21.93472, -50.51361, 'Tupa', 'Sao Paulo', 'Tupa', 'BR'),
(-10.96306, -38.78667, 'Tucano', 'Bahia', 'Tucano', 'BR'),
(-28.46667, -49.00694, 'Tubarao', 'Santa Catarina', 'Tubarao', 'BR'),
(-29.94333, -51.71806, 'Triunfo', 'Rio Grande do Sul', 'Triunfo', 'BR'),
(-16.64944, -49.48889, 'Trindade', 'Goias', 'Trindade', 'BR'),
(-22.11667, -43.20917, 'Tres Rios', 'Rio de Janeiro', 'Tres Rios', 'BR'),
(-21.36667, -45.51250, 'Tres Pontas', 'Minas Gerais', 'Tres Pontas', 'BR'),
(-27.45556, -53.93194, 'Tres Passos', 'Rio Grande do Sul', 'Tres Passos', 'BR'),
(-20.78741, -51.70406, 'Tres Lagoas', 'Mato Grosso do Sul', 'Tres Lagoas', 'BR'),
(-27.77333, -54.24000, 'Tres de Maio', 'Rio Grande do Sul', 'Tres De Maio', 'BR'),
(-29.51694, -50.77778, 'Tres Coroas', 'Rio Grande do Sul', 'Tres Coroas', 'BR'),
(-21.69694, -45.25333, 'Tres Coracoes', 'Minas Gerais', 'Tres Coracoes', 'BR'),
(-26.10639, -50.32222, 'Tres Barras', 'Santa Catarina', 'Tres Barras', 'BR'),
(-22.95833, -45.54944, 'Tremembe', 'Sao Paulo', 'Tremembe', 'BR'),
(-14.97583, -41.41083, 'Tremedal', 'Bahia', 'Tremedal', 'BR'),
(-29.98472, -50.13361, 'Tramandai', 'Rio Grande do Sul', 'Tramandai', 'BR'),
(-29.33528, -49.72694, 'Torres', 'Rio Grande do Sul', 'Torres', 'BR'),
(-11.37333, -37.84056, 'Tomar do Geru', 'Sergipe', 'Tomar Do Geru', 'BR'),
(-24.71361, -53.74306, 'Toledo', 'Parana', 'Toledo', 'BR'),
(-21.17500, -43.01778, 'Tocantins', 'Minas Gerais', 'Tocantins', 'BR'),
(-11.18389, -37.99833, 'Tobias Barreto', 'Sergipe', 'Tobias Barreto', 'BR'),
(-21.11028, -44.17806, 'Tiradentes', 'Minas Gerais', 'Tiradentes', 'BR'),
(-19.58106, -42.64953, 'Timoteo', 'Minas Gerais', 'Timoteo', 'BR'),
(-26.82333, -49.27167, 'Timbo', 'Santa Catarina', 'Timbo', 'BR'),
(-27.24139, -48.63361, 'Tijucas', 'Santa Catarina', 'Tijucas', 'BR'),
(-23.10194, -47.71472, 'Tiete', 'Sao Paulo', 'Tiete', 'BR'),
(-24.50944, -50.41361, 'Tibagi', 'Parana', 'Tibagi', 'BR'),
(-29.44806, -51.80639, 'Teutonia', 'Rio Grande do Sul', 'Teutonia', 'BR'),
(-23.85571, -50.03140, 'Terra Roxa', 'Parana', 'Tomazina', 'BR'),
(-22.70944, -52.61694, 'Terra Rica', 'Parana', 'Terra Rica', 'BR'),
(-12.36667, -40.66667, 'Terra Nova', 'Bahia', 'Ruy Barbosa', 'BR'),
(-23.76806, -52.44417, 'Terra Boa', 'Parana', 'Terra Boa', 'BR'),
(-22.41670, -42.97822, 'Teresopolis', 'Rio de Janeiro', 'Teresopolis', 'BR'),
(-20.44222, -54.86028, 'Terenos', 'Mato Grosso do Sul', 'Terenos', 'BR'),
(-17.85750, -41.50528, 'Teofilo Otoni', 'Minas Gerais', 'Teofilo Otoni', 'BR'),
(-22.53250, -52.16750, 'Teodoro Sampaio', 'Sao Paulo', 'Teodoro Sampaio', 'BR'),
(-24.32389, -50.61556, 'Telemaco Borba', 'Parana', 'Telemaco Borba', 'BR'),
(-23.02639, -45.55528, 'Taubate', 'Sao Paulo', 'Taubate', 'BR'),
(-23.35556, -47.85694, 'Tatui', 'Sao Paulo', 'Tatui', 'BR'),
(-22.74667, -50.57722, 'Taruma', 'Sao Paulo', 'Taruma', 'BR'),
(-23.53306, -49.24444, 'Taquarituba', 'Sao Paulo', 'Taquarituba', 'BR'),
(-21.40611, -48.50472, 'Taquaritinga', 'Sao Paulo', 'Taquaritinga', 'BR'),
(-29.79972, -51.86444, 'Taquari', 'Rio Grande do Sul', 'Taquari', 'BR'),
(-29.65056, -50.78056, 'Taquara', 'Rio Grande do Sul', 'Taquara', 'BR'),
(-11.84722, -40.79139, 'Tapiramuta', 'Bahia', 'Tapiramuta', 'BR'),
(-30.67333, -51.39583, 'Tapes', 'Rio Grande do Sul', 'Tapes', 'BR'),
(-13.53806, -39.09861, 'Taperoa', 'Bahia', 'Taperoa', 'BR'),
(-28.06806, -52.01389, 'Tapejara', 'Rio Grande do Sul', 'Tapejara', 'BR'),
(-23.73306, -52.87333, 'Tapejara', 'Parana', 'Tapejara', 'BR'),
(-14.02139, -41.24806, 'Tanhacu', 'Bahia', 'Tanhacu', 'BR'),
(-22.73028, -42.71417, 'Tangua', 'Rio de Janeiro', 'Tangua', 'BR'),
(-20.62639, -49.64917, 'Tanabi', 'Sao Paulo', 'Tanabi', 'BR'),
(-21.70500, -47.27444, 'Tambau', 'Sao Paulo', 'Tambau', 'BR'),
(-15.80778, -42.23306, 'Taiobeiras', 'Minas Gerais', 'Taiobeiras', 'BR'),
(-12.40389, -46.43611, 'Taguatinga', 'Tocantins', 'Taguatinga', 'BR'),
(-23.62611, -46.79167, 'Taboao da Serra', 'Sao Paulo', 'Taboao Da Serra', 'BR'),
(-21.71667, -48.68750, 'Tabatinga', 'Sao Paulo', 'Tabatinga', 'BR'),
(-23.54250, -46.31083, 'Suzano', 'Sao Paulo', 'Suzano', 'BR'),
(-22.82194, -47.26694, 'Sumare', 'Sao Paulo', 'Sumare', 'BR'),
(-23.50167, -47.45806, 'Sorocaba', 'Sao Paulo', 'Sorocaba', 'BR'),
(-29.11389, -49.61667, 'Sombrio', 'Santa Catarina', 'Sombrio', 'BR'),
(-28.81833, -52.51028, 'Soledade', 'Rio Grande do Sul', 'Soledade', 'BR'),
(-22.59139, -46.52889, 'Socorro', 'Sao Paulo', 'Socorro', 'BR'),
(-12.83333, -39.10000, 'Sobradinho', 'Bahia', 'Sao Felipe', 'BR'),
(-23.68889, -49.83389, 'Siqueira Campos', 'Parana', 'Siqueira Campos', 'BR'),
(-10.73833, -37.81111, 'Simao Dias', 'Sergipe', 'Simao Dias', 'BR'),
(-16.65889, -48.60806, 'Silvania', 'Goias', 'Silvania', 'BR'),
(-22.65083, -42.39167, 'Silva Jardim', 'Rio de Janeiro', 'Silva Jardim', 'BR'),
(-20.93194, -54.96139, 'Sidrolandia', 'Mato Grosso do Sul', 'Sidrolandia', 'BR'),
(-28.59778, -49.42444, 'Sideropolis', 'Santa Catarina', 'Sideropolis', 'BR'),
(-20.80944, -48.80278, 'Severinia', 'Sao Paulo', 'Severinia', 'BR'),
(-19.46583, -44.24667, 'Sete Lagoas', 'Minas Gerais', 'Sete Lagoas', 'BR'),
(-21.13778, -47.99028, 'Sertaozinho', 'Sao Paulo', 'Sertaozinho', 'BR'),
(-23.05861, -51.03639, 'Sertanopolis', 'Parana', 'Sertanopolis', 'BR'),
(-18.60472, -43.37944, 'Serro', 'Minas Gerais', 'Serro', 'BR'),
(-11.66417, -39.00750, 'Serrinha', 'Bahia', 'Serrinha', 'BR'),
(-22.61222, -46.70056, 'Serra Negra', 'Sao Paulo', 'Serra Negra', 'BR'),
(-21.21139, -47.59556, 'Serrana', 'Sao Paulo', 'Serrana', 'BR'),
(-20.12861, -40.30778, 'Serra', 'Espirito Santo', 'Serra', 'BR'),
(-22.74389, -43.70750, 'Seropedica', 'Rio de Janeiro', 'Seropedica', 'BR'),
(-10.46139, -40.18944, 'Senhor do Bonfim', 'Bahia', 'Senhor Do Bonfim', 'BR'),
(-24.11335, -49.46315, 'Senges', 'Parana', 'Senges', 'BR'),
(-16.70806, -49.09306, 'Senador Canedo', 'Goias', 'Senador Canedo', 'BR'),
(-12.41861, -41.77028, 'Seabra', 'Bahia', 'Seabra', 'BR'),
(-26.41250, -49.07306, 'Schroeder', 'Santa Catarina', 'Schroeder', 'BR'),
(-12.73750, -38.76861, 'Saubara', 'Bahia', 'Saubara', 'BR'),
(-20.03528, -44.14472, 'Sarzedo', 'Minas Gerais', 'Sarzedo', 'BR'),
(-27.94389, -52.92306, 'Sarandi', 'Rio Grande do Sul', 'Sarandi', 'BR'),
(-23.44361, -51.87389, 'Sarandi', 'Parana', 'Sarandi', 'BR'),
(-22.92000, -42.51028, 'Saquarema', 'Rio de Janeiro', 'Saquarema', 'BR'),
(-29.83333, -51.15000, 'Sapucaia', 'Rio Grande do Sul', 'Sapucaia Do Sul', 'BR'),
(-21.99500, -42.91444, 'Sapucaia', 'Rio de Janeiro', 'Sapucaia', 'BR'),
(-29.63806, -51.00694, 'Sapiranga', 'Rio Grande do Sul', 'Sapiranga', 'BR'),
(-23.96306, -46.39194, 'Sao Vicente', 'Sao Paulo', 'Sao Vicente', 'BR'),
(-21.47917, -47.55083, 'Sao Simao', 'Sao Paulo', 'Sao Simao', 'BR'),
(-30.16056, -53.56528, 'Sao Sepe', 'Rio Grande do Sul', 'Sao Sepe', 'BR'),
(-12.51250, -38.49528, 'Sao Sebastiao do Passe', 'Bahia', 'Sao Sebastiao Do Passe', 'BR'),
(-20.91694, -46.99139, 'Sao Sebastiao do Paraiso', 'Minas Gerais', 'Sao Sebastiao Do Paraiso', 'BR'),
(-29.58667, -51.37556, 'Sao Sebastiao do Cai', 'Rio Grande do Sul', 'Sao Sebastiao Do Cai', 'BR'),
(-23.76000, -45.40972, 'Sao Sebastiao', 'Sao Paulo', 'Sao Sebastiao', 'BR'),
(-23.52917, -47.13528, 'Sao Roque', 'Sao Paulo', 'Sao Roque', 'BR'),
(-29.62056, -54.17889, 'Sao Pedro do Sul', 'Rio Grande do Sul', 'Sao Pedro Do Sul', 'BR'),
(-22.83917, -42.10278, 'Sao Pedro da Aldeia', 'Rio de Janeiro', 'Sao Pedro Da Aldeia', 'BR'),
(-22.54861, -47.91389, 'Sao Pedro', 'Sao Paulo', 'Sao Pedro', 'BR'),
(-23.54750, -46.63611, 'Sao Paulo', 'Sao Paulo', 'Sao Paulo', 'BR'),
(-25.34806, -54.23778, 'Sao Miguel do Iguacu', 'Parana', 'Sao Miguel Do Iguacu', 'BR'),
(-13.27500, -50.16278, 'Sao Miguel do Araguaia', 'Goias', 'Sao Miguel Do Araguaia', 'BR'),
(-25.87417, -50.38278, 'Sao Mateus do Sul', 'Parana', 'Sao Mateus Do Sul', 'BR'),
(-18.72011, -39.85891, 'Sao Mateus', 'Espirito Santo', 'Sao Mateus', 'BR'),
(-28.97111, -51.06806, 'Sao Marcos', 'Rio Grande do Sul', 'Sao Marcos', 'BR'),
(-22.73111, -48.57056, 'Sao Manuel', 'Sao Paulo', 'Sao Manuel', 'BR'),
(-28.40833, -54.96083, 'Sao Luiz Gonzaga', 'Rio Grande do Sul', 'Sao Luiz Gonzaga', 'BR'),
(-16.52500, -50.37222, 'Sao Luis de Montes Belos', 'Goias', 'Sao Luis De Montes Belos', 'BR'),
(-31.36528, -51.97833, 'Sao Lourenco do Sul', 'Rio Grande do Sul', 'Sao Lourenco Do Sul', 'BR'),
(-26.35917, -52.85111, 'Sao Lourenco dOeste', 'Santa Catarina', 'Sao Lourenco Do Oeste', 'BR'),
(-23.85250, -46.94250, 'Sao Lourenco da Serra', 'Sao Paulo', 'Sao Lourenco Da Serra', 'BR'),
(-22.11639, -45.05444, 'Sao Lourenco', 'Minas Gerais', 'Sao Lourenco', 'BR'),
(-29.76028, -51.14722, 'Sao Leopoldo', 'Rio Grande do Sul', 'Sao Leopoldo', 'BR'),
(-25.53020, -49.20836, 'Sao Jose dos Pinhais', 'Parana', 'Sao Jose Dos Pinhais', 'BR'),
(-23.17944, -45.88694, 'Sao Jose dos Campos', 'Sao Paulo', 'Sao Jose Dos Campos', 'BR'),
(-20.81972, -49.37944, 'Sao Jose do Rio Preto', 'Sao Paulo', 'Sao Jose Do Rio Preto', 'BR'),
(-21.59556, -46.88861, 'Sao Jose do Rio Pardo', 'Sao Paulo', 'Sao Jose Do Rio Pardo', 'BR'),
(-21.02528, -41.65444, 'Sao Jose do Calcado', 'Espirito Santo', 'Sao Jose Do Calcado', 'BR'),
(-28.21171, -49.16320, 'Sao Jose', 'Santa Catarina', 'Braco Do Norte', 'BR'),
(-20.04917, -44.27389, 'Sao Joaquim de Bicas', 'Minas Gerais', 'Sao Joaquim De Bicas', 'BR'),
(-20.58139, -47.85472, 'Sao Joaquim da Barra', 'Sao Paulo', 'Sao Joaquim Da Barra', 'BR'),
(-28.29389, -49.93167, 'Sao Joaquim', 'Santa Catarina', 'Sao Joaquim', 'BR'),
(-21.54000, -43.01056, 'Sao Joao Nepomuceno', 'Minas Gerais', 'Sao Joao Nepomuceno', 'BR'),
(-18.54778, -42.76333, 'Sao Joao Evangelista', 'Minas Gerais', 'Sao Joao Evangelista', 'BR'),
(-15.31361, -42.01444, 'Sao Joao do Paraiso', 'Minas Gerais', 'Sao Joao Do Paraiso', 'BR'),
(-22.80389, -43.37222, 'Sao Joao de Meriti', 'Rio de Janeiro', 'Sao Joao De Meriti', 'BR'),
(-21.13556, -44.26167, 'Sao Joao del Rei', 'Minas Gerais', 'Sao Joao Del Rei', 'BR'),
(-15.92917, -44.00778, 'Sao Joao da Ponte', 'Minas Gerais', 'Sao Joao Da Ponte', 'BR'),
(-21.96917, -46.79806, 'Sao Joao da Boa Vista', 'Sao Paulo', 'Sao Joao Da Boa Vista', 'BR'),
(-21.64028, -41.05111, 'Sao Joao da Barra', 'Rio de Janeiro', 'Sao Joao Da Barra', 'BR'),
(-27.27611, -48.84944, 'Sao Joao Batista', 'Santa Catarina', 'Sao Joao Batista', 'BR'),
(-29.95917, -51.72222, 'Sao Jeronimo', 'Rio Grande do Sul', 'Sao Jeronimo', 'BR'),
(-19.31111, -46.04889, 'Sao Gotardo', 'Minas Gerais', 'Sao Gotardo', 'BR'),
(-12.43333, -38.96667, 'Sao Goncalo dos Campos', 'Bahia', 'Sao Goncalo Dos Campos', 'BR'),
(-21.89222, -45.59528, 'Sao Goncalo do Sapucai', 'Minas Gerais', 'Sao Goncalo Do Sapucai', 'BR'),
(-22.82694, -43.05389, 'Sao Goncalo', 'Rio de Janeiro', 'Sao Goncalo', 'BR'),
(-30.33639, -54.32000, 'Sao Gabriel', 'Rio Grande do Sul', 'Sao Gabriel', 'BR'),
(-26.24333, -48.63806, 'Sao Francisco do Sul', 'Santa Catarina', 'Sao Francisco Do Sul', 'BR'),
(-12.62750, -38.68000, 'Sao Francisco do Conde', 'Bahia', 'Sao Francisco Do Conde', 'BR'),
(-29.44806, -50.58361, 'Sao Francisco de Paula', 'Rio Grande do Sul', 'Sao Francisco De Paula', 'BR'),
(-29.55028, -55.13111, 'Sao Francisco de Assis', 'Rio Grande do Sul', 'Sao Francisco De Assis', 'BR'),
(-15.94861, -44.86444, 'Sao Francisco', 'Minas Gerais', 'Sao Francisco', 'BR'),
(-21.64611, -41.74694, 'Sao Fidelis', 'Rio de Janeiro', 'Sao Fidelis', 'BR'),
(-14.83860, -41.39174, 'Sao Felipe', 'Bahia', 'Caraibas', 'BR'),
(-19.86500, -42.96833, 'Sao Domingos do Prata', 'Minas Gerais', 'Sao Domingos Do Prata', 'BR'),
(-13.39833, -46.31833, 'Sao Domingos', 'Goias', 'Sao Domingos', 'BR'),
(-12.36333, -44.97333, 'Sao Desiderio', 'Bahia', 'Sao Desiderio', 'BR'),
(-11.01472, -37.20639, 'Sao Cristovao', 'Sergipe', 'Sao Cristovao', 'BR'),
(-22.01750, -47.89083, 'Sao Carlos', 'Sao Paulo', 'Sao Carlos', 'BR'),
(-23.62306, -46.55111, 'Sao Caetano do Sul', 'Sao Paulo', 'Sao Caetano Do Sul', 'BR'),
(-28.66056, -56.00444, 'Sao Borja', 'Rio Grande do Sul', 'Sao Borja', 'BR'),
(-23.69389, -46.56500, 'Sao Bernardo do Campo', 'Sao Paulo', 'Sao Bernardo Do Campo', 'BR'),
(-26.25028, -49.37861, 'Sao Bento do Sul', 'Santa Catarina', 'Sao Bento Do Sul', 'BR'),
(-21.45667, -43.55250, 'Santos Dumont', 'Minas Gerais', 'Santos Dumont', 'BR'),
(-23.96083, -46.33361, 'Santos', 'Sao Paulo', 'Santos', 'BR'),
(-12.43028, -39.25139, 'Santo Estevao', 'Bahia', 'Santo Estevao', 'BR'),
(-27.85083, -53.77722, 'Santo Augusto', 'Rio Grande do Sul', 'Santo Augusto', 'BR'),
(-26.07361, -53.72528, 'Santo Antonio do Sudoeste', 'Parana', 'Santo Antonio Do Sudoeste', 'BR'),
(-20.08722, -45.29361, 'Santo Antonio do Monte', 'Minas Gerais', 'Santo Antonio Do Monte', 'BR'),
(-15.86556, -56.07667, 'Santo Antonio do Leverger', 'Mato Grosso', 'Santo Antonio Do Leverger', 'BR'),
(-20.94639, -44.91889, 'Santo Antonio do Amparo', 'Minas Gerais', 'Santo Antonio Do Amparo', 'BR'),
(-22.60611, -46.91944, 'Santo Antonio de Posse', 'Sao Paulo', 'Santo Antonio De Posse', 'BR'),
(-21.53944, -42.18028, 'Santo Antonio de Padua', 'Rio de Janeiro', 'Santo Antonio De Padua', 'BR'),
(-12.96889, -39.26139, 'Santo Antonio de Jesus', 'Bahia', 'Santo Antonio De Jesus', 'BR'),
(-23.29500, -50.07722, 'Santo Antonio da Platina', 'Parana', 'Santo Antonio Da Platina', 'BR'),
(-28.29917, -54.26306, 'Santo Angelo', 'Rio Grande do Sul', 'Santo Angelo', 'BR'),
(-23.66389, -46.53833, 'Santo Andre', 'Sao Paulo', 'Santo Andre', 'BR'),
(-21.83833, -51.61028, 'Santo Anastacio', 'Sao Paulo', 'Ribeirao Dos Indios', 'BR'),
(-10.78889, -37.05444, 'Santo Amaro das Brotas', 'Sergipe', 'Santo Amaro Das Brotas', 'BR'),
(-27.68806, -48.77861, 'Santo Amaro da Imperatriz', 'Santa Catarina', 'Santo Amaro Da Imperatriz', 'BR'),
(-12.54667, -38.71194, 'Santo Amaro', 'Bahia', 'Santo Amaro', 'BR'),
(-29.19167, -54.86722, 'Santiago', 'Rio Grande do Sul', 'Santiago', 'BR'),
(-33.51889, -53.36806, 'Santa Vitoria do Palmar', 'Rio Grande do Sul', 'Santa Vitoria Do Palmar', 'BR'),
(-18.83861, -50.12139, 'Santa Vitoria', 'Minas Gerais', 'Santa Vitoria', 'BR'),
(-19.93556, -40.60028, 'Santa Teresa', 'Espirito Santo', 'Santa Teresa', 'BR'),
(-21.47278, -47.36306, 'Santa Rosa de Viterbo', 'Sao Paulo', 'Santa Rosa De Viterbo', 'BR'),
(-27.87083, -54.48139, 'Santa Rosa', 'Rio Grande do Sul', 'Santa Rosa', 'BR'),
(-22.25222, -45.70333, 'Santa Rita do Sapucai', 'Minas Gerais', 'Santa Rita Do Sapucai', 'BR'),
(-21.71028, -47.47806, 'Santa Rita do Passa Quatro', 'Sao Paulo', 'Santa Rita Do Passa Quatro', 'BR'),
(-19.36361, -42.56861, 'Santana do Paraiso', 'Minas Gerais', 'Santana Do Paraiso', 'BR'),
(-30.89083, -55.53278, 'Santana do Livramento', 'Rio Grande do Sul', 'Santana Do Livramento', 'BR'),
(-23.44417, -46.91778, 'Santana de Parnaiba', 'Sao Paulo', 'Santana De Parnaiba', 'BR'),
(-14.46667, -41.80000, 'Santana', 'Bahia', 'Malhada De Pedras', 'BR'),
(-18.19028, -42.41417, 'Santa Maria do Suacui', 'Minas Gerais', 'Santa Maria Do Suacui', 'BR'),
(-13.39472, -44.18861, 'Santa Maria da Vitoria', 'Bahia', 'Sao Felix Do Coribe', 'BR'),
(-29.68417, -53.80694, 'Santa Maria', 'Rio Grande do Sul', 'Santa Maria', 'BR'),
(-19.76972, -43.85139, 'Santa Luzia', 'Minas Gerais', 'Santa Luzia', 'BR'),
(-11.25583, -39.37472, 'Santaluz', 'Bahia', 'Santaluz', 'BR'),
(-20.10056, -40.52972, 'Santa Leopoldina', 'Espirito Santo', 'Santa Leopoldina', 'BR'),
(-23.31556, -46.22139, 'Santa Isabel', 'Sao Paulo', 'Santa Isabel', 'BR'),
(-13.29222, -39.81889, 'Santa Ines', 'Bahia', 'Santa Ines', 'BR'),
(-17.81361, -50.59694, 'Santa Helena de Goias', 'Goias', 'Santa Helena De Goias', 'BR'),
(-22.45667, -47.53028, 'Santa Gertrudes', 'Sao Paulo', 'Santa Gertrudes', 'BR'),
(-20.21111, -50.92583, 'Santa Fe do Sul', 'Sao Paulo', 'Santa Fe Do Sul', 'BR'),
(-29.71750, -52.42583, 'Santa Cruz do Sul', 'Rio Grande do Sul', 'Santa Cruz Do Sul', 'BR'),
(-22.89889, -49.63250, 'Santa Cruz do Rio Pardo', 'Sao Paulo', 'Santa Cruz Do Rio Pardo', 'BR'),
(-21.82694, -47.24861, 'Santa Cruz das Palmeiras', 'Sao Paulo', 'Santa Cruz Das Palmeiras', 'BR'),
(-16.27806, -39.02472, 'Santa Cruz Cabralia', 'Bahia', 'Santa Cruz Cabralia', 'BR'),
(-26.96083, -50.42694, 'Santa Cecilia', 'Santa Catarina', 'Santa Cecilia', 'BR'),
(-23.39667, -45.88389, 'Santa Branca', 'Sao Paulo', 'Santa Branca', 'BR'),
(-22.75361, -47.41361, 'Santa Barbara d\'Oeste', 'Sao Paulo', 'Santa Barbara D\'Oeste', 'BR'),
(-21.24278, -48.80417, 'Santa Adelia', 'Sao Paulo', 'Santa Adelia', 'BR'),
(-27.94972, -51.80667, 'Sananduva', 'Rio Grande do Sul', 'Sananduva', 'BR'),
(-12.97111, -38.51083, 'Salvador', 'Bahia', 'Salvador', 'BR'),
(-23.64889, -47.57333, 'Salto de Pirapora', 'Sao Paulo', 'Salto De Pirapora', 'BR'),
(-23.20083, -47.28694, 'Salto', 'Sao Paulo', 'Salto', 'BR'),
(-16.17028, -42.29028, 'Salinas', 'Minas Gerais', 'Salinas', 'BR'),
(-11.03194, -37.47500, 'Salgado', 'Sergipe', 'Salgado', 'BR'),
(-19.86528, -47.44000, 'Sacramento', 'Minas Gerais', 'Sacramento', 'BR'),
(-18.66611, -43.08389, 'Sabinopolis', 'Minas Gerais', 'Sabinopolis', 'BR'),
(-12.28389, -40.49389, 'Ruy Barbosa', 'Bahia', 'Ruy Barbosa', 'BR'),
(-15.16444, -49.80333, 'Rubiataba', 'Goias', 'Rubiataba', 'BR'),
(-14.83611, -56.42750, 'Rosario Oeste', 'Mato Grosso', 'Rosario Oeste', 'BR'),
(-30.25833, -54.91417, 'Rosario do Sul', 'Rio Grande do Sul', 'Rosario Do Sul', 'BR'),
(-16.47083, -54.63556, 'Rondonopolis', 'Mato Grosso', 'Rondonopolis', 'BR'),
(-29.65056, -50.57583, 'Rolante', 'Rio Grande do Sul', 'Rolante', 'BR'),
(-23.30972, -51.36917, 'Rolandia', 'Parana', 'Rolandia', 'BR'),
(-18.91806, -54.84417, 'Rio Verde de Mato Grosso', 'Mato Grosso do Sul', 'Rio Verde De Mato Grosso', 'BR'),
(-27.64529, -48.47486, 'Rio Tavares', 'Santa Catarina', 'Florianopolis', 'BR'),
(-11.48472, -37.93278, 'Rio Real', 'Bahia', 'Rio Real', 'BR'),
(-21.27472, -43.17917, 'Rio Pomba', 'Minas Gerais', 'Rio Pomba', 'BR'),
(-19.92917, -43.17417, 'Rio Piracicaba', 'Minas Gerais', 'Rio Piracicaba', 'BR'),
(-15.60972, -42.53972, 'Rio Pardo de Minas', 'Minas Gerais', 'Rio Pardo De Minas', 'BR'),
(-29.98972, -52.37806, 'Rio Pardo', 'Rio Grande do Sul', 'Rio Pardo', 'BR'),
(-20.86250, -40.93639, 'Rio Novo do Sul', 'Espirito Santo', 'Rio Novo Do Sul', 'BR'),
(-21.47703, -43.12589, 'Rio Novo', 'Minas Gerais', 'Rio Novo', 'BR'),
(-26.10583, -49.79750, 'Rio Negro', 'Parana', 'Rio Negro', 'BR'),
(-26.25444, -49.51833, 'Rio Negrinho', 'Santa Catarina', 'Rio Negrinho', 'BR'),
(-19.98083, -49.68194, 'Riolandia', 'Sao Paulo', 'Riolandia', 'BR'),
(-23.74417, -46.39833, 'Rio Grande da Serra', 'Sao Paulo', 'Rio Grande Da Serra', 'BR'),
(-32.03500, -52.09861, 'Rio Grande', 'Rio Grande do Sul', 'Rio Grande', 'BR'),
(-27.21417, -49.64306, 'Rio do Sul', 'Santa Catarina', 'Rio Do Sul', 'BR'),
(-22.90278, -43.20750, 'Rio de Janeiro', 'Rio de Janeiro', 'Rio De Janeiro', 'BR'),
(-22.84333, -47.60611, 'Rio das Pedras', 'Sao Paulo', 'Rio Das Pedras', 'BR'),
(-22.52694, -41.94500, 'Rio das Ostras', 'Rio de Janeiro', 'Rio Das Ostras', 'BR'),
(-22.72306, -44.13556, 'Rio Claro', 'Rio de Janeiro', 'Rio Claro', 'BR'),
(-22.41139, -47.56139, 'Rio Claro', 'Sao Paulo', 'Rio Claro', 'BR'),
(-20.22611, -42.65083, 'Rio Casca', 'Minas Gerais', 'Rio Casca', 'BR'),
(-21.80194, -54.54639, 'Rio Brilhante', 'Mato Grosso do Sul', 'Rio Brilhante', 'BR'),
(-25.19000, -49.31417, 'Rio Branco do Sul', 'Parana', 'Rio Branco Do Sul', 'BR'),
(-22.70861, -42.60972, 'Rio Bonito', 'Rio de Janeiro', 'Rio Bonito', 'BR'),
(-19.26500, -40.33333, 'Rio Bananal', 'Espirito Santo', 'Rio Bananal', 'BR'),
(-10.53944, -37.41667, 'Ribeiropolis', 'Sergipe', 'Ribeiropolis', 'BR'),
(-21.17750, -47.81028, 'Ribeirao Preto', 'Sao Paulo', 'Ribeirao Preto', 'BR'),
(-23.71056, -46.41333, 'Ribeirao Pires', 'Sao Paulo', 'Ribeirao Pires', 'BR'),
(-19.76694, -44.08667, 'Ribeirao das Neves', 'Minas Gerais', 'Ribeirao Das Neves', 'BR'),
(-27.69934, -48.53219, 'Ribeirao da Ilha', 'Santa Catarina', 'Florianopolis', 'BR'),
(-24.22083, -48.76556, 'Ribeirao Branco', 'Sao Paulo', 'Ribeirao Branco', 'BR'),
(-22.06667, -48.17611, 'Ribeirao Bonito', 'Sao Paulo', 'Ribeirao Bonito', 'BR'),
(-10.83444, -38.53583, 'Ribeira do Pombal', 'Bahia', 'Ribeira Do Pombal', 'BR'),
(-20.44306, -53.75917, 'Ribas do Rio Pardo', 'Mato Grosso do Sul', 'Ribas Do Rio Pardo', 'BR'),
(-15.31500, -49.58444, 'Rialma', 'Goias', 'Rialma', 'BR'),
(-13.60917, -42.93889, 'Riacho de Santana', 'Bahia', 'Riacho De Santana', 'BR'),
(-11.80694, -39.38556, 'Riachao do Jacuipe', 'Bahia', 'Riachao Do Jacuipe', 'BR'),
(-11.06889, -37.72500, 'Riachao do Dantas', 'Sergipe', 'Riachao Do Dantas', 'BR'),
(-11.74611, -44.91000, 'Riachao das Neves', 'Bahia', 'Riachao Das Neves', 'BR'),
(-19.32556, -41.25528, 'Resplendor', 'Minas Gerais', 'Resplendor', 'BR'),
(-24.65028, -50.85056, 'Reserva', 'Parana', 'Reserva', 'BR'),
(-22.46889, -44.44667, 'Resende', 'Rio de Janeiro', 'Resende', 'BR'),
(-24.48750, -47.84361, 'Registro', 'Sao Paulo', 'Registro', 'BR'),
(-22.22139, -51.30278, 'Regente Feijo', 'Sao Paulo', 'Regente Feijo', 'BR'),
(-21.52500, -42.46917, 'Recreio', 'Minas Gerais', 'Recreio', 'BR'),
(-25.76889, -53.53250, 'Realeza', 'Parana', 'Realeza', 'BR'),
(-19.96722, -43.80417, 'Raposos', 'Minas Gerais', 'Raposos', 'BR'),
(-22.22917, -50.89306, 'Rancharia', 'Sao Paulo', 'Rancharia', 'BR'),
(-18.44833, -50.45167, 'Quirinopolis', 'Goias', 'Quirinopolis', 'BR'),
(-10.75250, -39.20917, 'Quijingue', 'Bahia', 'Quijingue', 'BR'),
(-22.71611, -43.55528, 'Queimados', 'Rio de Janeiro', 'Queimados', 'BR'),
(-10.97833, -39.62639, 'Queimadas', 'Bahia', 'Queimadas', 'BR'),
(-25.36556, -49.07694, 'Quatro Barras', 'Parana', 'Quatro Barras', 'BR'),
(-22.40722, -44.25806, 'Quatis', 'Rio de Janeiro', 'Quatis', 'BR'),
(-22.24750, -50.69833, 'Quata', 'Sao Paulo', 'Quata', 'BR'),
(-30.38750, -56.45139, 'Quarai', 'Rio Grande do Sul', 'Quarai', 'BR'),
(-25.21306, -50.97778, 'Prudentopolis', 'Parana', 'Prudentopolis', 'BR'),
(-10.21111, -36.84028, 'Propria', 'Sergipe', 'Propria', 'BR'),
(-21.53667, -49.85806, 'Promissao', 'Sao Paulo', 'Promissao', 'BR'),
(-21.87611, -51.84389, 'Presidente Venceslau', 'Sao Paulo', 'Presidente Venceslau', 'BR'),
(-22.12556, -51.38889, 'Presidente Prudente', 'Sao Paulo', 'Presidente Prudente', 'BR'),
(-18.41778, -46.41806, 'Presidente Olegario', 'Minas Gerais', 'Presidente Olegario', 'BR'),
(-21.76333, -52.11556, 'Presidente Epitacio', 'Sao Paulo', 'Presidente Epitacio', 'BR'),
(-22.00611, -51.55306, 'Presidente Bernardes', 'Sao Paulo', 'Presidente Bernardes', 'BR'),
(-19.30722, -48.92417, 'Prata', 'Minas Gerais', 'Prata', 'BR'),
(-24.00583, -46.40278, 'Praia Grande', 'Sao Paulo', 'Praia Grande', 'BR'),
(-21.35944, -48.06556, 'Pradopolis', 'Sao Paulo', 'Pradopolis', 'BR'),
(-17.34111, -39.22083, 'Prado', 'Bahia', 'Prado', 'BR'),
(-15.83722, -54.38917, 'Poxoreo', 'Mato Grosso', 'Poxoreo', 'BR'),
(-22.23000, -45.93639, 'Pouso Alegre', 'Minas Gerais', 'Pouso Alegre', 'BR'),
(-14.09306, -46.36944, 'Posse', 'Goias', 'Posse', 'BR'),
(-26.23806, -51.07833, 'Porto Uniao', 'Santa Catarina', 'Porto Uniao', 'BR'),
(-16.44972, -39.06472, 'Porto Seguro', 'Bahia', 'Porto Seguro', 'BR'),
(-10.18583, -36.84000, 'Porto Real do Colegio', 'Alagoas', 'Porto Real Do Colegio', 'BR'),
(-22.41972, -44.29028, 'Porto Real', 'Rio de Janeiro', 'Porto Real', 'BR'),
(-21.69889, -57.88250, 'Porto Murtinho', 'Mato Grosso do Sul', 'Porto Murtinho', 'BR'),
(-21.85389, -47.47917, 'Porto Ferreira', 'Sao Paulo', 'Porto Ferreira', 'BR'),
(-23.21472, -47.52389, 'Porto Feliz', 'Sao Paulo', 'Porto Feliz', 'BR'),
(-27.15778, -48.55306, 'Porto Belo', 'Santa Catarina', 'Porto Belo', 'BR'),
(-22.96667, -53.66667, 'Porto Barra do Ivinheima', 'Mato Grosso do Sul', 'Navirai', 'BR'),
(-30.03306, -51.23000, 'Porto Alegre', 'Rio Grande do Sul', 'Porto Alegre', 'BR'),
(-15.74333, -43.02833, 'Porteirinha', 'Minas Gerais', 'Porteirinha', 'BR'),
(-29.70167, -51.24194, 'Portao', 'Rio Grande do Sul', 'Portao', 'BR'),
(-22.75583, -51.37917, 'Porecatu', 'Parana', 'Porecatu', 'BR'),
(-20.96278, -42.04083, 'Porciuncula', 'Rio de Janeiro', 'Porciuncula', 'BR'),
(-13.44083, -49.14861, 'Porangatu', 'Goias', 'Porangatu', 'BR'),
(-23.17583, -48.12500, 'Porangaba', 'Sao Paulo', 'Porangaba', 'BR'),
(-10.86278, -40.13361, 'Ponto Novo', 'Bahia', 'Ponto Novo', 'BR'),
(-15.22611, -59.33528, 'Pontes e Lacerda', 'Mato Grosso', 'Pontes E Lacerda', 'BR'),
(-20.41639, -42.90861, 'Ponte Nova', 'Minas Gerais', 'Ponte Nova', 'BR'),
(-22.53611, -55.72556, 'Ponta Pora', 'Mato Grosso do Sul', 'Ponta Pora', 'BR'),
(-17.52500, -49.44722, 'Pontalina', 'Goias', 'Pontalina', 'BR'),
(-21.02250, -48.03722, 'Pontal', 'Sao Paulo', 'Pontal', 'BR'),
(-25.09500, -50.16194, 'Ponta Grossa', 'Parana', 'Ponta Grossa', 'BR'),
(-19.22444, -44.93528, 'Pompeu', 'Minas Gerais', 'Pompeu', 'BR'),
(-22.10861, -50.17167, 'Pompeia', 'Sao Paulo', 'Pompeia', 'BR'),
(-26.74056, -49.17694, 'Pomerode', 'Santa Catarina', 'Pomerode', 'BR'),
(-10.70833, -38.18333, 'Poco Verde', 'Sergipe', 'Poco Verde', 'BR'),
(-21.78778, -46.56139, 'Pocos de Caldas', 'Minas Gerais', 'Pocos De Caldas', 'BR'),
(-16.25667, -56.62278, 'Pocone', 'Mato Grosso', 'Pocone', 'BR'),
(-14.52972, -40.36528, 'Pocoes', 'Bahia', 'Pocoes', 'BR'),
(-23.52806, -46.34472, 'Poa', 'Sao Paulo', 'Poa', 'BR'),
(-15.45278, -47.61417, 'Planaltina', 'Goias', 'Planaltina', 'BR'),
(-20.83778, -40.72194, 'Piuma', 'Espirito Santo', 'Piuma', 'BR'),
(-20.46528, -45.95806, 'Piui', 'Minas Gerais', 'Piui', 'BR'),
(-19.68278, -44.89028, 'Pitangui', 'Minas Gerais', 'Pitangui', 'BR'),
(-21.00944, -48.22167, 'Pitangueiras', 'Sao Paulo', 'Pitangueiras', 'BR'),
(-24.75722, -51.76139, 'Pitanga', 'Parana', 'Pitanga', 'BR'),
(-11.73028, -40.55528, 'Piritiba', 'Bahia', 'Piritiba', 'BR'),
(-17.29972, -48.27944, 'Pires do Rio', 'Goias', 'Pires Do Rio', 'BR'),
(-15.85072, -48.96087, 'Pirenopolis', 'Goias', 'Pirenopolis', 'BR'),
(-25.44227, -49.06795, 'Piraquara', 'Parana', 'Piraquara', 'BR'),
(-22.27528, -51.50000, 'Pirapozinho', 'Sao Paulo', 'Pirapozinho', 'BR'),
(-23.39694, -47.00222, 'Pirapora do Bom Jesus', 'Sao Paulo', 'Pirapora Do Bom Jesus', 'BR'),
(-17.34500, -44.94194, 'Pirapora', 'Minas Gerais', 'Pirapora', 'BR'),
(-16.42694, -51.82222, 'Piranhas', 'Goias', 'Piranhas', 'BR'),
(-21.99861, -49.45722, 'Pirajui', 'Sao Paulo', 'Pirajui', 'BR'),
(-23.19361, -49.38389, 'Piraju', 'Sao Paulo', 'Piraju', 'BR'),
(-24.52611, -49.94861, 'Pirai do Sul', 'Parana', 'Pirai Do Sul', 'BR'),
(-22.62917, -43.89806, 'Pirai', 'Rio de Janeiro', 'Pirai', 'BR'),
(-21.99611, -47.42583, 'Pirassununga', 'Sao Paulo', 'Pirassununga', 'BR'),
(-22.72528, -47.64917, 'Piracicaba', 'Sao Paulo', 'Piracicaba', 'BR'),
(-17.30278, -49.01667, 'Piracanjuba', 'Goias', 'Piracanjuba', 'BR'),
(-23.05389, -46.35806, 'Piracaia', 'Sao Paulo', 'Piracaia', 'BR'),
(-22.61361, -45.17611, 'Piquete', 'Sao Paulo', 'Piquete', 'BR'),
(-29.78333, -52.73333, 'Pinheiros', 'Rio Grande do Sul', 'Candelaria', 'BR'),
(-31.57833, -53.38111, 'Pinheiro Machado', 'Rio Grande do Sul', 'Pinheiro Machado', 'BR'),
(-22.51278, -44.00056, 'Pinheiral', 'Rio de Janeiro', 'Pinheiral', 'BR'),
(-25.69556, -51.65972, 'Pinhao', 'Parana', 'Pinhao', 'BR'),
(-22.11583, -46.68278, 'Espirito Santo do Pinhal', 'Sao Paulo', 'Santo Antonio Do Jardim', 'BR'),
(-21.18583, -48.90722, 'Pindorama', 'Sao Paulo', 'Pindorama', 'BR'),
(-10.74167, -40.36083, 'Pindobacu', 'Bahia', 'Pindobacu', 'BR'),
(-22.92389, -45.46167, 'Pindamonhangaba', 'Sao Paulo', 'Pindamonhangaba', 'BR'),
(-23.81306, -47.71639, 'Pilar do Sul', 'Sao Paulo', 'Pilar Do Sul', 'BR'),
(-23.71194, -47.42778, 'Piedade', 'Sao Paulo', 'Piedade', 'BR'),
(-10.40556, -36.43444, 'Piacabucu', 'Alagoas', 'Piacabucu', 'BR'),
(-22.50500, -43.17861, 'Petropolis', 'Rio de Janeiro', 'Petropolis', 'BR'),
(-16.09500, -49.33806, 'Petrolina de Goias', 'Goias', 'Petrolina De Goias', 'BR'),
(-24.32000, -46.99833, 'Peruibe', 'Sao Paulo', 'Peruibe', 'BR'),
(-20.63833, -51.10917, 'Pereira Barreto', 'Sao Paulo', 'Pereira Barreto', 'BR'),
(-21.09083, -45.09139, 'Perdoes', 'Minas Gerais', 'Perdoes', 'BR'),
(-26.76944, -48.64583, 'Penha', 'Santa Catarina', 'Penha', 'BR'),
(-10.29028, -36.58639, 'Penedo', 'Alagoas', 'Penedo', 'BR'),
(-21.41972, -50.07750, 'Penapolis', 'Sao Paulo', 'Penapolis', 'BR'),
(-31.77194, -52.34250, 'Pelotas', 'Rio Grande do Sul', 'Pelotas', 'BR'),
(-19.61806, -44.04306, 'Pedro Leopoldo', 'Minas Gerais', 'Pedro Leopoldo', 'BR'),
(-22.74194, -46.90139, 'Pedreira', 'Sao Paulo', 'Pedreira', 'BR'),
(-20.25694, -47.47667, 'Pedregulho', 'Sao Paulo', 'Pedregulho', 'BR'),
(-16.00528, -41.29722, 'Pedra Azul', 'Minas Gerais', 'Pedra Azul', 'BR'),
(-22.35167, -48.77500, 'Pederneiras', 'Sao Paulo', 'Pederneiras', 'BR'),
(-18.54861, -42.55694, 'Pecanha', 'Minas Gerais', 'Pecanha', 'BR'),
(-23.91278, -52.34306, 'Peabiru', 'Parana', 'Peabiru', 'BR'),
(-22.76111, -47.15417, 'Paulinia', 'Sao Paulo', 'Paulinia', 'BR'),
(-15.46417, -39.65111, 'Pau Brasil', 'Bahia', 'Pau Brasil', 'BR'),
(-18.94389, -46.99250, 'Patrocinio', 'Minas Gerais', 'Patrocinio', 'BR'),
(-18.57889, -46.51806, 'Patos de Minas', 'Minas Gerais', 'Patos De Minas', 'BR'),
(-26.22861, -52.67056, 'Pato Branco', 'Parana', 'Pato Branco', 'BR'),
(-22.42861, -43.41861, 'Paty do Alferes', 'Rio de Janeiro', 'Paty Do Alferes', 'BR'),
(-20.71889, -46.60972, 'Passos', 'Minas Gerais', 'Passos', 'BR'),
(-28.26278, -52.40667, 'Passo Fundo', 'Rio Grande do Sul', 'Passo Fundo', 'BR'),
(-22.39028, -44.96667, 'Passa Quatro', 'Minas Gerais', 'Passa Quatro', 'BR'),
(-29.62861, -50.83472, 'Parobe', 'Rio Grande do Sul', 'Parobe', 'BR'),
(-24.71500, -47.88111, 'Pariquera Acu', 'Sao Paulo', 'Pariquera-Acu', 'BR'),
(-10.68750, -37.86167, 'Paripiranga', 'Bahia', 'Paripiranga', 'BR'),
(-16.94778, -50.44861, 'Parauna', 'Goias', 'Parauna', 'BR'),
(-12.69056, -43.18417, 'Paratinga', 'Bahia', 'Paratinga', 'BR'),
(-23.21778, -44.71306, 'Paraty', 'Rio de Janeiro', 'Parati', 'BR'),
(-23.89278, -55.43111, 'Paranhos', 'Mato Grosso do Sul', 'Paranhos', 'BR'),
(-23.07306, -52.46528, 'Paranavai', 'Parana', 'Paranavai', 'BR'),
(-23.38630, -48.72441, 'Paranapanema', 'Sao Paulo', 'Paranapanema', 'BR'),
(-19.67722, -51.19083, 'Paranaiba', 'Mato Grosso do Sul', 'Paranaiba', 'BR'),
(-25.51626, -48.52537, 'Paranagua', 'Parana', 'Paranagua', 'BR'),
(-13.44250, -42.23889, 'Paramirim', 'Bahia', 'Paramirim', 'BR'),
(-22.55417, -45.78000, 'Paraisopolis', 'Minas Gerais', 'Paraisopolis', 'BR'),
(-21.01639, -48.77361, 'Paraiso', 'Sao Paulo', 'Paraiso', 'BR'),
(-19.01750, -53.01222, 'Paraiso das Aguas', 'Mato Grosso do Sul', 'Paraiso das Aguas', 'BR'),
(-22.15847, -43.29321, 'Paraiba do Sul', 'Rio de Janeiro', 'Paraiba Do Sul', 'BR'),
(-22.41278, -50.57583, 'Paraguacu Paulista', 'Sao Paulo', 'Paraguacu Paulista', 'BR'),
(-21.54722, -45.73750, 'Paraguacu', 'Minas Gerais', 'Paraguacu', 'BR'),
(-19.86028, -44.60833, 'Para de Minas', 'Minas Gerais', 'Para De Minas', 'BR'),
(-17.22222, -46.87472, 'Paracatu', 'Minas Gerais', 'Paracatu', 'BR'),
(-22.60829, -43.70840, 'Paracambi', 'Rio de Janeiro', 'Paracambi', 'BR'),
(-19.44917, -44.74778, 'Papagaios', 'Minas Gerais', 'Papagaios', 'BR'),
(-27.77972, -48.50861, 'Pantano do Sul', 'Santa Catarina', 'Florianopolis', 'BR'),
(-21.35639, -51.85972, 'Panorama', 'Sao Paulo', 'Panorama', 'BR'),
(-19.22500, -40.85139, 'Pancas', 'Espirito Santo', 'Pancas', 'BR'),
(-28.29250, -53.50167, 'Panambi', 'Rio Grande do Sul', 'Panambi', 'BR'),
(-24.28389, -53.84000, 'Palotina', 'Parana', 'Palotina', 'BR'),
(-22.78889, -50.21750, 'Palmital', 'Sao Paulo', 'Palmital', 'BR'),
(-16.80500, -49.92583, 'Palmeiras de Goias', 'Goias', 'Palmeiras De Goias', 'BR'),
(-27.89944, -53.31361, 'Palmeira das Missoes', 'Rio Grande do Sul', 'Palmeira Das Missoes', 'BR'),
(-25.42944, -50.00639, 'Palmeira', 'Parana', 'Palmeira', 'BR'),
(-14.26722, -43.16194, 'Palmas de Monte Alto', 'Bahia', 'Palmas De Monte Alto', 'BR'),
(-26.48417, -51.99056, 'Palmas', 'Parana', 'Palmas', 'BR'),
(-30.25778, -50.50972, 'Palmares do Sul', 'Rio Grande do Sul', 'Palmares Do Sul', 'BR'),
(-27.64528, -48.66778, 'Palhoca', 'Santa Catarina', 'Palhoca', 'BR'),
(-23.45750, -52.04861, 'Paicandu', 'Parana', 'Paicandu', 'BR'),
(-17.07417, -41.48444, 'Padre Paraiso', 'Minas Gerais', 'Padre Paraiso', 'BR'),
(-15.16595, -48.28281, 'Padre Bernardo', 'Goias', 'Padre Bernardo', 'BR'),
(-10.45333, -36.65139, 'Pacatuba', 'Sergipe', 'Pacatuba', 'BR'),
(-21.56222, -51.26056, 'Pacaembu', 'Sao Paulo', 'Pacaembu', 'BR'),
(-20.39484, -43.50517, 'Ouro Preto', 'Minas Gerais', 'Ouro Preto', 'BR'),
(-20.52334, -43.69486, 'Ouro Branco', 'Minas Gerais', 'Ouro Branco', 'BR'),
(-22.97889, -49.87056, 'Ourinhos', 'Sao Paulo', 'Ourinhos', 'BR'),
(-27.48306, -50.12194, 'Otacilio Costa', 'Santa Catarina', 'Otacilio Costa', 'BR'),
(-21.79667, -50.87861, 'Osvaldo Cruz', 'Sao Paulo', 'Osvaldo Cruz', 'BR'),
(-29.88667, -50.26972, 'Osorio', 'Rio Grande do Sul', 'Osorio', 'BR'),
(-23.53250, -46.79167, 'Osasco', 'Sao Paulo', 'Osasco', 'BR'),
(-24.20833, -50.94944, 'Ortigueira', 'Parana', 'Ortigueira', 'BR'),
(-28.35889, -49.29139, 'Orleans', 'Santa Catarina', 'Orleans', 'BR'),
(-20.72028, -47.88667, 'Orlandia', 'Sao Paulo', 'Orlandia', 'BR'),
(-17.03139, -48.29583, 'Orizona', 'Goias', 'Orizona', 'BR'),
(-12.31694, -42.89611, 'Oliveira dos Brejinhos', 'Bahia', 'Oliveira Dos Brejinhos', 'BR'),
(-20.69639, -44.82722, 'Oliveira', 'Minas Gerais', 'Oliveira', 'BR'),
(-11.36667, -38.33333, 'Olindina', 'Bahia', 'Olindina', 'BR'),
(-20.73722, -48.91472, 'Olimpia', 'Sao Paulo', 'Olimpia', 'BR'),
(-20.73095, -47.75177, 'Nuporanga', 'Sao Paulo', 'Nuporanga', 'BR'),
(-21.46806, -49.22083, 'Novo Horizonte', 'Sao Paulo', 'Novo Horizonte', 'BR'),
(-29.67833, -51.13056, 'Novo Hamburgo', 'Rio Grande do Sul', 'Novo Hamburgo', 'BR'),
(-17.46806, -41.87528, 'Novo Cruzeiro', 'Minas Gerais', 'Novo Cruzeiro', 'BR'),
(-17.89194, -39.37194, 'Nova Vicosa', 'Bahia', 'Nova Vicosa', 'BR'),
(-18.71056, -40.40056, 'Nova Venecia', 'Espirito Santo', 'Nova Venecia', 'BR'),
(-11.23333, -38.48333, 'Nova Soure', 'Bahia', 'Nova Soure', 'BR'),
(-28.78389, -51.61000, 'Nova Prata', 'Rio Grande do Sul', 'Nova Prata', 'BR'),
(-29.37639, -51.11444, 'Nova Petropolis', 'Rio Grande do Sul', 'Nova Petropolis', 'BR'),
(-14.79722, -57.28806, 'Nova Olimpia', 'Mato Grosso', 'Nova Olimpia', 'BR'),
(-22.77750, -47.29583, 'Nova Odessa', 'Sao Paulo', 'Nova Odessa', 'BR'),
(-22.76583, -52.98500, 'Nova Londrina', 'Parana', 'Nova Londrina', 'BR'),
(-19.98556, -43.84667, 'Nova Lima', 'Minas Gerais', 'Nova Lima', 'BR'),
(-22.75917, -43.45111, 'Nova Iguacu', 'Rio de Janeiro', 'Nova Iguacu', 'BR'),
(-20.53389, -49.31417, 'Nova Granada', 'Sao Paulo', 'Nova Granada', 'BR'),
(-22.28194, -42.53111, 'Nova Friburgo', 'Rio de Janeiro', 'Nova Friburgo', 'BR'),
(-19.75000, -43.03750, 'Nova Era', 'Minas Gerais', 'Nova Era', 'BR'),
(-22.86667, -52.56667, 'Nova Aurora', 'Parana', 'Paranavai', 'BR'),
(-10.85500, -37.12611, 'Nossa Senhora do Socorro', 'Sergipe', 'Nossa Senhora Do Socorro', 'BR'),
(-10.49167, -37.19333, 'Nossa Senhora das Dores', 'Sergipe', 'Nossa Senhora Das Dores', 'BR'),
(-10.21833, -37.42028, 'Nossa Senhora da Gloria', 'Sergipe', 'Nossa Senhora Da Gloria', 'BR'),
(-14.45472, -56.80278, 'Nortelandia', 'Mato Grosso', 'Nortelandia', 'BR'),
(-14.72028, -56.32750, 'Nobres', 'Mato Grosso', 'Nobres', 'BR'),
(-22.88333, -43.10361, 'Niteroi', 'Rio de Janeiro', 'Niteroi', 'BR'),
(-14.47389, -48.45972, 'Niquelandia', 'Goias', 'Niquelandia', 'BR'),
(-22.80750, -43.41389, 'Nilopolis', 'Rio de Janeiro', 'Nilopolis', 'BR'),
(-16.40639, -49.21861, 'Neropolis', 'Goias', 'Neropolis', 'BR'),
(-21.23583, -45.23583, 'Nepomuceno', 'Minas Gerais', 'Nepomuceno', 'BR'),
(-10.32000, -36.57944, 'Neopolis', 'Sergipe', 'Neopolis', 'BR'),
(-13.03500, -39.01444, 'Nazare', 'Bahia', 'Nazare', 'BR'),
(-23.06500, -54.19056, 'Navirai', 'Mato Grosso do Sul', 'Navirai', 'BR'),
(-26.89889, -48.65417, 'Navegantes', 'Santa Catarina', 'Navegantes', 'BR'),
(-21.04222, -41.97333, 'Natividade', 'Rio de Janeiro', 'Natividade', 'BR'),
(-28.45917, -52.82083, 'Nao Me Toque', 'Rio Grande do Sul', 'Nao-Me-Toque', 'BR'),
(-17.83917, -40.35389, 'Nanuque', 'Minas Gerais', 'Nanuque', 'BR'),
(-21.37583, -46.52556, 'Muzambinho', 'Minas Gerais', 'Muzambinho', 'BR'),
(-19.80000, -41.43833, 'Mutum', 'Minas Gerais', 'Mutum', 'BR'),
(-13.22861, -39.50472, 'Mutuipe', 'Bahia', 'Mutuipe', 'BR'),
(-12.91667, -39.25000, 'Muritiba', 'Bahia', 'Conceicao Do Almeida', 'BR'),
(-21.13056, -42.36639, 'Muriae', 'Minas Gerais', 'Muriae', 'BR'),
(-20.46417, -41.41306, 'Muniz Freire', 'Espirito Santo', 'Muniz Freire', 'BR'),
(-11.85889, -40.47250, 'Mundo Novo', 'Bahia', 'Mundo Novo', 'BR'),
(-18.09333, -40.51583, 'Mucurici', 'Espirito Santo', 'Mucurici', 'BR'),
(-18.08639, -39.55083, 'Mucuri', 'Bahia', 'Mucuri', 'BR'),
(-14.74472, -50.57056, 'Mozarlandia', 'Goias', 'Mozarlandia', 'BR'),
(-11.54852, -41.15804, 'Morro do Chapeu', 'Bahia', 'Morro Do Chapeu', 'BR'),
(-28.65083, -49.21000, 'Morro da Fumaca', 'Santa Catarina', 'Morro Da Fumaca', 'BR'),
(-20.73139, -48.05778, 'Morro Agudo', 'Sao Paulo', 'Morro Agudo', 'BR'),
(-17.73111, -49.09944, 'Morrinhos', 'Goias', 'Morrinhos', 'BR'),
(-24.06222, -53.00694, 'Moreira Sales', 'Parana', 'Moreira Sales', 'BR'),
(-22.43250, -46.57250, 'Monte Siao', 'Minas Gerais', 'Monte Siao', 'BR'),
(-16.73500, -43.86167, 'Montes Claros', 'Minas Gerais', 'Montes Claros', 'BR'),
(-21.18972, -46.98028, 'Monte Santo de Minas', 'Minas Gerais', 'Monte Santo De Minas', 'BR'),
(-10.43778, -39.33278, 'Monte Santo', 'Bahia', 'Monte Santo', 'BR'),
(-29.68861, -51.46111, 'Montenegro', 'Rio Grande do Sul', 'Montenegro', 'BR'),
(-22.94667, -47.31583, 'Monte Mor', 'Sao Paulo', 'Monte Mor', 'BR'),
(-18.72472, -47.49861, 'Monte Carmelo', 'Minas Gerais', 'Monte Carmelo', 'BR'),
(-20.90722, -48.64139, 'Monte Azul Paulista', 'Sao Paulo', 'Monte Azul Paulista', 'BR'),
(-15.15500, -42.87472, 'Monte Azul', 'Minas Gerais', 'Monte Azul', 'BR'),
(-20.77250, -49.71417, 'Monte Aprazivel', 'Sao Paulo', 'Monte Aprazivel', 'BR'),
(-21.26111, -48.49639, 'Monte Alto', 'Sao Paulo', 'Monte Alto', 'BR'),
(-10.02722, -37.56222, 'Monte Alegre de Sergipe', 'Sergipe', 'Monte Alegre De Sergipe', 'BR'),
(-18.87056, -48.88083, 'Monte Alegre de Minas', 'Minas Gerais', 'Monte Alegre De Minas', 'BR'),
(-18.12694, -40.36333, 'Montanha', 'Espirito Santo', 'Montanha', 'BR'),
(-24.09306, -46.62083, 'Mongagua', 'Sao Paulo', 'Mongagua', 'BR'),
(-10.57750, -37.34278, 'Moita Bonita', 'Sergipe', 'Moita Bonita', 'BR'),
(-22.43194, -46.95778, 'Mogi Mirim', 'Sao Paulo', 'Mogi-Mirim', 'BR'),
(-22.36770, -46.94552, 'Mogi-Gaucu', 'Sao Paulo', 'Moji-Guacu', 'BR'),
(-23.52278, -46.18833, 'Mogi das Cruzes', 'Sao Paulo', 'Mogi das Cruzes', 'BR'),
(-21.46778, -47.00472, 'Mococa', 'Sao Paulo', 'Mococa', 'BR'),
(-22.29194, -51.90639, 'Mirante do Paranapanema', 'Sao Paulo', 'Mirante Do Paranapanema', 'BR'),
(-21.13361, -51.10167, 'Mirandopolis', 'Sao Paulo', 'Mirandopolis', 'BR'),
(-20.24056, -56.37833, 'Miranda', 'Mato Grosso do Sul', 'Miranda', 'BR'),
(-21.19528, -42.61417, 'Mirai', 'Minas Gerais', 'Mirai', 'BR'),
(-21.41222, -42.19667, 'Miracema', 'Rio de Janeiro', 'Miracema', 'BR'),
(-24.28139, -47.45972, 'Miracatu', 'Sao Paulo', 'Miracatu', 'BR'),
(-16.26278, -44.16444, 'Mirabela', 'Minas Gerais', 'Mirabela', 'BR'),
(-17.56944, -52.55111, 'Mineiros', 'Goias', 'Mineiros', 'BR'),
(-17.21861, -42.59028, 'Minas Novas', 'Minas Gerais', 'Minas Novas', 'BR'),
(-21.06417, -41.36639, 'Mimoso do Sul', 'Espirito Santo', 'Mimoso Do Sul', 'BR'),
(-22.45389, -43.46889, 'Miguel Pereira', 'Rio de Janeiro', 'Miguel Pereira', 'BR'),
(-20.17944, -48.03194, 'Miguelopolis', 'Sao Paulo', 'Miguelopolis', 'BR'),
(-11.42889, -40.59500, 'Miguel Calmon', 'Bahia', 'Miguel Calmon', 'BR'),
(-22.52667, -43.73278, 'Mendes', 'Rio de Janeiro', 'Mendes', 'BR'),
(-16.22250, -41.47694, 'Medina', 'Minas Gerais', 'Medina', 'BR'),
(-25.29528, -54.09389, 'Medianeira', 'Parana', 'Medianeira', 'BR'),
(-17.37389, -40.22056, 'Medeiros Neto', 'Bahia', 'Medeiros Neto', 'BR'),
(-23.66778, -46.46139, 'Maua', 'Sao Paulo', 'Maua', 'BR'),
(-19.55778, -44.08139, 'Matozinhos', 'Minas Gerais', 'Matozinhos', 'BR'),
(-15.39722, -42.86639, 'Mato Verde', 'Minas Gerais', 'Mato Verde', 'BR'),
(-20.28389, -42.34111, 'Matipo', 'Minas Gerais', 'Matipo', 'BR'),
(-21.86917, -43.31944, 'Matias Barbosa', 'Minas Gerais', 'Matias Barbosa', 'BR'),
(-19.98639, -44.42778, 'Mateus Leme', 'Minas Gerais', 'Mateus Leme', 'BR'),
(-25.24083, -53.99639, 'Matelandia', 'Parana', 'Matelandia', 'BR'),
(-21.60333, -48.36583, 'Matao', 'Sao Paulo', 'Matao', 'BR'),
(-12.53028, -38.29917, 'Mata de Sao Joao', 'Bahia', 'Mata De Sao Joao', 'BR'),
(-15.56306, -39.30250, 'Mascote', 'Bahia', 'Mascote', 'BR'),
(-10.73750, -37.08167, 'Maruim', 'Sergipe', 'Maruim', 'BR'),
(-22.14583, -51.17083, 'Martinopolis', 'Sao Paulo', 'Martinopolis', 'BR'),
(-19.33167, -45.23694, 'Martinho Campos', 'Minas Gerais', 'Martinho Campos', 'BR'),
(-23.42528, -51.93861, 'Maringa', 'Parana', 'Maringa', 'BR'),
(-22.21389, -49.94583, 'Marilia', 'Sao Paulo', 'Marilia', 'BR'),
(-19.41278, -40.54167, 'Marilandia', 'Espirito Santo', 'Marilandia', 'BR'),
(-22.91944, -42.81861, 'Marica', 'Rio de Janeiro', 'Marica', 'BR'),
(-20.37778, -43.41611, 'Mariana', 'Minas Gerais', 'Mariana', 'BR'),
(-23.48500, -51.79167, 'Marialva', 'Parana', 'Marialva', 'BR'),
(-20.41278, -40.68306, 'Marechal Floriano', 'Espirito Santo', 'Marechal Floriano', 'BR'),
(-24.55611, -54.05667, 'Marechal Candido Rondon', 'Parana', 'Marechal Candido Rondon', 'BR'),
(-21.86722, -43.00972, 'Mar de Espanha', 'Minas Gerais', 'Mar De Espanha', 'BR'),
(-28.44917, -52.20000, 'Marau', 'Rio Grande do Sul', 'Marau', 'BR'),
(-14.10395, -39.01490, 'Marau', 'Bahia', 'Marau', 'BR'),
(-21.04333, -40.82444, 'Marataizes', 'Espirito Santo', 'Marataizes', 'BR'),
(-12.77778, -38.91944, 'Maragogipe', 'Bahia', 'Maragogipe', 'BR'),
(-13.44111, -40.43083, 'Maracas', 'Bahia', 'Maracas', 'BR'),
(-21.61444, -55.16833, 'Maracaju', 'Mato Grosso do Sul', 'Maracaju', 'BR'),
(-22.61056, -50.66722, 'Maracai', 'Sao Paulo', 'Maracai', 'BR'),
(-18.86250, -41.12278, 'Mantenopolis', 'Espirito Santo', 'Mantenopolis', 'BR'),
(-20.35778, -41.95806, 'Manhumirim', 'Minas Gerais', 'Manhumirim', 'BR'),
(-20.25806, -42.03361, 'Manhuacu', 'Minas Gerais', 'Manhuacu', 'BR'),
(-22.95972, -44.04056, 'Mangaratiba', 'Rio de Janeiro', 'Mangaratiba', 'BR'),
(-14.75583, -43.93222, 'Manga', 'Minas Gerais', 'Manga', 'BR'),
(-23.54750, -51.67083, 'Mandaguari', 'Parana', 'Mandaguari', 'BR'),
(-23.34722, -52.09528, 'Mandaguacu', 'Parana', 'Mandaguacu', 'BR'),
(-10.65778, -37.30472, 'Malhador', 'Sergipe', 'Malhador', 'BR'),
(-17.84222, -42.07667, 'Malacacheta', 'Minas Gerais', 'Malacacheta', 'BR'),
(-23.31861, -46.58667, 'Mairipora', 'Sao Paulo', 'Mairipora', 'BR'),
(-23.54583, -47.18333, 'Mairinque', 'Sao Paulo', 'Mairinque', 'BR'),
(-11.71139, -40.14889, 'Mairi', 'Bahia', 'Mairi', 'BR'),
(-26.11139, -49.80528, 'Mafra', 'Santa Catarina', 'Mafra', 'BR'),
(-12.74083, -38.62083, 'Madre de Deus', 'Bahia', 'Madre De Deus', 'BR'),
(-21.67472, -45.91972, 'Machado', 'Minas Gerais', 'Machado', 'BR'),
(-13.01944, -42.69861, 'Macaubas', 'Bahia', 'Macaubas', 'BR'),
(-22.50222, -48.71139, 'Macatuba', 'Sao Paulo', 'Macatuba', 'BR'),
(-22.37083, -41.78694, 'Macae', 'Rio de Janeiro', 'Macae', 'BR'),
(-16.25250, -47.95028, 'Luziania', 'Goias', 'Luziania', 'BR');
INSERT INTO `reverse_geocode` (`lat`, `lng`, `city`, `region`, `province`, `country`) VALUES
(-19.80139, -45.68556, 'Luz', 'Minas Gerais', 'Luz', 'BR'),
(-21.72028, -51.01889, 'Lucelia', 'Sao Paulo', 'Lucelia', 'BR'),
(-16.33333, -55.93333, 'Lucas', 'Mato Grosso', 'Barao De Melgaco', 'BR'),
(-23.08639, -46.95056, 'Louveira', 'Sao Paulo', 'Louveira', 'BR'),
(-22.73083, -45.12472, 'Lorena', 'Sao Paulo', 'Lorena', 'BR'),
(-23.31028, -51.16278, 'Londrina', 'Parana', 'Londrina', 'BR'),
(-22.92306, -53.13722, 'Loanda', 'Parana', 'Loanda', 'BR'),
(-13.64306, -41.84056, 'Livramento do Brumado', 'Bahia', 'Livramento Do Brumado', 'BR'),
(-21.67861, -49.74250, 'Lins', 'Sao Paulo', 'Lins', 'BR'),
(-19.39111, -40.07222, 'Linhares', 'Espirito Santo', 'Linhares', 'BR'),
(-22.56472, -47.40167, 'Limeira', 'Sao Paulo', 'Limeira', 'BR'),
(-21.84250, -43.79306, 'Lima Duarte', 'Minas Gerais', 'Lima Duarte', 'BR'),
(-21.53194, -42.64306, 'Leopoldina', 'Minas Gerais', 'Leopoldina', 'BR'),
(-22.59861, -48.80028, 'Lencois Paulista', 'Sao Paulo', 'Lencois Paulista', 'BR'),
(-22.18556, -47.39028, 'Leme', 'Sao Paulo', 'Leme', 'BR'),
(-21.24528, -44.99972, 'Lavras', 'Minas Gerais', 'Lavras', 'BR'),
(-28.39278, -49.39667, 'Lauro Muller', 'Santa Catarina', 'Lauro Muller', 'BR'),
(-25.40778, -52.41611, 'Laranjeiras do Sul', 'Parana', 'Laranjeiras Do Sul', 'BR'),
(-10.80639, -37.17000, 'Laranjeiras', 'Sergipe', 'Laranjeiras', 'BR'),
(-23.04972, -47.83667, 'Laranjal Paulista', 'Sao Paulo', 'Laranjal Paulista', 'BR'),
(-19.89889, -41.05667, 'Laranja da Terra', 'Espirito Santo', 'Laranja Da Terra', 'BR'),
(-11.38333, -41.83194, 'Lapao', 'Bahia', 'Lapao', 'BR'),
(-25.76972, -49.71583, 'Lapa', 'Parana', 'Lapa', 'BR'),
(-21.97556, -45.35028, 'Lambari', 'Minas Gerais', 'Lambari', 'BR'),
(-20.15139, -41.62278, 'Lajinha', 'Minas Gerais', 'Lajinha', 'BR'),
(-27.81611, -50.32611, 'Lages', 'Santa Catarina', 'Lages', 'BR'),
(-29.46694, -51.96139, 'Lajeado', 'Rio Grande do Sul', 'Lajeado', 'BR'),
(-10.18708, -40.97076, 'Laje', 'Bahia', 'Campo Formoso', 'BR'),
(-28.48250, -48.78083, 'Laguna', 'Santa Catarina', 'Laguna', 'BR'),
(-28.20861, -51.52583, 'Lagoa Vermelha', 'Rio Grande do Sul', 'Lagoa Vermelha', 'BR'),
(-19.63006, -43.90090, 'Lagoa Santa', 'Minas Gerais', 'Lagoa Santa', 'BR'),
(-18.77861, -46.40750, 'Lagoa Formosa', 'Minas Gerais', 'Lagoa Formosa', 'BR'),
(-20.02250, -45.54361, 'Lagoa da Prata', 'Minas Gerais', 'Lagoa Da Prata', 'BR'),
(-27.60491, -48.46713, 'Lagoa', 'Santa Catarina', 'Florianopolis', 'BR'),
(-10.91722, -37.65000, 'Lagarto', 'Sergipe', 'Lagarto', 'BR'),
(-19.00472, -57.60167, 'Ladario', 'Mato Grosso do Sul', 'Ladario', 'BR'),
(-23.93167, -47.06833, 'Juquitiba', 'Sao Paulo', 'Juquitiba', 'BR'),
(-24.32083, -47.63472, 'Juquia', 'Sao Paulo', 'Juquia', 'BR'),
(-21.51472, -51.43361, 'Junqueiropolis', 'Sao Paulo', 'Junqueiropolis', 'BR'),
(-23.18639, -46.88417, 'Jundiai', 'Sao Paulo', 'Jundiai', 'BR'),
(-29.22694, -53.68167, 'Julio de Castilhos', 'Rio Grande do Sul', 'Julio De Castilhos', 'BR'),
(-21.76417, -43.35028, 'Juiz de Fora', 'Minas Gerais', 'Juiz De Fora', 'BR'),
(-19.95194, -44.34278, 'Juatuba', 'Minas Gerais', 'Juatuba', 'BR'),
(-21.05278, -49.68833, 'Jose Bonifacio', 'Sao Paulo', 'Jose Bonifacio', 'BR'),
(-26.30444, -48.84556, 'Joinville', 'Santa Catarina', 'Joinville', 'BR'),
(-17.74250, -46.17250, 'Joao Pinheiro', 'Minas Gerais', 'Joao Pinheiro', 'BR'),
(-19.75750, -40.38556, 'Joao Neiva', 'Espirito Santo', 'Joao Neiva', 'BR'),
(-19.81000, -43.17361, 'Joao Monlevade', 'Minas Gerais', 'Joao Monlevade', 'BR'),
(-22.93028, -46.27556, 'Joanopolis', 'Sao Paulo', 'Joanopolis', 'BR'),
(-16.65417, -41.03056, 'Joaima', 'Minas Gerais', 'Joaima', 'BR'),
(-27.17806, -51.50472, 'Joacaba', 'Santa Catarina', 'Joacaba', 'BR'),
(-14.01889, -39.88889, 'Jitauna', 'Bahia', 'Jitauna', 'BR'),
(-20.02069, -40.68145, 'Jetiba', 'Espirito Santo', 'Santa Maria De Jetiba', 'BR'),
(-20.78944, -41.39500, 'Jeronimo Monteiro', 'Espirito Santo', 'Jeronimo Monteiro', 'BR'),
(-10.07500, -38.48083, 'Jeremoabo', 'Bahia', 'Jeremoabo', 'BR'),
(-16.43389, -41.00333, 'Jequitinhonha', 'Minas Gerais', 'Jequitinhonha', 'BR'),
(-13.85875, -40.08512, 'Jequie', 'Bahia', 'Jequie', 'BR'),
(-22.29639, -48.55778, 'Jau', 'Sao Paulo', 'Jau', 'BR'),
(-23.25417, -50.98000, 'Jataizinho', 'Parana', 'Jataizinho', 'BR'),
(-17.87939, -51.72166, 'Jatai', 'Goias', 'Jatai', 'BR'),
(-23.10139, -46.72833, 'Jarinu', 'Sao Paulo', 'Jarinu', 'BR'),
(-21.01778, -47.76389, 'Jardinopolis', 'Sao Paulo', 'Jardinopolis', 'BR'),
(-21.48028, -56.13806, 'Jardim', 'Mato Grosso do Sul', 'Jardim', 'BR'),
(-26.48611, -49.06667, 'Jaragua do Sul', 'Santa Catarina', 'Jaragua Do Sul', 'BR'),
(-15.75694, -49.33444, 'Jaragua', 'Goias', 'Jaragua', 'BR'),
(-10.34667, -36.80111, 'Japoata', 'Sergipe', 'Japoata', 'BR'),
(-22.64306, -43.65333, 'Japeri', 'Rio de Janeiro', 'Japeri', 'BR'),
(-10.59333, -36.94028, 'Japaratuba', 'Sergipe', 'Japaratuba', 'BR'),
(-15.48866, -44.35988, 'Januaria', 'Minas Gerais', 'Januaria', 'BR'),
(-23.52750, -46.90250, 'Jandira', 'Sao Paulo', 'Jandira', 'BR'),
(-23.60306, -51.64333, 'Jandaia do Sul', 'Parana', 'Jandaia Do Sul', 'BR'),
(-15.80250, -43.30889, 'Janauba', 'Minas Gerais', 'Janauba', 'BR'),
(-20.26889, -50.54583, 'Jales', 'Sao Paulo', 'Jales', 'BR'),
(-28.61500, -49.02556, 'Jaguaruna', 'Santa Catarina', 'Jaguaruna', 'BR'),
(-22.70556, -46.98583, 'Jaguariuna', 'Sao Paulo', 'Jaguariuna', 'BR'),
(-24.24423, -49.70932, 'Jaguariaiva', 'Parana', 'Jaguariaiva', 'BR'),
(-10.26389, -40.19583, 'Jaguarari', 'Bahia', 'Jaguarari', 'BR'),
(-32.56611, -53.37583, 'Jaguarao', 'Rio Grande do Sul', 'Jaguarao', 'BR'),
(-13.53056, -39.97083, 'Jaguaquara', 'Bahia', 'Jaguaquara', 'BR'),
(-22.28556, -46.61222, 'Jacutinga', 'Minas Gerais', 'Jacutinga', 'BR'),
(-24.69250, -48.00222, 'Jacupiranga', 'Sao Paulo', 'Jacupiranga', 'BR'),
(-11.18143, -40.51372, 'Jacobina', 'Bahia', 'Jacobina', 'BR'),
(-15.96528, -54.96833, 'Jaciara', 'Mato Grosso', 'Jaciara', 'BR'),
(-23.16056, -49.96944, 'Jacarezinho', 'Parana', 'Jacarezinho', 'BR'),
(-23.30528, -45.96583, 'Jacarei', 'Sao Paulo', 'Jacarei', 'BR'),
(-21.25472, -48.32222, 'Jaboticabal', 'Sao Paulo', 'Jaboticabal', 'BR'),
(-29.59111, -51.16056, 'Ivoti', 'Rio Grande do Sul', 'Ivoti', 'BR'),
(-20.34583, -41.53583, 'Iuna', 'Espirito Santo', 'Iuna', 'BR'),
(-20.33944, -47.78056, 'Ituverava', 'Sao Paulo', 'Ituverava', 'BR'),
(-19.72806, -50.19556, 'Iturama', 'Minas Gerais', 'Iturama', 'BR'),
(-23.15306, -47.05778, 'Itupeva', 'Sao Paulo', 'Itupeva', 'BR'),
(-18.41917, -49.21528, 'Itumbiara', 'Goias', 'Itumbiara', 'BR'),
(-18.97428, -49.46212, 'Ituiutaba', 'Minas Gerais', 'Ituiutaba', 'BR'),
(-13.73222, -39.14917, 'Itubera', 'Bahia', 'Itubera', 'BR'),
(-13.81333, -41.29667, 'Ituacu', 'Bahia', 'Ituacu', 'BR'),
(-23.26417, -47.29917, 'Itu', 'Sao Paulo', 'Itu', 'BR'),
(-15.11694, -40.07028, 'Itororo', 'Bahia', 'Itororo', 'BR'),
(-13.53167, -40.15028, 'Itirucu', 'Bahia', 'Itirucu', 'BR'),
(-22.25278, -47.82278, 'Itirapina', 'Sao Paulo', 'Itirapina', 'BR'),
(-16.61306, -41.76528, 'Itinga', 'Minas Gerais', 'Itinga', 'BR'),
(-20.07528, -44.57639, 'Itauna', 'Minas Gerais', 'Itauna', 'BR'),
(-20.73944, -46.75222, 'Itau de Minas', 'Minas Gerais', 'Itau De Minas', 'BR'),
(-23.10167, -48.61583, 'Itatinga', 'Sao Paulo', 'Itatinga', 'BR'),
(-23.00583, -46.83889, 'Itatiba', 'Sao Paulo', 'Itatiba', 'BR'),
(-22.49611, -44.56333, 'Itatiaia', 'Rio de Janeiro', 'Itatiaia', 'BR'),
(-24.11250, -49.33167, 'Itarare', 'Sao Paulo', 'Itarare', 'BR'),
(-15.65972, -40.06556, 'Itarantim', 'Bahia', 'Itarantim', 'BR'),
(-19.87389, -40.87528, 'Itarana', 'Espirito Santo', 'Itarana', 'BR'),
(-29.12528, -56.55306, 'Itaqui', 'Rio Grande do Sul', 'Itaqui', 'BR'),
(-23.48611, -46.34833, 'Itaquaquecetuba', 'Sao Paulo', 'Itaquaquecetuba', 'BR'),
(-15.56222, -49.94861, 'Itapuranga', 'Goias', 'Itapuranga', 'BR'),
(-22.23333, -48.71917, 'Itapui', 'Sao Paulo', 'Itapui', 'BR'),
(-23.70778, -49.48972, 'Itaporanga', 'Sao Paulo', 'Itaporanga', 'BR'),
(-21.59556, -48.81278, 'Itapolis', 'Sao Paulo', 'Itapolis', 'BR'),
(-15.82333, -50.61333, 'Itapirapua', 'Goias', 'Itapirapua', 'BR'),
(-22.43611, -46.82167, 'Itapira', 'Sao Paulo', 'Itapira', 'BR'),
(-11.31667, -38.23333, 'Itapicuru', 'Bahia', 'Itapicuru', 'BR'),
(-23.54889, -46.93417, 'Itapevi', 'Sao Paulo', 'Itapevi', 'BR'),
(-23.98222, -48.87556, 'Itapeva', 'Sao Paulo', 'Itapeva', 'BR'),
(-23.59167, -48.05306, 'Itapetininga', 'Sao Paulo', 'Itapetininga', 'BR'),
(-15.24889, -40.24778, 'Itapetinga', 'Bahia', 'Itapetinga', 'BR'),
(-21.20500, -41.88778, 'Itaperuna', 'Rio de Janeiro', 'Itaperuna', 'BR'),
(-25.22000, -49.34778, 'Itaperucu', 'Parana', 'Itaperucu', 'BR'),
(-21.01111, -40.83389, 'Itapemirim', 'Espirito Santo', 'Itapemirim', 'BR'),
(-27.09028, -48.61139, 'Itapema', 'Santa Catarina', 'Itapema', 'BR'),
(-23.71694, -46.84917, 'Itapecerica da Serra', 'Sao Paulo', 'Itapecerica Da Serra', 'BR'),
(-20.47250, -45.12556, 'Itapecerica', 'Minas Gerais', 'Itapecerica', 'BR'),
(-12.88833, -38.67861, 'Itaparica', 'Bahia', 'Itaparica', 'BR'),
(-14.95083, -49.54944, 'Itapaci', 'Goias', 'Itapaci', 'BR'),
(-21.66917, -42.07611, 'Itaocara', 'Rio de Janeiro', 'Itaocara', 'BR'),
(-17.16639, -40.33000, 'Itanhem', 'Bahia', 'Itanhem', 'BR'),
(-22.29583, -44.93472, 'Itanhandu', 'Minas Gerais', 'Itanhandu', 'BR'),
(-24.18306, -46.78889, 'Itanhaem', 'Sao Paulo', 'Itanhaem', 'BR'),
(-15.24500, -40.62444, 'Itambe', 'Bahia', 'Itambe', 'BR'),
(-18.03111, -41.68500, 'Itambacuri', 'Minas Gerais', 'Itambacuri', 'BR'),
(-17.85722, -42.85889, 'Itamarandiba', 'Minas Gerais', 'Itamarandiba', 'BR'),
(-17.03917, -39.53111, 'Itamaraju', 'Bahia', 'Itamaraju', 'BR'),
(-14.67806, -39.37500, 'Itajuipe', 'Bahia', 'Itajuipe', 'BR'),
(-22.42556, -45.45278, 'Itajuba', 'Minas Gerais', 'Itajuba', 'BR'),
(-21.31806, -49.05444, 'Itajobi', 'Sao Paulo', 'Itajobi', 'BR'),
(-14.28361, -39.84278, 'Itagiba', 'Bahia', 'Itagiba', 'BR'),
(-26.90778, -48.66194, 'Itajai', 'Santa Catarina', 'Itajai', 'BR'),
(-23.41778, -49.09056, 'Itai', 'Sao Paulo', 'Itai', 'BR'),
(-22.85222, -43.77528, 'Itaguai', 'Rio de Janeiro', 'Itaguai', 'BR'),
(-19.80194, -40.85556, 'Itaguacu', 'Espirito Santo', 'Itaguacu', 'BR'),
(-14.16278, -40.00611, 'Itagi', 'Bahia', 'Itagi', 'BR'),
(-14.27890, -38.99584, 'Itacare', 'Bahia', 'Itacare', 'BR'),
(-15.10222, -44.09194, 'Itacarambi', 'Minas Gerais', 'Itacarambi', 'BR'),
(-14.78556, -39.28028, 'Itabuna', 'Bahia', 'Itabuna', 'BR'),
(-22.74444, -42.85944, 'Itaborai', 'Rio de Janeiro', 'Itaborai', 'BR'),
(-20.25333, -43.80139, 'Itabirito', 'Minas Gerais', 'Itabirito', 'BR'),
(-19.61917, -43.22694, 'Itabira', 'Minas Gerais', 'Itabira', 'BR'),
(-16.02028, -49.81028, 'Itaberai', 'Goias', 'Itaberai', 'BR'),
(-12.52750, -40.30694, 'Itaberaba', 'Bahia', 'Itaberaba', 'BR'),
(-23.86194, -49.13722, 'Itabera', 'Sao Paulo', 'Itabera', 'BR'),
(-11.27389, -37.79000, 'Itabaianinha', 'Sergipe', 'Itabaianinha', 'BR'),
(-10.68500, -37.42528, 'Itabaiana', 'Sergipe', 'Itabaiana', 'BR'),
(-20.34528, -41.64111, 'Irupi', 'Espirito Santo', 'Irupi', 'BR'),
(-11.30417, -41.85583, 'Irece', 'Bahia', 'Irece', 'BR'),
(-25.46722, -50.65111, 'Irati', 'Parana', 'Irati', 'BR'),
(-12.05000, -38.76667, 'Irara', 'Bahia', 'Irara', 'BR'),
(-12.24861, -41.61944, 'Iraquara', 'Bahia', 'Iraquara', 'BR'),
(-22.58056, -47.51861, 'Iracemapolis', 'Sao Paulo', 'Iracemapolis', 'BR'),
(-20.43806, -48.01222, 'Ipua', 'Sao Paulo', 'Ipua', 'BR'),
(-24.00306, -53.70417, 'Ipora', 'Parana', 'Ipora', 'BR'),
(-16.44194, -51.11778, 'Ipora', 'Goias', 'Ipora', 'BR'),
(-12.15833, -39.73722, 'Ipira', 'Bahia', 'Ipira', 'BR'),
(-14.13341, -39.73708, 'Ipiau', 'Bahia', 'Ipiau', 'BR'),
(-23.35028, -47.68861, 'Ipero', 'Sao Paulo', 'Ipero', 'BR'),
(-23.05667, -49.62639, 'Ipaucu', 'Sao Paulo', 'Ipaucu', 'BR'),
(-19.46833, -42.53667, 'Ipatinga', 'Minas Gerais', 'Ipatinga', 'BR'),
(-17.72194, -48.15972, 'Ipameri', 'Goias', 'Ipameri', 'BR'),
(-19.41361, -42.41944, 'Ipaba', 'Minas Gerais', 'Ipaba', 'BR'),
(-16.35778, -49.49611, 'Inhumas', 'Goias', 'Inhumas', 'BR'),
(-19.54917, -42.12000, 'Inhapim', 'Minas Gerais', 'Inhapim', 'BR'),
(-11.78444, -38.35306, 'Inhambupe', 'Bahia', 'Inhambupe', 'BR'),
(-11.51917, -37.51167, 'Indiaroba', 'Sergipe', 'Indiaroba', 'BR'),
(-23.08842, -47.21190, 'Indaiatuba', 'Sao Paulo', 'Indaiatuba', 'BR'),
(-26.89778, -49.23167, 'Indaial', 'Santa Catarina', 'Indaial', 'BR'),
(-25.23000, -50.60444, 'Imbituva', 'Parana', 'Imbituva', 'BR'),
(-28.24000, -48.67028, 'Imbituba', 'Santa Catarina', 'Imbituba', 'BR'),
(-14.79364, -39.03949, 'Ilheus', 'Bahia', 'Ilheus', 'BR'),
(-20.43278, -51.34250, 'Ilha Solteira', 'Sao Paulo', 'Ilha Solteira', 'BR'),
(-23.77806, -45.35806, 'Ilhabela', 'Sao Paulo', 'Ilhabela', 'BR'),
(-28.38778, -53.91472, 'Ijui', 'Rio Grande do Sul', 'Ijui', 'BR'),
(-23.68028, -54.56111, 'Iguatemi', 'Mato Grosso do Sul', 'Iguatemi', 'BR'),
(-24.70806, -47.55528, 'Iguape', 'Sao Paulo', 'Iguape', 'BR'),
(-14.75639, -40.08917, 'Iguai', 'Bahia', 'Iguai', 'BR'),
(-22.83917, -42.22889, 'Iguaba Grande', 'Rio de Janeiro', 'Iguaba Grande', 'BR'),
(-29.57444, -50.79028, 'Igrejinha', 'Rio Grande do Sul', 'Igrejinha', 'BR'),
(-10.12528, -36.66194, 'Igreja Nova', 'Alagoas', 'Igreja Nova', 'BR'),
(-20.07028, -44.30167, 'Igarape', 'Minas Gerais', 'Igarape', 'BR'),
(-20.03833, -47.74694, 'Igarapava', 'Sao Paulo', 'Igarapava', 'BR'),
(-22.50917, -48.55778, 'Igaracu do Tiete', 'Sao Paulo', 'Igaracu Do Tiete', 'BR'),
(-20.79306, -40.81111, 'Iconha', 'Espirito Santo', 'Iconha', 'BR'),
(-28.71333, -49.30000, 'Icara', 'Santa Catarina', 'Icara', 'BR'),
(-12.18528, -43.22056, 'Ibotirama', 'Bahia', 'Ibotirama', 'BR'),
(-23.65639, -47.22250, 'Ibiuna', 'Sao Paulo', 'Ibiuna', 'BR'),
(-21.75778, -48.82889, 'Ibitinga', 'Sao Paulo', 'Ibitinga', 'BR'),
(-28.62750, -53.08972, 'Ibiruba', 'Rio Grande do Sul', 'Ibiruba', 'BR'),
(-20.02194, -44.05889, 'Ibirite', 'Minas Gerais', 'Ibirite', 'BR'),
(-14.06694, -39.64056, 'Ibirataia', 'Bahia', 'Ibirataia', 'BR'),
(-14.16417, -39.37361, 'Ibirapitanga', 'Bahia', 'Ibirapitanga', 'BR'),
(-27.05694, -49.51778, 'Ibirama', 'Santa Catarina', 'Ibirama', 'BR'),
(-19.83194, -40.36972, 'Ibiracu', 'Espirito Santo', 'Ibiracu', 'BR'),
(-23.26917, -51.04806, 'Ibipora', 'Parana', 'Ibipora', 'BR'),
(-11.64083, -42.01111, 'Ibipeba', 'Bahia', 'Ibipeba', 'BR'),
(-14.84167, -39.98667, 'Ibicui', 'Bahia', 'Ibicui', 'BR'),
(-14.86500, -39.58750, 'Ibicarai', 'Bahia', 'Ibicarai', 'BR'),
(-19.47833, -46.53889, 'Ibia', 'Minas Gerais', 'Ibia', 'BR'),
(-20.23389, -41.51056, 'Ibatiba', 'Espirito Santo', 'Ibatiba', 'BR'),
(-21.95472, -47.99667, 'Ibate', 'Sao Paulo', 'Ibate', 'BR'),
(-23.84861, -50.18778, 'Ibaiti', 'Parana', 'Ibaiti', 'BR'),
(-12.76722, -40.21167, 'Iacu', 'Bahia', 'Iacu', 'BR'),
(-14.09583, -46.63167, 'Iaciara', 'Goias', 'Iaciara', 'BR'),
(-22.85833, -47.22000, 'Hortolandia', 'Sao Paulo', 'Hortolandia', 'BR'),
(-27.62583, -54.30778, 'Horizontina', 'Rio Grande do Sul', 'Horizontina', 'BR'),
(-16.96222, -49.22806, 'Hidrolandia', 'Goias', 'Hidrolandia', 'BR'),
(-32.02361, -53.39556, 'Herval', 'Rio Grande do Sul', 'Herval', 'BR'),
(-11.72917, -49.06861, 'Gurupi', 'Tocantins', 'Gurupi', 'BR'),
(-16.34534, -53.76177, 'Guiratinga', 'Mato Grosso', 'Guiratinga', 'BR'),
(-21.45778, -56.11417, 'Guia Lopes da Laguna', 'Mato Grosso do Sul', 'Guia Lopes Da Laguna', 'BR'),
(-21.30528, -46.71278, 'Guaxupe', 'Minas Gerais', 'Guaxupe', 'BR'),
(-23.46278, -46.53333, 'Guarulhos', 'Sao Paulo', 'Guarulhos', 'BR'),
(-23.99306, -46.25639, 'Guaruja', 'Sao Paulo', 'Guaruja', 'BR'),
(-21.36000, -48.22833, 'Guariba', 'Sao Paulo', 'Guariba', 'BR'),
(-25.88278, -48.57472, 'Guaratuba', 'Parana', 'Guaratuba', 'BR'),
(-22.81639, -45.19250, 'Guaratingueta', 'Sao Paulo', 'Guaratingueta', 'BR'),
(-16.58564, -39.78189, 'Guaratinga', 'Bahia', 'Itabela', 'BR'),
(-23.41500, -46.03500, 'Guararema', 'Sao Paulo', 'Guararema', 'BR'),
(-21.26083, -50.64278, 'Guararapes', 'Sao Paulo', 'Guararapes', 'BR'),
(-25.39048, -51.46541, 'Guarapuava', 'Parana', 'Guarapuava', 'BR'),
(-20.65367, -40.50204, 'Guarapari', 'Espirito Santo', 'Guarapari', 'BR'),
(-25.10083, -52.87806, 'Guaraniacu', 'Parana', 'Guaraniacu', 'BR'),
(-21.29917, -46.80250, 'Guaranesia', 'Minas Gerais', 'Guaranesia', 'BR'),
(-26.47306, -49.00278, 'Guaramirim', 'Santa Catarina', 'Guaramirim', 'BR'),
(-20.42833, -47.82417, 'Guara', 'Sao Paulo', 'Guara', 'BR'),
(-28.84556, -51.89028, 'Guapore', 'Rio Grande do Sul', 'Guapore', 'BR'),
(-16.83056, -49.53194, 'Guapo', 'Goias', 'Guapo', 'BR'),
(-22.53722, -42.98194, 'Guapimirim', 'Rio de Janeiro', 'Guapimirim', 'BR'),
(-20.79500, -49.22028, 'Guapiacu', 'Sao Paulo', 'Guapiacu', 'BR'),
(-18.77500, -42.93250, 'Guanhaes', 'Minas Gerais', 'Guanhaes', 'BR'),
(-14.22333, -42.78139, 'Guanambi', 'Bahia', 'Guanambi', 'BR'),
(-20.31833, -48.31056, 'Guaira', 'Sao Paulo', 'Guaira', 'BR'),
(-20.77556, -41.67944, 'Guacui', 'Espirito Santo', 'Guacui', 'BR'),
(-29.94218, -50.99278, 'Gravatai', 'Rio Grande do Sul', 'Gravatai', 'BR'),
(-18.85111, -41.94944, 'Governador Valadares', 'Minas Gerais', 'Governador Valadares', 'BR'),
(-18.01250, -49.35472, 'Goiatuba', 'Goias', 'Goiatuba', 'BR'),
(-15.93444, -50.14028, 'Goias', 'Goias', 'Goias', 'BR'),
(-16.49611, -49.42639, 'Goianira', 'Goias', 'Goianira', 'BR'),
(-16.67861, -49.25389, 'Goiania', 'Goias', 'Goiania', 'BR'),
(-15.31750, -49.11750, 'Goianesia', 'Goias', 'Goianesia', 'BR'),
(-16.51056, -49.02389, 'Goianapolis', 'Goias', 'Goianapolis', 'BR'),
(-28.02833, -54.34972, 'Girua', 'Rio Grande do Sul', 'Girua', 'BR'),
(-20.64833, -50.36056, 'General Salgado', 'Sao Paulo', 'General Salgado', 'BR'),
(-26.93139, -48.95889, 'Gaspar', 'Santa Catarina', 'Gaspar', 'BR'),
(-29.25611, -51.53361, 'Garibaldi', 'Rio Grande do Sul', 'Garibaldi', 'BR'),
(-22.21056, -49.65611, 'Garca', 'Sao Paulo', 'Garca', 'BR'),
(-13.74389, -39.48667, 'Gandu', 'Bahia', 'Gandu', 'BR'),
(-19.93408, -40.40473, 'Fundao', 'Espirito Santo', 'Fundao', 'BR'),
(-20.02472, -48.94056, 'Frutal', 'Minas Gerais', 'Frutal', 'BR'),
(-10.54944, -37.53444, 'Frei Paulo', 'Sergipe', 'Frei Paulo', 'BR'),
(-27.35917, -53.39444, 'Frederico Westphalen', 'Rio Grande do Sul', 'Frederico Westphalen', 'BR'),
(-23.32167, -46.72694, 'Franco da Rocha', 'Sao Paulo', 'Franco Da Rocha', 'BR'),
(-16.47583, -43.48833, 'Francisco Sa', 'Minas Gerais', 'Francisco Sa', 'BR'),
(-23.28167, -46.74528, 'Francisco Morato', 'Sao Paulo', 'Francisco Morato', 'BR'),
(-26.08111, -53.05500, 'Francisco Beltrao', 'Parana', 'Francisco Beltrao', 'BR'),
(-20.53861, -47.40083, 'Franca', 'Sao Paulo', 'Franca', 'BR'),
(-25.54778, -54.58806, 'Foz do Iguacu', 'Parana', 'Foz Do Iguacu', 'BR'),
(-28.74750, -49.47222, 'Forquilhinha', 'Santa Catarina', 'Forquilhinha', 'BR'),
(-11.04833, -45.19306, 'Formosa do Rio Preto', 'Bahia', 'Formosa Do Rio Preto', 'BR'),
(-15.53722, -47.33444, 'Formosa', 'Goias', 'Formosa', 'BR'),
(-20.46444, -45.42639, 'Formiga', 'Minas Gerais', 'Formiga', 'BR'),
(-21.60000, -51.20000, 'Paulista Florida', 'Sao Paulo', 'Florida Paulista', 'BR'),
(-27.59667, -48.54917, 'Florianopolis', 'Santa Catarina', 'Florianopolis', 'BR'),
(-22.86333, -51.38722, 'Florestopolis', 'Parana', 'Florestopolis', 'BR'),
(-29.02889, -51.18167, 'Flores da Cunha', 'Rio Grande do Sul', 'Flores Da Cunha', 'BR'),
(-16.58194, -50.30500, 'Firminopolis', 'Goias', 'Firminopolis', 'BR'),
(-23.54083, -46.36861, 'Ferraz de Vasconcelos', 'Sao Paulo', 'Ferraz De Vasconcelos', 'BR'),
(-20.28389, -50.24639, 'Fernandopolis', 'Sao Paulo', 'Fernandopolis', 'BR'),
(-12.26667, -38.96667, 'Feira de Santana', 'Bahia', 'Feira De Santana', 'BR'),
(-24.00028, -51.31944, 'Faxinal', 'Parana', 'Faxinal', 'BR'),
(-23.38833, -49.51000, 'Fartura', 'Sao Paulo', 'Fartura', 'BR'),
(-29.22500, -51.34778, 'Farroupilha', 'Rio Grande do Sul', 'Farroupilha', 'BR'),
(-22.85472, -46.31833, 'Extrema', 'Minas Gerais', 'Extrema', 'BR'),
(-10.50750, -39.01583, 'Euclides da Cunha', 'Bahia', 'Euclides Da Cunha', 'BR'),
(-28.06111, -50.93833, 'Estrela', 'Rio Grande do Sul', 'Vacaria', 'BR'),
(-29.86139, -51.17917, 'Esteio', 'Rio Grande do Sul', 'Esteio', 'BR'),
(-29.64833, -51.17389, 'Estancia Velha', 'Rio Grande do Sul', 'Estancia Velha', 'BR'),
(-11.26833, -37.43833, 'Estancia', 'Sergipe', 'Estancia', 'BR'),
(-28.72472, -52.84972, 'Espumoso', 'Rio Grande do Sul', 'Espumoso', 'BR'),
(-11.79611, -37.94500, 'Esplanada', 'Bahia', 'Esplanada', 'BR'),
(-14.92611, -42.81917, 'Espinosa', 'Minas Gerais', 'Espinosa', 'BR'),
(-20.65028, -41.90722, 'Espera Feliz', 'Minas Gerais', 'Espera Feliz', 'BR'),
(-19.76250, -44.31389, 'Esmeraldas', 'Minas Gerais', 'Esmeraldas', 'BR'),
(-27.63461, -52.27540, 'Erechim', 'Rio Grande do Sul', 'Erechim', 'BR'),
(-11.94194, -38.08444, 'Entre Rios', 'Bahia', 'Entre Rios', 'BR'),
(-23.79722, -52.26917, 'Engenheiro Beltrao', 'Parana', 'Engenheiro Beltrao', 'BR'),
(-30.54389, -52.52194, 'Encruzilhada do Sul', 'Rio Grande do Sul', 'Encruzilhada Do Sul', 'BR'),
(-15.53139, -40.90944, 'Encruzilhada', 'Bahia', 'Encruzilhada', 'BR'),
(-29.23611, -51.86972, 'Encantado', 'Rio Grande do Sul', 'Encantado', 'BR'),
(-23.83222, -46.81139, 'Embu Guacu', 'Sao Paulo', 'Embu-Guacu', 'BR'),
(-23.64889, -46.85222, 'Embu', 'Sao Paulo', 'Embu', 'BR'),
(-21.61000, -45.56528, 'Eloi Mendes', 'Minas Gerais', 'Eloi Mendes', 'BR'),
(-23.04278, -47.37389, 'Elias Fausto', 'Sao Paulo', 'Elias Fausto', 'BR'),
(-23.78694, -54.28361, 'Eldorado', 'Mato Grosso do Sul', 'Eldorado', 'BR'),
(-17.33833, -49.93139, 'Edeia', 'Goias', 'Edeia', 'BR'),
(-18.37333, -40.83056, 'Ecoporanga', 'Espirito Santo', 'Ecoporanga', 'BR'),
(-22.78556, -43.31167, 'Duque de Caxias', 'Rio de Janeiro', 'Duque De Caxias', 'BR'),
(-22.41444, -49.40389, 'Duartina', 'Sao Paulo', 'Duartina', 'BR'),
(-22.22111, -54.80556, 'Dourados', 'Mato Grosso do Sul', 'Dourados', 'BR'),
(-19.46333, -45.60167, 'Dores do Indaia', 'Minas Gerais', 'Dores Do Indaia', 'BR'),
(-30.98278, -54.67306, 'Dom Pedrito', 'Rio Grande do Sul', 'Dom Pedrito', 'BR'),
(-20.36333, -40.65917, 'Domingos Martins', 'Espirito Santo', 'Domingos Martins', 'BR'),
(-25.73361, -53.05722, 'Dois Vizinhos', 'Parana', 'Dois Vizinhos', 'BR'),
(-22.36611, -48.38028, 'Dois Corregos', 'Sao Paulo', 'Dois Corregos', 'BR'),
(-20.13889, -44.88389, 'Divinopolis', 'Minas Gerais', 'Divinopolis', 'BR'),
(-18.77778, -41.47972, 'Divino das Laranjeiras', 'Minas Gerais', 'Divino Das Laranjeiras', 'BR'),
(-14.40861, -56.44611, 'Diamantino', 'Mato Grosso', 'Diamantino', 'BR'),
(-18.24142, -43.60568, 'Diamantina', 'Minas Gerais', 'Diamantina', 'BR'),
(-23.68611, -46.62278, 'Diadema', 'Sao Paulo', 'Diadema', 'BR'),
(-21.90389, -47.61944, 'Descalvado', 'Sao Paulo', 'Descalvado', 'BR'),
(-18.75639, -44.43083, 'Curvelo', 'Minas Gerais', 'Curvelo', 'BR'),
(-27.28278, -50.58444, 'Curitibanos', 'Santa Catarina', 'Curitibanos', 'BR'),
(-25.42778, -49.27306, 'Curitiba', 'Parana', 'Curitiba', 'BR'),
(-23.07444, -44.95972, 'Cunha', 'Sao Paulo', 'Cunha', 'BR'),
(-15.59611, -56.09667, 'Cuiaba', 'Mato Grosso', 'Cuiaba', 'BR'),
(-23.89500, -46.42528, 'Cubatao', 'Sao Paulo', 'Cubatao', 'BR'),
(-21.83861, -44.80833, 'Cruzilia', 'Minas Gerais', 'Cruzilia', 'BR'),
(-23.78500, -53.07333, 'Cruzeiro do Oeste', 'Parana', 'Cruzeiro Do Oeste', 'BR'),
(-22.57316, -44.97108, 'Cruzeiro', 'Sao Paulo', 'Cruzeiro', 'BR'),
(-12.67000, -39.10194, 'Cruz das Almas', 'Bahia', 'Cruz Das Almas', 'BR'),
(-28.63861, -53.60639, 'Cruz Alta', 'Rio Grande do Sul', 'Cruz Alta', 'BR'),
(-14.54889, -49.96917, 'Crixas', 'Goias', 'Crixas', 'BR'),
(-11.47556, -37.75528, 'Cristinapolis', 'Sergipe', 'Cristinapolis', 'BR'),
(-16.76861, -47.61361, 'Cristalina', 'Goias', 'Cristalina', 'BR'),
(-28.67750, -49.36972, 'Criciuma', 'Santa Catarina', 'Criciuma', 'BR'),
(-21.34028, -47.72944, 'Cravinhos', 'Sao Paulo', 'Cravinhos', 'BR'),
(-18.50667, -54.76000, 'Coxim', 'Mato Grosso do Sul', 'Coxim', 'BR'),
(-23.60389, -46.91917, 'Cotia', 'Sao Paulo', 'Cotia', 'BR'),
(-23.41667, -54.65000, 'Costa Rica', 'Mato Grosso do Sul', 'Iguatemi', 'BR'),
(-22.64583, -47.19611, 'Cosmopolis', 'Sao Paulo', 'Cosmopolis', 'BR'),
(-10.12556, -36.17556, 'Coruripe', 'Alagoas', 'Coruripe', 'BR'),
(-26.42528, -49.24306, 'Corupa', 'Santa Catarina', 'Corupa', 'BR'),
(-19.00917, -57.65333, 'Corumba', 'Mato Grosso do Sul', 'Corumba', 'BR'),
(-13.34333, -44.63667, 'Correntina', 'Bahia', 'Correntina', 'BR'),
(-27.58472, -50.36111, 'Correia Pinto', 'Santa Catarina', 'Correia Pinto', 'BR'),
(-25.97972, -52.56778, 'Coronel Vivida', 'Parana', 'Coronel Vivida', 'BR'),
(-19.51861, -42.62889, 'Coronel Fabriciano', 'Minas Gerais', 'Coronel Fabriciano', 'BR'),
(-18.47333, -47.20028, 'Coromandel', 'Minas Gerais', 'Coromandel', 'BR'),
(-18.38083, -44.45639, 'Corinto', 'Minas Gerais', 'Corinto', 'BR'),
(-22.48194, -47.45667, 'Cordeiropolis', 'Sao Paulo', 'Cordeiropolis', 'BR'),
(-22.02861, -42.36083, 'Cordeiro', 'Rio de Janeiro', 'Cordeiro', 'BR'),
(-24.79889, -53.30667, 'Corbelia', 'Parana', 'Corbelia', 'BR'),
(-12.23333, -38.75000, 'Coracao de Maria', 'Bahia', 'Coracao De Maria', 'BR'),
(-16.68528, -44.36500, 'Coracao de Jesus', 'Minas Gerais', 'Coracao De Jesus', 'BR'),
(-19.93167, -44.05361, 'Contagem', 'Minas Gerais', 'Contagem', 'BR'),
(-19.17222, -41.47222, 'Conselheiro Pena', 'Minas Gerais', 'Conselheiro Pena', 'BR'),
(-20.66028, -43.78611, 'Conselheiro Lafaiete', 'Minas Gerais', 'Conselheiro Lafaiete', 'BR'),
(-20.50525, -43.85880, 'Congonhas', 'Minas Gerais', 'Congonhas', 'BR'),
(-11.81361, -37.61056, 'Conde', 'Bahia', 'Conde', 'BR'),
(-27.23417, -52.02778, 'Concordia', 'Santa Catarina', 'Concordia', 'BR'),
(-23.01528, -48.01056, 'Conchas', 'Sao Paulo', 'Conchas', 'BR'),
(-22.33028, -47.17250, 'Conchal', 'Sao Paulo', 'Conchal', 'BR'),
(-21.88083, -45.08528, 'Conceicao do Rio Verde', 'Minas Gerais', 'Conceicao Do Rio Verde', 'BR'),
(-19.03722, -43.42500, 'Conceicao do Mato Dentro', 'Minas Gerais', 'Conceicao Do Mato Dentro', 'BR'),
(-11.56389, -39.28278, 'Conceicao do Coite', 'Bahia', 'Conceicao Do Coite', 'BR'),
(-20.36833, -41.24389, 'Conceicao do Castelo', 'Espirito Santo', 'Conceicao Do Castelo', 'BR'),
(-12.77944, -39.17000, 'Conceicao do Almeida', 'Bahia', 'Conceicao Do Almeida', 'BR'),
(-12.31667, -38.76667, 'Conceicao do Jacuipe', 'Bahia', 'Conceicao Do Jacuipe', 'BR'),
(-19.91472, -48.38833, 'Conceicao das Alagoas', 'Minas Gerais', 'Conceicao Das Alagoas', 'BR'),
(-12.50583, -38.99861, 'Conceicao da Feira', 'Bahia', 'Conceicao Da Feira', 'BR'),
(-18.59333, -39.73222, 'Conceicao da Barra', 'Espirito Santo', 'Conceicao Da Barra', 'BR'),
(-22.83750, -51.97306, 'Colorado', 'Parana', 'Colorado', 'BR'),
(-25.29167, -49.22417, 'Colombo', 'Parana', 'Colombo', 'BR'),
(-19.53944, -40.63056, 'Colatina', 'Espirito Santo', 'Colatina', 'BR'),
(-28.60321, -49.32767, 'Cocal', 'Santa Catarina', 'Cocal Do Sul', 'BR'),
(-14.64083, -39.55111, 'Coaraci', 'Bahia', 'Coaraci', 'BR'),
(-26.39583, -52.47083, 'Clevelandia', 'Parana', 'Clevelandia', 'BR'),
(-20.44333, -44.76583, 'Claudio', 'Minas Gerais', 'Claudio', 'BR'),
(-11.09972, -38.51361, 'Cipo', 'Bahia', 'Cipo', 'BR'),
(-30.18111, -50.20556, 'Cidreira', 'Rio Grande do Sul', 'Cidreira', 'BR'),
(-10.60000, -38.38333, 'Cicero Dantas', 'Bahia', 'Cicero Dantas', 'BR'),
(-23.66333, -52.60500, 'Cianorte', 'Parana', 'Cianorte', 'BR'),
(-33.69111, -53.45667, 'Chui', 'Rio Grande do Sul', 'Chui', 'BR'),
(-25.85583, -52.52333, 'Chopinzinho', 'Parana', 'Chopinzinho', 'BR'),
(-29.95472, -51.62528, 'Charqueadas', 'Rio Grande do Sul', 'Charqueadas', 'BR'),
(-22.50972, -47.77806, 'Charqueada', 'Sao Paulo', 'Charqueada', 'BR'),
(-27.09639, -52.61833, 'Chapeco', 'Santa Catarina', 'Chapeco', 'BR'),
(-15.46056, -55.74972, 'Chapada dos Guimaraes', 'Mato Grosso', 'Chapada Dos Guimaraes', 'BR'),
(-28.14861, -54.73806, 'Cerro Largo', 'Rio Grande do Sul', 'Cerro Largo', 'BR'),
(-23.16500, -47.74361, 'Cerquilho', 'Sao Paulo', 'Cerquilho', 'BR'),
(-23.03556, -49.16611, 'Cerqueira Cesar', 'Sao Paulo', 'Cerqueira Cesar', 'BR'),
(-15.30833, -49.59833, 'Ceres', 'Goias', 'Ceres', 'BR'),
(-18.58389, -49.19944, 'Centralina', 'Minas Gerais', 'Centralina', 'BR'),
(-22.82111, -51.59528, 'Centenario do Sul', 'Parana', 'Centenario Do Sul', 'BR'),
(-27.63444, -51.33639, 'Celso Ramos', 'Santa Catarina', 'Celso Ramos', 'BR'),
(-29.16806, -51.17944, 'Caxias do Sul', 'Rio Grande do Sul', 'Caxias Do Sul', 'BR'),
(-21.97722, -44.93250, 'Caxambu', 'Minas Gerais', 'Caxambu', 'BR'),
(-13.79750, -47.45833, 'Cavalcante', 'Goias', 'Cavalcante', 'BR'),
(-12.35306, -38.37889, 'Catu', 'Bahia', 'Catu', 'BR'),
(-21.13778, -48.97278, 'Catanduva', 'Sao Paulo', 'Catanduva', 'BR'),
(-18.16583, -47.94639, 'Catalao', 'Goias', 'Catalao', 'BR'),
(-21.38917, -42.69667, 'Cataguases', 'Minas Gerais', 'Cataguases', 'BR'),
(-12.76556, -39.42833, 'Castro Alves', 'Bahia', 'Castro Alves', 'BR'),
(-24.78927, -50.01225, 'Castro', 'Parana', 'Castro', 'BR'),
(-20.87222, -51.48750, 'Castilho', 'Sao Paulo', 'Castilho', 'BR'),
(-20.60361, -41.18472, 'Castelo', 'Espirito Santo', 'Castelo', 'BR'),
(-19.11333, -51.73417, 'Cassilandia', 'Mato Grosso do Sul', 'Cassilandia', 'BR'),
(-20.58306, -46.92194, 'Cassia', 'Minas Gerais', 'Cassia', 'BR'),
(-22.48056, -42.20417, 'Casimiro de Abreu', 'Rio de Janeiro', 'Casimiro De Abreu', 'BR'),
(-24.95583, -53.45528, 'Cascavel', 'Parana', 'Cascavel', 'BR'),
(-21.77389, -47.08639, 'Casa Branca', 'Sao Paulo', 'Casa Branca', 'BR'),
(-15.35361, -49.70750, 'Carmo do Rio Verde', 'Goias', 'Carmo Do Rio Verde', 'BR'),
(-20.97194, -46.11889, 'Carmo do Rio Claro', 'Minas Gerais', 'Carmo Do Rio Claro', 'BR'),
(-19.00083, -46.31611, 'Carmo do Paranaiba', 'Minas Gerais', 'Carmo Do Paranaiba', 'BR'),
(-20.18417, -44.77111, 'Carmo do Cajuru', 'Minas Gerais', 'Carmo Do Cajuru', 'BR'),
(-21.93361, -42.60861, 'Carmo', 'Rio de Janeiro', 'Carmo', 'BR'),
(-17.70306, -40.76639, 'Carlos Chagas', 'Minas Gerais', 'Carlos Chagas', 'BR'),
(-29.29750, -51.50361, 'Carlos Barbosa', 'Rio Grande do Sul', 'Carlos Barbosa', 'BR'),
(-10.36083, -37.70111, 'Carira', 'Sergipe', 'Carira', 'BR'),
(-14.30472, -43.76500, 'Carinhanha', 'Bahia', 'Carinhanha', 'BR'),
(-20.08194, -49.91417, 'Cardoso', 'Sao Paulo', 'Cardoso', 'BR'),
(-28.28389, -52.78639, 'Carazinho', 'Rio Grande do Sul', 'Carazinho', 'BR'),
(-19.78972, -42.13917, 'Caratinga', 'Minas Gerais', 'Caratinga', 'BR'),
(-22.63417, -54.82222, 'Caarapo', 'Mato Grosso do Sul', 'Caarapo', 'BR'),
(-23.52272, -46.83500, 'Carapicuiba', 'Sao Paulo', 'Carapicuiba', 'BR'),
(-20.73306, -42.02944, 'Carangola', 'Minas Gerais', 'Carangola', 'BR'),
(-20.95361, -43.80639, 'Carandai', 'Minas Gerais', 'Carandai', 'BR'),
(-24.95260, -50.11590, 'Carambei', 'Parana', 'Carambei', 'BR'),
(-17.18889, -41.69472, 'Carai', 'Minas Gerais', 'Carai', 'BR'),
(-23.62028, -45.41306, 'Caraguatatuba', 'Sao Paulo', 'Caraguatatuba', 'BR'),
(-22.99500, -47.50778, 'Capivari', 'Sao Paulo', 'Capivari', 'BR'),
(-20.61528, -46.05000, 'Capitolio', 'Minas Gerais', 'Capitolio', 'BR'),
(-27.34361, -51.61194, 'Capinzal', 'Santa Catarina', 'Capinzal', 'BR'),
(-18.68194, -49.56972, 'Capinopolis', 'Minas Gerais', 'Capinopolis', 'BR'),
(-11.38111, -40.01278, 'Capim Grosso', 'Bahia', 'Capim Grosso', 'BR'),
(-17.69139, -42.51583, 'Capelinha', 'Minas Gerais', 'Capelinha', 'BR'),
(-23.47056, -47.73472, 'Capela do Alto', 'Sao Paulo', 'Capela Do Alto', 'BR'),
(-10.50333, -37.05278, 'Capela', 'Sergipe', 'Capela', 'BR'),
(-29.74556, -50.00972, 'Capao da Canoa', 'Rio Grande do Sul', 'Capao Da Canoa', 'BR'),
(-24.00583, -48.34944, 'Capao Bonito', 'Sao Paulo', 'Capao Bonito', 'BR'),
(-21.98111, -42.36806, 'Cantagalo', 'Rio de Janeiro', 'Cantagalo', 'BR'),
(-26.17722, -50.39000, 'Canoinhas', 'Santa Catarina', 'Canoinhas', 'BR'),
(-29.91778, -51.18361, 'Canoas', 'Rio Grande do Sul', 'Canoas', 'BR'),
(-31.39500, -52.67556, 'Cangucu', 'Rio Grande do Sul', 'Cangucu', 'BR'),
(-29.35622, -50.81357, 'Canela', 'Rio Grande do Sul', 'Canela', 'BR'),
(-22.74639, -50.38694, 'Candido Mota', 'Sao Paulo', 'Candido Mota', 'BR'),
(-24.56694, -51.33333, 'Candido de Abreu', 'Parana', 'Candido De Abreu', 'BR'),
(-29.66917, -52.78889, 'Candelaria', 'Rio Grande do Sul', 'Candelaria', 'BR'),
(-15.67500, -38.94722, 'Canavieiras', 'Bahia', 'Canavieiras', 'BR'),
(-11.68472, -41.76889, 'Canarana', 'Bahia', 'Canarana', 'BR'),
(-25.01472, -47.92667, 'Cananeia', 'Sao Paulo', 'Cananeia', 'BR'),
(-20.41667, -54.06667, 'Campo Verde', 'Mato Grosso do Sul', 'Jaraguari', 'BR'),
(-27.40167, -51.22500, 'Campos Novos', 'Santa Catarina', 'Campos Novos', 'BR'),
(-21.23500, -45.75861, 'Campos Gerais', 'Minas Gerais', 'Campos Gerais', 'BR'),
(-22.73944, -45.59139, 'Campos do Jordao', 'Sao Paulo', 'Campos Do Jordao', 'BR'),
(-13.03667, -46.77167, 'Campos Belos', 'Goias', 'Campos Belos', 'BR'),
(-19.69611, -46.17139, 'Campos Altos', 'Minas Gerais', 'Campos Altos', 'BR'),
(-21.75227, -41.33044, 'Campos', 'Rio de Janeiro', 'Campos Dos Goytacazes', 'BR'),
(-24.04309, -52.37929, 'Campo Mourao', 'Parana', 'Campo Mourao', 'BR'),
(-25.45955, -49.53014, 'Campo Largo', 'Parana', 'Campo Largo', 'BR'),
(-20.44278, -54.64639, 'Campo Grande', 'Mato Grosso do Sul', 'Campo Grande', 'BR'),
(-10.23333, -36.50000, 'Campo Grande', 'Alagoas', 'Penedo', 'BR'),
(-10.50750, -40.32139, 'Campo Formoso', 'Bahia', 'Campo Formoso', 'BR'),
(-10.73333, -37.49333, 'Campo do Brito', 'Sergipe', 'Campo Do Brito', 'BR'),
(-20.89722, -45.27722, 'Campo Belo', 'Minas Gerais', 'Campo Belo', 'BR'),
(-19.53556, -49.48639, 'Campina Verde', 'Minas Gerais', 'Campina Verde', 'BR'),
(-22.90556, -47.06083, 'Campinas', 'Sao Paulo', 'Campinas', 'BR'),
(-25.30556, -49.05528, 'Campina Grande do Sul', 'Parana', 'Campina Grande Do Sul', 'BR'),
(-21.71111, -46.24639, 'Campestre', 'Minas Gerais', 'Campestre', 'BR'),
(-21.83611, -45.40056, 'Campanha', 'Minas Gerais', 'Campanha', 'BR'),
(-21.85222, -45.29583, 'Cambuquira', 'Minas Gerais', 'Cambuquira', 'BR'),
(-22.61222, -46.05750, 'Cambui', 'Minas Gerais', 'Cambui', 'BR'),
(-21.57528, -41.91111, 'Cambuci', 'Rio de Janeiro', 'Cambuci', 'BR'),
(-23.27583, -51.27833, 'Cambe', 'Parana', 'Cambe', 'BR'),
(-23.04639, -50.07361, 'Cambara', 'Parana', 'Cambara', 'BR'),
(-30.85111, -51.81222, 'Camaqua', 'Rio Grande do Sul', 'Camaqua', 'BR'),
(-19.53139, -54.04389, 'Camapua', 'Mato Grosso do Sul', 'Camapua', 'BR'),
(-22.75528, -46.14472, 'Camanducaia', 'Minas Gerais', 'Camanducaia', 'BR'),
(-13.94472, -39.10389, 'Camamu', 'Bahia', 'Camamu', 'BR'),
(-12.69750, -38.32417, 'Camacari', 'Bahia', 'Camacari', 'BR'),
(-17.74431, -48.62789, 'Caldas Novas', 'Goias', 'Caldas Novas', 'BR'),
(-21.27528, -47.30417, 'Cajuru', 'Sao Paulo', 'Cajuru', 'BR'),
(-24.73611, -48.12278, 'Cajati', 'Sao Paulo', 'Cajati', 'BR'),
(-23.35611, -46.87694, 'Cajamar', 'Sao Paulo', 'Cajamar', 'BR'),
(-23.36417, -46.74056, 'Caieiras', 'Sao Paulo', 'Caieiras', 'BR'),
(-16.95667, -51.81028, 'Caiaponia', 'Goias', 'Caiaponia', 'BR'),
(-21.80250, -49.61000, 'Cafelandia', 'Sao Paulo', 'Cafelandia', 'BR'),
(-11.69361, -41.46833, 'Cafarnaum', 'Bahia', 'Cafarnaum', 'BR'),
(-14.06944, -42.47500, 'Caetite', 'Bahia', 'Caetite', 'BR'),
(-19.88000, -43.66972, 'Caete', 'Minas Gerais', 'Caete', 'BR'),
(-14.50333, -42.22222, 'Cacule', 'Bahia', 'Cacule', 'BR'),
(-18.55667, -51.13083, 'Cacu', 'Goias', 'Cacu', 'BR'),
(-21.52944, -46.64389, 'Caconde', 'Sao Paulo', 'Caconde', 'BR'),
(-20.84889, -41.11278, 'Cachoeiro de Itapemirim', 'Espirito Santo', 'Cachoeiro De Itapemirim', 'BR'),
(-29.95111, -51.09389, 'Cachoeirinha', 'Rio Grande do Sul', 'Cachoeirinha', 'BR'),
(-22.46250, -42.65306, 'Cachoeiras de Macacu', 'Rio de Janeiro', 'Cachoeiras De Macacu', 'BR'),
(-30.03917, -52.89389, 'Cachoeira do Sul', 'Rio Grande do Sul', 'Cachoeira Do Sul', 'BR'),
(-12.61833, -38.95583, 'Cachoeira', 'Bahia', 'Cachoeira', 'BR'),
(-29.88361, -54.82500, 'Cacequi', 'Rio Grande do Sul', 'Cacequi', 'BR'),
(-30.51436, -53.48496, 'Cacapava do Sul', 'Rio Grande do Sul', 'Cacapava Do Sul', 'BR'),
(-23.10083, -45.70694, 'Cacapava', 'Sao Paulo', 'Cacapava', 'BR'),
(-26.77528, -51.01500, 'Cacador', 'Santa Catarina', 'Cacador', 'BR'),
(-23.30750, -47.13278, 'Cabreuva', 'Sao Paulo', 'Cabreuva', 'BR'),
(-22.88717, -42.02622, 'Cabo Frio', 'Rio de Janeiro', 'Cabo Frio', 'BR'),
(-30.11972, -51.96222, 'Butia', 'Rio Grande do Sul', 'Butia', 'BR'),
(-17.35111, -44.96222, 'Buritizeiro', 'Minas Gerais', 'Buritizeiro', 'BR'),
(-15.61778, -46.42333, 'Buritis', 'Minas Gerais', 'Buritis', 'BR'),
(-18.14000, -49.04028, 'Buriti Alegre', 'Goias', 'Buriti Alegre', 'BR'),
(-21.06611, -50.14722, 'Buritama', 'Sao Paulo', 'Buritama', 'BR'),
(-23.79750, -48.59278, 'Buri', 'Sao Paulo', 'Buri', 'BR'),
(-11.14694, -37.62056, 'Boquim', 'Sergipe', 'Boquim', 'BR'),
(-14.95944, -39.29972, 'Buerarema', 'Bahia', 'Buerarema', 'BR'),
(-22.44083, -46.35083, 'Bueno Brandao', 'Minas Gerais', 'Bueno Brandao', 'BR'),
(-27.09806, -48.91750, 'Brusque', 'Santa Catarina', 'Brusque', 'BR'),
(-14.20361, -41.66528, 'Brumado', 'Bahia', 'Brumado', 'BR'),
(-20.14333, -44.19972, 'Brumadinho', 'Minas Gerais', 'Brumadinho', 'BR'),
(-22.28417, -48.12667, 'Brotas', 'Sao Paulo', 'Brotas', 'BR'),
(-20.99139, -47.65861, 'Brodosqui', 'Sao Paulo', 'Brodosqui', 'BR'),
(-16.20639, -44.43333, 'Brasilia de Minas', 'Minas Gerais', 'Brasilia De Minas', 'BR'),
(-15.77972, -47.92972, 'Brasilia', 'Federal District', 'Brasilia', 'BR'),
(-22.95194, -46.54194, 'Braganca Paulista', 'Sao Paulo', 'Braganca Paulista', 'BR'),
(-28.27500, -49.16556, 'Braco do Norte', 'Santa Catarina', 'Braco Do Norte', 'BR'),
(-22.88583, -48.44500, 'Botucatu', 'Sao Paulo', 'Botucatu', 'BR'),
(-21.63333, -46.39500, 'Botelhos', 'Minas Gerais', 'Botelhos', 'BR'),
(-22.27417, -46.16528, 'Borda da Mata', 'Minas Gerais', 'Borda Da Mata', 'BR'),
(-21.61972, -49.07361, 'Borborema', 'Sao Paulo', 'Borborema', 'BR'),
(-22.19306, -48.77889, 'Boraceia', 'Sao Paulo', 'Boraceia', 'BR'),
(-12.82306, -42.73056, 'Boquira', 'Bahia', 'Boquira', 'BR'),
(-21.12111, -56.48194, 'Bonito', 'Mato Grosso do Sul', 'Bonito', 'BR'),
(-21.03306, -44.75806, 'Bom Sucesso', 'Minas Gerais', 'Bom Sucesso', 'BR'),
(-23.13500, -46.46528, 'Bom Jesus dos Perdoes', 'Sao Paulo', 'Bom Jesus Dos Perdoes', 'BR'),
(-21.13389, -41.67972, 'Bom Jesus do Itabapoana', 'Rio de Janeiro', 'Bom Jesus Do Itabapoana', 'BR'),
(-19.82889, -42.31611, 'Bom Jesus do Galho', 'Minas Gerais', 'Bom Jesus Do Galho', 'BR'),
(-13.25500, -43.41806, 'Bom Jesus da Lapa', 'Bahia', 'Bom Jesus Da Lapa', 'BR'),
(-19.73639, -45.25222, 'Bom Despacho', 'Minas Gerais', 'Bom Despacho', 'BR'),
(-23.28333, -47.67222, 'Boituva', 'Sao Paulo', 'Boituva', 'BR'),
(-17.10778, -43.81500, 'Bocaiuva', 'Minas Gerais', 'Bocaiuva', 'BR'),
(-21.99250, -48.39083, 'Boa Esperanca do Sul', 'Sao Paulo', 'Boa Esperanca Do Sul', 'BR'),
(-21.09000, -45.56583, 'Boa Esperanca', 'Minas Gerais', 'Boa Esperanca', 'BR'),
(-18.54000, -40.29583, 'Boa Esperanca', 'Espirito Santo', 'Boa Esperanca', 'BR'),
(-26.91944, -49.06611, 'Blumenau', 'Santa Catarina', 'Blumenau', 'BR'),
(-23.57250, -46.03861, 'Biritiba Mirim', 'Sao Paulo', 'Biritiba-Mirim', 'BR'),
(-21.28861, -50.34000, 'Birigui', 'Sao Paulo', 'Birigui', 'BR'),
(-27.49417, -48.65556, 'Biguacu', 'Santa Catarina', 'Biguacu', 'BR'),
(-21.72528, -43.05944, 'Bicas', 'Minas Gerais', 'Bicas', 'BR'),
(-19.96778, -44.19833, 'Betim', 'Minas Gerais', 'Betim', 'BR'),
(-23.85444, -46.13861, 'Bertioga', 'Sao Paulo', 'Bertioga', 'BR'),
(-23.01306, -49.47417, 'Bernardino de Campos', 'Sao Paulo', 'Bernardino De Campos', 'BR'),
(-29.17139, -51.51917, 'Bento Goncalves', 'Rio Grande do Sul', 'Bento Goncalves', 'BR'),
(-19.22000, -42.48361, 'Belo Oriente', 'Minas Gerais', 'Belo Oriente', 'BR'),
(-19.92083, -43.93778, 'Belo Horizonte', 'Minas Gerais', 'Belo Horizonte', 'BR'),
(-15.86104, -38.88143, 'Belmonte', 'Bahia', 'Belmonte', 'BR'),
(-22.76417, -43.39944, 'Belford Roxo', 'Rio de Janeiro', 'Belford Roxo', 'BR'),
(-22.99667, -51.19056, 'Bela Vista do Paraiso', 'Parana', 'Bela Vista Do Paraiso', 'BR'),
(-16.97278, -48.95333, 'Bela Vista de Goias', 'Goias', 'Bela Vista De Goias', 'BR'),
(-22.10889, -56.52111, 'Bela Vista', 'Mato Grosso do Sul', 'Bela Vista', 'BR'),
(-20.94944, -48.47917, 'Bebedouro', 'Sao Paulo', 'Bebedouro', 'BR'),
(-22.31472, -49.06056, 'Bauru', 'Sao Paulo', 'Bauru', 'BR'),
(-20.89111, -47.58500, 'Batatais', 'Sao Paulo', 'Batatais', 'BR'),
(-22.29528, -53.27111, 'Bataipora', 'Mato Grosso do Sul', 'Bataipora', 'BR'),
(-21.92194, -50.73389, 'Bastos', 'Sao Paulo', 'Bastos', 'BR'),
(-23.51056, -46.87611, 'Barueri', 'Sao Paulo', 'Barueri', 'BR'),
(-21.18694, -43.97583, 'Barroso', 'Minas Gerais', 'Barroso', 'BR'),
(-14.97083, -48.91583, 'Barro Alto', 'Goias', 'Barro Alto', 'BR'),
(-11.76083, -41.91167, 'Barro Alto', 'Bahia', 'Barro Alto', 'BR'),
(-21.19361, -48.16389, 'Barrinha', 'Sao Paulo', 'Barrinha', 'BR'),
(-20.55722, -48.56778, 'Barretos', 'Sao Paulo', 'Barretos', 'BR'),
(-15.61532, -43.59187, 'Barreiro do Jaiba', 'Minas Gerais', 'Verdelandia', 'BR'),
(-12.15278, -44.99000, 'Barreiras', 'Bahia', 'Barreiras', 'BR'),
(-26.63222, -48.68472, 'Barra Velha', 'Santa Catarina', 'Barra Velha', 'BR'),
(-22.54417, -44.17139, 'Barra Mansa', 'Rio de Janeiro', 'Barra Mansa', 'BR'),
(-10.90889, -37.03861, 'Barra dos Coqueiros', 'Sergipe', 'Barra Dos Coqueiros', 'BR'),
(-22.47000, -43.82556, 'Barra do Pirai', 'Rio de Janeiro', 'Barra Do Pirai', 'BR'),
(-15.89000, -52.25667, 'Barra do Garcas', 'Mato Grosso', 'Barra Do Garcas', 'BR'),
(-15.07250, -57.18111, 'Barra do Bugres', 'Mato Grosso', 'Barra Do Bugres', 'BR'),
(-18.75500, -40.89083, 'Barra de Sao Francisco', 'Espirito Santo', 'Barra De Sao Francisco', 'BR'),
(-13.62611, -41.32694, 'Barra da Estiva', 'Bahia', 'Barra Da Estiva', 'BR'),
(-22.49472, -48.55806, 'Barra Bonita', 'Sao Paulo', 'Barra Bonita', 'BR'),
(-11.08944, -43.14167, 'Barra', 'Bahia', 'Barra', 'BR'),
(-22.07444, -48.74028, 'Bariri', 'Sao Paulo', 'Bariri', 'BR'),
(-21.22583, -43.77361, 'Barbacena', 'Minas Gerais', 'Barbacena', 'BR'),
(-16.19444, -55.96750, 'Barao de Melgaco', 'Mato Grosso', 'Barao De Melgaco', 'BR'),
(-19.94583, -43.48722, 'Barao de Cocais', 'Minas Gerais', 'Barao De Cocais', 'BR'),
(-23.11000, -50.36750, 'Bandeirantes', 'Parana', 'Bandeirantes', 'BR'),
(-20.00639, -45.97694, 'Bambui', 'Minas Gerais', 'Bambui', 'BR'),
(-26.99056, -48.63472, 'Balneario Camboriu', 'Santa Catarina', 'Balneario Camboriu', 'BR'),
(-19.51889, -41.01583, 'Baixo Guandu', 'Espirito Santo', 'Baixo Guandu', 'BR'),
(-11.95972, -40.16806, 'Baixa Grande', 'Bahia', 'Baixa Grande', 'BR'),
(-31.33139, -54.10694, 'Bage', 'Rio Grande do Sul', 'Bage', 'BR'),
(-21.95889, -44.89000, 'Baependi', 'Minas Gerais', 'Baependi', 'BR'),
(-20.91806, -49.44528, 'Bady Bassitt', 'Sao Paulo', 'Bady Bassitt', 'BR'),
(-23.09861, -48.92583, 'Avare', 'Sao Paulo', 'Avare', 'BR'),
(-20.68556, -50.55472, 'Auriflama', 'Sao Paulo', 'Auriflama', 'BR'),
(-23.11694, -46.55028, 'Atibaia', 'Sao Paulo', 'Atibaia', 'BR'),
(-23.23250, -51.66556, 'Astorga', 'Parana', 'Astorga', 'BR'),
(-21.31528, -42.86222, 'Astolfo Dutra', 'Minas Gerais', 'Astolfo Dutra', 'BR'),
(-22.66167, -50.41222, 'Assis', 'Sao Paulo', 'Assis', 'BR'),
(-23.37333, -50.84139, 'Assai', 'Parana', 'Assai', 'BR'),
(-23.39611, -46.32083, 'Aruja', 'Sao Paulo', 'Aruja', 'BR'),
(-22.57306, -47.17250, 'Artur Nogueira', 'Sao Paulo', 'Artur Nogueira', 'BR'),
(-32.23750, -53.08694, 'Arroio Grande', 'Rio Grande do Sul', 'Arroio Grande', 'BR'),
(-30.07722, -51.72917, 'Arroio dos Ratos', 'Rio Grande do Sul', 'Arroio Dos Ratos', 'BR'),
(-29.40111, -51.94500, 'Arroio do Meio', 'Rio Grande do Sul', 'Arroio Do Meio', 'BR'),
(-22.96611, -42.02778, 'Arraial do Cabo', 'Rio de Janeiro', 'Arraial Do Cabo', 'BR'),
(-22.74694, -41.88167, 'Armacao de Buzios', 'Rio de Janeiro', 'Armacao De Buzios', 'BR'),
(-27.74963, -48.50713, 'Armacao', 'Santa Catarina', 'Florianopolis', 'BR'),
(-15.91694, -46.10556, 'Arinos', 'Minas Gerais', 'Arinos', 'BR'),
(-14.45028, -56.84611, 'Arenapolis', 'Mato Grosso', 'Arenapolis', 'BR'),
(-10.75778, -37.31528, 'Areia Branca', 'Sergipe', 'Areia Branca', 'BR'),
(-22.23056, -43.10556, 'Areal', 'Rio de Janeiro', 'Areal', 'BR'),
(-21.35861, -46.14556, 'Areado', 'Minas Gerais', 'Areado', 'BR'),
(-20.28194, -45.53944, 'Arcos', 'Minas Gerais', 'Arcos', 'BR'),
(-19.59333, -46.94056, 'Araxa', 'Minas Gerais', 'Araxa', 'BR'),
(-25.59306, -49.41028, 'Araucaria', 'Parana', 'Araucaria', 'BR'),
(-11.26222, -37.61972, 'Araua', 'Sergipe', 'Araua', 'BR'),
(-22.87278, -42.34306, 'Araruama', 'Rio de Janeiro', 'Araruama', 'BR'),
(-22.35694, -47.38417, 'Araras', 'Sao Paulo', 'Araras', 'BR'),
(-21.79444, -48.17556, 'Araraquara', 'Sao Paulo', 'Araraquara', 'BR'),
(-28.93575, -49.49538, 'Ararangua', 'Santa Catarina', 'Ararangua', 'BR'),
(-23.41944, -51.42444, 'Arapongas', 'Parana', 'Arapongas', 'BR'),
(-18.64722, -48.18722, 'Araguari', 'Minas Gerais', 'Araguari', 'BR'),
(-15.73389, -51.83139, 'Araguaiana', 'Mato Grosso', 'Araguaiana', 'BR'),
(-15.89750, -52.25083, 'Aragarcas', 'Goias', 'Aragarcas', 'BR'),
(-16.84972, -42.07028, 'Aracuai', 'Minas Gerais', 'Aracuai', 'BR'),
(-19.82028, -40.27333, 'Aracruz', 'Espirito Santo', 'Aracruz', 'BR'),
(-23.50528, -47.61417, 'Aracoiaba da Serra', 'Sao Paulo', 'Aracoiaba Da Serra', 'BR'),
(-11.33333, -38.96667, 'Araci', 'Bahia', 'Araci', 'BR'),
(-21.20889, -50.43278, 'Aracatuba', 'Sao Paulo', 'Aracatuba', 'BR'),
(-10.91111, -37.07167, 'Aracaju', 'Sergipe', 'Aracaju', 'BR'),
(-20.47111, -55.78722, 'Aquidauana', 'Mato Grosso do Sul', 'Aquidauana', 'BR'),
(-10.28139, -37.01861, 'Aquidaba', 'Sergipe', 'Aquidaba', 'BR'),
(-23.55083, -51.46083, 'Apucarana', 'Parana', 'Apucarana', 'BR'),
(-24.50944, -48.84250, 'Apiai', 'Sao Paulo', 'Apiai', 'BR'),
(-20.08667, -51.09361, 'Aparecida do Taboado', 'Mato Grosso do Sul', 'Aparecida Do Taboado', 'BR'),
(-22.84694, -45.22972, 'Aparecida', 'Sao Paulo', 'Aparecida', 'BR'),
(-25.42861, -48.71194, 'Antonina', 'Parana', 'Antonina', 'BR'),
(-27.90194, -49.12861, 'Anitapolis', 'Santa Catarina', 'Anitapolis', 'BR'),
(-16.46111, -49.96167, 'Anicuns', 'Goias', 'Anicuns', 'BR'),
(-12.15111, -39.24639, 'Anguera', 'Bahia', 'Anguera', 'BR'),
(-23.00667, -44.31806, 'Angra dos Reis', 'Rio de Janeiro', 'Angra Dos Reis', 'BR'),
(-23.48972, -48.41278, 'Angatuba', 'Sao Paulo', 'Angatuba', 'BR'),
(-21.73972, -44.30917, 'Andrelandia', 'Minas Gerais', 'Andrelandia', 'BR'),
(-20.89611, -51.37944, 'Andradina', 'Sao Paulo', 'Andradina', 'BR'),
(-22.06806, -46.56917, 'Andradas', 'Minas Gerais', 'Andradas', 'BR'),
(-20.48361, -55.80694, 'Anastacio', 'Mato Grosso do Sul', 'Anastacio', 'BR'),
(-16.32667, -48.95278, 'Anapolis', 'Goias', 'Anapolis', 'BR'),
(-14.61222, -41.13556, 'Anage', 'Bahia', 'Anage', 'BR'),
(-25.91500, -53.47278, 'Ampere', 'Parana', 'Ampere', 'BR'),
(-22.70111, -46.76444, 'Amparo', 'Sao Paulo', 'Amparo', 'BR'),
(-21.72444, -48.10167, 'Americo Brasiliense', 'Sao Paulo', 'Americo Brasiliense', 'BR'),
(-22.73917, -47.33139, 'Americana', 'Sao Paulo', 'Americana', 'BR'),
(-11.45528, -41.43611, 'America Dourada', 'Bahia', 'America Dourada', 'BR'),
(-13.03028, -39.60472, 'Amargosa', 'Bahia', 'Amargosa', 'BR'),
(-12.48000, -49.12472, 'Alvorada', 'Tocantins', 'Alvorada', 'BR'),
(-20.10667, -43.04889, 'Alvinopolis', 'Minas Gerais', 'Alvinopolis', 'BR'),
(-22.07944, -51.47194, 'Alvares Machado', 'Sao Paulo', 'Alvares Machado', 'BR'),
(-24.02806, -53.44056, 'Alto Piquiri', 'Parana', 'Alto Piquiri', 'BR'),
(-23.12889, -52.31889, 'Alto Parana', 'Parana', 'Alto Parana', 'BR'),
(-23.87444, -53.90167, 'Altania', 'Parana', 'Altonia', 'BR'),
(-17.31472, -53.21528, 'Alto Araguaia', 'Mato Grosso', 'Alto Araguaia', 'BR'),
(-21.02556, -47.37389, 'Altinopolis', 'Sao Paulo', 'Altinopolis', 'BR'),
(-21.24917, -46.14306, 'Alterosa', 'Minas Gerais', 'Alterosa', 'BR'),
(-20.86361, -46.38806, 'Alpinopolis', 'Minas Gerais', 'Alpinopolis', 'BR'),
(-25.32472, -49.31000, 'Almirante Tamandare', 'Parana', 'Almirante Tamandare', 'BR'),
(-16.18361, -40.69444, 'Almenara', 'Minas Gerais', 'Almenara', 'BR'),
(-20.63500, -40.74972, 'Alfredo Chaves', 'Espirito Santo', 'Alfredo Chaves', 'BR'),
(-21.42917, -45.94722, 'Alfenas', 'Minas Gerais', 'Alfenas', 'BR'),
(-21.88778, -42.70444, 'Alem Paraiba', 'Minas Gerais', 'Alem Paraiba', 'BR'),
(-29.78306, -55.79194, 'Alegrete', 'Rio Grande do Sul', 'Alegrete', 'BR'),
(-20.76361, -41.53306, 'Alegre', 'Espirito Santo', 'Alegre', 'BR'),
(-12.13556, -38.41917, 'Alagoinhas', 'Bahia', 'Alagoinhas', 'BR'),
(-19.49583, -41.06389, 'Aimores', 'Minas Gerais', 'Aimores', 'BR'),
(-18.98306, -40.74028, 'Aguia Branca', 'Espirito Santo', 'Aguia Branca', 'BR'),
(-22.46917, -48.98750, 'Agudos', 'Sao Paulo', 'Agudos', 'BR'),
(-15.74722, -41.46000, 'Aguas Vermelhas', 'Minas Gerais', 'Aguas Vermelhas', 'BR'),
(-17.08222, -40.93583, 'Aguas Formosas', 'Minas Gerais', 'Aguas Formosas', 'BR'),
(-22.47639, -46.63278, 'Aguas de Lindoia', 'Sao Paulo', 'Aguas De Lindoia', 'BR'),
(-22.05944, -46.97861, 'Aguai', 'Sao Paulo', 'Aguai', 'BR'),
(-20.07417, -41.12389, 'Afonso Claudio', 'Espirito Santo', 'Afonso Claudio', 'BR'),
(-21.68528, -51.07250, 'Adamantina', 'Sao Paulo', 'Adamantina', 'BR'),
(-19.07306, -42.54639, 'Acucena', 'Minas Gerais', 'Acucena', 'BR'),
(-11.66222, -38.01722, 'Acajutiba', 'Bahia', 'Acajutiba', 'BR'),
(-19.16000, -45.44583, 'Abaete', 'Minas Gerais', 'Abaete', 'BR'),
(-16.20417, -48.70694, 'Abadiania', 'Goias', 'Abadiania', 'BR'),
(-30.11389, -51.32500, 'Guaiba', 'Rio Grande do Sul', 'Guaiba', 'BR'),
(-10.16745, -48.32766, 'Palmas', 'Tocantins', 'Palmas', 'BR'),
(-25.67361, -48.51111, 'Pontal do Parana', 'Parana', 'Pontal Do Parana', 'BR'),
(-2.99000, -65.10833, 'Uarini', 'Amazonas', 'Uarini', 'BR'),
(-2.87306, -67.80222, 'Tonantins', 'Amazonas', 'Tonantins', 'BR'),
(-3.36841, -64.72054, 'Tefe', 'Amazonas', 'Tefe', 'BR'),
(-8.94111, -72.79167, 'Marechal Thaumaturgo', 'Acre', 'Marechal Thaumaturgo', 'BR'),
(-8.16139, -70.76556, 'Tarauaca', 'Acre', 'Tarauaca', 'BR'),
(-4.23116, -69.93858, 'Tabatinga', 'Amazonas', 'Tabatinga', 'BR'),
(-9.06341, -68.67245, 'Sena Madureira', 'Acre', 'Sena Madureira', 'BR'),
(-3.37833, -68.87250, 'Sao Paulo de Olivenca', 'Amazonas', 'Sao Paulo De Olivenca', 'BR'),
(-0.11810, -67.08527, 'Sao Gabriel da Cachoeira', 'Amazonas', 'Sao Gabriel Da Cachoeira', 'BR'),
(-3.10222, -67.93972, 'Santo Antonio do Ica', 'Amazonas', 'Santo Antonio Do Ica', 'BR'),
(-0.41389, -65.01917, 'Santa Isabel do Rio Negro', 'Amazonas', 'Santa Isabel Do Rio Negro', 'BR'),
(-9.97472, -67.81000, 'Rio Branco', 'Acre', 'Rio Branco', 'BR'),
(-8.26861, -72.74389, 'Porto Walter', 'Acre', 'Porto Walter', 'BR'),
(-8.76194, -63.90389, 'Porto Velho', 'Rondonia', 'Porto Velho', 'BR'),
(-7.71361, -66.97639, 'Pauini', 'Amazonas', 'Pauini', 'BR'),
(-5.12056, -60.37972, 'Novo Aripuana', 'Amazonas', 'Novo Aripuana', 'BR'),
(-1.82403, -65.35883, 'Maraa', 'Amazonas', 'Maraa', 'BR'),
(-8.83889, -69.25972, 'Manoel Urbano', 'Acre', 'Manoel Urbano', 'BR'),
(-5.80917, -61.30028, 'Manicore', 'Amazonas', 'Manicore', 'BR'),
(-7.61417, -72.89583, 'Mancio Lima', 'Acre', 'Mancio Lima', 'BR'),
(-3.10194, -60.02500, 'Manaus', 'Amazonas', 'Manaus', 'BR'),
(-3.31667, -60.35000, 'Manaquiri', 'Amazonas', 'Manaquiri', 'BR'),
(-3.29972, -60.62056, 'Manacapuru', 'Amazonas', 'Manacapuru', 'BR'),
(-5.18333, -68.90000, 'Jutai', 'Amazonas', 'Jutai', 'BR'),
(-7.51651, -63.03105, 'Humaita', 'Amazonas', 'Humaita', 'BR'),
(-2.51389, -66.09167, 'Fonte Boa', 'Amazonas', 'Fonte Boa', 'BR'),
(-8.16540, -70.35486, 'Feijo', 'Acre', 'Feijo', 'BR'),
(-7.30000, -70.21667, 'Envira', 'Amazonas', 'Eirunepe', 'BR'),
(-6.66028, -69.87361, 'Eirunepe', 'Amazonas', 'Eirunepe', 'BR');
INSERT INTO `reverse_geocode` (`lat`, `lng`, `city`, `region`, `province`, `country`) VALUES
(-7.62759, -72.67756, 'Cruzeiro do Sul', 'Acre', 'Cruzeiro Do Sul', 'BR'),
(-3.83667, -62.05694, 'Codajas', 'Amazonas', 'Codajas', 'BR'),
(-4.08500, -63.14139, 'Coari', 'Amazonas', 'Coari', 'BR'),
(-4.88278, -66.89583, 'Carauari', 'Amazonas', 'Carauari', 'BR'),
(-6.53389, -64.38306, 'Canutama', 'Amazonas', 'Canutama', 'BR'),
(-8.75222, -67.39778, 'Boca do Acre', 'Amazonas', 'Boca Do Acre', 'BR'),
(2.81972, -60.67333, 'Boa Vista', 'Roraima', 'Boa Vista', 'BR'),
(-4.37555, -70.03179, 'Benjamin Constant', 'Amazonas', 'Benjamin Constant', 'BR'),
(-0.97357, -62.92690, 'Barcelos', 'Amazonas', 'Barcelos', 'BR'),
(-9.91333, -63.04083, 'Ariquemes', 'Rondonia', 'Ariquemes', 'BR'),
(-9.16667, -60.63333, 'Aripuana', 'Mato Grosso', 'Colniza', 'BR'),
(-3.77278, -61.64417, 'Anori', 'Amazonas', 'Anori', 'BR'),
(-3.22083, -64.80417, 'Alvaraes', 'Amazonas', 'Alvaraes', 'BR'),
(-3.28472, -60.18611, 'Iranduba', 'Amazonas', 'Iranduba', 'BR'),
(-10.65167, -68.50444, 'Xapuri', 'Acre', 'Xapuri', 'BR'),
(-12.74056, -60.14583, 'Vilhena', 'Rondonia', 'Vilhena', 'BR'),
(-10.15222, -67.73917, 'Senador Guiomard', 'Acre', 'Senador Guiomard', 'BR'),
(-11.17528, -61.90139, 'Presidente Medici', 'Rondonia', 'Presidente Medici', 'BR'),
(-13.08271, -62.27726, 'Posto Fiscal Rolim de Moura', 'Rondonia', 'Alta Floresta D\'Oeste', 'BR'),
(-10.33528, -67.18556, 'Placido de Castro', 'Acre', 'Placido De Castro', 'BR'),
(-11.67250, -61.19361, 'Pimenta Bueno', 'Rondonia', 'Pimenta Bueno', 'BR'),
(-10.74806, -62.21583, 'Ouro Preto do Oeste', 'Rondonia', 'Ouro Preto Do Oeste', 'BR'),
(-10.88528, -61.95167, 'Ji Parana', 'Rondonia', 'Ji-Parana', 'BR'),
(-10.43889, -62.46639, 'Jaru', 'Rondonia', 'Jaru', 'BR'),
(-10.78278, -65.33944, 'Guajara Mirim', 'Rondonia', 'Guajara-Mirim', 'BR'),
(-11.43861, -61.44722, 'Cacoal', 'Rondonia', 'Cacoal', 'BR'),
(-11.01611, -68.74806, 'Brasileia', 'Acre', 'Brasileia', 'BR'),
(-9.87556, -56.08611, 'Alta Floresta', 'Mato Grosso', 'Alta Floresta', 'BR'),
(-16.82333, -49.24389, 'Aparecida de Goiania', 'Goias', 'Aparecida De Goiania', 'BR'),
(-2.94639, -45.66098, 'Araguana', 'Maranhao', 'Araguana', 'BR'),
(-27.59444, -48.60694, 'Campinas', 'Santa Catarina', 'Sao Jose', 'BR'),
(-23.20639, -46.78444, 'Campo Limpo Paulista', 'Sao Paulo', 'Campo Limpo Paulista', 'BR'),
(-3.84028, -32.41083, 'Fernando de Noronha (Distrito Estadual)', 'Pernambuco', 'Fernando De Noronha', 'BR'),
(-8.11278, -35.01472, 'Jaboatao dos Guararapes', 'Pernambuco', 'Jaboatao Dos Guararapes', 'BR'),
(-4.61304, -44.98009, 'Lago dos Rodrigues', 'Maranhao', 'Lago Dos Rodrigues', 'BR'),
(-12.89444, -38.32722, 'Lauro de Freitas', 'Bahia', 'Lauro De Freitas', 'BR'),
(-4.44389, -45.24056, 'Paulo Ramos', 'Maranhao', 'Paulo Ramos', 'BR'),
(-25.44472, -49.19250, 'Pinhais', 'Parana', 'Pinhais', 'BR'),
(-17.35361, -52.67861, 'Portelandia', 'Goias', 'Portelandia', 'BR'),
(-2.69795, -59.70172, 'Rio Preto da Eva', 'Amazonas', 'Rio Preto Da Eva', 'BR'),
(-12.78444, -38.40389, 'Simoes Filho', 'Bahia', 'Simoes Filho', 'BR'),
(-11.86417, -55.50250, 'Sinop', 'Mato Grosso', 'Sinop', 'BR'),
(-23.60333, -47.02639, 'Vargem Grande Paulista', 'Sao Paulo', 'Vargem Grande Paulista', 'BR'),
(-3.62092, -38.82913, 'Cambebba', 'Ceara', 'Caucaia', 'BR'),
(-27.58315, -48.49503, 'Itacorubi', 'Santa Catarina', 'Florianopolis', 'BR'),
(-27.60141, -48.50593, 'Corrego Grande', 'Santa Catarina', 'Florianopolis', 'BR'),
(-27.59137, -48.50756, 'Santa Monica', 'Santa Catarina', 'Florianopolis', 'BR'),
(-27.59898, -48.52618, 'Carvoeira', 'Santa Catarina', 'Florianopolis', 'BR'),
(-27.58612, -48.52335, 'Trindade', 'Santa Catarina', 'Florianopolis', 'BR'),
(-27.58490, -48.53562, 'Morro da Cruz', 'Santa Catarina', 'Florianopolis', 'BR'),
(-27.60864, -48.53605, 'Saco dos Limoes', 'Santa Catarina', 'Florianopolis', 'BR'),
(-27.60985, -48.51648, 'Pantanal', 'Santa Catarina', 'Florianopolis', 'BR'),
(-27.63586, -48.52120, 'Costeira do Pirajubae', 'Santa Catarina', 'Florianopolis', 'BR'),
(-27.66088, -48.54318, 'Carianos', 'Santa Catarina', 'Florianopolis', 'BR'),
(-27.68528, -48.55124, 'Tapera', 'Santa Catarina', 'Florianopolis', 'BR'),
(-27.71773, -48.56266, 'Freguesia do Ribeirao da Ilha', 'Santa Catarina', 'Florianopolis', 'BR'),
(-2.57017, -42.74229, 'Atins', 'Maranhao', 'Barreirinhas', 'BR'),
(-26.90967, -49.36547, 'Gavea', 'Santa Catarina', 'Rodeio', 'BR'),
(-12.25438, -42.75529, 'Beira Rio', 'Bahia', 'Oliveira Dos Brejinhos', 'BR'),
(-28.07115, -54.88533, 'Butia Inferior', 'Rio Grande do Sul', 'Sao Pedro Do Butia', 'BR'),
(-2.84206, -45.69789, 'Nova Olina do Marnhao', 'Maranhao', 'Nova Olinda Do Maranhao', 'BR'),
(26.68711, -78.97702, 'West End', 'West Grand Bahama', '', 'BS'),
(25.54717, -76.76405, 'Spanish Wells', 'Spanish Wells', '', 'BS'),
(25.06667, -78.05000, 'San Andros', 'North Andros', '', 'BS'),
(23.64967, -74.84157, 'Port Nelson', 'Rum Cay', '', 'BS'),
(25.05823, -77.34306, 'Nassau', 'New Providence', '', 'BS'),
(20.94982, -73.67346, 'Matthew Town', 'Inagua', '', 'BS'),
(22.54352, -73.87780, 'Masons Bay', 'Acklins', '', 'BS'),
(26.54124, -77.06360, 'Marsh Harbour', 'Central Abaco', '', 'BS'),
(26.53333, -78.66667, 'Lucaya', 'Freeport', '', 'BS'),
(26.60999, -78.27863, 'High Rock', 'East Grand Bahama', '', 'BS'),
(26.31667, -77.56667, 'Hard Bargain', 'Moore\'s Island', '', 'BS'),
(25.16667, -76.23333, 'Governor\'s Harbour', 'Central Eleuthera', '', 'BS'),
(23.51616, -75.78665, 'George Town', 'Exuma', '', 'BS'),
(26.53333, -78.70000, 'Freeport', 'Freeport', '', 'BS'),
(25.50216, -76.63633, 'Dunmore Town', 'Harbour Island', '', 'BS'),
(22.19083, -75.72583, 'Duncan Town', 'Ragged Island', '', 'BS'),
(26.86667, -77.51667, 'Cooper\'s Town', 'North Abaco', '', 'BS'),
(22.75450, -74.20415, 'Colonel Hill', 'Crooked Island and Long Cay', '', 'BS'),
(24.05179, -74.53138, 'Cockburn Town', 'San Salvador', '', 'BS'),
(23.10000, -74.98333, 'Clarence Town', 'Long Island', '', 'BS'),
(24.10000, -76.38333, 'Black Point', 'Black Point', '', 'BS'),
(24.62240, -75.67151, 'Arthur\'s Town', 'Cat Island', '', 'BS'),
(24.70000, -77.76667, 'Andros Town', 'North Andros', '', 'BS'),
(25.71667, -79.30000, 'Alice Town', 'Bimini', '', 'BS'),
(22.36667, -72.96667, 'Abraham\'s Bay', 'Mayaguana', '', 'BS'),
(27.48615, 89.89915, 'Wangdue Phodrang', 'Wangdi Phodrang', '', 'BT'),
(27.50260, 90.50716, 'Trongsa', 'Tongsa', '', 'BT'),
(27.46609, 89.64191, 'Thimphu', 'Thimphu', '', 'BT'),
(27.61160, 91.49800, 'Trashi Yangtse', 'Trashi Yangste', '', 'BT'),
(27.33310, 91.55424, 'Trashigang', 'Tashigang', '', 'BT'),
(27.07529, 89.87688, 'Daga', 'Daga', '', 'BT'),
(27.21689, 90.65793, 'Shemgang', 'Shemgang', '', 'BT'),
(26.86395, 90.26745, 'Sarpang', 'Geylegphug', '', 'BT'),
(27.59137, 89.87743, 'Punakha', 'Punakha', '', 'BT'),
(26.85164, 89.38837, 'Phuntsholing', 'Chhukha', '', 'BT'),
(27.43050, 89.41334, 'Paro', 'Paro', '', 'BT'),
(27.53333, 89.88333, 'Pajo', 'Punakha', '', 'BT'),
(27.27471, 91.23963, 'Mongar', 'Mongar', '', 'BT'),
(27.66787, 91.18393, 'Lhuentse', 'Lhuntshi', '', 'BT'),
(27.38747, 89.28074, 'Ha', 'Ha', '', 'BT'),
(27.90372, 89.72689, 'Gasa', 'Gasa', '', 'BT'),
(26.96667, 89.38333, 'Daphu', 'Chhukha', '', 'BT'),
(27.02190, 90.12291, 'Tsirang', 'Chirang', '', 'BT'),
(27.09890, 89.53604, 'Tsimasham', 'Chhukha', '', 'BT'),
(27.54918, 90.75250, 'Jakar', 'Bumthang', '', 'BT'),
(26.86667, 90.98333, 'Panbang', 'Shemgang', '', 'BT'),
(26.89903, 89.09951, 'Samtse', 'Samchi', '', 'BT'),
(27.03795, 91.40305, 'Pemagatshel', 'Pemagatsel', '', 'BT'),
(26.80069, 91.50519, 'Samdrup Jongkhar', 'Samdrup Jongkhar', '', 'BT'),
(27.46821, 89.64441, 'Lungtenzampa', 'Thimphu', '', 'BT'),
(-25.26667, 23.28333, 'Werda', 'Kgalagadi', '', 'BW'),
(-26.05000, 22.45000, 'Tshabong', 'Kgalagadi', '', 'BW'),
(-20.15000, 22.45000, 'Tsau', '', '', 'BW'),
(-21.44236, 27.46153, 'Tonota', 'Central', '', 'BW'),
(-21.95000, 27.90000, 'Tobane', 'Central', '', 'BW'),
(-24.67014, 25.53975, 'Thamaga', 'Kweneng', '', 'BW'),
(-22.41840, 27.40127, 'Tamasane', 'Central', '', 'BW'),
(-20.05000, 26.20000, 'Sua', 'Central', '', 'BW'),
(-18.36536, 21.84219, 'Shakawe', 'North West', '', 'BW'),
(-22.38754, 26.71077, 'Serowe', 'Central', '', 'BW'),
(-21.97895, 27.84296, 'Selebi-Phikwe', 'Central', '', 'BW'),
(-24.40000, 23.88333, 'Sekoma', 'Southern', '', 'BW'),
(-20.46667, 22.71667, 'Sehithwa', '', '', 'BW'),
(-22.18333, 27.96667, 'Sefophe', 'Central', '', 'BW'),
(-20.86667, 27.25000, 'Sebina', 'North East', '', 'BW'),
(-22.72454, 27.57199, 'Ratholo', 'Central', '', 'BW'),
(-24.87158, 25.86989, 'Ramotswa', 'South East', '', 'BW'),
(-22.86450, 27.42391, 'Ramokgonami', 'Central', '', 'BW'),
(-21.02257, 24.36052, 'Rakops', 'Central', '', 'BW'),
(-22.79904, 27.19376, 'Pilikwe', 'Central', '', 'BW'),
(-24.45000, 26.13333, 'Pilane', '', '', 'BW'),
(-18.52779, 25.62698, 'Pandamatenga', '', '', 'BW'),
(-22.54605, 27.12507, 'Palapye', 'Central', '', 'BW'),
(-25.01667, 25.73333, 'Otse', 'South East', '', 'BW'),
(-21.31150, 25.37642, 'Orapa', 'Central', '', 'BW'),
(-19.66667, 22.26667, 'Nokaneng', '', '', 'BW'),
(-20.21667, 26.18333, 'Nata', 'Central', '', 'BW'),
(-24.77180, 25.42156, 'Mosopa', 'Southern', '', 'BW'),
(-20.75000, 26.65000, 'Mosetse', 'Central', '', 'BW'),
(-21.18333, 24.88333, 'Mopipi', 'Central', '', 'BW'),
(-23.68805, 26.65948, 'Mookane', 'Central', '', 'BW'),
(-22.59701, 27.63006, 'Maunatlala', 'Central', '', 'BW'),
(-24.40659, 25.49508, 'Molepolole', 'Kweneng', '', 'BW'),
(-22.99637, 27.66766, 'Makobeng', 'Central', '', 'BW'),
(-22.43333, 26.41667, 'Moijabana', 'Central', '', 'BW'),
(-24.62694, 25.86556, 'Mogoditshane', 'Kweneng', '', 'BW'),
(-22.36667, 27.60000, 'Mogapinyana', '', '', 'BW'),
(-22.32301, 27.83492, 'Mogapi', 'Central', '', 'BW'),
(-24.41667, 26.15000, 'Mochudi', 'Kgatleng', '', 'BW'),
(-24.60000, 26.43333, 'Mmathubudukwane', 'Kgatleng', '', 'BW'),
(-19.98333, 23.41667, 'Maun', 'North West', '', 'BW'),
(-22.72125, 27.31057, 'Mathakola', 'Central', '', 'BW'),
(-22.26875, 28.74946, 'Mathathane', 'Central', '', 'BW'),
(-20.99075, 27.33158, 'Mathambgwane', 'Central', '', 'BW'),
(-20.62455, 27.44875, 'Masunga', 'North East', '', 'BW'),
(-23.40000, 21.71667, 'Manyana', 'Kgalagadi', '', 'BW'),
(-23.28333, 27.30000, 'Makwata', 'Central', '', 'BW'),
(-23.48333, 27.11667, 'Makoba', '', '', 'BW'),
(-20.90000, 27.28333, 'Makaleng', '', '', 'BW'),
(-23.10407, 26.81421, 'Mahalapye', 'Central', '', 'BW'),
(-23.56667, 27.00000, 'Magothla', '', '', 'BW'),
(-23.18621, 27.48856, 'Machaneng', 'Central', '', 'BW'),
(-25.78333, 24.60000, 'Mabuli', '', '', 'BW'),
(-22.75785, 27.35001, 'Maapi', 'Central', '', 'BW'),
(-24.16667, 21.83333, 'Lokwabe', '', '', 'BW'),
(-25.22435, 25.67728, 'Lobatse', 'South East', '', 'BW'),
(-24.09442, 25.02977, 'Letlhakeng', 'Kweneng', '', 'BW'),
(-21.41494, 25.59263, 'Letlhakane', 'Central', '', 'BW'),
(-24.38333, 25.85000, 'Lenchwe Le Tau', 'Kweneng', '', 'BW'),
(-23.96667, 21.86667, 'Lehututu', '', '', 'BW'),
(-22.66384, 27.22390, 'Letsheng', 'Central', '', 'BW'),
(-23.40000, 27.06667, 'Kurametsi', '', '', 'BW'),
(-24.48333, 25.88333, 'Kopong', 'South East', '', 'BW'),
(-23.88333, 24.75000, 'Khudumelapye', 'Kweneng', '', 'BW'),
(-24.68954, 23.49403, 'Khakhea', 'Southern', '', 'BW'),
(-17.81667, 25.15000, 'Kasane', 'North West', '', 'BW'),
(-24.96675, 25.33273, 'Kanye', 'Southern', '', 'BW'),
(-23.67518, 22.78762, 'Kang', 'Kgalagadi', '', 'BW'),
(-22.93369, 26.57032, 'Kalamare', 'Central', '', 'BW'),
(-25.41667, 25.55000, 'Janeng', 'South East', '', 'BW'),
(-23.99880, 21.77962, 'Hukuntsi', 'Kgalagadi', '', 'BW'),
(-20.18333, 25.23333, 'Gweta', 'Central', '', 'BW'),
(-21.83270, 28.72882, 'Gobojango', 'Central', '', 'BW'),
(-21.56667, 21.78333, 'Ghanzi', 'Ghanzi', '', 'BW'),
(-24.65451, 25.90859, 'Gaborone', 'South East', '', 'BW'),
(-24.66667, 25.78222, 'Gabane', 'Kweneng', '', 'BW'),
(-21.16995, 27.50787, 'Francistown', 'North East', '', 'BW'),
(-23.98333, 23.90000, 'Dutlwe', '', '', 'BW'),
(-20.58333, 26.41667, 'Dukwe', 'North East', '', 'BW'),
(-21.53333, 21.93333, 'Dekar', 'Ghanzi', '', 'BW'),
(-24.02591, 25.48976, 'Botlhapatlou', 'Kweneng', '', 'BW'),
(-24.45000, 26.01667, 'Bokaa', 'Kgatleng', '', 'BW'),
(-24.57389, 25.83417, 'Gaphatshwe', 'Kweneng', '', 'BW'),
(-24.55139, 25.80306, 'Metsemotlhaba', 'Kweneng', '', 'BW'),
(-24.56694, 25.87417, 'Mmopone', 'Kweneng', '', 'BW'),
(-24.63222, 25.83139, 'Nkoyaphiri', 'Kweneng', '', 'BW'),
(53.46050, 23.88230, 'Indura', 'Grodnenskaya', '', 'BY'),
(53.59040, 24.24780, 'Skidal\'', 'Grodnenskaya', '', 'BY'),
(54.09850, 28.33310, 'Horad Zhodzina', 'Minsk', '', 'BY'),
(52.89260, 30.02400, 'Zhlobin', 'Gomel', '', 'BY'),
(52.21680, 27.85610, 'Zhytkavichy', 'Gomel', '', 'BY'),
(53.01310, 25.34430, 'Zhyrovichy', 'Grodnenskaya', '', 'BY'),
(53.94320, 27.42500, 'Zhdanovichy', 'Minsk', '', 'BY'),
(52.19840, 24.01150, 'Zhabinka', 'Brest', '', 'BY'),
(54.35790, 28.22070, 'Zyembin', 'Minsk', '', 'BY'),
(53.15040, 24.81530, 'Zel\'va', 'Grodnenskaya', '', 'BY'),
(54.01140, 27.26950, 'Zaslawye', 'Minsk', '', 'BY'),
(53.81980, 27.86850, 'Zamostochcha', 'Minsk', '', 'BY'),
(51.81410, 29.15220, 'Yel\'sk', 'Gomel', '', 'BY'),
(53.39940, 29.00480, 'Yalizava', 'Mogilev', '', 'BY'),
(52.37091, 23.37083, 'Vysokaye', 'Brest', '', 'BY'),
(54.14920, 25.31120, 'Voranava', 'Grodnenskaya', '', 'BY'),
(55.19040, 30.20490, 'Vitebsk', 'Vitebsk', '', 'BY'),
(53.98050, 29.99250, 'Vishow', 'Mogilev', '', 'BY'),
(54.71020, 26.52280, 'Vishnyeva', 'Grodnenskaya', '', 'BY'),
(54.49140, 26.91110, 'Vilyeyka', 'Minsk', '', 'BY'),
(55.39450, 26.63050, 'Vidzy', 'Vitebsk', '', 'BY'),
(53.83333, 30.38333, 'Veyno', 'Mogilev', 'Mahilyowski Rayon', 'BY'),
(52.55910, 31.17940, 'Vyetka', 'Gomel', '', 'BY'),
(55.77770, 27.93890, 'Vyerkhnyadzvinsk', 'Vitebsk', '', 'BY'),
(53.15610, 24.45130, 'Vawkavysk', 'Grodnenskaya', '', 'BY'),
(52.25120, 29.82880, 'Vasilyevichy', 'Gomel', '', 'BY'),
(54.08920, 26.52660, 'Valozhyn', 'Minsk', '', 'BY'),
(53.46270, 27.21370, 'Uzda', 'Minsk', '', 'BY'),
(55.17900, 28.61580, 'Ushachy', 'Vitebsk', 'Ushatski Rayon', 'BY'),
(52.94790, 27.89300, 'Urechcha', 'Minsk', '', 'BY'),
(52.06830, 27.73500, 'Turaw', 'Gomel', '', 'BY'),
(54.40870, 29.69550, 'Talachyn', 'Vitebsk', '', 'BY'),
(53.06720, 26.99020, 'Tsimkavichy', 'Minsk', '', 'BY'),
(52.51750, 25.84290, 'Tsyelyakhany', 'Brest', '', 'BY'),
(53.03680, 24.09570, 'Svislach', 'Grodnenskaya', '', 'BY'),
(54.85170, 26.39500, 'Svir', 'Minsk', '', 'BY'),
(52.63290, 29.73890, 'Svyetlahorsk', 'Gomel', '', 'BY'),
(53.47850, 26.74340, 'Stowbtsy', 'Minsk', '', 'BY'),
(51.89115, 26.84597, 'Stolin', 'Brest', '', 'BY'),
(53.04020, 28.26700, 'Staryya Darohi', 'Minsk', '', 'BY'),
(52.72670, 27.46060, 'Starobin', 'Minsk', '', 'BY'),
(53.62920, 27.22900, 'Stan\'kava', 'Minsk', '', 'BY'),
(52.51940, 29.59880, 'Sasnovy Bor', 'Gomel', '', 'BY'),
(53.83290, 23.65980, 'Sapotskin', 'Grodnenskaya', '', 'BY'),
(54.51301, 26.19381, 'Soly', '', '', 'BY'),
(53.22010, 26.40100, 'Snow', 'Minsk', '', 'BY'),
(54.47980, 26.39570, 'Smarhon\'', 'Grodnenskaya', '', 'BY'),
(54.02490, 28.08940, 'Horad Smalyavichy', 'Minsk', '', 'BY'),
(53.74960, 28.01150, 'Smilavichy', 'Minsk', '', 'BY'),
(53.02740, 27.55970, 'Slutsk', 'Minsk', '', 'BY'),
(53.08690, 25.31630, 'Slonim', 'Grodnenskaya', '', 'BY'),
(54.00870, 27.88660, 'Slabada', 'Minsk', '', 'BY'),
(53.44290, 31.00140, 'Slawharad', 'Mogilev', '', 'BY'),
(54.21310, 30.28770, 'Shklow', 'Mogilev', '', 'BY'),
(53.60140, 24.74650, 'Shchuchin', 'Grodnenskaya', '', 'BY'),
(55.36890, 27.46860, 'Sharkawshchyna', 'Vitebsk', '', 'BY'),
(54.81080, 29.70860, 'Syanno', 'Vitebsk', '', 'BY'),
(53.83130, 27.53430, 'Syenitsa', 'Minsk', '', 'BY'),
(54.01010, 27.44100, 'Syomkava', 'Minsk', '', 'BY'),
(52.78670, 28.01860, 'Sarachy', 'Minsk', '', 'BY'),
(53.73960, 27.50370, 'Samakhvalavichy', 'Minsk', '', 'BY'),
(52.78760, 27.54150, 'Salihorsk', 'Minsk', '', 'BY'),
(52.86322, 24.89357, 'Ruzhany', 'Brest', '', 'BY'),
(53.59830, 27.86210, 'Rudzyensk', 'Minsk', '', 'BY'),
(55.90580, 28.81350, 'Rasony', 'Vitebsk', '', 'BY'),
(53.28580, 24.41280, 'Ros\'', 'Grodnenskaya', '', 'BY'),
(53.09340, 30.04950, 'Rahachow', 'Gomel', '', 'BY'),
(52.36170, 30.39160, 'Rechytsa', 'Gomel', '', 'BY'),
(53.96740, 27.05620, 'Rakaw', 'Minsk', '', 'BY'),
(54.15540, 27.24120, 'Radashkovichy', 'Minsk', '', 'BY'),
(53.52970, 28.24670, 'Pukhavichy', 'Minsk', '', 'BY'),
(52.55600, 24.45730, 'Pruzhany', 'Brest', '', 'BY'),
(53.52480, 27.83030, 'Prawdzinski', 'Minsk', '', 'BY'),
(55.48790, 28.78560, 'Polatsk', 'Vitebsk', '', 'BY'),
(54.42350, 27.83010, 'Plyeshchanitsy', 'Minsk', '', 'BY'),
(52.12290, 26.09510, 'Pinsk', 'Brest', '', 'BY'),
(54.06860, 27.21790, 'Pyatryshki', 'Minsk', '', 'BY'),
(52.12890, 28.49210, 'Pyetrykaw', 'Gomel', '', 'BY'),
(55.11676, 26.83263, 'Pastavy', 'Vitebsk', '', 'BY'),
(52.80420, 29.41760, 'Parychy', 'Gomel', '', 'BY'),
(53.83970, 27.39170, 'Azyartso', 'Minsk', '', 'BY'),
(56.01470, 28.11049, 'Osveya', '', '', 'BY'),
(54.61378, 25.95537, 'Astravyets', 'Grodnenskaya', '', 'BY'),
(54.06510, 27.69500, 'Astrashytski Haradok', 'Minsk', '', 'BY'),
(52.18910, 26.12990, 'Asnyezhytsy', 'Brest', '', 'BY'),
(53.30110, 28.63860, 'Asipovichy', 'Mogilev', '', 'BY'),
(54.50810, 30.41720, 'Orsha', 'Vitebsk', '', 'BY'),
(52.64400, 28.88010, 'Aktsyabrski', 'Gomel', '', 'BY'),
(53.45420, 26.73010, 'Novy Svyerzhan\'', 'Minsk', '', 'BY'),
(53.88389, 30.52028, 'Kadino', 'Mogilev', 'Mahilyowski Rayon', 'BY'),
(53.88333, 27.45000, 'Novoye Medvezhino', 'Minsk', '', 'BY'),
(53.91620, 27.20090, 'Novosel\'ye', 'Minsk', '', 'BY'),
(54.66192, 29.15016, 'Novolukoml\'', '', '', 'BY'),
(52.10320, 30.98370, 'Novaya Huta', 'Gomel', '', 'BY'),
(54.30441, 26.78209, 'Nasilava', 'Minsk', '', 'BY'),
(53.21890, 26.67790, 'Nyasvizh', 'Minsk', '', 'BY'),
(52.64400, 25.20270, 'Nyakhachava', 'Brest', '', 'BY'),
(55.53180, 28.59870, 'Navapolatsk', 'Vitebsk', '', 'BY'),
(53.59420, 25.81910, 'Navahrudak', 'Grodnenskaya', '', 'BY'),
(51.79610, 29.50040, 'Narowlya', 'Gomel', '', 'BY'),
(54.91020, 26.70800, 'Narach', 'Minsk', '', 'BY'),
(54.56520, 26.73140, 'Narach', 'Minsk', '', 'BY'),
(53.21720, 29.51200, 'Myshkavichy', 'Mogilev', '', 'BY'),
(54.87890, 26.93710, 'Myadzyel', 'Minsk', '', 'BY'),
(54.01850, 31.72170, 'Mstsislaw', 'Mogilev', '', 'BY'),
(55.22320, 27.46090, 'Mosar', 'Vitebsk', '', 'BY'),
(53.45440, 26.46700, 'Mir', 'Grodnenskaya', '', 'BY'),
(55.62220, 27.62810, 'Myory', 'Vitebsk', '', 'BY'),
(53.90000, 27.56667, 'Minsk', 'Minsk', '', 'BY'),
(52.21730, 27.47600, 'Mikashevichy', 'Brest', '', 'BY'),
(53.77760, 30.17650, 'Myazhysyatki', 'Mogilev', '', 'BY'),
(52.04950, 29.24560, 'Mazyr', 'Gomel', '', 'BY'),
(53.41220, 24.53870, 'Masty', 'Grodnenskaya', '', 'BY'),
(53.50900, 28.14700, 'Mar\'\'ina Horka', 'Minsk', '', 'BY'),
(51.79050, 24.07400, 'Malaryta', 'Brest', '', 'BY'),
(54.31670, 26.85400, 'Maladzyechna', 'Minsk', '', 'BY'),
(53.91680, 30.34490, 'Mahilyow', 'Mogilev', '', 'BY'),
(53.77880, 27.59480, 'Machulishchy', 'Minsk', '', 'BY'),
(53.75220, 26.06030, 'Lyubcha', 'Grodnenskaya', '', 'BY'),
(52.79850, 28.00480, 'Lyuban\'', 'Minsk', '', 'BY'),
(55.05160, 26.31030, 'Lyntupy', 'Vitebsk', '', 'BY'),
(54.88140, 28.69900, 'Lyepyel\'', 'Vitebsk', '', 'BY'),
(53.03880, 26.26560, 'Lyakhavichy', 'Brest', '', 'BY'),
(52.24720, 26.80470, 'Luninyets', 'Brest', '', 'BY'),
(53.78230, 27.84340, 'Luhavaya Slabada', 'Minsk', '', 'BY'),
(51.94580, 30.79530, 'Loyew', 'Gomel', '', 'BY'),
(54.27960, 28.76490, 'Loshnitsa', 'Minsk', '', 'BY'),
(54.20640, 27.85120, 'Lahoysk', 'Minsk', '', 'BY'),
(55.02470, 30.79700, 'Lyozna', 'Vitebsk', 'Lyoznyenski Rayon', 'BY'),
(53.88333, 25.29972, 'Lida', 'Grodnenskaya', '', 'BY'),
(51.78620, 28.32880, 'Lyel\'chytsy', 'Gomel', '', 'BY'),
(52.33900, 25.98670, 'Lahishyn', 'Brest', '', 'BY'),
(53.71250, 31.71700, 'Krychaw', 'Mogilev', '', 'BY'),
(54.31780, 29.13740, 'Krupki', 'Minsk', '', 'BY'),
(54.24970, 29.79680, 'Kruhlaye', 'Mogilev', '', 'BY'),
(54.71320, 27.28860, 'Kryvichy', 'Minsk', '', 'BY'),
(54.31180, 26.29160, 'Kreva', 'Grodnenskaya', '', 'BY'),
(54.24380, 27.07580, 'Krasnaye', 'Minsk', 'Minski Rayon', 'BY'),
(53.26450, 24.43010, 'Krasnasyel\'ski', 'Grodnenskaya', '', 'BY'),
(53.33530, 31.39990, 'Krasnapollye', 'Mogilev', '', 'BY'),
(52.85220, 27.16980, 'Chyrvonaya Slabada', 'Minsk', '', 'BY'),
(52.53870, 30.91730, 'Kastsyukowka', 'Gomel', '', 'BY'),
(53.35250, 32.05140, 'Kastsyukovichy', 'Mogilev', '', 'BY'),
(52.75830, 25.15540, 'Kosava', 'Brest', '', 'BY'),
(53.98650, 27.79820, 'Korolev Stan', 'Minsk', '', 'BY'),
(53.13010, 30.80160, 'Karma', 'Gomel', '', 'BY'),
(52.35060, 31.11210, 'Karanyowka', 'Gomel', '', 'BY'),
(53.56480, 26.14060, 'Karelichy', 'Grodnenskaya', '', 'BY'),
(53.15160, 27.09130, 'Kapyl\'', 'Minsk', '', 'BY'),
(54.65930, 29.26840, 'Konstantinovo', 'Vitebsk', '', 'BY'),
(53.94400, 27.78230, 'Kalodzishchy', 'Minsk', '', 'BY'),
(54.46110, 30.00180, 'Kokhanava', 'Vitebsk', '', 'BY'),
(52.21380, 24.35640, 'Kobryn', 'Brest', '', 'BY'),
(53.60790, 31.95860, 'Klimavichy', 'Mogilev', '', 'BY'),
(53.49230, 29.33560, 'Klichaw', 'Mogilev', '', 'BY'),
(53.06350, 26.63210, 'Klyetsk', 'Minsk', '', 'BY'),
(53.26930, 29.47520, 'Kirawsk', 'Mogilev', '', 'BY'),
(51.89110, 29.95520, 'Khoyniki', 'Gomel', '', 'BY'),
(53.40860, 32.57800, 'Khotsimsk', 'Mogilev', '', 'BY'),
(54.51560, 28.95870, 'Khalopyenichy', 'Minsk', '', 'BY'),
(53.92660, 31.47790, 'Khodasy', 'Mogilev', '', 'BY'),
(52.56430, 31.13640, 'Khal\'ch', 'Gomel', '', 'BY'),
(52.55757, 23.80525, 'Kamyanyuki', 'Brest', '', 'BY'),
(54.08980, 30.29620, 'Kamyennyya Lavy', 'Mogilev', '', 'BY'),
(52.40013, 23.81000, 'Kamyanyets', 'Brest', '', 'BY'),
(52.13230, 29.32570, 'Kalinkavichy', 'Gomel', '', 'BY'),
(53.92990, 25.77270, 'Iwye', 'Grodnenskaya', '', 'BY'),
(53.88640, 26.74320, 'Ivyanyets', 'Minsk', '', 'BY'),
(52.70900, 25.34010, 'Ivatsevichy', 'Brest', '', 'BY'),
(52.14510, 25.53650, 'Ivanava', 'Brest', '', 'BY'),
(54.41670, 27.29580, 'Il\'ya', 'Minsk', '', 'BY'),
(53.68840, 23.82580, 'Hrodna', 'Grodnenskaya', '', 'BY'),
(54.28620, 30.98630, 'Horki', 'Mogilev', '', 'BY'),
(52.43450, 30.97540, 'Gomel', 'Gomel', '', 'BY'),
(55.13840, 27.69050, 'Hlybokaye', 'Vitebsk', '', 'BY'),
(52.75800, 26.43000, 'Hantsavichy', 'Brest', '', 'BY'),
(52.52150, 27.13850, 'Hotsk', 'Minsk', '', 'BY'),
(55.46240, 29.98450, 'Haradok', 'Vitebsk', '', 'BY'),
(53.32470, 26.01070, 'Haradzishcha', 'Brest', '', 'BY'),
(53.31210, 26.53800, 'Haradzyeya', 'Minsk', '', 'BY'),
(54.25850, 26.01440, 'Hal\'shany', 'Grodnenskaya', '', 'BY'),
(52.90300, 28.68450, 'Hlusk', 'Mogilev', '', 'BY'),
(53.08680, 28.85670, 'Hlusha', 'Mogilev', '', 'BY'),
(53.78290, 27.64070, 'Hatava', 'Minsk', '', 'BY'),
(53.68320, 27.13800, 'Dzyarzhynsk', 'Minsk', '', 'BY'),
(53.46310, 25.40680, 'Dzyatlava', 'Grodnenskaya', '', 'BY'),
(53.67860, 27.94000, 'Dukora', 'Minsk', '', 'BY'),
(54.57160, 30.69100, 'Dubrowna', 'Vitebsk', '', 'BY'),
(54.11920, 31.09390, 'Drybin', 'Mogilev', '', 'BY'),
(55.79060, 27.45050, 'Druya', 'Vitebsk', '', 'BY'),
(52.18740, 25.15970, 'Drahichyn', 'Brest', '', 'BY'),
(53.15710, 30.46010, 'Dowsk', 'Gomel', '', 'BY'),
(54.89180, 27.76670, 'Dokshytsy', 'Vitebsk', '', 'BY'),
(52.40890, 31.32370, 'Dobrush', 'Gomel', '', 'BY'),
(55.56760, 28.20760, 'Dzisna', 'Vitebsk', '', 'BY'),
(52.05660, 27.21610, 'Davyd-Haradok', 'Brest', '', 'BY'),
(53.73520, 30.26250, 'Dashkawka', 'Mogilev', '', 'BY'),
(53.70590, 28.43130, 'Chervyen\'', 'Minsk', '', 'BY'),
(52.21948, 23.74043, 'Charnawchytsy', 'Brest', '', 'BY'),
(53.56890, 31.38310, 'Cherykaw', 'Mogilev', '', 'BY'),
(52.91640, 30.91790, 'Chachersk', 'Gomel', '', 'BY'),
(53.80980, 30.97170, 'Chavusy', 'Mogilev', '', 'BY'),
(54.85840, 29.16080, 'Chashniki', 'Vitebsk', '', 'BY'),
(53.52100, 30.24540, 'Bykhaw', 'Mogilev', '', 'BY'),
(52.53140, 24.97860, 'Byaroza', 'Brest', '', 'BY'),
(53.85360, 30.26710, 'Buynichy', 'Mogilev', '', 'BY'),
(52.71790, 30.57010, 'Buda-Kashalyova', 'Gomel', '', 'BY'),
(52.09755, 23.68775, 'Brest', 'Brest', '', 'BY'),
(55.64130, 27.04180, 'Braslaw', 'Vitebsk', '', 'BY'),
(51.78700, 30.26770, 'Brahin', 'Gomel', '', 'BY'),
(54.37850, 26.65810, 'Turets-Bayary', 'Minsk', '', 'BY'),
(54.31710, 26.13760, 'Baruny', 'Grodnenskaya', '', 'BY'),
(53.85100, 27.71390, 'Vyaliki Trastsyanets', 'Minsk', '', 'BY'),
(53.19600, 24.01660, 'Vyalikaya Byerastavitsa', 'Grodnenskaya', '', 'BY'),
(54.34200, 29.27360, 'Bobr', 'Minsk', '', 'BY'),
(53.52690, 28.17320, 'Blon\'', 'Minsk', '', 'BY'),
(53.72143, 25.49927, 'Berezovka', '', '', 'BY'),
(53.83910, 28.98790, 'Byerazino', 'Minsk', '', 'BY'),
(53.99940, 29.71410, 'Byalynichy', 'Mogilev', '', 'BY'),
(52.47310, 25.17840, 'Byelaazyorsk', 'Brest', '', 'BY'),
(54.73160, 28.05770, 'Byahoml\'', 'Vitebsk', '', 'BY'),
(54.22790, 28.50500, 'Horad Barysaw', 'Minsk', '', 'BY'),
(53.13270, 26.01390, 'Baranovichi', 'Brest', '', 'BY'),
(54.47840, 30.31590, 'Baran\'', 'Vitebsk', '', 'BY'),
(53.13840, 29.22140, 'Babruysk', 'Mogilev', '', 'BY'),
(54.42100, 25.93600, 'Ashmyany', 'Grodnenskaya', '', 'BY'),
(52.20380, 24.78630, 'Antopal\'', 'Brest', '', 'BY'),
(54.42070, 30.29090, 'Balbasava', 'Vitebsk', '', 'BY'),
(53.86530, 30.55970, 'Ramanavichy', 'Mogilev', '', 'BY'),
(53.98540, 30.36000, 'Palykavichy Pyershyya', 'Mogilev', '', 'BY'),
(52.21611, 24.36639, 'Horad Kobryn', 'Brest', '', 'BY'),
(52.25028, 26.79944, 'Horad Luninyets', 'Brest', '', 'BY'),
(52.12139, 26.07278, 'Horad Pinsk', 'Brest', '', 'BY'),
(54.51528, 30.40528, 'Horad Orsha', 'Vitebsk', '', 'BY'),
(52.36389, 30.39472, 'Horad Rechytsa', 'Gomel', '', 'BY'),
(53.69889, 31.71417, 'Horad Krychaw', 'Mogilev', '', 'BY'),
(53.74998, 27.33338, 'Fanipol', '', '', 'BY'),
(53.90940, 27.30690, 'Khatsyezhyna', 'Minsk', '', 'BY'),
(53.82110, 27.45220, 'Shchomyslitsa', 'Minsk', '', 'BY'),
(53.81910, 27.52150, 'Yubilyeyny', 'Minsk', '', 'BY'),
(53.78170, 27.43460, 'Atolina', 'Minsk', '', 'BY'),
(53.79690, 27.79670, 'Pryvol\'ny', 'Minsk', '', 'BY'),
(53.58710, 27.05350, 'Enyerhyetykaw', 'Minsk', '', 'BY'),
(53.64040, 27.91990, 'Svislach', 'Minsk', '', 'BY'),
(53.62380, 27.89770, 'Druzhny', 'Minsk', '', 'BY'),
(53.85790, 27.43740, 'Malinovka', 'Minsk', '', 'BY'),
(54.00220, 27.67540, 'Borovlyany', 'Minsk', '', 'BY'),
(54.26980, 27.10670, 'Chyst\'', 'Minsk', '', 'BY'),
(54.00240, 27.71080, 'Lyeskawka', 'Minsk', '', 'BY'),
(54.00720, 27.69630, 'Lyasny', 'Minsk', '', 'BY'),
(54.00360, 27.56690, 'Bal\'shavik', 'Minsk', '', 'BY'),
(54.07598, 28.00698, 'Usjazh', 'Minsk', 'Smalyavitski Rayon', 'BY'),
(54.04059, 28.19813, 'Oktjabr\'skij', 'Minsk', 'Smalyavitski Rayon', 'BY'),
(53.73937, 27.69276, 'Michanovichi', '', '', 'BY'),
(53.77660, 30.34970, 'Poselok Voskhod', 'Mogilev', '', 'BY'),
(17.89382, -88.65452, 'Shipyard', 'Orange Walk', '', 'BZ'),
(17.91598, -87.96590, 'San Pedro', 'Belize', '', 'BZ'),
(17.15297, -89.08058, 'San Ignacio', 'Cayo', '', 'BZ'),
(16.09835, -88.80970, 'Punta Gorda', 'Toledo', '', 'BZ'),
(16.51419, -88.36647, 'Placencia', 'Stann Creek', '', 'BZ'),
(18.08124, -88.56328, 'Orange Walk', 'Orange Walk', '', 'BZ'),
(16.96970, -88.23313, 'Dangriga', 'Stann Creek', 'Dangriga', 'BZ'),
(18.39375, -88.38849, 'Corozal', 'Corozal', '', 'BZ'),
(17.07500, -89.13917, 'Benque Viejo del Carmen', 'Cayo', '', 'BZ'),
(17.25000, -88.76667, 'Belmopan', 'Cayo', '', 'BZ'),
(17.49952, -88.19756, 'Belize City', 'Belize', '', 'BZ'),
(17.33472, -88.83472, 'Valley of Peace', 'Cayo', '', 'BZ'),
(49.05798, -122.25257, 'Abbotsford', 'British Columbia', '', 'CA'),
(45.65007, -72.56582, 'Acton Vale', 'Quebec', 'Monteregie', 'CA'),
(46.05007, -71.08235, 'Adstock', 'Quebec', 'Chaudiere-Appalaches', 'CA'),
(49.23298, -121.76926, 'Agassiz', 'British Columbia', '', 'CA'),
(51.30011, -114.03528, 'Airdrie', 'Alberta', '', 'CA'),
(43.85012, -79.03288, 'Ajax', 'Ontario', '', 'CA'),
(48.88324, -72.44867, 'Albanel', 'Quebec', 'Saguenay/Lac-Saint-Jean', 'CA'),
(46.81685, -64.06542, 'Alberton', 'Prince Edward Island', '', 'CA'),
(48.55009, -71.64910, 'Alma', 'Quebec', 'Saguenay/Lac-Saint-Jean', 'CA'),
(49.10469, -97.55961, 'Altona', 'Manitoba', '', 'CA'),
(45.83345, -64.19874, 'Amherst', 'Nova Scotia', '', 'CA'),
(42.11679, -83.04985, 'Amherstburg', 'Ontario', '', 'CA'),
(48.56688, -78.11624, 'Amos', 'Quebec', 'Abitibi-Temiscamingue', 'CA'),
(44.31681, -79.88295, 'Angus', 'Ontario', '', 'CA'),
(49.31637, -122.85263, 'Anmore', 'British Columbia', 'Greater Vancouver Regional District', 'CA'),
(45.61685, -61.99858, 'Antigonish', 'Nova Scotia', '', 'CA'),
(50.44979, -119.20235, 'Armstrong', 'British Columbia', '', 'CA'),
(45.43341, -76.34939, 'Arnprior', 'Ontario', '', 'CA'),
(45.76678, -71.93240, 'Asbestos', 'Quebec', 'Estrie', 'CA'),
(50.72372, -121.28207, 'Ashcroft', 'British Columbia', 'Thompson-Nicola Regional District', 'CA'),
(49.63336, -105.98446, 'Assiniboia', 'Saskatchewan', '', 'CA'),
(54.71687, -113.28537, 'Athabasca', 'Alberta', '', 'CA'),
(48.75667, -91.62409, 'Atikokan', 'Ontario', 'Rainy River District', 'CA'),
(42.76679, -80.98302, 'Aylmer', 'Ontario', '', 'CA'),
(49.21679, -68.14894, 'Baie-Comeau', 'Quebec', 'Cote-Nord', 'CA'),
(45.41397, -73.91586, 'Baie-D\'Urfe', 'Quebec', '', 'CA'),
(45.05752, -77.85702, 'Bancroft', 'Ontario', '', 'CA'),
(51.17622, -115.56982, 'Banff', 'Alberta', '', 'CA'),
(48.43349, -77.63279, 'Barraute', 'Quebec', 'Abitibi-Temiscamingue', 'CA'),
(54.13345, -114.40211, 'Barrhead', 'Alberta', '', 'CA'),
(44.40011, -79.66634, 'Barrie', 'Ontario', '', 'CA'),
(50.78342, -112.46854, 'Bassano', 'Alberta', '', 'CA'),
(47.59989, -53.26478, 'Bay Roberts', 'Newfoundland and Labrador', '', 'CA'),
(45.43341, -73.86586, 'Beaconsfield', 'Quebec', '', 'CA'),
(45.31341, -73.87250, 'Beauharnois', 'Quebec', 'Monteregie', 'CA'),
(53.35013, -113.41871, 'Beaumont', 'Alberta', '', 'CA'),
(50.06220, -96.51669, 'Beausejour', 'Manitoba', '', 'CA'),
(55.21664, -119.43605, 'Beaverlodge', 'Alberta', '', 'CA'),
(46.33336, -72.43241, 'Becancour', 'Quebec', 'Mauricie', 'CA'),
(45.11678, -72.98244, 'Bedford', 'Quebec', 'Monteregie', 'CA'),
(46.08341, -62.88197, 'Belfast', 'Prince Edward Island', '', 'CA'),
(44.16682, -77.38277, 'Belleville', 'Ontario', '', 'CA'),
(45.31588, -75.83012, 'Bells Corners', 'Ontario', '', 'CA'),
(45.56678, -73.19915, 'Beloeil', 'Quebec', 'Monteregie', 'CA'),
(46.08336, -73.18245, 'Berthierville', 'Quebec', 'Lanaudiere', 'CA'),
(45.05015, -64.73208, 'Berwick', 'Nova Scotia', '', 'CA'),
(52.06680, -108.00135, 'Biggar', 'Saskatchewan', '', 'CA'),
(50.70011, -114.23530, 'Black Diamond', 'Alberta', '', 'CA'),
(52.38342, -113.78530, 'Blackfalds', 'Alberta', '', 'CA'),
(45.66678, -73.88249, 'Blainville', 'Quebec', 'Laurentides', 'CA'),
(43.46679, -81.59977, 'Bluewater', 'Ontario', '', 'CA'),
(45.61678, -73.83249, 'Boisbriand', 'Quebec', 'Laurentides', 'CA'),
(45.66678, -73.74918, 'Bois-des-Filion', 'Quebec', '', 'CA'),
(49.23062, -100.05586, 'Boissevain', 'Manitoba', '', 'CA'),
(53.83345, -113.41872, 'Bon Accord', 'Alberta', '', 'CA'),
(48.64989, -53.11474, 'Bonavista', 'Newfoundland and Labrador', '', 'CA'),
(54.26684, -110.73505, 'Bonnyville', 'Alberta', '', 'CA'),
(49.14994, -55.34819, 'Botwood', 'Newfoundland and Labrador', '', 'CA'),
(45.59104, -73.43605, 'Boucherville', 'Quebec', 'Monteregie', 'CA'),
(46.46844, -64.73905, 'Bouctouche', 'New Brunswick', '', 'CA'),
(45.43340, -75.14930, 'Bourget', 'Ontario', '', 'CA'),
(49.38470, -123.33622, 'Bowen Island', 'British Columbia', 'Greater Vancouver Regional District', 'CA'),
(49.86676, -111.36843, 'Bow Island', 'Alberta', '', 'CA'),
(45.03341, -79.31633, 'Bracebridge', 'Ontario', '', 'CA'),
(44.11681, -79.61633, 'Bradford West Gwillimbury', 'Ontario', '', 'CA'),
(43.68341, -79.76633, 'Brampton', 'Ontario', '', 'CA'),
(49.84692, -99.95306, 'Brandon', 'Manitoba', '', 'CA'),
(43.13340, -80.34967, 'Brant', 'Ontario', '', 'CA'),
(43.13340, -80.26636, 'Brantford', 'Ontario', '', 'CA'),
(44.38345, -64.51546, 'Bridgewater', 'Nova Scotia', '', 'CA'),
(44.59132, -75.68705, 'Brockville', 'Ontario', '', 'CA'),
(45.31678, -72.64912, 'Bromont', 'Quebec', 'Monteregie', 'CA'),
(50.58341, -111.88509, 'Brooks', 'Alberta', '', 'CA'),
(45.45008, -73.46583, 'Brossard', 'Quebec', 'Monteregie', 'CA'),
(45.68342, -74.41590, 'Brownsburg-Chatham', 'Quebec', 'Laurentides', 'CA'),
(47.61668, -57.61516, 'Burgeo', 'Newfoundland and Labrador', '', 'CA'),
(43.38621, -79.83713, 'Burlington', 'Ontario', '', 'CA'),
(49.26636, -122.95263, 'Burnaby', 'British Columbia', '', 'CA'),
(54.23310, -125.75330, 'Burns Lake', 'British Columbia', '', 'CA'),
(50.81011, -121.32460, 'Cache Creek', 'British Columbia', '', 'CA'),
(51.05011, -114.08529, 'Calgary', 'Alberta', '', 'CA'),
(53.26683, -113.81874, 'Calmar', 'Alberta', '', 'CA'),
(43.36010, -80.31269, 'Cambridge', 'Ontario', '', 'CA'),
(43.03596, -82.16160, 'Camlachie', 'Ontario', '', 'CA'),
(50.01634, -125.24459, 'Campbell River', 'British Columbia', '', 'CA'),
(53.01684, -112.83525, 'Camrose', 'Alberta', '', 'CA'),
(45.38338, -73.51587, 'Candiac', 'Quebec', 'Monteregie', 'CA'),
(51.08335, -115.35206, 'Canmore', 'Alberta', '', 'CA'),
(51.63328, -102.43425, 'Canora', 'Saskatchewan', '', 'CA'),
(49.10009, -66.68212, 'Cap-Chat', 'Quebec', '', 'CA'),
(49.86893, -99.36021, 'Carberry', 'Manitoba', '', 'CA'),
(47.73319, -53.21478, 'Carbonear', 'Newfoundland and Labrador', '', 'CA'),
(49.19998, -113.30190, 'Cardston', 'Alberta', '', 'CA'),
(45.45008, -73.29916, 'Carignan', 'Quebec', 'Monteregie', 'CA'),
(45.13341, -76.14938, 'Carleton Place', 'Ontario', '', 'CA'),
(49.63334, -102.26765, 'Carlyle', 'Saskatchewan', '', 'CA'),
(49.49920, -98.00156, 'Carman', 'Manitoba', '', 'CA'),
(51.56681, -114.10200, 'Carstairs', 'Alberta', '', 'CA'),
(45.31680, -75.08260, 'Casselman', 'Ontario', '', 'CA'),
(49.29984, -117.66894, 'Castlegar', 'British Columbia', '', 'CA'),
(48.51659, -53.08135, 'Catalina', 'Newfoundland and Labrador', '', 'CA'),
(45.45008, -73.28246, 'Chambly', 'Quebec', 'Monteregie', 'CA'),
(47.57021, -59.13674, 'Channel-Port aux Basques', 'Newfoundland and Labrador', '', 'CA'),
(49.78344, -74.84919, 'Chapais', 'Quebec', 'Nord-du-Quebec', 'CA'),
(45.71678, -73.48247, 'Charlemagne', 'Quebec', 'Lanaudiere', 'CA'),
(46.23525, -63.12671, 'Charlottetown', 'Prince Edward Island', '', 'CA'),
(50.81650, -119.68571, 'Chase', 'British Columbia', '', 'CA'),
(45.38338, -73.74919, 'Chateauguay', 'Quebec', 'Monteregie', 'CA'),
(44.54225, -64.23891, 'Chester', 'Nova Scotia', '', 'CA'),
(51.03341, -113.81867, 'Chestermere', 'Alberta', '', 'CA'),
(55.69988, -121.63627, 'Chetwynd', 'British Columbia', '', 'CA'),
(49.91684, -74.36586, 'Chibougamau', 'Quebec', 'Nord-du-Quebec', 'CA'),
(49.16638, -121.95257, 'Chilliwack', 'British Columbia', 'Fraser Valley Regional District', 'CA'),
(49.11679, -68.39896, 'Chute-aux-Outardes', 'Quebec', 'Cote-Nord', 'CA'),
(45.55010, -75.29101, 'Clarence-Rockland', 'Ontario', '', 'CA'),
(48.18050, -53.96982, 'Clarenville-Shoal Harbour', 'Newfoundland and Labrador', '', 'CA'),
(50.03332, -113.58524, 'Claresholm', 'Alberta', '', 'CA'),
(70.46916, -68.59143, 'Clyde River', 'Nunavut', '', 'CA'),
(49.71670, -112.61854, 'Coaldale', 'Alberta', '', 'CA'),
(49.74640, -112.93246, 'Coalhurst', 'Alberta', '', 'CA'),
(45.13339, -71.79907, 'Coaticook', 'Quebec', 'Estrie', 'CA'),
(43.95977, -78.16515, 'Cobourg', 'Ontario', '', 'CA'),
(51.18341, -114.46871, 'Cochrane', 'Alberta', '', 'CA'),
(54.46525, -110.18154, 'Cold Lake', 'Alberta', '', 'CA'),
(44.48340, -80.21638, 'Collingwood', 'Ontario', '', 'CA'),
(48.43293, -123.48591, 'Colwood', 'British Columbia', '', 'CA'),
(47.49989, -52.99806, 'Conception Bay South', 'Newfoundland and Labrador', '', 'CA'),
(43.80011, -79.48291, 'Concord', 'Ontario', '', 'CA'),
(45.85008, -73.23245, 'Contrecoeur', 'Quebec', 'Monteregie', 'CA'),
(45.41675, -71.63240, 'Cookshire-Eaton', 'Quebec', 'Estrie', 'CA'),
(49.28297, -122.75262, 'Coquitlam', 'British Columbia', '', 'CA'),
(48.95001, -57.95202, 'Corner Brook', 'Newfoundland and Labrador', '', 'CA'),
(46.22652, -63.21809, 'Cornwall', 'Prince Edward Island', '', 'CA'),
(45.01809, -74.72815, 'Cornwall', 'Ontario', '', 'CA'),
(45.46536, -73.66585, 'Cote-Saint-Luc', 'Quebec', '', 'CA'),
(49.68657, -124.99360, 'Courtenay', 'British Columbia', '', 'CA'),
(45.20008, -72.74913, 'Cowansville', 'Quebec', 'Monteregie', 'CA'),
(45.96677, -73.46586, 'Crabtree', 'Quebec', 'Lanaudiere', 'CA'),
(49.49991, -115.76879, 'Cranbrook', 'British Columbia', '', 'CA'),
(49.09987, -116.50211, 'Creston', 'British Columbia', '', 'CA'),
(51.43341, -114.03528, 'Crossfield', 'Alberta', '', 'CA'),
(49.61634, -125.03613, 'Cumberland', 'British Columbia', '', 'CA'),
(52.33339, -106.76792, 'Dalmeny', 'Saskatchewan', '', 'CA'),
(45.78337, -72.01580, 'Danville', 'Quebec', 'Estrie', 'CA'),
(44.67134, -63.57719, 'Dartmouth', 'Nova Scotia', '', 'CA'),
(51.14941, -100.05023, 'Dauphin', 'Manitoba', '', 'CA'),
(46.20006, -72.13239, 'Daveluyville', 'Quebec', 'Mauricie', 'CA'),
(55.75984, -120.24030, 'Dawson Creek', 'British Columbia', 'Peace River Regional District', 'CA'),
(46.10012, -77.49949, 'Deep River', 'Ontario', '', 'CA'),
(49.16671, -57.43163, 'Deer Lake', 'Newfoundland and Labrador', '', 'CA'),
(42.91679, -81.41646, 'Delaware', 'Ontario', '', 'CA'),
(49.19082, -100.49477, 'Deloraine', 'Manitoba', '', 'CA'),
(45.36678, -73.54917, 'Delson', 'Quebec', 'Monteregie', 'CA'),
(49.14399, -122.90680, 'Delta', 'British Columbia', '', 'CA'),
(44.20012, -77.04944, 'Deseronto', 'Ontario', '', 'CA'),
(45.53455, -73.90168, 'Deux-Montagnes', 'Quebec', 'Laurentides', 'CA'),
(53.36683, -113.73533, 'Devon', 'Alberta', '', 'CA'),
(51.66681, -114.13529, 'Didsbury', 'Alberta', '', 'CA'),
(46.07844, -64.68735, 'Dieppe', 'New Brunswick', '', 'CA'),
(44.62188, -65.75860, 'Digby', 'Nova Scotia', '', 'CA'),
(48.87860, -72.23142, 'Dolbeau-Mistassini', 'Quebec', 'Saguenay/Lac-Saint-Jean', 'CA'),
(45.49452, -73.82419, 'Dollard-Des Ormeaux', 'Quebec', '', 'CA'),
(42.98339, -81.06643, 'Dorchester', 'Ontario', '', 'CA'),
(45.44730, -73.75335, 'Dorval', 'Quebec', '', 'CA'),
(53.21682, -114.98544, 'Drayton Valley', 'Alberta', '', 'CA'),
(45.88336, -72.48241, 'Drummondville', 'Quebec', 'Centre-du-Quebec', 'CA'),
(49.78334, -92.75032, 'Dryden', 'Ontario', '', 'CA'),
(48.78293, -123.70266, 'Duncan', 'British Columbia', '', 'CA'),
(50.63955, -93.23526, 'Ear Falls', 'Ontario', '', 'CA'),
(45.48338, -71.66577, 'East Angus', 'Quebec', 'Estrie', 'CA'),
(53.55014, -113.46871, 'Edmonton', 'Alberta', '', 'CA'),
(53.58345, -116.43559, 'Edson', 'Alberta', '', 'CA'),
(50.05007, -114.88540, 'Elkford', 'British Columbia', '', 'CA'),
(53.90017, -110.90170, 'Elk Point', 'Alberta', '', 'CA'),
(46.38336, -82.63315, 'Elliot Lake', 'Ontario', '', 'CA'),
(50.54980, -119.15234, 'Enderby', 'British Columbia', '', 'CA'),
(47.81686, -79.86640, 'Englehart', 'Ontario', '', 'CA'),
(46.25837, -81.76649, 'Espanola', 'Ontario', '', 'CA'),
(50.65001, -102.08426, 'Esterhazy', 'Saskatchewan', '', 'CA'),
(49.13337, -102.98422, 'Estevan', 'Saskatchewan', '', 'CA'),
(43.65421, -79.56711, 'Etobicoke', 'Ontario', '', 'CA'),
(56.06675, -118.38606, 'Fairview', 'Alberta', '', 'CA'),
(55.73339, -117.20262, 'Falher', 'Alberta', '', 'CA'),
(45.28338, -72.98244, 'Farnham', 'Quebec', 'Monteregie', 'CA'),
(46.70011, -75.44929, 'Ferme-Neuve', 'Quebec', 'Laurentides', 'CA'),
(52.78345, -67.08204, 'Fermont', 'Quebec', 'Cote-Nord', 'CA'),
(49.49996, -115.06871, 'Fernie', 'British Columbia', '', 'CA'),
(54.76824, -101.86497, 'Flin Flon', 'Manitoba', '', 'CA'),
(51.65001, -103.53431, 'Foam Lake', 'Saskatchewan', '', 'CA'),
(45.85011, -76.73272, 'Fort-Coulonge', 'Quebec', 'Outaouais', 'CA'),
(42.90012, -78.93286, 'Fort Erie', 'Ontario', '', 'CA'),
(48.59988, -93.40030, 'Fort Frances', 'Ontario', '', 'CA'),
(49.71671, -113.41857, 'Fort Macleod', 'Alberta', '', 'CA'),
(56.72676, -111.38103, 'Fort McMurray', 'Alberta', '', 'CA'),
(67.43863, -134.88544, 'Fort McPherson', 'Northwest Territories', '', 'CA'),
(58.80533, -122.70020, 'Fort Nelson', 'British Columbia', '', 'CA'),
(53.71684, -113.21870, 'Fort Saskatchewan', 'Alberta', '', 'CA'),
(60.00029, -111.88543, 'Fort Smith', 'Northwest Territories', '', 'CA'),
(56.24988, -120.85292, 'Fort St. John', 'British Columbia', '', 'CA'),
(54.40007, -116.80238, 'Fox Creek', 'Alberta', '', 'CA'),
(45.94541, -66.66558, 'Fredericton', 'New Brunswick', '', 'CA'),
(49.11654, -117.55222, 'Fruitvale', 'British Columbia', '', 'CA'),
(48.78320, -54.21482, 'Gambo', 'Newfoundland and Labrador', '', 'CA'),
(44.33342, -76.16607, 'Gananoque', 'Ontario', '', 'CA'),
(48.83341, -64.48194, 'Gaspe', 'Quebec', 'Gaspesie-Iles-de-la-Madeleine', 'CA'),
(45.47723, -75.70164, 'Gatineau', 'Quebec', 'Outaouais', 'CA'),
(53.83345, -113.33531, 'Gibbons', 'Alberta', '', 'CA'),
(49.39539, -123.50555, 'Gibsons', 'British Columbia', 'Sunshine Coast Regional District', 'CA'),
(50.63362, -96.99066, 'Gimli', 'Manitoba', '', 'CA'),
(68.62602, -95.87836, 'Gjoa Haven', 'Nunavut', '', 'CA'),
(46.19695, -59.95698, 'Glace Bay', 'Nova Scotia', '', 'CA'),
(43.75008, -81.71648, 'Goderich', 'Ontario', '', 'CA'),
(51.29995, -116.96890, 'Golden', 'British Columbia', '', 'CA'),
(45.40008, -72.73243, 'Granby', 'Quebec', 'Monteregie', 'CA'),
(47.09995, -55.76504, 'Grand Bank', 'Newfoundland and Labrador', '', 'CA'),
(53.88335, -119.13585, 'Grande Cache', 'Alberta', '', 'CA'),
(55.16667, -118.80271, 'Grande Prairie', 'Alberta', '', 'CA'),
(48.93324, -55.66492, 'Grand Falls-Windsor', 'Newfoundland and Labrador', '', 'CA'),
(49.03309, -118.43560, 'Grand Forks', 'British Columbia', '', 'CA'),
(46.49000, -80.99001, 'Greater Sudbury', 'Ontario', '', 'CA'),
(49.88336, -106.55122, 'Gravelbourg', 'Saskatchewan', '', 'CA'),
(44.91681, -79.36633, 'Gravenhurst', 'Ontario', '', 'CA'),
(44.25012, -76.94944, 'Greater Napanee', 'Ontario', '', 'CA'),
(49.73343, -87.16668, 'Greenstone', 'Ontario', '', 'CA'),
(44.98345, -64.89879, 'Greenwood', 'Nova Scotia', '', 'CA'),
(56.18339, -117.60270, 'Grimshaw', 'Alberta', '', 'CA'),
(43.54594, -80.25599, 'Guelph', 'Ontario', 'Wellington County', 'CA'),
(60.75216, -137.51082, 'Haines Junction', 'Yukon', '', 'CA'),
(43.25011, -79.84963, 'Hamilton', 'Ontario', '', 'CA'),
(45.48064, -73.66307, 'Hampstead', 'Quebec', '', 'CA'),
(45.52876, -65.85354, 'Hampton', 'New Brunswick', '', 'CA'),
(51.91922, -123.04458, 'Hanceville', 'British Columbia', '', 'CA'),
(51.63343, -111.90181, 'Hanna', 'Alberta', '', 'CA'),
(44.15009, -81.03303, 'Hanover', 'Ontario', '', 'CA'),
(45.06685, -64.16544, 'Hantsport', 'Nova Scotia', '', 'CA'),
(53.31685, -60.33153, 'Happy Valley-Goose Bay', 'Newfoundland and Labrador', '', 'CA'),
(47.48325, -55.79833, 'Harbour Breton', 'Newfoundland and Labrador', '', 'CA'),
(50.24342, -63.60264, 'Havre-Saint-Pierre', 'Quebec', 'Cote-Nord', 'CA'),
(45.60009, -74.61595, 'Hawkesbury', 'Ontario', '', 'CA'),
(60.81555, -115.79993, 'Hay River', 'Northwest Territories', '', 'CA'),
(49.87530, -97.40896, 'Headingley', 'Manitoba', '', 'CA'),
(49.68351, -83.66654, 'Hearst', 'Ontario', '', 'CA'),
(58.51688, -117.13605, 'High Level', 'Alberta', '', 'CA'),
(55.43340, -116.48580, 'High Prairie', 'Alberta', '', 'CA'),
(50.58341, -113.86867, 'High River', 'Alberta', '', 'CA'),
(53.40009, -117.58567, 'Hinton', 'Alberta', '', 'CA'),
(49.38299, -121.44144, 'Hope', 'British Columbia', '', 'CA'),
(49.21451, -84.77617, 'Hornepayne', 'Ontario', 'Algoma', 'CA'),
(54.39976, -126.67008, 'Houston', 'British Columbia', '', 'CA'),
(45.45008, -74.14922, 'Hudson', 'Quebec', 'Monteregie', 'CA'),
(52.85003, -102.38425, 'Hudson Bay', 'Saskatchewan', '', 'CA'),
(52.20005, -105.12550, 'Humboldt', 'Saskatchewan', '', 'CA'),
(45.08339, -74.16593, 'Huntingdon', 'Quebec', 'Monteregie', 'CA'),
(45.33341, -79.21632, 'Huntsville', 'Ontario', '', 'CA'),
(43.61679, -81.29975, 'Huron East', 'Ontario', '', 'CA'),
(50.53336, -103.66775, 'Indian Head', 'Saskatchewan', '', 'CA'),
(43.03339, -80.88302, 'Ingersoll', 'Ontario', '', 'CA'),
(44.30011, -79.64964, 'Innisfil', 'Ontario', '', 'CA'),
(68.34986, -133.72182, 'Inuvik', 'Northwest Territories', '', 'CA'),
(50.51666, -116.03538, 'Invermere', 'British Columbia', '', 'CA'),
(63.74697, -68.51727, 'Iqaluit', 'Nunavut', '', 'CA'),
(48.76688, -80.68307, 'Iroquois Falls', 'Ontario', '', 'CA'),
(51.32372, -113.60475, 'Irricana', 'Alberta', '', 'CA'),
(52.88633, -118.05625, 'Jasper Park Lodge', 'Alberta', '', 'CA'),
(46.01677, -73.44915, 'Joliette', 'Quebec', 'Lanaudiere', 'CA'),
(50.66648, -120.31920, 'Kamloops', 'British Columbia', '', 'CA'),
(51.56668, -101.90093, 'Kamsack', 'Saskatchewan', '', 'CA'),
(49.41694, -82.43308, 'Kapuskasing', 'Ontario', '', 'CA'),
(49.88307, -119.48568, 'Kelowna', 'British Columbia', '', 'CA'),
(46.43343, -63.64871, 'Kensington', 'Prince Edward Island', '', 'CA'),
(45.07710, -64.49605, 'Kentville', 'Nova Scotia', 'Kings County', 'CA'),
(51.91682, -109.13479, 'Kerrobert', 'Saskatchewan', '', 'CA'),
(44.25011, -79.46632, 'Keswick', 'Ontario', '', 'CA'),
(52.78344, -111.85175, 'Killam', 'Alberta', '', 'CA'),
(49.18332, -99.66364, 'Killarney', 'Manitoba', '', 'CA'),
(49.67071, -115.97760, 'Kimberley', 'British Columbia', 'Regional District of East Kootenay', 'CA'),
(51.46681, -109.16818, 'Kindersley', 'Saskatchewan', '', 'CA'),
(45.85007, -72.06580, 'Kingsey Falls', 'Quebec', 'Mauricie', 'CA'),
(44.22976, -76.48098, 'Kingston', 'Ontario', '', 'CA'),
(45.45008, -73.86586, 'Kirkland', 'Quebec', '', 'CA'),
(48.14461, -80.03767, 'Kirkland Lake', 'Ontario', '', 'CA'),
(43.42537, -80.51120, 'Kitchener', 'Ontario', '', 'CA'),
(54.05244, -128.65343, 'Kitimat', 'British Columbia', '', 'CA'),
(67.82743, -115.09649, 'Kugluktuk', 'Nunavut', '', 'CA'),
(46.28339, -74.73255, 'Labelle', 'Quebec', 'Laurentides', 'CA'),
(52.94626, -66.91137, 'Labrador City', 'Newfoundland and Labrador', '', 'CA'),
(49.51688, -96.50029, 'La Broquerie', 'Manitoba', '', 'CA'),
(45.21678, -72.51581, 'Lac-Brome', 'Quebec', 'Monteregie', 'CA'),
(50.25360, -96.06116, 'Lac du Bonnet', 'Manitoba', '', 'CA'),
(45.65008, -74.33253, 'Lachute', 'Quebec', 'Laurentides', 'CA'),
(54.76690, -111.96861, 'Lac La Biche', 'Alberta', '', 'CA'),
(45.58338, -70.88234, 'Lac-Megantic', 'Quebec', 'Estrie', 'CA'),
(45.08338, -73.36585, 'Lacolle', 'Quebec', 'Monteregie', 'CA'),
(52.46681, -113.73530, 'Lacombe', 'Alberta', '', 'CA'),
(48.99016, -123.81699, 'Ladysmith', 'British Columbia', 'Cowichan Valley Regional District', 'CA'),
(48.82495, -124.05461, 'Lake Cowichan', 'British Columbia', '', 'CA'),
(43.16678, -81.93309, 'Lambton Shores', 'Ontario', '', 'CA'),
(53.76686, -112.80195, 'Lamont', 'Alberta', '', 'CA'),
(50.84999, -101.71763, 'Langenburg', 'Saskatchewan', '', 'CA'),
(48.44963, -123.50261, 'Langford', 'British Columbia', '', 'CA'),
(52.36680, -106.96793, 'Langham', 'Saskatchewan', '', 'CA'),
(49.10107, -122.65883, 'Langley', 'British Columbia', '', 'CA'),
(49.08297, -122.58589, 'Langley', 'British Columbia', '', 'CA'),
(51.85006, -105.03443, 'Lanigan', 'Saskatchewan', '', 'CA'),
(45.41678, -73.49917, 'La Prairie', 'Quebec', 'Monteregie', 'CA'),
(55.10013, -105.28422, 'La Ronge', 'Saskatchewan', '', 'CA'),
(48.80019, -79.19964, 'La Sarre', 'Quebec', 'Abitibi-Temiscamingue', 'CA'),
(45.82318, -73.42940, 'L\'Assomption', 'Quebec', 'Lanaudiere', 'CA'),
(47.43337, -72.78240, 'La Tuque', 'Quebec', 'Mauricie', 'CA'),
(45.56995, -73.69200, 'Laval', 'Quebec', 'Laval', 'CA'),
(45.88338, -73.28245, 'Lavaltrie', 'Quebec', 'Lanaudiere', 'CA'),
(49.05018, -76.98273, 'Lebel-sur-Quevillon', 'Quebec', 'Nord-du-Quebec', 'CA'),
(53.26682, -113.55201, 'Leduc', 'Alberta', '', 'CA'),
(45.85008, -73.48246, 'L\'Epiphanie', 'Quebec', 'Lanaudiere', 'CA'),
(45.30008, -74.04922, 'Les Cedres', 'Quebec', '', 'CA'),
(45.28338, -74.23254, 'Les Coteaux', 'Quebec', 'Monteregie', 'CA'),
(49.69999, -112.81856, 'Lethbridge', 'Alberta', '', 'CA'),
(49.24993, -55.04816, 'Lewisporte', 'Newfoundland and Labrador', '', 'CA'),
(45.38338, -73.94920, 'L\'Ile-Perrot', 'Quebec', 'Monteregie', 'CA'),
(49.45218, -123.23760, 'Lions Bay', 'British Columbia', 'Greater Vancouver Regional District', 'CA'),
(45.97927, -81.92480, 'Little Current', 'Ontario', '', 'CA'),
(53.28346, -110.00157, 'Lloydminster', 'Saskatchewan', '', 'CA'),
(50.49976, -120.80253, 'Logan Lake', 'British Columbia', '', 'CA'),
(42.98339, -81.23304, 'London', 'Ontario', '', 'CA'),
(45.53121, -73.51806, 'Longueuil', 'Quebec', 'Monteregie', 'CA'),
(45.68338, -73.78249, 'Lorraine', 'Quebec', 'Lanaudiere', 'CA'),
(46.25594, -72.94145, 'Louiseville', 'Quebec', 'Mauricie', 'CA'),
(50.24979, -118.96904, 'Lumby', 'British Columbia', '', 'CA'),
(50.65009, -104.86783, 'Lumsden', 'Saskatchewan', '', 'CA'),
(44.37847, -64.31658, 'Lunenburg', 'Nova Scotia', '', 'CA'),
(48.75018, -78.99962, 'Macamic', 'Quebec', 'Abitibi-Temiscamingue', 'CA'),
(52.33344, -109.93484, 'Macklin', 'Saskatchewan', '', 'CA'),
(45.26678, -72.14909, 'Magog', 'Quebec', 'Estrie', 'CA'),
(49.41668, -112.86856, 'Magrath', 'Alberta', '', 'CA'),
(48.13348, -78.13283, 'Malartic', 'Quebec', 'Abitibi-Temiscamingue', 'CA'),
(46.38341, -75.96605, 'Maniwaki', 'Quebec', 'Outaouais', 'CA'),
(56.91683, -117.61945, 'Manning', 'Alberta', '', 'CA'),
(49.91678, -109.48481, 'Maple Creek', 'Saskatchewan', '', 'CA'),
(49.21939, -122.60193, 'Maple Ridge', 'British Columbia', '', 'CA'),
(48.75010, -86.43322, 'Marathon', 'Ontario', '', 'CA'),
(45.43338, -73.16585, 'Marieville', 'Quebec', 'Monteregie', 'CA'),
(43.86682, -79.26630, 'Markham', 'Ontario', '', 'CA'),
(52.28339, -106.66792, 'Martensville', 'Saskatchewan', '', 'CA'),
(47.16663, -55.14829, 'Marystown', 'Newfoundland and Labrador', '', 'CA'),
(45.74965, -73.59956, 'Mascouche', 'Quebec', 'Lanaudiere', 'CA'),
(46.22860, -73.01917, 'Maskinonge', 'Quebec', 'Mauricie', 'CA'),
(49.75018, -77.63277, 'Matagami', 'Quebec', 'Nord-du-Quebec', 'CA'),
(46.31681, -78.69957, 'Mattawa', 'Ontario', '', 'CA'),
(53.95015, -115.13547, 'Mayerthorpe', 'Alberta', '', 'CA'),
(54.13348, -108.43471, 'Meadow Lake', 'Saskatchewan', '', 'CA'),
(50.05006, -110.66834, 'Medicine Hat', 'Alberta', '', 'CA'),
(52.86673, -104.61768, 'Melfort', 'Saskatchewan', '', 'CA'),
(49.26811, -100.99669, 'Melita', 'Manitoba', '', 'CA'),
(50.91671, -102.80099, 'Melville', 'Saskatchewan', '', 'CA'),
(45.31678, -73.74919, 'Mercier', 'Quebec', 'Monteregie', 'CA'),
(50.11225, -120.79420, 'Merritt', 'British Columbia', '', 'CA'),
(48.38293, -123.53591, 'Metchosin', 'British Columbia', '', 'CA'),
(44.94284, -65.07022, 'Middleton', 'Nova Scotia', '', 'CA'),
(44.75010, -79.88296, 'Midland', 'Ontario', '', 'CA'),
(53.10013, -113.46870, 'Millet', 'Alberta', '', 'CA'),
(43.51681, -79.88294, 'Milton', 'Ontario', 'Halton', 'CA'),
(50.24532, -99.84364, 'Minnedosa', 'Manitoba', '', 'CA'),
(45.65008, -74.08251, 'Mirabel', 'Quebec', 'Laurentides', 'CA'),
(47.02895, -65.50186, 'Miramichi', 'New Brunswick', 'Northumberland County', 'CA'),
(43.57890, -79.65830, 'Mississauga', 'Ontario', '', 'CA'),
(46.11594, -64.80186, 'Moncton', 'New Brunswick', '', 'CA'),
(46.16681, -62.64866, 'Montague', 'Prince Edward Island', '', 'CA'),
(46.55011, -75.49930, 'Mont-Laurier', 'Quebec', 'Laurentides', 'CA'),
(45.50884, -73.58781, 'Montreal', 'Quebec', 'Montreal', 'CA'),
(45.63202, -73.50750, 'Montreal-Est', 'Quebec', '', 'CA'),
(45.45286, -73.64918, 'Montreal-Ouest', 'Quebec', '', 'CA'),
(45.51675, -73.64918, 'Mont-Royal', 'Quebec', '', 'CA'),
(45.56678, -73.19915, 'Mont-Saint-Hilaire', 'Quebec', 'Monteregie', 'CA'),
(46.21274, -74.58438, 'Mont-Tremblant', 'Quebec', 'Laurentides', 'CA'),
(50.40005, -105.53445, 'Moose Jaw', 'Saskatchewan', '', 'CA'),
(50.13332, -101.66766, 'Moosomin', 'Saskatchewan', '', 'CA'),
(49.19190, -98.10136, 'Morden', 'Manitoba', '', 'CA'),
(53.80014, -113.65203, 'Morinville', 'Alberta', '', 'CA'),
(49.35499, -97.36567, 'Morris', 'Manitoba', '', 'CA');
INSERT INTO `reverse_geocode` (`lat`, `lng`, `city`, `region`, `province`, `country`) VALUES
(47.51659, -52.78135, 'Mount Pearl', 'Newfoundland and Labrador', '', 'CA'),
(45.99666, -67.24028, 'Nackawic', 'New Brunswick', '', 'CA'),
(50.24987, -117.80226, 'Nakusp', 'British Columbia', '', 'CA'),
(49.16638, -123.94003, 'Nanaimo', 'British Columbia', '', 'CA'),
(50.35008, -113.76866, 'Nanton', 'Alberta', '', 'CA'),
(45.18648, -73.40468, 'Napierville', 'Quebec', 'Monteregie', 'CA'),
(48.16680, -89.41683, 'Neebing', 'Ontario', '', 'CA'),
(50.22892, -99.46642, 'Neepawa', 'Manitoba', '', 'CA'),
(49.49985, -117.28553, 'Nelson', 'British Columbia', '', 'CA'),
(45.58344, -62.64863, 'New Glasgow', 'Nova Scotia', '', 'CA'),
(44.05011, -79.46631, 'Newmarket', 'Ontario', '', 'CA'),
(49.20678, -122.91092, 'New Westminster', 'British Columbia', '', 'CA'),
(43.10012, -79.06627, 'Niagara Falls', 'Ontario', '', 'CA'),
(46.21676, -72.61582, 'Nicolet', 'Quebec', 'Mauricie', 'CA'),
(53.36678, -104.00092, 'Nipawin', 'Saskatchewan', '', 'CA'),
(49.60559, -97.04234, 'Niverville', 'Manitoba', '', 'CA'),
(42.83340, -80.38297, 'Norfolk County', 'Ontario', '', 'CA'),
(48.83328, -72.53209, 'Normandin', 'Quebec', 'Saguenay/Lac-Saint-Jean', 'CA'),
(65.28201, -126.83290, 'Norman Wells', 'Northwest Territories', '', 'CA'),
(52.77972, -108.29670, 'North Battleford', 'Saskatchewan', '', 'CA'),
(46.31680, -79.46633, 'North Bay', 'Ontario', 'Nipissing District', 'CA'),
(48.84133, -123.68596, 'North Cowichan', 'British Columbia', '', 'CA'),
(43.72510, -80.96723, 'North Perth', 'Ontario', '', 'CA'),
(48.66634, -123.41933, 'North Saanich', 'British Columbia', '', 'CA'),
(49.31636, -123.06934, 'North Vancouver', 'British Columbia', 'Fraser Valley Regional District', 'CA'),
(43.76681, -79.41630, 'North York', 'Ontario', '', 'CA'),
(45.36678, -73.93250, 'Notre-Dame-de-l\'Ile-Perrot', 'Quebec', 'Monteregie', 'CA'),
(46.05007, -73.43245, 'Notre-Dame-des-Prairies', 'Quebec', 'Lanaudiere', 'CA'),
(48.44964, -123.30260, 'Oak Bay', 'British Columbia', '', 'CA'),
(43.45011, -79.68292, 'Oakville', 'Ontario', '', 'CA'),
(45.46489, -74.08892, 'Oka', 'Quebec', 'Laurentides', 'CA'),
(50.72885, -113.98281, 'Okotoks', 'Alberta', '', 'CA'),
(51.78341, -114.10199, 'Olds', 'Alberta', '', 'CA'),
(49.18306, -119.55240, 'Oliver', 'British Columbia', '', 'CA'),
(43.91680, -80.09967, 'Orangeville', 'Ontario', '', 'CA'),
(44.60868, -79.42068, 'Orillia', 'Ontario', '', 'CA'),
(45.13338, -73.99922, 'Ormstown', 'Quebec', 'Monteregie', 'CA'),
(45.83512, -66.47917, 'Oromocto', 'New Brunswick', '', 'CA'),
(43.90012, -78.84957, 'Oshawa', 'Ontario', '', 'CA'),
(49.03306, -119.45237, 'Osoyoos', 'British Columbia', '', 'CA'),
(45.41117, -75.69812, 'Ottawa', 'Ontario', '', 'CA'),
(45.53338, -73.21585, 'Otterburn Park', 'Quebec', 'Monteregie', 'CA'),
(51.50008, -107.05128, 'Outlook', 'Saskatchewan', '', 'CA'),
(44.56717, -80.94349, 'Owen Sound', 'Ontario', '', 'CA'),
(49.23335, -102.16760, 'Oxbow', 'Saskatchewan', '', 'CA'),
(45.73345, -63.86542, 'Oxford', 'Nova Scotia', '', 'CA'),
(66.14511, -65.71252, 'Pangnirtung', 'Nunavut', '', 'CA'),
(45.61680, -75.01599, 'Papineauville', 'Quebec', 'Outaouais', 'CA'),
(49.31947, -124.31575, 'Parksville', 'British Columbia', 'Regional District of Nanaimo', 'CA'),
(45.40567, -64.32585, 'Parrsboro', 'Nova Scotia', '', 'CA'),
(45.34732, -80.03527, 'Parry Sound', 'Ontario', 'Parry Sound District', 'CA'),
(49.01671, -57.59837, 'Pasadena', 'Newfoundland and Labrador', '', 'CA'),
(56.25010, -117.28599, 'Peace River', 'Alberta', '', 'CA'),
(49.76647, -119.73568, 'Peachland', 'British Columbia', '', 'CA'),
(50.31641, -122.80273, 'Pemberton', 'British Columbia', '', 'CA'),
(45.81681, -77.11616, 'Pembroke', 'Ontario', '', 'CA'),
(52.13342, -113.86870, 'Penhold', 'Alberta', '', 'CA'),
(49.48062, -119.58584, 'Penticton', 'British Columbia', '', 'CA'),
(44.90011, -76.24939, 'Perth', 'Ontario', '', 'CA'),
(45.89452, -77.28007, 'Petawawa', 'Ontario', '', 'CA'),
(44.30012, -78.31623, 'Peterborough', 'Ontario', '', 'CA'),
(42.86678, -82.14981, 'Petrolia', 'Ontario', '', 'CA'),
(43.90012, -79.13289, 'Pickering', 'Ontario', '', 'CA'),
(44.00012, -77.13275, 'Picton', 'Ontario', '', 'CA'),
(45.67875, -62.70936, 'Pictou', 'Nova Scotia', '', 'CA'),
(49.88330, -112.78516, 'Picture Butte', 'Alberta', '', 'CA'),
(46.07034, -72.81125, 'Pierreville', 'Quebec', 'Mauricie', 'CA'),
(50.46678, -104.41778, 'Pilot Butte', 'Saskatchewan', '', 'CA'),
(49.48328, -113.95195, 'Pincher Creek', 'Alberta', '', 'CA'),
(45.38338, -73.98250, 'Pincourt', 'Quebec', 'Monteregie', 'CA'),
(49.22119, -122.68965, 'Pitt Meadows', 'British Columbia', '', 'CA'),
(45.44868, -73.81669, 'Pointe-Claire', 'Quebec', 'Montreal', 'CA'),
(52.67680, -113.58147, 'Ponoka', 'Alberta', '', 'CA'),
(48.88332, -72.08247, 'Pont Rouge', 'Quebec', '', 'CA'),
(49.97282, -98.29263, 'Portage la Prairie', 'Manitoba', '', 'CA'),
(49.24133, -124.80280, 'Port Alberni', 'British Columbia', '', 'CA'),
(50.03339, -66.86545, 'Port-Cartier', 'Quebec', 'Cote-Nord', 'CA'),
(42.90012, -79.23288, 'Port Colborne', 'Ontario', '', 'CA'),
(45.61685, -61.34853, 'Port Hawkesbury', 'Nova Scotia', '', 'CA'),
(49.28297, -122.85263, 'Port Moody', 'British Columbia', '', 'CA'),
(46.03340, -79.34961, 'Powassan', 'Ontario', '', 'CA'),
(49.87022, -124.54926, 'Powell River', 'British Columbia', 'Powell River Regional District', 'CA'),
(51.94998, -102.66766, 'Preeceville', 'Saskatchewan', '', 'CA'),
(44.71681, -75.51604, 'Prescott', 'Ontario', '', 'CA'),
(45.86678, -74.08251, 'Prevost', 'Quebec', 'Laurentides', 'CA'),
(53.20008, -105.76772, 'Prince Albert', 'Saskatchewan', '', 'CA'),
(44.00012, -77.24946, 'Prince Edward', 'Ontario', '', 'CA'),
(53.91660, -122.75301, 'Prince George', 'British Columbia', '', 'CA'),
(54.31507, -130.32098, 'Prince Rupert', 'British Columbia', 'Skeena-Queen Charlotte Regional District', 'CA'),
(49.45802, -120.51076, 'Princeton', 'British Columbia', '', 'CA'),
(45.76684, -61.29853, 'Princeville', 'Nova Scotia', '', 'CA'),
(52.35014, -110.26828, 'Provost', 'Alberta', '', 'CA'),
(52.97842, -122.49310, 'Quesnel', 'British Columbia', '', 'CA'),
(44.18342, -77.56618, 'Quinte West', 'Ontario', '', 'CA'),
(62.81732, -92.08324, 'Rankin Inlet', 'Nunavut', '', 'CA'),
(46.05007, -73.71587, 'Rawdon', 'Quebec', 'Lanaudiere', 'CA'),
(49.44998, -112.65185, 'Raymond', 'Alberta', '', 'CA'),
(46.60873, -81.20763, 'Rayside-Balfour', 'Ontario', '', 'CA'),
(52.26682, -113.80200, 'Red Deer', 'Alberta', '', 'CA'),
(51.01676, -93.83374, 'Red Lake', 'Ontario', '', 'CA'),
(50.45008, -104.61780, 'Regina', 'Saskatchewan', '', 'CA'),
(45.46681, -76.68272, 'Renfrew', 'Ontario', '', 'CA'),
(45.74222, -73.45008, 'Repentigny', 'Quebec', 'Lanaudiere', 'CA'),
(50.98317, -118.20230, 'Revelstoke', 'British Columbia', '', 'CA'),
(45.44336, -73.24602, 'Richelieu', 'Quebec', 'Monteregie', 'CA'),
(46.68073, -64.88044, 'Richibucto', 'New Brunswick', '', 'CA'),
(45.66677, -72.14910, 'Richmond', 'Quebec', 'Estrie', 'CA'),
(49.17003, -123.13683, 'Richmond', 'British Columbia', '', 'CA'),
(43.87111, -79.43725, 'Richmond Hill', 'Ontario', 'York', 'CA'),
(45.47927, -74.30238, 'Rigaud', 'Quebec', 'Monteregie', 'CA'),
(52.63340, -114.23532, 'Rimbey', 'Alberta', '', 'CA'),
(50.03081, -100.24029, 'Rivers', 'Manitoba', '', 'CA'),
(46.41679, -74.86596, 'Riviere-Rouge', 'Quebec', 'Laurentides', 'CA'),
(48.51680, -72.23244, 'Roberval', 'Quebec', 'Saguenay/Lac-Saint-Jean', 'CA'),
(51.22999, -101.35650, 'Roblin', 'Manitoba', '', 'CA'),
(52.36683, -114.91880, 'Rocky Mountain House', 'Alberta', '', 'CA'),
(45.63338, -73.79919, 'Rosemere', 'Quebec', 'Laurentides', 'CA'),
(51.55010, -108.00136, 'Rosetown', 'Saskatchewan', '', 'CA'),
(49.08313, -117.80224, 'Rossland', 'British Columbia', '', 'CA'),
(52.66679, -106.33446, 'Rosthern', 'Saskatchewan', '', 'CA'),
(45.43338, -73.04914, 'Rougemont', 'Quebec', 'Monteregie', 'CA'),
(48.23656, -79.02311, 'Rouyn-Noranda', 'Quebec', 'Abitibi-Temiscamingue', 'CA'),
(45.91875, -64.38455, 'Sackville', 'New Brunswick', '', 'CA'),
(48.41675, -71.06573, 'Saguenay', 'Quebec', 'Saguenay/Lac-Saint-Jean', 'CA'),
(48.55009, -71.33238, 'Saint-Ambroise', 'Quebec', 'Saguenay/Lac-Saint-Jean', 'CA'),
(45.71680, -75.06599, 'Saint-Andre-Avellin', 'Quebec', 'Outaouais', 'CA'),
(45.07370, -67.05312, 'Saint Andrews', 'New Brunswick', 'Charlotte County', 'CA'),
(51.22602, -58.65017, 'Saint-Augustin', 'Quebec', 'Cote-Nord', 'CA'),
(45.53338, -73.28246, 'Saint-Basile-le-Grand', 'Quebec', 'Monteregie', 'CA'),
(48.46679, -71.64910, 'Saint-Bruno', 'Quebec', 'Saguenay/Lac-Saint-Jean', 'CA'),
(47.46685, -79.43296, 'Saint-Bruno-de-Guigues', 'Quebec', 'Abitibi-Temiscamingue', 'CA'),
(45.53341, -73.34916, 'Saint-Bruno-de-Montarville', 'Quebec', '', 'CA'),
(45.41678, -72.99914, 'Saint-Cesaire', 'Quebec', 'Monteregie', 'CA'),
(45.73338, -74.13251, 'Saint-Colomban', 'Quebec', 'Laurentides', 'CA'),
(46.06677, -70.51573, 'Saint-Come--Liniere', 'Quebec', 'Chaudiere-Appalaches', 'CA'),
(45.36678, -73.56588, 'Saint-Constant', 'Quebec', 'Monteregie', 'CA'),
(45.93336, -72.43241, 'Saint-Cyrille-de-Wendover', 'Quebec', 'Mauricie', 'CA'),
(45.53341, -72.99914, 'Saint-Damase', 'Quebec', 'Monteregie', 'CA'),
(45.78338, -73.14915, 'Saint-Denis-sur-Richelieu', 'Quebec', 'Monteregie', 'CA'),
(45.95008, -74.13251, 'Sainte-Adele', 'Quebec', 'Laurentides', 'CA'),
(46.05009, -74.28252, 'Sainte-Agathe-des-Monts', 'Quebec', 'Laurentides', 'CA'),
(45.40618, -73.94560, 'Sainte-Anne-de-Bellevue', 'Quebec', '', 'CA'),
(49.12402, -66.49243, 'Sainte-Anne-des-Monts', 'Quebec', 'Gaspesie-Iles-de-la-Madeleine', 'CA'),
(45.76468, -73.81156, 'Sainte-Anne-des-Plaines', 'Quebec', 'Laurentides', 'CA'),
(46.31836, -72.56632, 'Sainte-Catherine', 'Quebec', '', 'CA'),
(45.58338, -73.33246, 'Sainte-Julie', 'Quebec', 'Monteregie', 'CA'),
(45.96677, -73.71587, 'Sainte-Julienne', 'Quebec', 'Lanaudiere', 'CA'),
(45.53338, -73.93250, 'Sainte-Marthe-sur-le-Lac', 'Quebec', 'Laurentides', 'CA'),
(45.25008, -73.79919, 'Sainte-Martine', 'Quebec', 'Monteregie', 'CA'),
(45.81678, -73.89919, 'Sainte-Sophie', 'Quebec', 'Laurentides', 'CA'),
(46.81676, -72.49911, 'Sainte-Thecle', 'Quebec', 'Mauricie', 'CA'),
(45.63922, -73.82757, 'Sainte-Therese', 'Quebec', 'Laurentides', 'CA'),
(45.56500, -73.90554, 'Saint-Eustache', 'Quebec', 'Laurentides', 'CA'),
(48.65007, -72.44906, 'Saint-Felicien', 'Quebec', 'Saguenay/Lac-Saint-Jean', 'CA'),
(46.16677, -73.43245, 'Saint-Felix-de-Valois', 'Quebec', 'Lanaudiere', 'CA'),
(46.30007, -73.38245, 'Saint-Gabriel', 'Quebec', 'Lanaudiere', 'CA'),
(48.50009, -71.76581, 'Saint-Gedeon', 'Quebec', 'Saguenay/Lac-Saint-Jean', 'CA'),
(45.83337, -72.56582, 'Saint-Germain-de-Grantham', 'Quebec', 'Mauricie', 'CA'),
(45.63076, -72.95699, 'Saint-Hyacinthe', 'Quebec', 'Monteregie', 'CA'),
(45.95007, -73.56586, 'Saint-Jacques', 'Quebec', 'Lanaudiere', 'CA'),
(45.30713, -73.26259, 'Saint-Jean-sur-Richelieu', 'Quebec', 'Monteregie', 'CA'),
(45.78036, -74.00365, 'Saint-Jerome', 'Quebec', 'Laurentides', 'CA'),
(45.27271, -66.06766, 'Saint John', 'New Brunswick', '', 'CA'),
(45.96677, -71.36577, 'Saint-Joseph-de-Coleraine', 'Quebec', 'Chaudiere-Appalaches', 'CA'),
(45.50008, -73.66585, 'Saint-Laurent', 'Quebec', '', 'CA'),
(45.40008, -74.13256, 'Saint-Lazare', 'Quebec', 'Monteregie', 'CA'),
(45.58773, -73.59501, 'Saint-Leonard', 'Quebec', 'Montreal', 'CA'),
(45.85008, -73.76588, 'Saint-Lin-Laurentides', 'Quebec', 'Lanaudiere', 'CA'),
(46.68335, -72.04910, 'Saint-Marc-des-Carrieres', 'Quebec', 'Capitale-Nationale', 'CA'),
(46.68338, -73.91589, 'Saint-Michel-des-Saints', 'Quebec', 'Lanaudiere', 'CA'),
(45.50318, -72.90853, 'Saint-Pie', 'Quebec', 'Monteregie', 'CA'),
(45.46698, -73.60948, 'Saint-Raymond', 'Quebec', '', 'CA'),
(45.26678, -73.61588, 'Saint-Remi', 'Quebec', 'Monteregie', 'CA'),
(45.88686, -74.17943, 'Saint-Sauveur', 'Quebec', 'Laurentides', 'CA'),
(46.73336, -72.56581, 'Saint-Tite', 'Quebec', 'Mauricie', 'CA'),
(45.25008, -74.13253, 'Salaberry-de-Valleyfield', 'Quebec', 'Monteregie', 'CA'),
(46.03905, -65.04628, 'Salisbury', 'New Brunswick', '', 'CA'),
(49.19986, -117.26890, 'Salmo', 'British Columbia', '', 'CA'),
(50.69980, -119.30237, 'Salmon Arm', 'British Columbia', '', 'CA'),
(42.97866, -82.40407, 'Sarnia', 'Ontario', 'Lambton County', 'CA'),
(52.11679, -106.63452, 'Saskatoon', 'Saskatchewan', '', 'CA'),
(46.51677, -84.33325, 'Sault Ste. Marie', 'Ontario', 'Algoma', 'CA'),
(49.47512, -123.75903, 'Sechelt', 'British Columbia', 'Sunshine Coast Regional District', 'CA'),
(50.14360, -96.88452, 'Selkirk', 'Manitoba', '', 'CA'),
(48.39302, -77.23951, 'Senneterre', 'Quebec', 'Abitibi-Temiscamingue', 'CA'),
(50.20011, -66.38208, 'Sept-Iles', 'Quebec', 'Cote-Nord', 'CA'),
(55.34998, -118.78602, 'Sexsmith', 'Alberta', '', 'CA'),
(49.65005, -108.41810, 'Shaunavon', 'Saskatchewan', '', 'CA'),
(46.56675, -72.74913, 'Shawinigan', 'Quebec', 'Mauricie', 'CA'),
(45.60011, -76.48270, 'Shawville', 'Quebec', 'Outaouais', 'CA'),
(46.21981, -64.54107, 'Shediac', 'New Brunswick', '', 'CA'),
(43.76325, -65.32355, 'Shelburne', 'Nova Scotia', '', 'CA'),
(44.07870, -80.20408, 'Shelburne', 'Ontario', '', 'CA'),
(53.21679, -106.40109, 'Shellbrook', 'Saskatchewan', '', 'CA'),
(45.40008, -71.89908, 'Sherbrooke', 'Quebec', 'Estrie', 'CA'),
(53.51684, -113.31870, 'Sherwood Park', 'Alberta', '', 'CA'),
(50.83312, -118.98565, 'Sicamous', 'British Columbia', '', 'CA'),
(55.28344, -114.76896, 'Slave Lake', 'Alberta', '', 'CA'),
(54.78036, -127.17428, 'Smithers', 'British Columbia', '', 'CA'),
(44.90452, -76.02333, 'Smiths Falls', 'Ontario', 'Lanark County', 'CA'),
(54.11687, -112.46863, 'Smoky Lake', 'Alberta', '', 'CA'),
(48.37463, -123.72762, 'Sooke', 'British Columbia', '', 'CA'),
(46.03336, -73.11585, 'Sorel-Tracy', 'Quebec', 'Monteregie', 'CA'),
(46.35010, -62.24862, 'Souris', 'Prince Edward Island', '', 'CA'),
(49.61720, -100.26120, 'Souris', 'Manitoba', '', 'CA'),
(43.31679, -81.51647, 'South Huron', 'Ontario', '', 'CA'),
(45.83340, -79.38293, 'South River', 'Ontario', '', 'CA'),
(49.73332, -114.88532, 'Sparwood', 'British Columbia', '', 'CA'),
(55.78327, -118.83607, 'Spirit River', 'Alberta', '', 'CA'),
(45.65015, -64.04873, 'Springhill', 'Nova Scotia', '', 'CA'),
(53.53344, -113.91874, 'Spruce Grove', 'Alberta', '', 'CA'),
(53.63344, -113.63533, 'St. Albert', 'Alberta', '', 'CA'),
(43.17126, -79.24267, 'St. Catharines', 'Ontario', 'Regional Municipality of Niagara', 'CA'),
(49.52579, -96.68451, 'Steinbach', 'Manitoba', '', 'CA'),
(48.55001, -58.58180, 'Stephenville', 'Newfoundland and Labrador', '', 'CA'),
(48.50001, -58.43180, 'Stephenville Crossing', 'Newfoundland and Labrador', '', 'CA'),
(52.31683, -112.71861, 'Stettler', 'Alberta', '', 'CA'),
(50.13441, -97.32676, 'Stonewall', 'Manitoba', '', 'CA'),
(53.53343, -114.00205, 'Stony Plain', 'Alberta', '', 'CA'),
(43.36679, -80.94972, 'Stratford', 'Ontario', '', 'CA'),
(51.05011, -113.38523, 'Strathmore', 'Alberta', '', 'CA'),
(42.77361, -81.18038, 'St. Thomas', 'Ontario', '', 'CA'),
(49.59977, -119.66911, 'Summerland', 'British Columbia', '', 'CA'),
(46.39593, -63.78762, 'Summerside', 'Prince Edward Island', '', 'CA'),
(51.80010, -114.63532, 'Sundre', 'Alberta', '', 'CA'),
(49.10635, -122.82509, 'Surrey', 'British Columbia', '', 'CA'),
(45.72266, -65.50663, 'Sussex', 'New Brunswick', '', 'CA'),
(45.10008, -72.61582, 'Sutton', 'Quebec', 'Monteregie', 'CA'),
(54.71681, -115.40226, 'Swan Hills', 'Alberta', '', 'CA'),
(52.10580, -101.26759, 'Swan River', 'Manitoba', '', 'CA'),
(50.28337, -107.80135, 'Swift Current', 'Saskatchewan', '', 'CA'),
(52.31681, -114.08530, 'Sylvan Lake', 'Alberta', '', 'CA'),
(49.78703, -112.14603, 'Taber', 'Alberta', '', 'CA'),
(46.72122, -79.09712, 'Temiscaming', 'Quebec', 'Abitibi-Temiscamingue', 'CA'),
(47.49376, -79.71529, 'Temiskaming Shores', 'Ontario', '', 'CA'),
(54.51634, -128.60345, 'Terrace', 'British Columbia', '', 'CA'),
(45.70004, -73.64732, 'Terrebonne', 'Quebec', 'Lanaudiere', 'CA'),
(53.82509, -101.25413, 'The Pas', 'Manitoba', '', 'CA'),
(46.25006, -83.56660, 'Thessalon', 'Ontario', '', 'CA'),
(55.74350, -97.85579, 'Thompson', 'Manitoba', '', 'CA'),
(43.11682, -79.19958, 'Thorold', 'Ontario', '', 'CA'),
(51.70012, -113.26863, 'Three Hills', 'Alberta', '', 'CA'),
(48.38202, -89.25018, 'Thunder Bay', 'Ontario', 'Thunder Bay District', 'CA'),
(45.60010, -75.24931, 'Thurso', 'Quebec', 'Outaouais', 'CA'),
(48.46686, -81.33312, 'Timmins', 'Ontario', '', 'CA'),
(52.85002, -104.05096, 'Tisdale', 'Saskatchewan', '', 'CA'),
(45.25007, -81.66647, 'Tobermory', 'Ontario', '', 'CA'),
(53.36684, -112.66862, 'Tofield', 'Alberta', '', 'CA'),
(47.66659, -52.73135, 'Torbay', 'Newfoundland and Labrador', '', 'CA'),
(43.70011, -79.41630, 'Toronto', 'Ontario', '', 'CA'),
(49.09983, -117.70223, 'Trail', 'British Columbia', '', 'CA'),
(46.34515, -72.54770, 'Trois-Rivieres', 'Quebec', 'Mauricie', 'CA'),
(45.36685, -63.26538, 'Truro', 'Nova Scotia', '', 'CA'),
(55.13027, -120.99415, 'Tumbler Ridge', 'British Columbia', '', 'CA'),
(53.71686, -111.75181, 'Two Hills', 'Alberta', '', 'CA'),
(48.94153, -125.54635, 'Ucluelet', 'British Columbia', 'Regional District of Alberni-Clayoquot', 'CA'),
(52.45014, -109.16816, 'Unity', 'Saskatchewan', '', 'CA'),
(44.10012, -79.11628, 'Uxbridge', 'Ontario', '', 'CA'),
(45.50008, -72.31581, 'Valcourt', 'Quebec', 'Estrie', 'CA'),
(46.03338, -74.21592, 'Val-David', 'Quebec', 'Laurentides', 'CA'),
(45.65010, -75.66604, 'Val-des-Monts', 'Quebec', 'Outaouais', 'CA'),
(48.10018, -77.78280, 'Val-d\'Or', 'Quebec', 'Abitibi-Temiscamingue', 'CA'),
(55.06673, -117.28585, 'Valleyview', 'Alberta', '', 'CA'),
(49.24966, -123.11934, 'Vancouver', 'British Columbia', '', 'CA'),
(54.01657, -124.01982, 'Vanderhoof', 'British Columbia', '', 'CA'),
(45.68338, -73.43246, 'Varennes', 'Quebec', 'Monteregie', 'CA'),
(45.40008, -74.03251, 'Vaudreuil-Dorion', 'Quebec', 'Monteregie', 'CA'),
(43.83610, -79.49827, 'Vaughan', 'Ontario', '', 'CA'),
(53.50015, -112.05182, 'Vegreville', 'Alberta', '', 'CA'),
(45.78338, -73.34916, 'Vercheres', 'Quebec', '', 'CA'),
(53.35409, -110.85849, 'Vermilion', 'Alberta', '', 'CA'),
(50.26729, -119.27337, 'Vernon', 'British Columbia', 'Regional District of North Okanagan', 'CA'),
(48.43294, -123.36930, 'Victoria', 'British Columbia', '', 'CA'),
(46.05007, -71.96579, 'Victoriaville', 'Quebec', 'Mauricie', 'CA'),
(53.10014, -111.76844, 'Viking', 'Alberta', '', 'CA'),
(47.33345, -79.43297, 'Ville-Marie', 'Quebec', 'Abitibi-Temiscamingue', 'CA'),
(49.85080, -100.93262, 'Virden', 'Manitoba', '', 'CA'),
(50.40008, -113.25189, 'Vulcan', 'Alberta', '', 'CA'),
(47.63319, -52.94806, 'Wabana', 'Newfoundland and Labrador', '', 'CA'),
(51.94999, -103.80102, 'Wadena', 'Saskatchewan', '', 'CA'),
(52.83904, -110.85723, 'Wainwright', 'Alberta', '', 'CA'),
(45.66680, -75.83265, 'Wakefield', 'Quebec', 'Outaouais', 'CA'),
(42.61520, -82.51398, 'Walpole Island', 'Ontario', 'Lambton County', 'CA'),
(52.31679, -106.56791, 'Warman', 'Saskatchewan', '', 'CA'),
(45.95007, -71.98240, 'Warwick', 'Quebec', 'Mauricie', 'CA'),
(44.51680, -80.01637, 'Wasaga Beach', 'Ontario', '', 'CA'),
(45.35008, -72.51582, 'Waterloo', 'Quebec', 'Monteregie', 'CA'),
(43.46680, -80.51639, 'Waterloo', 'Ontario', '', 'CA'),
(51.66677, -105.46788, 'Watrous', 'Saskatchewan', '', 'CA'),
(60.06349, -128.70892, 'Watson Lake', 'Yukon', '', 'CA'),
(42.98342, -79.24958, 'Welland', 'Ontario', '', 'CA'),
(55.14995, -119.13602, 'Wembley', 'Alberta', '', 'CA'),
(49.28333, -123.13333, 'West End', 'British Columbia', '', 'CA'),
(54.15016, -113.86876, 'Westlock', 'Alberta', '', 'CA'),
(45.48341, -73.59918, 'Westmount', 'Quebec', '', 'CA'),
(52.96683, -113.36869, 'Wetaskiwin', 'Alberta', '', 'CA'),
(49.66675, -103.85109, 'Weyburn', 'Saskatchewan', '', 'CA'),
(50.11640, -122.96946, 'Whistler', 'British Columbia', '', 'CA'),
(50.43338, -104.36778, 'White City', 'Saskatchewan', '', 'CA'),
(54.15015, -115.68548, 'Whitecourt', 'Alberta', '', 'CA'),
(60.71611, -135.05376, 'Whitehorse', 'Yukon', '', 'CA'),
(49.01636, -122.80260, 'White Rock', 'British Columbia', 'Greater Vancouver Regional District', 'CA'),
(52.41683, -108.70142, 'Wilkie', 'Saskatchewan', '', 'CA'),
(52.14153, -122.14451, 'Williams Lake', 'British Columbia', '', 'CA'),
(44.98345, -64.13204, 'Windsor', 'Nova Scotia', '', 'CA'),
(45.56678, -71.99909, 'Windsor', 'Quebec', 'Estrie', 'CA'),
(42.30008, -83.01654, 'Windsor', 'Ontario', '', 'CA'),
(43.88793, -81.31145, 'Wingham', 'Ontario', '', 'CA'),
(49.18170, -97.94104, 'Winkler', 'Manitoba', '', 'CA'),
(49.88440, -97.14704, 'Winnipeg', 'Manitoba', '', 'CA'),
(45.08345, -64.36546, 'Wolfville', 'Nova Scotia', '', 'CA'),
(43.13339, -80.74970, 'Woodstock', 'Ontario', 'Oxford County', 'CA'),
(51.76674, -104.18436, 'Wynyard', 'Saskatchewan', '', 'CA'),
(46.26676, -72.83243, 'Yamachiche', 'Quebec', 'Mauricie', 'CA'),
(43.83345, -66.11557, 'Yarmouth', 'Nova Scotia', '', 'CA'),
(62.45600, -114.35255, 'Yellowknife', 'Northwest Territories', '', 'CA'),
(51.21670, -102.46766, 'Yorkton', 'Saskatchewan', '', 'CA'),
(46.21785, -70.77873, 'Beauceville', 'Quebec', 'Chaudiere-Appalaches', 'CA'),
(44.64533, -63.57239, 'Halifax', 'Nova Scotia', '', 'CA'),
(47.56494, -52.70931, 'St. John\'s', 'Newfoundland and Labrador', '', 'CA'),
(47.04428, -70.89529, 'Beaupre', 'Quebec', 'Capitale-Nationale', 'CA'),
(46.96031, -71.03219, 'Chateau-Richer', 'Quebec', 'Capitale-Nationale', 'CA'),
(46.81228, -71.21454, 'Quebec', 'Quebec', '', 'CA'),
(46.80326, -71.17793, 'Levis', 'Quebec', 'Chaudiere-Appalaches', 'CA'),
(46.98043, -70.55493, 'Montmagny', 'Quebec', 'Chaudiere-Appalaches', 'CA'),
(46.69823, -71.58275, 'Neuville', 'Quebec', 'Capitale-Nationale', 'CA'),
(48.44879, -68.52396, 'Rimouski', 'Quebec', 'Bas-Saint-Laurent', 'CA'),
(47.82699, -69.54243, 'Riviere-du-Loup', 'Quebec', 'Bas-Saint-Laurent', 'CA'),
(46.13510, -60.18310, 'Sydney', 'Nova Scotia', '', 'CA'),
(49.15314, -125.90744, 'Tofino', 'British Columbia', 'Regional District of Alberni-Clayoquot', 'CA'),
(46.79392, -71.35191, 'L\'Ancienne-Lorette', 'Quebec', '', 'CA'),
(47.37370, -68.32512, 'Edmundston', 'New Brunswick', '', 'CA'),
(46.85244, -71.62056, 'Sainte Catherine de la Jacques Cartier', 'Quebec', 'Capitale-Nationale', 'CA'),
(47.44109, -70.49858, 'Baie-Saint-Paul', 'Quebec', 'Capitale-Nationale', 'CA'),
(48.10749, -66.12800, 'Carleton-sur-Mer', 'Quebec', 'Gaspesie-Iles-de-la-Madeleine', 'CA'),
(48.00751, -66.67272, 'Campbellton', 'New Brunswick', '', 'CA'),
(47.61814, -65.65112, 'Bathurst', 'New Brunswick', '', 'CA'),
(48.82857, -67.52197, 'Matane', 'Quebec', 'Bas-Saint-Laurent', 'CA'),
(43.20000, -80.38333, 'Paris', 'Ontario', '', 'CA'),
(48.46382, -67.43134, 'Amqui', 'Quebec', 'Bas-Saint-Laurent', 'CA'),
(64.06013, -139.43327, 'Dawson City', 'Yukon', '', 'CA'),
(48.34935, -64.67926, 'Chandler', 'Quebec', 'Gaspesie-Iles-de-la-Madeleine', 'CA'),
(48.04573, -65.49259, 'Bonaventure', 'Quebec', 'Gaspesie-Iles-de-la-Madeleine', 'CA'),
(48.16059, -65.85823, 'New-Richmond', 'Quebec', 'Gaspesie-Iles-de-la-Madeleine', 'CA'),
(46.09371, -71.30539, 'Thetford-Mines', 'Quebec', 'Chaudiere-Appalaches', 'CA'),
(47.68065, -68.87810, 'Cabano', 'Quebec', 'Bas-Saint-Laurent', 'CA'),
(48.73808, -69.08478, 'Forestville', 'Quebec', 'Cote-Nord', 'CA'),
(48.58388, -68.19214, 'Mont-Joli', 'Quebec', 'Bas-Saint-Laurent', 'CA'),
(50.68560, -121.94200, 'Lillooet', 'British Columbia', '', 'CA'),
(47.65400, -70.15268, 'La Malbaie', 'Quebec', 'Capitale-Nationale', 'CA'),
(46.43401, -71.01168, 'Sainte-Marie', 'Quebec', 'Chaudiere-Appalaches', 'CA'),
(46.21856, -71.76201, 'Plessisville', 'Quebec', 'Mauricie', 'CA'),
(43.77223, -79.25666, 'Scarborough', 'Ontario', '', 'CA'),
(46.87662, -71.61541, 'Fossambault-sur-lac', 'Quebec', 'Capitale-Nationale', 'CA'),
(44.67244, -63.47506, 'Cole Harbour', 'Nova Scotia', '', 'CA'),
(50.36386, -119.34997, 'Okanagan', 'British Columbia', '', 'CA'),
(49.86250, -119.58333, 'West Kelowna', 'British Columbia', '', 'CA'),
(47.51444, -64.91806, 'Tracadie-Sheila', 'New Brunswick', '', 'CA'),
(46.66667, -70.71667, 'Bellechasse Regional County Municipality', 'Quebec', 'Chaudiere-Appalaches', 'CA'),
(51.40435, -116.28479, 'Lake Louise', 'Alberta', '', 'CA'),
(46.23669, -60.21767, 'Sydney Mines', 'Nova Scotia', '', 'CA'),
(48.41648, -71.24884, 'Jonquiere', 'Quebec', 'Saguenay/Lac-Saint-Jean', 'CA'),
(46.67159, -71.78812, 'Cap-Sante', 'Quebec', 'Capitale-Nationale', 'CA'),
(46.74064, -71.45131, 'Saint-Augustin-de-Desmaures', 'Quebec', 'Capitale-Nationale', 'CA'),
(46.68042, -71.72390, 'Donnacona', 'Quebec', 'Capitale-Nationale', 'CA'),
(47.34836, -70.06186, 'La Pocatiere', 'Quebec', 'Bas-Saint-Laurent', 'CA'),
(46.30000, -70.86667, 'Saint-Joseph-de-Beauce', 'Quebec', 'Chaudiere-Appalaches', 'CA'),
(48.41000, -71.78000, 'Metabetchouan-Lac-a-la-Croix', 'Quebec', 'Saguenay/Lac-Saint-Jean', 'CA'),
(49.08938, -123.08241, 'Ladner', 'British Columbia', '', 'CA'),
(49.16473, -122.64042, 'Walnut Grove', 'British Columbia', '', 'CA'),
(49.05801, -122.47087, 'Aldergrove', 'British Columbia', '', 'CA'),
(47.16317, -67.92460, 'Saint-Leonard', 'New Brunswick', 'Madawaska County', 'CA'),
(47.21304, -67.92847, 'Harrison Brook', 'New Brunswick', '', 'CA'),
(44.29897, -78.55989, 'Omemee', 'Ontario', '', 'CA'),
(44.24832, -76.95069, 'Napanee Downtown', 'Ontario', '', 'CA'),
(44.25122, -76.94424, 'Skatepark', 'Ontario', '', 'CA'),
(46.68037, -71.22327, 'Breakeyville', 'Quebec', 'Chaudiere-Appalaches', 'CA'),
(46.66346, -71.57335, 'Saint-Antoine-de-Tilly', 'Quebec', 'Chaudiere-Appalaches', 'CA'),
(43.21806, -79.98716, 'Ancaster', 'Ontario', '', 'CA'),
(46.88026, -71.51464, 'Shannon', 'Quebec', 'Capitale-Nationale', 'CA'),
(46.69314, -71.06927, 'Saint-Henri', 'Quebec', 'Chaudiere-Appalaches', 'CA'),
(46.58624, -71.20892, 'Saint-Lambert-de-Lauzon', 'Quebec', 'Chaudiere-Appalaches', 'CA'),
(47.46315, -69.22666, 'Pohenegamook', 'Quebec', 'Bas-Saint-Laurent', 'CA'),
(46.75468, -71.69566, 'Pont-Rouge', 'Quebec', 'Capitale-Nationale', 'CA'),
(46.17163, -71.87462, 'Princeville', 'Quebec', 'Mauricie', 'CA'),
(49.36672, -123.16652, 'West Vancouver', 'British Columbia', '', 'CA'),
(43.76672, -79.39909, 'Willowdale', 'Ontario', '', 'CA'),
(46.44353, -67.61536, 'Florenceville-Bristol', 'New Brunswick', '', 'CA'),
(47.76070, -69.47745, 'Saint-Antonin', 'Quebec', 'Bas-Saint-Laurent', 'CA'),
(-12.15681, 96.82251, 'West Island', '', '', 'CC'),
(0.76755, 24.43973, 'Yangambi', 'Eastern Province', 'Sous-Region de la Tshopo', 'CD'),
(3.03716, 29.53551, 'Watsa', 'Eastern Province', '', 'CD'),
(2.14838, 27.99466, 'Wamba', 'Eastern Province', '', 'CD'),
(-3.39534, 29.13779, 'Uvira', 'South Kivu', '', 'CD'),
(-6.41621, 20.79995, 'Tshikapa', 'Kasai-Occidental', '', 'CD'),
(-1.57386, 29.04339, 'Sake', 'Nord Kivu', '', 'CD'),
(-7.00906, 23.45278, 'Mwene-Ditu', 'Kasai-Oriental', '', 'CD'),
(-4.85187, 21.55950, 'Mweka', 'Kasai-Occidental', '', 'CD'),
(-6.13603, 23.58979, 'Mbuji-Mayi', 'Kasai-Oriental', '', 'CD'),
(-4.97503, 23.44391, 'Lusambo', 'Kasai-Oriental', '', 'CD'),
(-5.35218, 21.42192, 'Luebo', 'Kasai-Occidental', '', 'CD'),
(-5.38771, 25.74885, 'Lubao', 'Kasai-Oriental', '', 'CD'),
(-3.52105, 23.60050, 'Lodja', 'Kasai-Oriental', '', 'CD'),
(2.15127, 21.51672, 'Lisala', 'Equateur', '', 'CD'),
(-5.38532, 27.00029, 'Kongolo', 'Katanga', '', 'CD'),
(0.51528, 25.19099, 'Kisangani', 'Eastern Province', '', 'CD'),
(-2.94373, 25.92237, 'Kindu', 'Maniema', '', 'CD'),
(-4.42741, 26.66656, 'Kasongo', 'Maniema', '', 'CD'),
(-5.89624, 22.41659, 'Kananga', 'Kasai-Occidental', '', 'CD'),
(-3.59678, 26.66715, 'Kampene', 'Maniema', '', 'CD'),
(-8.73508, 24.99798, 'Kamina', 'Katanga', '', 'CD'),
(-5.94749, 29.19471, 'Kalemie', 'Katanga', '', 'CD'),
(-6.13791, 24.48179, 'Kabinda', 'Kasai-Oriental', '', 'CD'),
(-2.49682, 28.79081, 'Kabare', 'South Kivu', '', 'CD'),
(-6.05255, 26.91430, 'Kabalo', 'Katanga', 'Sous-Region du Tanganika', 'CD'),
(2.77391, 27.61603, 'Isiro', 'Eastern Province', '', 'CD'),
(-4.33111, 20.58638, 'Ilebo', 'Kasai-Occidental', '', 'CD'),
(-1.67409, 29.22845, 'Goma', 'Nord Kivu', '', 'CD'),
(4.27900, 21.00284, 'Gbadolite', 'Equateur', '', 'CD'),
(-6.74504, 23.95328, 'Gandajika', 'Kasai-Oriental', '', 'CD'),
(-5.49573, 22.26962, 'Demba', 'Kasai-Occidental', '', 'CD'),
(0.14164, 29.29117, 'Butembo', 'Nord Kivu', 'North Kivu', 'CD'),
(2.78582, 24.72997, 'Buta', 'Eastern Province', '', 'CD'),
(3.33863, 20.88577, 'Businga', 'Equateur', '', 'CD'),
(1.55941, 30.25224, 'Bunia', 'Eastern Province', '', 'CD'),
(2.18771, 22.46827, 'Bumba', 'Equateur', '', 'CD'),
(-2.49077, 28.84281, 'Bukavu', 'South Kivu', '', 'CD'),
(-9.20443, 25.85475, 'Bukama', 'Katanga', '', 'CD'),
(1.50695, 21.07260, 'Bongandanga', 'Equateur', '', 'CD'),
(3.81461, 23.68665, 'Bondo', 'Eastern Province', '', 'CD'),
(-0.28163, 20.88053, 'Boende', 'Equateur', '', 'CD'),
(0.49113, 29.47306, 'Beni', 'Nord Kivu', '', 'CD'),
(1.23909, 23.61598, 'Basoko', 'Eastern Province', '', 'CD'),
(2.73877, 23.78326, 'Aketi', 'Eastern Province', '', 'CD'),
(-11.66089, 27.47938, 'Lubumbashi', 'Katanga', '', 'CD'),
(-10.98303, 26.73840, 'Likasi', 'Katanga', '', 'CD'),
(-10.71484, 25.46674, 'Kolwezi', 'Katanga', '', 'CD'),
(-11.76097, 27.25135, 'Kipushi', 'Katanga', '', 'CD'),
(-10.87352, 26.59746, 'Kambove', 'Katanga', '', 'CD'),
(-4.99707, 12.94840, 'Tshela', 'Bas-Congo', '', 'CD'),
(-2.72037, 17.69001, 'Nioki', 'Bandundu', '', 'CD'),
(-3.01728, 16.92238, 'Mushie', 'Bandundu', '', 'CD'),
(-5.25837, 14.85838, 'Mbanza-Ngungu', 'Bas-Congo', '', 'CD'),
(0.04865, 18.26034, 'Mbandaka', 'Equateur', '', 'CD'),
(-5.79949, 13.44068, 'Matadi', 'Bas-Congo', '', 'CD'),
(-4.02328, 19.53385, 'Mangai', 'Bandundu', '', 'CD'),
(-1.06046, 17.18210, 'Lukolela', 'Equateur', '', 'CD'),
(3.65332, 18.63566, 'Libenge', 'Equateur', '', 'CD'),
(-4.32758, 15.31357, 'Kinshasa', 'Kinshasa', '', 'CD'),
(-5.04098, 18.81619, 'Kikwit', 'Bandundu', '', 'CD'),
(-6.47833, 16.81735, 'Kasongo-Lunda', 'Bandundu', '', 'CD'),
(-4.58330, 15.16554, 'Kasangulu', 'Bas-Congo', '', 'CD'),
(-1.92750, 18.28810, 'Inongo', 'Bandundu', '', 'CD'),
(3.25651, 19.77234, 'Gemena', 'Equateur', '', 'CD'),
(-4.54437, 18.60364, 'Bulungu', 'Bandundu', '', 'CD'),
(4.18980, 19.88330, 'Bosobolo', 'Equateur', '', 'CD'),
(-2.15800, 16.23249, 'Bolobo', 'Bandundu', '', 'CD'),
(-3.31687, 17.38063, 'Bandundu', 'Bandundu', '', 'CD'),
(-4.38361, 15.39139, 'Masina', 'Kinshasa', '', 'CD'),
(5.03144, 25.13614, 'Zemio', 'Haut-Mbomou', '', 'CF'),
(4.95000, 23.91667, 'Rafai', '', '', 'CF'),
(4.31325, 22.55524, 'Ouango', 'Mbomou', '', 'CF'),
(8.07771, 22.40075, 'Ouadda', 'Haute-Kotto', '', 'CF'),
(5.39586, 26.49211, 'Obo', 'Haut-Mbomou', '', 'CF'),
(8.41091, 20.64728, 'Ndele', 'Bamingui-Bangoran', '', 'CF'),
(4.31902, 21.17861, 'Mobaye', 'Basse-Kotto', '', 'CF'),
(4.62275, 21.88645, 'Kembe', 'Basse-Kotto', '', 'CF'),
(6.26793, 21.22468, 'Ippy', 'Ouaka', '', 'CF'),
(4.64816, 22.26331, 'Gambo', 'Mbomou', '', 'CF'),
(6.54233, 21.98633, 'Bria', 'Haute-Kotto', '', 'CF'),
(10.28488, 22.78818, 'Birao', 'Vakaga', '', 'CF'),
(4.74132, 22.81838, 'Bangassou', 'Mbomou', '', 'CF'),
(5.76795, 20.67565, 'Bambari', 'Ouaka', '', 'CF'),
(5.02667, 21.20876, 'Alindao', 'Basse-Kotto', '', 'CF'),
(5.71801, 19.07389, 'Sibut', 'Kemo', '', 'CF'),
(7.24269, 16.44059, 'Paoua', 'Ouham-Pende', '', 'CF'),
(3.52494, 16.04583, 'Nola', 'Sangha-Mbaere', 'Nola', 'CF'),
(3.64153, 18.59364, 'Mongoumba', 'Lobaye', '', 'CF'),
(3.86781, 17.98923, 'Mbaiki', 'Lobaye', '', 'CF'),
(4.99337, 19.96186, 'Kouango', 'Ouaka', '', 'CF'),
(6.98961, 19.18744, 'Kaga Bandoro', 'Nana-Grebizi', '', 'CF'),
(7.69937, 18.62903, 'Kabo', 'Ouham', '', 'CF'),
(4.11775, 15.13926, 'Gamboula', 'Mambere-Kadei', '', 'CF'),
(4.96075, 18.70350, 'Damara', 'Ombella-Mpoko', '', 'CF'),
(4.94273, 15.87735, 'Carnot', 'Mambere-Kadei', '', 'CF'),
(6.31933, 16.37992, 'Bozoum', 'Ouham-Pende', '', 'CF'),
(6.50734, 18.27670, 'Bouca', 'Ouham', '', 'CF'),
(5.93404, 15.59599, 'Bouar', 'Nana-Mambere', '', 'CF'),
(6.49263, 17.45518, 'Bossangoa', 'Ouham', '', 'CF'),
(4.31887, 17.46953, 'Boda', 'Lobaye', '', 'CF'),
(4.80048, 18.12747, 'Boali', 'Ombella-Mpoko', '', 'CF'),
(4.25671, 18.41583, 'Bimbo', 'Ombella-Mpoko', '', 'CF'),
(4.26116, 15.79216, 'Berberati', 'Mambere-Kadei', '', 'CF'),
(7.30082, 18.28330, 'Batangafo', 'Ouham', '', 'CF'),
(5.66667, 15.96667, 'Baoro', 'Nana-Mambere', '', 'CF'),
(4.36122, 18.55496, 'Bangui', 'Bangui', '', 'CF'),
(-3.68192, 13.34985, 'Sibiti', 'Lekoumou', '', 'CG'),
(1.64806, 14.58056, 'Sembe', 'Sangha', '', 'CG'),
(-4.77609, 11.86352, 'Pointe-Noire', 'Pointe-Noire', '', 'CG'),
(-0.48193, 15.89988, 'Owando', 'Cuvette', '', 'CG'),
(1.61361, 16.05167, 'Ouesso', 'Sangha', '', 'CG'),
(-2.94968, 12.70423, 'Mossendjo', 'Niari', '', 'CG'),
(0.00694, 15.63333, 'Makoua', 'Cuvette', '', 'CG'),
(-4.15361, 13.55000, 'Madingou', 'Bouenza', '', 'CG'),
(-4.19834, 12.66664, 'Dolisie', 'Niari', '', 'CG'),
(-4.65194, 11.81250, 'Loango', 'Kouilou', '', 'CG'),
(-4.75611, 11.85778, 'Loandjili', 'Pointe-Noire', '', 'CG'),
(-4.36139, 14.76444, 'Kinkala', 'Pool', '', 'CG'),
(-4.20493, 13.28608, 'Kayes', 'Bouenza', '', 'CG'),
(1.61804, 18.05981, 'Impfondo', 'Likouala', '', 'CG'),
(-1.87639, 15.86444, 'Gamboma', 'Plateaux', '', 'CG'),
(-0.87250, 14.82056, 'Ewo', 'Cuvette-Ouest', '', 'CG'),
(-2.54472, 14.75333, 'Djambala', 'Plateaux', '', 'CG'),
(-4.26613, 15.28318, 'Brazzaville', 'Brazzaville', '', 'CG'),
(-4.18396, 13.28590, 'Nkayi', 'Bouenza', '', 'CG'),
(47.43825, 7.53027, 'Zwingen', 'Basel-Landschaft', 'Bezirk Laufen', 'CH'),
(46.55452, 7.37385, 'Zweisimmen', 'Bern', 'Obersimmental-Saanen District', 'CH'),
(47.47452, 9.11196, 'Zuzwil', 'Saint Gallen', 'Wahlkreis Wil', 'CH'),
(47.58764, 8.29365, 'Bad Zurzach', 'Aargau', 'Bezirk Zurzach', 'CH'),
(47.36667, 8.55000, 'Zurich', 'Zurich', 'Bezirk Zuerich', 'CH'),
(46.60209, 9.95885, 'Zuoz', 'Grisons', 'Maloja District', 'CH'),
(47.44925, 7.80789, 'Zunzgen', 'Basel-Landschaft', 'Bezirk Sissach', 'CH'),
(47.33158, 8.62271, 'Zumikon', 'Zurich', 'Bezirk Meilen', 'CH'),
(47.17242, 8.51745, 'Zug', 'Zug', 'Zug', 'CH'),
(47.20173, 7.56649, 'Zuchwil', 'Solothurn', 'Bezirk Wasseramt', 'CH'),
(47.34019, 8.57407, 'Zollikon', 'Zurich', 'Bezirk Meilen', 'CH'),
(46.99905, 7.45809, 'Zollikofen', 'Bern', 'Bern-Mittelland District', 'CH'),
(47.28779, 7.94586, 'Zofingen', 'Aargau', 'Bezirk Zofingen', 'CH'),
(46.93575, 9.56491, 'Zizers', 'Grisons', 'Landquart District', 'CH'),
(46.70087, 10.09461, 'Zernez', 'Grisons', 'Inn District', 'CH'),
(46.02126, 7.74912, 'Zermatt', 'Valais', 'Visp District', 'CH'),
(47.13673, 7.92495, 'Zell', 'Lucerne', 'Willisau District', 'CH'),
(46.90196, 7.66185, 'Zaziwil', 'Bern', 'Bern-Mittelland District', 'CH'),
(46.80034, 6.74249, 'Yvonand', 'Vaud', 'Jura-Nord vaudois District', 'CH'),
(46.77852, 6.64115, 'Yverdon-les-Bains', 'Vaud', 'Jura-Nord vaudois District', 'CH'),
(47.07851, 7.82922, 'Wyssachen', 'Bern', 'Oberaargau', 'CH'),
(47.10586, 7.66681, 'Wynigen', 'Bern', 'Emmental District', 'CH'),
(47.25570, 7.81626, 'Wynau', 'Bern', 'Oberaargau', 'CH'),
(47.44208, 8.36439, 'Wurenlos', 'Aargau', 'Bezirk Baden', 'CH'),
(47.53356, 8.25666, 'Wurenlingen', 'Aargau', 'Bezirk Baden', 'CH'),
(47.10279, 7.29518, 'Worben', 'Bern', 'Seeland District', 'CH'),
(46.92984, 7.56306, 'Worb', 'Bern', 'Bern-Mittelland District', 'CH'),
(47.19478, 8.71903, 'Wollerau', 'Schwyz', 'Bezirk Hoefe', 'CH'),
(47.05983, 8.07389, 'Wolhusen', 'Lucerne', 'Entlebuch District', 'CH'),
(47.26819, 7.78967, 'Wolfwil', 'Solothurn', 'Bezirk Gaeu', 'CH'),
(47.46070, 7.99835, 'Woelflinswil', 'Aargau', 'Bezirk Laufenburg', 'CH'),
(46.90322, 8.39423, 'Wolfenschiessen', 'Nidwalden', 'Nidwalden', 'CH'),
(47.35236, 8.27877, 'Wohlen', 'Aargau', 'Bezirk Bremgarten', 'CH'),
(46.97118, 7.35685, 'Wohlen', 'Bern', 'Bern-Mittelland District', 'CH'),
(47.48139, 7.97577, 'Wittnau', 'Aargau', 'Bezirk Laufenburg', 'CH'),
(47.46308, 9.37761, 'Wittenbach', 'Saint Gallen', 'Wahlkreis St. Gallen', 'CH'),
(47.35751, 8.59105, 'Zuerich (Kreis 7) / Witikon', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.50003, 8.72510, 'Winterthur', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.47899, 8.21842, 'Windisch', 'Aargau', 'Bezirk Brugg', 'CH'),
(46.67587, 7.63972, 'Wimmis', 'Bern', 'Frutigen-Niedersimmental District', 'CH'),
(47.12183, 7.99418, 'Willisau', 'Lucerne', 'Willisau District', 'CH'),
(47.20148, 9.35488, 'Wildhaus', 'Saint Gallen', 'Wahlkreis Toggenburg', 'CH'),
(46.66369, 7.86175, 'Wilderswil', 'Bern', 'Interlaken-Oberhasli District', 'CH'),
(47.66745, 8.46774, 'Wilchingen', 'Schaffhausen', 'Bezirk Unterklettgau', 'CH'),
(47.41928, 8.84524, 'Wila', 'Zurich', 'Bezirk Pfaeffikon', 'CH'),
(47.46152, 9.04552, 'Wil', 'Saint Gallen', 'Wahlkreis Wil', 'CH'),
(47.26339, 7.96801, 'Wikon', 'Lucerne', 'Willisau District', 'CH'),
(47.59695, 9.03140, 'Wigoltingen', 'Thurgau', 'Weinfelden District', 'CH'),
(47.52170, 8.78967, 'Wiesendangen / Wiesendangen (Dorf)', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.25194, 7.64610, 'Wiedlisbach', 'Bern', 'Oberaargau', 'CH'),
(47.36201, 8.51497, 'Zuerich (Kreis 3) / Alt-Wiedikon', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.32640, 8.79779, 'Wetzikon', 'Zurich', 'Bezirk Hinwil', 'CH'),
(47.47049, 8.31636, 'Wettingen', 'Aargau', 'Bezirk Baden', 'CH'),
(47.05507, 8.10661, 'Werthenstein', 'Lucerne', 'Entlebuch District', 'CH'),
(47.28029, 7.52634, 'Welschenrohr', 'Solothurn', 'Bezirk Thal', 'CH'),
(47.43063, 8.76787, 'Weisslingen', 'Zurich', 'Bezirk Pfaeffikon', 'CH'),
(47.42022, 8.43644, 'Weiningen', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.56667, 9.10000, 'Weinfelden', 'Thurgau', 'Weinfelden District', 'CH'),
(47.03208, 8.43219, 'Weggis', 'Lucerne', 'Lucerne-Land District', 'CH'),
(47.49794, 7.93159, 'Wegenstetten', 'Aargau', 'Bezirk Rheinfelden', 'CH'),
(47.13447, 9.09644, 'Weesen', 'Saint Gallen', 'Wahlkreis See-Gaster', 'CH'),
(47.18457, 8.02100, 'Wauwil', 'Lucerne', 'Willisau District', 'CH'),
(47.30225, 9.08757, 'Wattwil', 'Saint Gallen', 'Wahlkreis Toggenburg', 'CH'),
(46.76973, 7.50835, 'Wattenwil', 'Bern', 'Thun District', 'CH'),
(47.49761, 8.95355, 'Wangi', 'Thurgau', 'Muenchwilen District', 'CH'),
(47.23199, 7.65448, 'Wangen an der Aare', 'Bern', 'Oberaargau', 'CH'),
(47.34365, 7.86982, 'Wangen', 'Solothurn', 'Bezirk Olten', 'CH'),
(47.45007, 9.60495, 'Walzenhausen', 'Appenzell Ausserrhoden', 'Bezirk Vorderland', 'CH'),
(47.33493, 8.30344, 'Waltenschwil', 'Aargau', 'Bezirk Muri', 'CH'),
(47.41499, 8.59672, 'Wallisellen', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.12411, 9.31194, 'Walenstadt', 'Saint Gallen', 'Wahlkreis Sarganserland', 'CH'),
(46.94856, 7.62040, 'Walkringen', 'Bern', 'Bern-Mittelland District', 'CH'),
(47.35627, 9.28345, 'Waldstatt', 'Appenzell Ausserrhoden', 'Bezirk Hinterland', 'CH'),
(47.46859, 9.28605, 'Waldkirch', 'Saint Gallen', 'Wahlkreis St. Gallen', 'CH'),
(47.38333, 7.75000, 'Waldenburg', 'Basel-Landschaft', 'Bezirk Waldenburg', 'CH'),
(47.27595, 8.91405, 'Wald', 'Zurich', 'Bezirk Hinwil', 'CH'),
(46.81667, 7.85000, 'Wald', 'Bern', 'Emmental District', 'CH'),
(47.10169, 8.51693, 'Walchwil', 'Zug', 'Zug', 'CH'),
(46.82806, 7.35318, 'Wahlern', 'Bern', 'Bern-Mittelland District', 'CH'),
(47.40226, 7.51511, 'Wahlen', 'Basel-Landschaft', 'Bezirk Laufen', 'CH'),
(47.65969, 8.84790, 'Wagenhausen', 'Thurgau', 'Frauenfeld District', 'CH'),
(47.22683, 8.66870, 'Wadenswil', 'Zurich', 'Bezirk Horgen', 'CH'),
(46.61731, 7.02052, 'Vuadens', 'Fribourg', 'Gruyere District', 'CH'),
(46.33625, 6.89053, 'Vouvry', 'Valais', 'Monthey District', 'CH'),
(47.12092, 8.90185, 'Vorderthal', 'Schwyz', 'Bezirk March', 'CH'),
(47.27585, 7.90114, 'Vordemwald', 'Aargau', 'Bezirk Zofingen', 'CH'),
(47.39016, 8.69085, 'Volketswil / Volketswil (Dorf)', 'Zurich', 'Bezirk Uster', 'CH'),
(47.01014, 8.48420, 'Vitznau', 'Lucerne', 'Lucerne-Land District', 'CH'),
(46.25899, 7.90192, 'Visperterminen', 'Valais', 'Visp District', 'CH'),
(46.29370, 7.88149, 'Visp', 'Valais', 'Visp District', 'CH'),
(46.31101, 6.90062, 'Vionnaz', 'Valais', 'Monthey District', 'CH'),
(47.47098, 8.15975, 'Villnachern', 'Aargau', 'Bezirk Brugg', 'CH'),
(47.34917, 8.24583, 'Villmergen', 'Aargau', 'Bezirk Bremgarten', 'CH'),
(47.52682, 8.21486, 'Villigen', 'Aargau', 'Bezirk Brugg', 'CH'),
(46.39869, 6.92654, 'Villeneuve', 'Vaud', 'Aigle District', 'CH'),
(46.72074, 6.95638, 'Villaz-Saint-Pierre', 'Fribourg', 'Glane District', 'CH'),
(46.29832, 7.05631, 'Villars-sur-Ollon', 'Vaud', 'Aigle District', 'CH'),
(46.79054, 7.11717, 'Villars-sur-Glane', 'Fribourg', 'Sarine District', 'CH'),
(46.01342, 8.96879, 'Viganello', 'Ticino', 'Lugano District', 'CH'),
(47.35101, 7.40266, 'Vicques', 'Jura', 'Delemont District', 'CH'),
(46.16699, 6.18436, 'Veyrier', 'Geneva', 'Geneva', 'CH'),
(46.21239, 7.39826, 'Vex', 'Valais', 'Herens District', 'CH'),
(46.46299, 6.84345, 'Vevey', 'Vaud', 'Riviera-Pays-d\'Enhaut District', 'CH'),
(46.22414, 7.28903, 'Vetroz', 'Valais', 'Conthey District', 'CH'),
(46.28402, 6.16166, 'Versoix', 'Geneva', 'Geneva', 'CH'),
(46.18482, 8.73224, 'Verscio', 'Ticino', 'Locarno District', 'CH'),
(46.21702, 6.08497, 'Vernier', 'Geneva', 'Geneva', 'CH'),
(46.13667, 7.03906, 'Vernayaz', 'Valais', 'Saint-Maurice District', 'CH'),
(46.09872, 7.21621, 'Verbier', 'Valais', 'Entremont District', 'CH'),
(47.51419, 8.71700, 'Veltheim', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.43796, 8.14722, 'Veltheim', 'Aargau', 'Bezirk Brugg', 'CH'),
(46.94616, 7.56065, 'Vechigen', 'Bern', 'Bern-Mittelland District', 'CH'),
(46.31860, 7.60743, 'Varen', 'Valais', 'Leuk District', 'CH'),
(46.22179, 6.20285, 'Vandoeuvres', 'Geneva', 'Geneva', 'CH'),
(46.71256, 6.37894, 'Vallorbe', 'Vaud', 'Jura-Nord vaudois District', 'CH'),
(47.43813, 9.13922, 'Uzwil', 'Saint Gallen', 'Wahlkreis Wil', 'CH'),
(47.22421, 8.98263, 'Uznach', 'Saint Gallen', 'Wahlkreis See-Gaster', 'CH'),
(47.12981, 7.55838, 'Utzenstorf', 'Bern', 'Emmental District', 'CH'),
(47.58360, 9.34240, 'Uttwil', 'Thurgau', 'Arbon District', 'CH'),
(46.79435, 7.57789, 'Uttigen', 'Bern', 'Thun District', 'CH'),
(47.34713, 8.72091, 'Uster', 'Zurich', 'Bezirk Uster', 'CH'),
(47.02667, 7.50081, 'Urtenen', 'Bern', 'Bern-Mittelland District', 'CH'),
(47.31669, 9.28250, 'Urnasch', 'Appenzell Ausserrhoden', 'Bezirk Hinterland', 'CH'),
(47.31637, 8.79369, 'Wetzikon / Unter-Wetzikon', 'Zurich', 'Bezirk Hinwil', 'CH'),
(46.92750, 9.53422, 'Untervaz', 'Grisons', 'Landquart District', 'CH'),
(47.50213, 8.25554, 'Untersiggenthal', 'Aargau', 'Bezirk Baden', 'CH'),
(46.68530, 7.84722, 'Unterseen', 'Bern', 'Interlaken-Oberhasli District', 'CH'),
(47.32120, 8.38102, 'Unterlunkhofen', 'Aargau', 'Bezirk Bremgarten', 'CH'),
(47.30998, 8.11371, 'Unterkulm', 'Aargau', 'Bezirk Kulm', 'CH'),
(47.40787, 8.72607, 'Illnau / Unter-Illnau', 'Zurich', 'Bezirk Pfaeffikon', 'CH'),
(47.06258, 8.80520, 'Unteriberg', 'Schwyz', 'Bezirk Schwyz', 'CH'),
(47.41396, 8.44761, 'Unterengstringen', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.50250, 8.34729, 'Unterehrendingen', 'Aargau', 'Bezirk Baden', 'CH'),
(47.13645, 8.58530, 'Unterageri', 'Zug', 'Zug', 'CH'),
(47.36911, 8.45699, 'Uitikon', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.67074, 8.63542, 'Uhwiesen', 'Zurich', 'Bezirk Andelfingen', 'CH'),
(47.26441, 8.67925, 'Uetikon', 'Zurich', 'Bezirk Meilen', 'CH'),
(46.77392, 7.57251, 'Uetendorf', 'Bern', 'Thun District', 'CH'),
(47.30289, 8.02371, 'Uerkheim', 'Aargau', 'Bezirk Zofingen', 'CH'),
(47.23672, 8.75730, 'Uerikon', 'Zurich', 'Bezirk Meilen', 'CH'),
(46.86587, 7.30998, 'Ueberstorf', 'Fribourg', 'Sense District', 'CH'),
(47.09005, 8.40335, 'Udligenswil', 'Lucerne', 'Lucerne-Land District', 'CH'),
(46.30148, 7.70195, 'Turtmann', 'Valais', 'Leuk District', 'CH'),
(47.49201, 8.25412, 'Turgi', 'Aargau', 'Bezirk Baden', 'CH'),
(47.43633, 8.84629, 'Turbenthal', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.20291, 8.94366, 'Tuggen', 'Schwyz', 'Bezirk March', 'CH'),
(46.74292, 8.98716, 'Trun', 'Grisons', 'Surselva District', 'CH'),
(46.92228, 7.84520, 'Trubschachen', 'Bern', 'Emmental District', 'CH'),
(46.94168, 7.87996, 'Trub', 'Bern', 'Emmental District', 'CH'),
(46.22890, 6.91589, 'Troistorrents', 'Valais', 'Monthey District', 'CH'),
(47.40782, 9.46498, 'Trogen', 'Appenzell Ausserrhoden', 'Bezirk Mittelland', 'CH'),
(46.89907, 9.56236, 'Trimmis', 'Grisons', 'Landquart District', 'CH'),
(47.36561, 7.88680, 'Trimbach', 'Solothurn', 'Bezirk Goesgen', 'CH'),
(47.23375, 8.07729, 'Triengen', 'Lucerne', 'Sursee District', 'CH'),
(46.72745, 7.13772, 'Treyvaux', 'Fribourg', 'Sarine District', 'CH'),
(46.41538, 6.20813, 'Trelex', 'Vaud', 'Nyon District', 'CH'),
(46.94018, 6.67595, 'Travers', 'Neuchatel', 'Val-de-Travers District', 'CH'),
(47.22393, 7.09950, 'Tramelan', 'Bern', 'Jura bernois', 'CH'),
(47.01699, 7.73639, 'Trachselwald', 'Bern', 'Emmental District', 'CH'),
(47.47890, 8.70215, 'Toss', 'Zurich', 'Bezirk Winterthur', 'CH'),
(46.86031, 7.49216, 'Toffen', 'Bern', 'Bern-Mittelland District', 'CH'),
(46.66014, 9.57883, 'Tiefencastel', 'Grisons', 'Albula District', 'CH'),
(46.69724, 9.43938, 'Thusis', 'Grisons', 'Hinterrhein District', 'CH'),
(47.54594, 8.96358, 'Thundorf', 'Thurgau', 'Frauenfeld District', 'CH'),
(46.75118, 7.62166, 'Thun', 'Bern', 'Thun District', 'CH'),
(46.75319, 7.57442, 'Thierachern', 'Bern', 'Thun District', 'CH'),
(47.50117, 7.55286, 'Therwil', 'Basel-Landschaft', 'Bezirk Arlesheim', 'CH'),
(47.74717, 8.70724, 'Thayngen', 'Schaffhausen', 'Bezirk Reiat', 'CH'),
(47.29175, 8.56351, 'Thalwil', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.32863, 8.12074, 'Teufenthal', 'Aargau', 'Bezirk Kulm', 'CH'),
(47.39080, 9.38644, 'Teufen', 'Appenzell Ausserrhoden', 'Bezirk Mittelland', 'CH'),
(46.06808, 8.96580, 'Tesserete', 'Ticino', 'Lugano District', 'CH'),
(47.55809, 8.28914, 'Tegerfelden', 'Aargau', 'Bezirk Zurzach', 'CH'),
(47.22079, 7.19759, 'Tavannes', 'Bern', 'Jura bernois', 'CH'),
(47.06524, 7.19704, 'Tauffelen', 'Bern', 'Seeland District', 'CH'),
(47.26898, 8.85024, 'Tann', 'Zurich', 'Bezirk Hinwil', 'CH'),
(46.34503, 6.83041, 'Tanay', 'Valais', 'Monthey District', 'CH'),
(46.82964, 9.40648, 'Tamins', 'Grisons', 'Imboden District', 'CH'),
(47.65594, 9.13167, 'Tagerwilen', 'Thurgau', 'Kreuzlingen District', 'CH'),
(46.81483, 7.21852, 'Tafers', 'Fribourg', 'Sense District', 'CH'),
(47.17088, 8.11113, 'Sursee', 'Lucerne', 'Sursee District', 'CH'),
(47.02747, 7.74526, 'Sumiswald', 'Bern', 'Emmental District', 'CH'),
(47.53602, 8.09628, 'Sulz', 'Aargau', 'Bezirk Laufenburg', 'CH'),
(47.53770, 9.18497, 'Sulgen', 'Thurgau', 'Weinfelden District', 'CH'),
(47.37172, 8.07967, 'Suhr', 'Aargau', 'Bezirk Aarau', 'CH'),
(47.19852, 7.61949, 'Subingen', 'Solothurn', 'Bezirk Wasseramt', 'CH'),
(47.27917, 7.92895, 'Strengelbach', 'Aargau', 'Bezirk Zofingen', 'CH'),
(46.95835, 7.52508, 'Stettlen', 'Bern', 'Bern-Mittelland District', 'CH'),
(47.52446, 8.95509, 'Stettfurt', 'Thurgau', 'Frauenfeld District', 'CH'),
(47.19510, 8.48581, 'Steinhausen', 'Zug', 'Zug', 'CH'),
(47.04975, 8.61214, 'Steinen', 'Schwyz', 'Bezirk Schwyz', 'CH'),
(47.65933, 8.85964, 'Stein am Rhein', 'Schaffhausen', 'Bezirk Stein', 'CH'),
(47.54403, 7.95256, 'Stein', 'Aargau', 'Bezirk Rheinfelden', 'CH'),
(46.77807, 7.63249, 'Steffisburg', 'Bern', 'Thun District', 'CH'),
(47.66667, 8.98333, 'Steckborn', 'Thurgau', 'Frauenfeld District', 'CH'),
(47.38372, 8.16606, 'Staufen', 'Aargau', 'Bezirk Lenzburg', 'CH'),
(46.97680, 8.33553, 'Stansstad', 'Nidwalden', 'Nidwalden', 'CH'),
(46.95805, 8.36609, 'Stans', 'Nidwalden', 'Nidwalden', 'CH'),
(46.23341, 7.87273, 'Stalden', 'Valais', 'Visp District', 'CH'),
(47.28395, 8.04208, 'Staffelbach', 'Aargau', 'Bezirk Zofingen', 'CH'),
(47.24254, 8.72342, 'Stafa', 'Zurich', 'Bezirk Meilen', 'CH'),
(45.85099, 8.93918, 'Stabio', 'Ticino', 'Mendrisio District', 'CH'),
(47.42016, 8.36301, 'Spreitenbach', 'Aargau', 'Bezirk Baden', 'CH'),
(46.68473, 7.69111, 'Spiez', 'Bern', 'Frutigen-Niedersimmental District', 'CH'),
(47.41090, 9.44335, 'Speicher', 'Appenzell Ausserrhoden', 'Bezirk Mittelland', 'CH'),
(46.65521, 6.74197, 'Sottens', 'Vaud', 'Gros-de-Vaud District', 'CH'),
(45.99855, 8.93713, 'Sorengo', 'Ticino', 'Lugano District', 'CH'),
(47.20791, 7.53714, 'Solothurn', 'Solothurn', 'Bezirk Solothurn', 'CH'),
(47.46408, 7.80888, 'Sissach', 'Basel-Landschaft', 'Bezirk Sissach', 'CH'),
(47.46222, 8.99763, 'Sirnach', 'Thurgau', 'Muenchwilen District', 'CH'),
(46.22908, 7.35942, 'Sitten', 'Valais', 'Sion District', 'CH'),
(47.19216, 8.39578, 'Sins', 'Aargau', 'Bezirk Muri', 'CH'),
(46.45810, 9.79514, 'Silvaplana', 'Grisons', 'Maloja District', 'CH'),
(46.78910, 8.67325, 'Silenen', 'Uri', 'Uri', 'CH'),
(46.71656, 7.71335, 'Sigriswil', 'Bern', 'Thun District', 'CH'),
(46.91944, 7.72418, 'Signau', 'Bern', 'Emmental District', 'CH'),
(46.29192, 7.53559, 'Sierre', 'Valais', 'Sierre District', 'CH'),
(47.12213, 9.48601, 'Sevelen', 'Saint Gallen', 'Wahlkreis Werdenberg', 'CH'),
(47.53545, 8.73728, 'Seuzach / Seuzach (Dorf)', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.34490, 8.15607, 'Seon', 'Aargau', 'Bezirk Lenzburg', 'CH'),
(47.26053, 9.50268, 'Sennwald', 'Saint Gallen', 'Wahlkreis Werdenberg', 'CH'),
(47.13577, 8.19149, 'Sempach', 'Lucerne', 'Sursee District', 'CH'),
(46.18363, 8.99162, 'Sementina', 'Ticino', 'Bellinzona District', 'CH'),
(47.20531, 7.45521, 'Selzach', 'Solothurn', 'Bezirk Lebern', 'CH'),
(47.45947, 7.71729, 'Seltisberg', 'Basel-Landschaft', 'Bezirk Liestal', 'CH'),
(46.78765, 7.53937, 'Seftigen', 'Bern', 'Thun District', 'CH'),
(47.32852, 8.20509, 'Seengen', 'Aargau', 'Bezirk Lenzburg', 'CH'),
(47.03445, 7.31249, 'Seedorf', 'Bern', 'Seeland District', 'CH'),
(46.88199, 8.61611, 'Seedorf', 'Uri', 'Uri', 'CH'),
(47.14434, 7.66541, 'Seeberg', 'Bern', 'Oberaargau', 'CH'),
(47.42181, 8.54779, 'Zuerich (Kreis 11) / Seebach', 'Zurich', 'Bezirk Zuerich', 'CH'),
(46.79676, 10.30595, 'Scuol', 'Grisons', 'Inn District', 'CH'),
(47.02076, 8.65414, 'Schwyz', 'Schwyz', 'Bezirk Schwyz', 'CH'),
(47.35255, 9.24894, 'Schwellbrunn', 'Appenzell Ausserrhoden', 'Bezirk Hinterland', 'CH'),
(47.01705, 8.17261, 'Schwarzenberg', 'Lucerne', 'Lucerne-Land District', 'CH'),
(46.99541, 9.07010, 'Schwanden', 'Glarus', 'Glarus', 'CH'),
(47.58541, 8.14455, 'Schwaderloch', 'Aargau', 'Bezirk Laufenburg', 'CH'),
(46.95161, 8.01723, 'Schuepfheim', 'Lucerne', 'Entlebuch District', 'CH'),
(47.03661, 7.37723, 'Schupfen', 'Bern', 'Seeland District', 'CH'),
(47.17326, 8.92811, 'Schubelbach', 'Schwyz', 'Bezirk March', 'CH'),
(47.16896, 7.98870, 'Schoetz', 'Lucerne', 'Willisau District', 'CH'),
(47.36910, 8.00167, 'Schonenwerd', 'Solothurn', 'Bezirk Olten', 'CH'),
(47.53853, 7.50572, 'Schonenbuch', 'Basel-Landschaft', 'Bezirk Arlesheim', 'CH'),
(47.30572, 8.05138, 'Schoftland', 'Aargau', 'Bezirk Kulm', 'CH'),
(46.85750, 7.25031, 'Schmitten', 'Fribourg', 'Sense District', 'CH'),
(47.22538, 8.94836, 'Schmerikon', 'Saint Gallen', 'Wahlkreis See-Gaster', 'CH'),
(47.39668, 8.44763, 'Schlieren', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.74818, 8.48213, 'Schleitheim', 'Schaffhausen', 'Bezirk Schleitheim', 'CH'),
(47.44650, 8.14089, 'Schinznach Dorf', 'Aargau', 'Bezirk Brugg', 'CH'),
(47.44992, 8.16833, 'Schinznach Bad', 'Aargau', 'Bezirk Brugg', 'CH'),
(47.17460, 8.71345, 'Schindellegi', 'Schwyz', 'Bezirk Hoefe', 'CH'),
(46.96973, 9.68720, 'Schiers', 'Grisons', 'Praettigau/Davos District', 'CH'),
(47.16830, 8.14384, 'Schenkon', 'Lucerne', 'Sursee District', 'CH'),
(46.86550, 8.65465, 'Schattdorf', 'Uri', 'Uri', 'CH'),
(47.15799, 9.04736, 'Schanis', 'Saint Gallen', 'Wahlkreis See-Gaster', 'CH'),
(47.37529, 8.14076, 'Schafisheim', 'Aargau', 'Bezirk Lenzburg', 'CH'),
(47.69732, 8.63493, 'Schaffhausen', 'Schaffhausen', 'Bezirk Schaffhausen', 'CH');
INSERT INTO `reverse_geocode` (`lat`, `lng`, `city`, `region`, `province`, `country`) VALUES
(46.15005, 7.18074, 'Saxon', 'Valais', 'Martigny District', 'CH'),
(46.53844, 6.73222, 'Savigny', 'Vaud', 'Lavaux-Oron District', 'CH'),
(46.25115, 7.34558, 'Saviese', 'Valais', 'Sion District', 'CH'),
(47.08246, 8.63565, 'Sattel', 'Schwyz', 'Bezirk Schwyz', 'CH'),
(46.21462, 6.03553, 'Satigny', 'Geneva', 'Geneva', 'CH'),
(46.89851, 8.25068, 'Sarnen', 'Obwalden', 'Obwalden', 'CH'),
(47.31022, 8.24949, 'Sarmenstorf', 'Aargau', 'Bezirk Bremgarten', 'CH'),
(47.04896, 9.44103, 'Sargans', 'Saint Gallen', 'Wahlkreis Sarganserland', 'CH'),
(46.26623, 9.14886, 'Santa Maria in Calanca', 'Grisons', 'Moesa District', 'CH'),
(46.51168, 7.39386, 'Sankt Stephan', 'Bern', 'Obersimmental-Saanen District', 'CH'),
(47.31782, 9.17449, 'Sankt Peterzell', 'Saint Gallen', 'Wahlkreis Toggenburg', 'CH'),
(46.17706, 7.80307, 'Sankt Niklaus', 'Valais', 'Visp District', 'CH'),
(46.49840, 9.83909, 'Saint Moritz', 'Grisons', 'Maloja District', 'CH'),
(47.45253, 9.63741, 'Sankt Margrethen', 'Saint Gallen', 'Wahlkreis Rheintal', 'CH'),
(47.24668, 8.97388, 'Sankt Gallenkappel', 'Saint Gallen', 'Wahlkreis See-Gaster', 'CH'),
(47.42391, 9.37477, 'Sankt Gallen', 'Saint Gallen', 'Wahlkreis St. Gallen', 'CH'),
(46.82207, 7.26091, 'Sankt Antoni', 'Fribourg', 'Sense District', 'CH'),
(46.53417, 9.87122, 'Samedan', 'Grisons', 'Maloja District', 'CH'),
(46.11635, 7.01618, 'Salvan', 'Valais', 'Saint-Maurice District', 'CH'),
(47.55696, 9.36889, 'Salmsach', 'Thurgau', 'Arbon District', 'CH'),
(46.31056, 7.56954, 'Salgesch', 'Valais', 'Leuk District', 'CH'),
(46.63763, 6.97363, 'Sales', 'Fribourg', 'Gruyere District', 'CH'),
(46.47963, 6.45992, 'Saint-Prex', 'Vaud', 'Morges District', 'CH'),
(46.21826, 7.00320, 'Saint-Maurice', 'Valais', 'Saint-Maurice District', 'CH'),
(46.50794, 6.38753, 'Saint-Livres', 'Vaud', 'Morges District', 'CH'),
(46.25152, 7.41714, 'Saint-Leonard', 'Valais', 'Sion District', 'CH'),
(47.15284, 6.99692, 'Saint-Imier', 'Bern', 'Jura bernois', 'CH'),
(46.82203, 6.50283, 'Sainte-Croix', 'Vaud', 'Jura-Nord vaudois District', 'CH'),
(46.44590, 6.15737, 'Saint-Cergue', 'Vaud', 'Nyon District', 'CH'),
(47.01323, 6.98472, 'Saint-Blaise', 'Neuchatel', 'Neuchatel District', 'CH'),
(46.89419, 6.77251, 'Saint-Aubin-Sauges', 'Neuchatel', 'Boudry District', 'CH'),
(46.17208, 7.18488, 'Saillon', 'Valais', 'Martigny District', 'CH'),
(47.25619, 6.99648, 'Saignelegier', 'Jura', 'Franches-Montagnes District', 'CH'),
(47.32140, 7.98122, 'Safenwil', 'Aargau', 'Bezirk Zofingen', 'CH'),
(46.86718, 8.23344, 'Sachseln', 'Obwalden', 'Obwalden', 'CH'),
(46.12281, 7.93651, 'Saas-Grund', 'Valais', 'Visp District', 'CH'),
(46.10805, 7.92741, 'Saas-Fee', 'Valais', 'Visp District', 'CH'),
(46.48956, 7.25961, 'Saanen', 'Bern', 'Obersimmental-Saanen District', 'CH'),
(47.25603, 8.85552, 'Rueti', 'Zurich', 'Bezirk Hinwil', 'CH'),
(47.29480, 9.53857, 'Ruthi', 'Saint Gallen', 'Wahlkreis Rheintal', 'CH'),
(47.08425, 8.12645, 'Ruswil', 'Lucerne', 'Sursee District', 'CH'),
(47.39669, 8.77515, 'Russikon', 'Zurich', 'Bezirk Pfaeffikon', 'CH'),
(47.30688, 8.55135, 'Ruschlikon', 'Zurich', 'Bezirk Horgen', 'CH'),
(46.77977, 7.39167, 'Ruschegg', 'Bern', 'Bern-Mittelland District', 'CH'),
(47.40131, 8.12877, 'Rupperswil', 'Aargau', 'Bezirk Brugg', 'CH'),
(47.45041, 8.52993, 'Rumlang', 'Zurich', 'Bezirk Dielsdorf', 'CH'),
(46.82216, 7.43890, 'Rueggisberg', 'Bern', 'Bern-Mittelland District', 'CH'),
(46.61916, 6.82225, 'Rue', 'Fribourg', 'Glane District', 'CH'),
(47.37101, 8.38083, 'Rudolfstetten', 'Aargau', 'Bezirk Bremgarten', 'CH'),
(46.98415, 7.72061, 'Ruderswil', 'Bern', 'Emmental District', 'CH'),
(46.89868, 7.54460, 'Rubigen', 'Bern', 'Bern-Mittelland District', 'CH'),
(46.23512, 9.12622, 'Roveredo', 'Grisons', 'Moesa District', 'CH'),
(47.30508, 7.89196, 'Rothrist', 'Aargau', 'Bezirk Zofingen', 'CH'),
(47.10420, 8.67585, 'Rothenthurm', 'Schwyz', 'Bezirk Schwyz', 'CH'),
(47.42366, 7.48024, 'Roschenz', 'Solothurn', 'Bezirk Thierstein', 'CH'),
(47.47800, 9.49030, 'Rorschach', 'Saint Gallen', 'Wahlkreis Rorschach', 'CH'),
(47.53092, 8.57555, 'Rorbas', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.11458, 8.39021, 'Root', 'Lucerne', 'Lucerne-Land District', 'CH'),
(46.69652, 6.91898, 'Romont', 'Fribourg', 'Glane District', 'CH'),
(47.16813, 8.24643, 'Roemerswil', 'Lucerne', 'Hochdorf District', 'CH'),
(47.56586, 9.37869, 'Romanshorn', 'Thurgau', 'Arbon District', 'CH'),
(46.56667, 6.60453, 'Romanel', 'Vaud', 'Lausanne District', 'CH'),
(46.45820, 6.33499, 'Rolle', 'Vaud', 'Nyon District', 'CH'),
(47.13521, 7.81334, 'Rohrbach', 'Bern', 'Oberaargau', 'CH'),
(47.41029, 7.95333, 'Rohr', 'Solothurn', 'Bezirk Goesgen', 'CH'),
(47.49981, 9.39580, 'Roggwil', 'Thurgau', 'Arbon District', 'CH'),
(47.24119, 7.82141, 'Roggwil', 'Bern', 'Oberaargau', 'CH'),
(47.48221, 7.45760, 'Rodersdorf', 'Solothurn', 'Bezirk Dorneck', 'CH'),
(45.90341, 8.97104, 'Riva San Vitale', 'Ticino', 'Mendrisio District', 'CH'),
(46.70114, 7.89445, 'Ringgenberg', 'Bern', 'Interlaken-Oberhasli District', 'CH'),
(47.44674, 8.79528, 'Effretikon / Rikon', 'Zurich', 'Bezirk Pfaeffikon', 'CH'),
(46.81028, 7.48014, 'Riggisberg', 'Bern', 'Bern-Mittelland District', 'CH'),
(47.23158, 7.56829, 'Riedholz', 'Solothurn', 'Bezirk Lebern', 'CH'),
(46.17276, 7.22360, 'Riddes', 'Valais', 'Martigny District', 'CH'),
(47.20622, 8.69686, 'Richterswil', 'Zurich', 'Bezirk Horgen', 'CH'),
(46.64224, 7.06183, 'Riaz', 'Fribourg', 'Gruyere District', 'CH'),
(47.55437, 7.79403, 'Rheinfelden', 'Aargau', 'Bezirk Rheinfelden', 'CH'),
(47.46630, 9.59028, 'Rheineck', 'Saint Gallen', 'Wahlkreis Rheintal', 'CH'),
(46.79861, 9.39837, 'Rhazuns', 'Grisons', 'Imboden District', 'CH'),
(46.53989, 6.58810, 'Renens', 'Vaud', 'Ouest Lausannois District', 'CH'),
(47.25944, 8.18845, 'Reinach', 'Aargau', 'Bezirk Kulm', 'CH'),
(47.39824, 7.68718, 'Reigoldswil', 'Basel-Landschaft', 'Bezirk Waldenburg', 'CH'),
(47.24719, 7.97135, 'Reiden', 'Lucerne', 'Willisau District', 'CH'),
(47.16747, 8.98304, 'Reichenburg', 'Schwyz', 'Bezirk March', 'CH'),
(47.42611, 9.48300, 'Rehetobel', 'Appenzell Ausserrhoden', 'Bezirk Vorderland', 'CH'),
(47.43410, 8.46874, 'Regensdorf', 'Zurich', 'Bezirk Dielsdorf', 'CH'),
(47.23431, 7.22239, 'Reconvilier', 'Bern', 'Jura bernois', 'CH'),
(46.76766, 7.24028, 'Rechthalten', 'Fribourg', 'Sense District', 'CH'),
(47.39812, 9.58503, 'Rebstein', 'Saint Gallen', 'Wahlkreis Rheintal', 'CH'),
(47.49927, 8.79600, 'Elsau-Raeterschen / Raeterschen', 'Zurich', 'Bezirk Winterthur', 'CH'),
(46.31196, 7.80029, 'Raron', 'Valais', 'Raron District', 'CH'),
(47.22557, 8.82228, 'Rapperswil', 'Saint Gallen', 'Wahlkreis See-Gaster', 'CH'),
(46.31303, 7.49113, 'Randogne', 'Valais', 'Sierre District', 'CH'),
(47.70797, 8.80949, 'Ramsen', 'Schaffhausen', 'Bezirk Stein', 'CH'),
(47.60438, 8.54305, 'Rafz', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.02146, 7.27178, 'Radelfingen', 'Bern', 'Seeland District', 'CH'),
(47.10700, 9.24199, 'Quarten', 'Saint Gallen', 'Wahlkreis Sarganserland', 'CH'),
(45.98647, 8.86877, 'Pura', 'Ticino', 'Lugano District', 'CH'),
(46.51027, 6.66183, 'Pully', 'Vaud', 'Lavaux-Oron District', 'CH'),
(46.50093, 6.78249, 'Puidoux', 'Vaud', 'Lavaux-Oron District', 'CH'),
(46.33939, 9.55759, 'Promontogno', 'Grisons', 'Maloja District', 'CH'),
(46.53938, 6.59266, 'Prilly', 'Vaud', 'Ouest Lausannois District', 'CH'),
(46.02021, 8.97429, 'Pregassona', 'Ticino', 'Lugano District', 'CH'),
(47.52071, 7.69356, 'Pratteln', 'Basel-Landschaft', 'Bezirk Liestal', 'CH'),
(46.74653, 7.17781, 'Praroman', 'Fribourg', 'Sarine District', 'CH'),
(46.39396, 6.24948, 'Prangins', 'Vaud', 'Nyon District', 'CH'),
(46.32440, 10.05721, 'Poschiavo', 'Grisons', 'Bernina District', 'CH'),
(46.37156, 6.87263, 'Port-Valais', 'Valais', 'Monthey District', 'CH'),
(47.41533, 7.07522, 'Porrentruy', 'Jura', 'Porrentruy District', 'CH'),
(46.49550, 9.90126, 'Pontresina', 'Grisons', 'Maloja District', 'CH'),
(46.57887, 9.92015, 'Ponte', 'Grisons', 'Maloja District', 'CH'),
(46.16761, 6.11913, 'Plan-les-Ouates', 'Geneva', 'Geneva', 'CH'),
(46.74198, 7.28666, 'Plaffeien', 'Fribourg', 'Sense District', 'CH'),
(47.17501, 7.33791, 'Pieterlen', 'Bern', 'Biel/Bienne District', 'CH'),
(47.59763, 8.95320, 'Pfyn', 'Thurgau', 'Frauenfeld District', 'CH'),
(47.51394, 8.64230, 'Pfungen', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.36476, 8.62375, 'Pfaffhausen', 'Zurich', 'Bezirk Uster', 'CH'),
(47.45984, 7.58975, 'Pfeffingen', 'Basel-Landschaft', 'Bezirk Arlesheim', 'CH'),
(47.22772, 7.89719, 'Pfaffnau', 'Lucerne', 'Willisau District', 'CH'),
(47.36453, 8.79202, 'Pfaffikon', 'Zurich', 'Bezirk Pfaeffikon', 'CH'),
(46.98704, 6.88903, 'Peseux', 'Neuchatel', 'Boudry District', 'CH'),
(47.19398, 7.24913, 'Pery', 'Bern', 'Jura bernois', 'CH'),
(46.46821, 6.36622, 'Perroy', 'Vaud', 'Nyon District', 'CH'),
(46.61077, 6.52519, 'Penthalaz', 'Vaud', 'Gros-de-Vaud District', 'CH'),
(46.82201, 6.93608, 'Payerne', 'Vaud', 'Broye-Vully District', 'CH'),
(46.50548, 6.66819, 'Paudex', 'Vaud', 'Lavaux-Oron District', 'CH'),
(46.58093, 6.42941, 'Pampigny', 'Vaud', 'Morges District', 'CH'),
(46.54543, 6.83250, 'Palezieux', 'Vaud', 'Lavaux-Oron District', 'CH'),
(46.70123, 6.67540, 'Pailly', 'Vaud', 'Gros-de-Vaud District', 'CH'),
(47.28228, 8.40432, 'Ottenbach', 'Zurich', 'Bezirk Affoltern', 'CH'),
(47.40149, 8.21852, 'Othmarsingen', 'Aargau', 'Bezirk Lenzburg', 'CH'),
(47.46053, 8.39141, 'Otelfingen', 'Zurich', 'Bezirk Dielsdorf', 'CH'),
(47.16068, 7.21368, 'Orvin', 'Bern', 'Jura bernois', 'CH'),
(46.02903, 7.14437, 'Orsieres', 'Valais', 'Entremont District', 'CH'),
(47.13891, 7.30775, 'Orpund', 'Bern', 'Biel/Bienne District', 'CH'),
(46.57181, 6.82730, 'Oron-la-ville', 'Vaud', 'Lavaux-Oron District', 'CH'),
(47.46936, 7.87248, 'Ormalingen', 'Basel-Landschaft', 'Bezirk Sissach', 'CH'),
(46.72504, 6.53069, 'Orbe', 'Vaud', 'Jura-Nord vaudois District', 'CH'),
(47.43169, 8.57588, 'Opfikon', 'Zurich', 'Bezirk Buelach', 'CH'),
(46.18391, 6.10181, 'Onex', 'Geneva', 'Geneva', 'CH'),
(47.34999, 7.90329, 'Olten', 'Solothurn', 'Bezirk Olten', 'CH'),
(46.29524, 6.99314, 'Ollon', 'Vaud', 'Aigle District', 'CH'),
(47.31382, 7.92533, 'Oftringen', 'Aargau', 'Bezirk Zofingen', 'CH'),
(47.27049, 8.72023, 'Oetwil am See', 'Zurich', 'Bezirk Meilen', 'CH'),
(47.40823, 8.54258, 'Zuerich (Kreis 11) / Oerlikon', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.28639, 7.72305, 'Oensingen', 'Solothurn', 'Bezirk Gaeu', 'CH'),
(47.26413, 8.42150, 'Obfelden', 'Zurich', 'Bezirk Affoltern', 'CH'),
(47.51407, 7.55786, 'Oberwil', 'Basel-Landschaft', 'Bezirk Arlesheim', 'CH'),
(47.32514, 8.80005, 'Wetzikon / Ober-Wetzikon', 'Zurich', 'Bezirk Hinwil', 'CH'),
(47.43076, 9.12724, 'Oberuzwil', 'Saint Gallen', 'Wahlkreis Wil', 'CH'),
(47.38507, 8.42581, 'Ober Urdorf', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.48750, 8.29652, 'Obersiggenthal', 'Aargau', 'Bezirk Baden', 'CH'),
(46.73979, 7.26896, 'Oberschrot', 'Fribourg', 'Sense District', 'CH'),
(47.16673, 8.39441, 'Oberruti', 'Aargau', 'Bezirk Muri', 'CH'),
(47.31988, 9.56608, 'Oberriet', 'Saint Gallen', 'Wahlkreis Rheintal', 'CH'),
(47.27444, 8.57838, 'Oberrieden', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.31150, 8.39142, 'Oberlunkhofen', 'Aargau', 'Bezirk Bremgarten', 'CH'),
(47.15642, 8.11567, 'Oberkirch', 'Lucerne', 'Sursee District', 'CH'),
(47.35673, 9.11076, 'Oberhelfenschwil', 'Saint Gallen', 'Wahlkreis Toggenburg', 'CH'),
(47.36406, 7.95275, 'Obergosgen', 'Solothurn', 'Bezirk Olten', 'CH'),
(47.47576, 8.51896, 'Oberglatt', 'Zurich', 'Bezirk Dielsdorf', 'CH'),
(47.35639, 8.04594, 'Oberentfelden', 'Aargau', 'Bezirk Aarau', 'CH'),
(47.40841, 8.46515, 'Oberengstringen', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.53636, 8.29339, 'Oberendingen', 'Aargau', 'Bezirk Zurzach', 'CH'),
(47.42401, 9.55134, 'Oberegg', 'Appenzell Innerrhoden', 'Appenzell Inner Rhodes', 'CH'),
(47.39308, 7.75122, 'Oberdorf', 'Basel-Landschaft', 'Bezirk Waldenburg', 'CH'),
(46.84117, 7.61730, 'Oberdiessbach', 'Lucerne', 'Entlebuch District', 'CH'),
(47.03774, 7.62652, 'Oberburg', 'Bern', 'Emmental District', 'CH'),
(47.31334, 7.76836, 'Oberbuchsiten', 'Solothurn', 'Bezirk Gaeu', 'CH'),
(47.25296, 7.66580, 'Oberbipp', 'Bern', 'Oberaargau', 'CH'),
(46.38318, 6.23955, 'Nyon', 'Vaud', 'Nyon District', 'CH'),
(47.44814, 8.64908, 'Nurensdorf', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.39450, 7.62122, 'Nunningen', 'Solothurn', 'Bezirk Thierstein', 'CH'),
(45.84073, 8.98236, 'Novazzano', 'Ticino', 'Mendrisio District', 'CH'),
(47.13569, 8.13712, 'Nottwil', 'Lucerne', 'Sursee District', 'CH'),
(46.85010, 7.57748, 'Niederwichtrach', 'Bern', 'Bern-Mittelland District', 'CH'),
(47.12598, 9.05428, 'Niederurnen', 'Glarus', 'Glarus', 'CH'),
(47.42352, 8.30643, 'Niederrohrdorf', 'Aargau', 'Bezirk Baden', 'CH'),
(47.40079, 8.17640, 'Niederlenz', 'Aargau', 'Bezirk Lenzburg', 'CH'),
(47.47487, 9.18543, 'Niederhelfenschwil', 'Saint Gallen', 'Wahlkreis Wil', 'CH'),
(47.37217, 7.99122, 'Niedergosgen', 'Solothurn', 'Bezirk Olten', 'CH'),
(47.39218, 8.00503, 'Niedererlinsbach', 'Solothurn', 'Bezirk Goesgen', 'CH'),
(47.46547, 9.20568, 'Niederburen', 'Saint Gallen', 'Wahlkreis Wil', 'CH'),
(47.26613, 7.69461, 'Niederbipp', 'Bern', 'Oberaargau', 'CH'),
(47.12545, 7.24033, 'Nidau', 'Bern', 'Biel/Bienne District', 'CH'),
(47.69012, 8.49981, 'Neunkirch', 'Schaffhausen', 'Bezirk Oberklettgau', 'CH'),
(47.68579, 8.61474, 'Neuhausen', 'Schaffhausen', 'Bezirk Schaffhausen', 'CH'),
(47.09989, 8.20416, 'Neuenkirch', 'Lucerne', 'Sursee District', 'CH'),
(47.45260, 8.32577, 'Neuenhof', 'Aargau', 'Bezirk Baden', 'CH'),
(47.17699, 8.20911, 'Neudorf', 'Lucerne', 'Sursee District', 'CH'),
(46.99179, 6.93100, 'Neuchatel', 'Neuchatel', 'Neuchatel District', 'CH'),
(47.06197, 9.05534, 'Netstal', 'Glarus', 'Glarus', 'CH'),
(47.52764, 8.66490, 'Neftenbach / Dorf Neftenbach', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.19257, 7.97806, 'Nebikon', 'Lucerne', 'Willisau District', 'CH'),
(46.32536, 7.98912, 'Naters', 'Valais', 'Brig District', 'CH'),
(47.36975, 8.68894, 'Nanikon', 'Zurich', 'Bezirk Uster', 'CH'),
(47.09975, 9.06411, 'Nafels', 'Glarus', 'Glarus', 'CH'),
(47.52271, 7.64511, 'Muttenz', 'Basel-Landschaft', 'Bezirk Arlesheim', 'CH'),
(46.92827, 7.11715, 'Murten', 'Fribourg', 'See District', 'CH'),
(47.27428, 8.33854, 'Muri', 'Aargau', 'Bezirk Muri', 'CH'),
(46.93122, 7.48658, 'Muri', 'Bern', 'Bern-Mittelland District', 'CH'),
(47.26667, 7.81667, 'Murgenthal', 'Solothurn', 'Bezirk Gaeu', 'CH'),
(46.97676, 8.76499, 'Muotathal', 'Schwyz', 'Bezirk Schwyz', 'CH'),
(47.52102, 9.32554, 'Muolen', 'Saint Gallen', 'Wahlkreis St. Gallen', 'CH'),
(47.63089, 9.23495, 'Munsterlingen', 'Thurgau', 'Kreuzlingen District', 'CH'),
(46.87298, 7.56100, 'Munsingen', 'Bern', 'Bern-Mittelland District', 'CH'),
(47.47719, 8.99677, 'Munchwilen', 'Thurgau', 'Muenchwilen District', 'CH'),
(47.51848, 7.60966, 'Munchenstein', 'Basel-Landschaft', 'Bezirk Arlesheim', 'CH'),
(47.02175, 7.45036, 'Munchenbuchsee', 'Bern', 'Bern-Mittelland District', 'CH'),
(47.54563, 7.92123, 'Mumpf', 'Aargau', 'Bezirk Rheinfelden', 'CH'),
(47.60195, 9.00357, 'Mullheim', 'Thurgau', 'Frauenfeld District', 'CH'),
(46.81345, 7.50881, 'Muhlethurnen', 'Bern', 'Bern-Mittelland District', 'CH'),
(46.95466, 7.26102, 'Muhleberg', 'Bern', 'Bern-Mittelland District', 'CH'),
(47.33671, 8.05408, 'Muhen', 'Aargau', 'Bezirk Aarau', 'CH'),
(47.27818, 7.36951, 'Moutier', 'Bern', 'Jura bernois', 'CH'),
(46.66947, 6.80127, 'Moudon', 'Vaud', 'Broye-Vully District', 'CH'),
(47.36252, 9.04296, 'Mosnang', 'Saint Gallen', 'Wahlkreis Toggenburg', 'CH'),
(47.46867, 9.42178, 'Morschwil', 'Saint Gallen', 'Wahlkreis Rorschach', 'CH'),
(46.51127, 6.49854, 'Morges', 'Vaud', 'Morges District', 'CH'),
(45.85341, 9.01644, 'Morbio Inferiore', 'Ticino', 'Mendrisio District', 'CH'),
(46.43301, 6.91143, 'Montreux', 'Vaud', 'Riviera-Pays-d\'Enhaut District', 'CH'),
(46.25546, 6.96066, 'Monthey', 'Valais', 'Monthey District', 'CH'),
(46.18649, 8.99892, 'Monte Carasso', 'Ticino', 'Bellinzona District', 'CH'),
(46.31265, 7.48408, 'Montana', 'Valais', 'Sierre District', 'CH'),
(46.79289, 6.61222, 'Montagny', 'Vaud', 'Jura-Nord vaudois District', 'CH'),
(45.98167, 8.91772, 'Montagnola', 'Ticino', 'Lugano District', 'CH'),
(47.30958, 8.72029, 'Monchaltorf', 'Zurich', 'Bezirk Uster', 'CH'),
(47.09418, 9.07542, 'Mollis', 'Glarus', 'Glarus', 'CH'),
(46.57760, 6.36320, 'Mollens', 'Vaud', 'Morges District', 'CH'),
(47.55915, 7.84329, 'Mohlin', 'Aargau', 'Bezirk Rheinfelden', 'CH'),
(47.36222, 9.13541, 'Mogelsberg', 'Saint Gallen', 'Wahlkreis Toggenburg', 'CH'),
(46.17769, 8.81473, 'Minusio', 'Ticino', 'Locarno District', 'CH'),
(46.67958, 6.92630, 'Mezieres', 'Fribourg', 'Glane District', 'CH'),
(46.23424, 6.08025, 'Meyrin', 'Geneva', 'Geneva', 'CH'),
(47.24529, 8.46347, 'Mettmenstetten', 'Zurich', 'Bezirk Affoltern', 'CH'),
(47.09128, 7.44957, 'Messen', 'Solothurn', 'Bezirk Bucheggberg', 'CH'),
(46.39037, 9.23323, 'Mesocco', 'Grisons', 'Moesa District', 'CH'),
(47.25870, 8.37532, 'Merenschwand', 'Aargau', 'Bezirk Muri', 'CH'),
(47.08364, 8.03971, 'Menznau', 'Lucerne', 'Willisau District', 'CH'),
(47.17764, 8.59215, 'Menzingen', 'Zug', 'Zug', 'CH'),
(47.24249, 8.19047, 'Menziken', 'Aargau', 'Bezirk Kulm', 'CH'),
(45.86741, 8.98210, 'Mendrisio', 'Ticino', 'Mendrisio District', 'CH'),
(47.41903, 8.27331, 'Mellingen', 'Aargau', 'Bezirk Baden', 'CH'),
(45.95455, 8.94725, 'Melide', 'Ticino', 'Lugano District', 'CH'),
(47.18213, 7.85128, 'Melchnau', 'Bern', 'Oberaargau', 'CH'),
(45.92210, 8.98544, 'Melano', 'Ticino', 'Lugano District', 'CH'),
(47.29489, 8.22867, 'Meisterschwanden', 'Aargau', 'Bezirk Lenzburg', 'CH'),
(46.72709, 8.18720, 'Meiringen', 'Bern', 'Interlaken-Oberhasli District', 'CH'),
(47.15965, 7.34801, 'Meinisberg', 'Bern', 'Biel/Bienne District', 'CH'),
(47.27232, 8.64617, 'Meilen', 'Zurich', 'Bezirk Meilen', 'CH'),
(47.12424, 8.44436, 'Meierskappel', 'Lucerne', 'Lucerne-Land District', 'CH'),
(47.04691, 8.37467, 'Meggen', 'Lucerne', 'Lucerne-Land District', 'CH'),
(47.16847, 8.06617, 'Mauensee', 'Lucerne', 'Sursee District', 'CH'),
(47.52026, 8.93194, 'Matzingen', 'Thurgau', 'Frauenfeld District', 'CH'),
(47.30374, 7.62820, 'Matzendorf', 'Solothurn', 'Bezirk Thal', 'CH'),
(46.67833, 7.86889, 'Matten', 'Bern', 'Interlaken-Oberhasli District', 'CH'),
(46.01562, 8.94534, 'Massagno', 'Ticino', 'Lugano District', 'CH'),
(46.10276, 7.07245, 'Martigny-Ville', 'Valais', 'Martigny District', 'CH'),
(46.07817, 7.05099, 'Martigny-Combe', 'Valais', 'Martigny District', 'CH'),
(47.62913, 8.65326, 'Marthalen', 'Zurich', 'Bezirk Andelfingen', 'CH'),
(47.59252, 9.06851, 'Maerstetten-Dorf', 'Thurgau', 'Weinfelden District', 'CH'),
(46.65649, 7.06167, 'Marsens', 'Fribourg', 'Gruyere District', 'CH'),
(46.77611, 7.16459, 'Marly', 'Fribourg', 'Sarine District', 'CH'),
(47.25686, 8.69893, 'Mannedorf', 'Zurich', 'Bezirk Meilen', 'CH'),
(46.41282, 8.97921, 'Malvaglia', 'Ticino', 'Blenio District', 'CH'),
(47.03628, 8.18193, 'Malters', 'Lucerne', 'Lucerne-Land District', 'CH'),
(47.23839, 7.27286, 'Malleray', 'Bern', 'Jura bernois', 'CH'),
(46.98096, 9.57527, 'Malans', 'Grisons', 'Landquart District', 'CH'),
(47.00472, 9.53115, 'Maienfeld', 'Grisons', 'Landquart District', 'CH'),
(47.52868, 7.81128, 'Magden', 'Aargau', 'Bezirk Rheinfelden', 'CH'),
(46.14892, 8.85610, 'Magadino', 'Ticino', 'Locarno District', 'CH'),
(47.16463, 7.79858, 'Madiswil', 'Bern', 'Oberaargau', 'CH'),
(47.06445, 7.58228, 'Lyssach', 'Bern', 'Emmental District', 'CH'),
(47.07410, 7.30655, 'Lyss', 'Bern', 'Seeland District', 'CH'),
(47.05048, 8.30635, 'Luzern', 'Lucerne', 'Lucerne-Stadt District', 'CH'),
(46.91957, 9.76080, 'Luzein', 'Grisons', 'Praettigau/Davos District', 'CH'),
(47.00757, 7.69165, 'Lutzelfluh', 'Bern', 'Emmental District', 'CH'),
(46.50241, 6.68647, 'Lutry', 'Vaud', 'Lavaux-Oron District', 'CH'),
(47.39451, 9.08312, 'Lutisburg', 'Saint Gallen', 'Wahlkreis Toggenburg', 'CH'),
(47.05753, 7.91692, 'Luthern', 'Lucerne', 'Willisau District', 'CH'),
(47.21426, 7.58463, 'Luterbach', 'Solothurn', 'Bezirk Wasseramt', 'CH'),
(46.78578, 8.15984, 'Lungern', 'Obwalden', 'Obwalden', 'CH'),
(46.23072, 9.06634, 'Lumino', 'Ticino', 'Bellinzona District', 'CH'),
(46.01008, 8.96004, 'Lugano', 'Ticino', 'Lugano District', 'CH'),
(46.96640, 9.03715, 'Luchsingen', 'Glarus', 'Glarus', 'CH'),
(46.70854, 6.83931, 'Lucens', 'Vaud', 'Broye-Vully District', 'CH'),
(47.19135, 7.79102, 'Lotzwil', 'Bern', 'Oberaargau', 'CH'),
(47.38445, 7.94849, 'Lostorf', 'Solothurn', 'Bezirk Goesgen', 'CH'),
(46.16866, 8.75928, 'Losone', 'Ticino', 'Locarno District', 'CH'),
(46.30016, 8.97986, 'Lodrino', 'Ticino', 'Riviera District', 'CH'),
(46.17086, 8.79953, 'Locarno', 'Ticino', 'Locarno District', 'CH'),
(47.05000, 8.26274, 'Littau', 'Lucerne', 'Lucerne-Stadt District', 'CH'),
(46.92127, 8.99799, 'Linthal', 'Glarus', 'Glarus', 'CH'),
(46.84872, 7.67491, 'Linden', 'Bern', 'Bern-Mittelland District', 'CH'),
(45.86147, 8.95446, 'Ligornetto', 'Ticino', 'Mendrisio District', 'CH'),
(47.48455, 7.73446, 'Liestal', 'Basel-Landschaft', 'Bezirk Liestal', 'CH'),
(47.40398, 7.42787, 'Liesberg', 'Basel-Landschaft', 'Bezirk Laufen', 'CH'),
(47.32381, 9.08758, 'Lichtensteig', 'Saint Gallen', 'Wahlkreis Toggenburg', 'CH'),
(46.18660, 7.20780, 'Leytron', 'Valais', 'Martigny District', 'CH'),
(46.34183, 7.01151, 'Leysin', 'Vaud', 'Aigle District', 'CH'),
(46.47753, 6.23603, 'Le Vaud', 'Vaud', 'Nyon District', 'CH'),
(47.17458, 7.45775, 'Leuzigen', 'Bern', 'Seeland District', 'CH'),
(46.37943, 7.62687, 'Leukerbad', 'Valais', 'Leuk District', 'CH'),
(46.31736, 7.63412, 'Leuk', 'Valais', 'Leuk District', 'CH'),
(46.99925, 6.73356, 'Les Ponts-de-Martel', 'Neuchatel', 'Le Locle District', 'CH'),
(47.01400, 6.85253, 'Les Geneveys-sur-Coffrane', 'Neuchatel', 'Val-de-Ruz District', 'CH'),
(47.21099, 7.00792, 'Les Breuleux', 'Jura', 'Franches-Montagnes District', 'CH'),
(47.06708, 6.70727, 'Les Brenets', 'Neuchatel', 'Le Locle District', 'CH'),
(47.17715, 6.90498, 'Les Bois', 'Jura', 'Franches-Montagnes District', 'CH'),
(47.38853, 8.17503, 'Lenzburg', 'Aargau', 'Bezirk Lenzburg', 'CH'),
(46.27965, 7.44596, 'Lens', 'Valais', 'Sierre District', 'CH'),
(47.22567, 6.95730, 'Le Noirmont', 'Jura', 'Franches-Montagnes District', 'CH'),
(46.45826, 7.44298, 'Lenk', 'Bern', 'Obersimmental-Saanen District', 'CH'),
(47.18155, 7.36814, 'Lengnau', 'Bern', 'Biel/Bienne District', 'CH'),
(46.55815, 6.63145, 'Le Mont-sur-Lausanne', 'Vaud', 'Lausanne District', 'CH'),
(47.05953, 6.75228, 'Le Locle', 'Neuchatel', 'Le Locle District', 'CH'),
(47.05620, 7.07184, 'Le Landeron', 'Neuchatel', 'Neuchatel District', 'CH'),
(47.58790, 8.17611, 'Leibstadt', 'Aargau', 'Bezirk Zurzach', 'CH'),
(46.60688, 6.23062, 'Le Chenit', 'Vaud', 'Jura-Nord vaudois District', 'CH'),
(46.44527, 6.89908, 'Le Chatelard', 'Vaud', 'Riviera-Pays-d\'Enhaut District', 'CH'),
(46.25893, 8.83756, 'Lavertezzo', 'Ticino', 'Locarno District', 'CH'),
(46.59568, 7.90765, 'Lauterbrunnen', 'Bern', 'Interlaken-Oberhasli District', 'CH'),
(47.47139, 7.76030, 'Lausen', 'Basel-Landschaft', 'Bezirk Liestal', 'CH'),
(46.51600, 6.63282, 'Lausanne', 'Vaud', 'Lausanne District', 'CH'),
(46.96564, 7.74214, 'Lauperswil', 'Bern', 'Emmental District', 'CH'),
(47.31426, 7.65053, 'Laupersdorf', 'Solothurn', 'Bezirk Thal', 'CH'),
(46.90214, 7.23973, 'Laupen', 'Bern', 'Bern-Mittelland District', 'CH'),
(47.55985, 8.06225, 'Laufenburg', 'Aargau', 'Bezirk Laufenburg', 'CH'),
(47.42193, 7.49946, 'Laufen', 'Basel-Landschaft', 'Bezirk Laufen', 'CH'),
(47.39457, 7.85578, 'Laufelfingen', 'Basel-Landschaft', 'Bezirk Sissach', 'CH'),
(46.61061, 7.06496, 'La Tour-de-Treme', 'Fribourg', 'Gruyere District', 'CH'),
(46.45312, 6.85856, 'La Tour-de-Peilz', 'Vaud', 'Riviera-Pays-d\'Enhaut District', 'CH'),
(46.65863, 6.51077, 'La Sarraz', 'Vaud', 'Morges District', 'CH'),
(46.69723, 7.13930, 'La Roche', 'Fribourg', 'Gruyere District', 'CH'),
(47.59409, 9.24738, 'Langrickenbach', 'Thurgau', 'Kreuzlingen District', 'CH'),
(47.28643, 8.53627, 'Langnau / Langnau (Dorf)', 'Zurich', 'Bezirk Horgen', 'CH'),
(46.93936, 7.78738, 'Langnau', 'Bern', 'Emmental District', 'CH'),
(47.21526, 7.79607, 'Langenthal', 'Bern', 'Oberaargau', 'CH'),
(47.34917, 7.76802, 'Langenbruck', 'Basel-Landschaft', 'Bezirk Waldenburg', 'CH'),
(47.06840, 7.09955, 'La Neuveville', 'Bern', 'Jura bernois', 'CH'),
(46.95000, 9.56667, 'Landquart', 'Grisons', 'Landquart District', 'CH'),
(47.19152, 8.85619, 'Lachen', 'Schwyz', 'Bezirk March', 'CH'),
(47.09993, 6.82586, 'La Chaux-de-Fonds', 'Neuchatel', 'La Chaux-de-Fonds District', 'CH'),
(46.64966, 6.31907, 'L\'Abbaye', 'Vaud', 'Jura-Nord vaudois District', 'CH'),
(46.80452, 9.25787, 'Laax', 'Grisons', 'Surselva District', 'CH'),
(47.41566, 8.04767, 'Kuttigen', 'Aargau', 'Bezirk Aarau', 'CH'),
(47.08557, 8.44206, 'Kussnacht', 'Schwyz', 'Bezirk Kuessnacht', 'CH'),
(47.31805, 8.58401, 'Kuesnacht', 'Zurich', 'Bezirk Meilen', 'CH'),
(47.38890, 8.33105, 'Kunten', 'Aargau', 'Bezirk Baden', 'CH'),
(47.24755, 9.17054, 'Krummenau', 'Saint Gallen', 'Wahlkreis Toggenburg', 'CH'),
(47.03537, 8.27631, 'Kriens', 'Lucerne', 'Lucerne-Land District', 'CH'),
(47.17449, 7.59799, 'Kriegstetten', 'Solothurn', 'Bezirk Wasseramt', 'CH'),
(47.65000, 9.18333, 'Kreuzlingen', 'Thurgau', 'Kreuzlingen District', 'CH'),
(47.00964, 7.56640, 'Krauchthal', 'Bern', 'Emmental District', 'CH'),
(47.13385, 7.59875, 'Koppigen', 'Bern', 'Emmental District', 'CH'),
(46.87909, 7.62013, 'Konolfingen', 'Bern', 'Bern-Mittelland District', 'CH'),
(46.92436, 7.41457, 'Koniz', 'Bern', 'Bern-Mittelland District', 'CH'),
(47.33882, 8.02644, 'Kolliken', 'Aargau', 'Bezirk Zofingen', 'CH'),
(47.45793, 8.78295, 'Kollbrunn', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.60972, 8.23750, 'Koblenz', 'Aargau', 'Bezirk Zurzach', 'CH'),
(47.19953, 8.07315, 'Knutwil', 'Lucerne', 'Sursee District', 'CH'),
(47.22350, 8.46197, 'Knonau', 'Zurich', 'Bezirk Affoltern', 'CH'),
(47.45152, 8.58491, 'Kloten', 'Zurich', 'Bezirk Buelach', 'CH'),
(46.88918, 9.83826, 'Klosters Serneus', 'Grisons', 'Praettigau/Davos District', 'CH'),
(47.57998, 8.25048, 'Klingnau', 'Aargau', 'Bezirk Zurzach', 'CH'),
(47.42537, 7.42294, 'Kleinlutzel', 'Solothurn', 'Bezirk Thierstein', 'CH'),
(46.99965, 7.41735, 'Kirchlindach', 'Bern', 'Bern-Mittelland District', 'CH'),
(47.41159, 9.04020, 'Kirchberg', 'Saint Gallen', 'Wahlkreis Toggenburg', 'CH'),
(47.08538, 7.58288, 'Kirchberg', 'Bern', 'Emmental District', 'CH'),
(47.43182, 8.34805, 'Killwangen', 'Aargau', 'Bezirk Baden', 'CH'),
(47.32438, 8.54548, 'Kilchberg', 'Zurich', 'Bezirk Horgen', 'CH'),
(46.97586, 7.19570, 'Kerzers', 'Fribourg', 'See District', 'CH'),
(46.90134, 8.27528, 'Kerns', 'Obwalden', 'Obwalden', 'CH'),
(46.91035, 7.47096, 'Kehrsatz', 'Bern', 'Bern-Mittelland District', 'CH'),
(47.06015, 7.26860, 'Kappelen', 'Bern', 'Seeland District', 'CH'),
(46.49467, 7.67326, 'Kandersteg', 'Bern', 'Frutigen-Niedersimmental District', 'CH'),
(47.21367, 9.02590, 'Kaltbrunn', 'Saint Gallen', 'Wahlkreis See-Gaster', 'CH'),
(47.02032, 7.23545, 'Kallnach', 'Bern', 'Seeland District', 'CH'),
(47.54160, 8.04337, 'Kaisten', 'Aargau', 'Bezirk Laufenburg', 'CH'),
(47.53966, 7.72605, 'Kaiseraugst', 'Aargau', 'Bezirk Rheinfelden', 'CH'),
(46.23590, 6.26701, 'Jussy', 'Geneva', 'Geneva', 'CH'),
(47.42402, 9.08689, 'Jonschwil', 'Saint Gallen', 'Wahlkreis Wil', 'CH'),
(47.29740, 8.39337, 'Jonen', 'Aargau', 'Bezirk Bremgarten', 'CH'),
(47.22983, 8.83884, 'Jona', 'Saint Gallen', 'Wahlkreis See-Gaster', 'CH'),
(46.92892, 9.71275, 'Jenaz', 'Grisons', 'Praettigau/Davos District', 'CH'),
(47.04802, 7.50787, 'Jegenstorf', 'Bern', 'Bern-Mittelland District', 'CH'),
(47.36240, 8.79265, 'Pfaeffikon / Irgenhausen', 'Zurich', 'Bezirk Pfaeffikon', 'CH'),
(47.12530, 8.34885, 'Inwil', 'Lucerne', 'Hochdorf District', 'CH'),
(46.68387, 7.86638, 'Interlaken', 'Bern', 'Interlaken-Oberhasli District', 'CH'),
(47.00584, 7.10609, 'Ins', 'Bern', 'Seeland District', 'CH'),
(47.00464, 8.61477, 'Ingenbohl', 'Schwyz', 'Bezirk Schwyz', 'CH'),
(47.41130, 8.72125, 'Illnau', 'Zurich', 'Bezirk Pfaeffikon', 'CH'),
(46.77413, 9.20461, 'Ilanz', 'Grisons', 'Surselva District', 'CH'),
(46.94531, 9.57218, 'Igis', 'Grisons', 'Landquart District', 'CH'),
(47.01105, 8.64538, 'Ibach', 'Schwyz', 'Bezirk Schwyz', 'CH'),
(47.60674, 8.87343, 'Huttwilen', 'Thurgau', 'Frauenfeld District', 'CH'),
(47.11502, 7.86209, 'Huttwil', 'Bern', 'Oberaargau', 'CH'),
(47.17536, 8.42497, 'Hunenberg', 'Zug', 'Zug', 'CH'),
(47.01692, 8.30956, 'Horw', 'Lucerne', 'Lucerne-Land District', 'CH'),
(47.49425, 9.46246, 'Horn', 'Saint Gallen', 'Wahlkreis Rorschach', 'CH'),
(47.25579, 8.60027, 'Horgen', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.40313, 8.49710, 'Zuerich (Kreis 10) / Hoengg', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.63466, 9.00790, 'Homburg', 'Thurgau', 'Frauenfeld District', 'CH'),
(47.25298, 8.77212, 'Hombrechtikon', 'Zurich', 'Bezirk Meilen', 'CH'),
(47.42512, 7.77136, 'Holstein', 'Basel-Landschaft', 'Bezirk Waldenburg', 'CH'),
(47.18083, 8.31802, 'Hohenrain', 'Lucerne', 'Hochdorf District', 'CH'),
(47.45830, 7.64180, 'Hochwald', 'Solothurn', 'Bezirk Dorneck', 'CH'),
(47.16841, 8.29179, 'Hochdorf', 'Lucerne', 'Hochdorf District', 'CH'),
(47.22403, 8.26425, 'Hitzkirch', 'Lucerne', 'Hochdorf District', 'CH'),
(47.36334, 8.82418, 'Hittnau / Hittnau (Dorf)', 'Zurich', 'Bezirk Pfaeffikon', 'CH'),
(47.29426, 8.84393, 'Hinwil', 'Zurich', 'Bezirk Hinwil', 'CH'),
(46.53333, 9.20000, 'Hinterrhein', 'Grisons', 'Hinterrhein District', 'CH'),
(47.04270, 7.54143, 'Hindelbank', 'Bern', 'Emmental District', 'CH'),
(47.42111, 7.59659, 'Himmelried', 'Solothurn', 'Bezirk Thierstein', 'CH'),
(46.73521, 7.66185, 'Hilterfingen', 'Bern', 'Thun District', 'CH'),
(47.15068, 8.22582, 'Hildisrieden', 'Lucerne', 'Sursee District', 'CH'),
(47.54610, 8.70532, 'Hettlingen', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.18795, 7.70620, 'Herzogenbuchsee', 'Bern', 'Oberaargau', 'CH'),
(47.29064, 8.61464, 'Herrliberg', 'Zurich', 'Bezirk Meilen', 'CH'),
(46.83125, 7.47775, 'Hermiswil', 'Bern', 'Bern-Mittelland District', 'CH'),
(47.38615, 9.27916, 'Herisau', 'Appenzell Ausserrhoden', 'Bezirk Hinterland', 'CH'),
(46.98429, 8.30944, 'Hergiswil', 'Nidwalden', 'Nidwalden', 'CH'),
(46.18153, 7.40492, 'Heremence', 'Valais', 'Herens District', 'CH'),
(47.56272, 8.68215, 'Henggart', 'Zurich', 'Bezirk Andelfingen', 'CH'),
(46.82762, 7.29944, 'Heitenried', 'Fribourg', 'Sense District', 'CH'),
(47.06755, 7.66665, 'Heimiswil', 'Bern', 'Emmental District', 'CH'),
(46.79482, 7.60433, 'Heimberg', 'Bern', 'Thun District', 'CH'),
(47.44255, 9.53293, 'Heiden', 'Appenzell Ausserrhoden', 'Bezirk Vorderland', 'CH'),
(47.50317, 8.77394, 'Oberwinterthur (Kreis 2) / Hegi', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.24496, 8.53299, 'Hausen am Albis / Hausen (Dorf)', 'Zurich', 'Bezirk Affoltern', 'CH'),
(46.97787, 8.05326, 'Hasle', 'Lucerne', 'Entlebuch District', 'CH'),
(47.69648, 8.45827, 'Hallau', 'Schaffhausen', 'Bezirk Unterklettgau', 'CH'),
(47.38849, 8.25323, 'Hagglingen', 'Aargau', 'Bezirk Bremgarten', 'CH'),
(47.49422, 9.34247, 'Haggenschwil', 'Saint Gallen', 'Wahlkreis St. Gallen', 'CH'),
(47.33436, 7.84192, 'Hagendorf', 'Solothurn', 'Bezirk Olten', 'CH'),
(47.60386, 9.28691, 'Guttingen', 'Thurgau', 'Kreuzlingen District', 'CH'),
(47.21072, 8.17932, 'Gunzwil', 'Lucerne', 'Sursee District', 'CH'),
(47.31375, 7.83102, 'Gunzgen', 'Solothurn', 'Bezirk Olten', 'CH'),
(46.76756, 7.32946, 'Guggisberg', 'Bern', 'Bern-Mittelland District', 'CH'),
(46.47215, 7.28685, 'Gstaad', 'Bern', 'Obersimmental-Saanen District', 'CH'),
(46.27377, 7.05975, 'Gryon', 'Vaud', 'Aigle District', 'CH'),
(46.58365, 7.08253, 'Gruyeres', 'Fribourg', 'Gruyere District', 'CH'),
(46.97965, 9.64639, 'Grusch', 'Grisons', 'Praettigau/Davos District', 'CH'),
(47.13282, 8.04781, 'Grosswangen', 'Lucerne', 'Sursee District', 'CH'),
(47.59447, 8.67826, 'Grossandelfingen', 'Zurich', 'Bezirk Andelfingen', 'CH'),
(47.06595, 7.36232, 'Grossaffoltern', 'Bern', 'Seeland District', 'CH'),
(46.25237, 7.45365, 'Grone', 'Valais', 'Sierre District', 'CH'),
(46.83360, 7.07116, 'Grolley', 'Fribourg', 'Sarine District', 'CH'),
(46.62396, 8.03601, 'Grindelwald', 'Bern', 'Interlaken-Oberhasli District', 'CH'),
(46.26170, 7.38489, 'Grimisuat', 'Valais', 'Sion District', 'CH'),
(47.19210, 7.39586, 'Grenchen', 'Solothurn', 'Bezirk Lebern', 'CH'),
(47.44231, 7.58906, 'Grellingen', 'Basel-Landschaft', 'Bezirk Laufen', 'CH'),
(47.36717, 8.68115, 'Greifensee', 'Zurich', 'Bezirk Uster', 'CH'),
(46.04208, 8.91832, 'Gravesano', 'Ticino', 'Lugano District', 'CH'),
(47.35930, 8.10243, 'Graenichen', 'Aargau', 'Bezirk Aarau', 'CH'),
(46.80946, 6.64600, 'Grandson', 'Vaud', 'Jura-Nord vaudois District', 'CH'),
(47.05177, 6.95534, 'Grand-Savagnier', 'Neuchatel', 'Val-de-Ruz District', 'CH'),
(46.22642, 6.12330, 'Le Grand-Saconnex', 'Geneva', 'Geneva', 'CH'),
(46.59214, 6.46391, 'Grancy', 'Vaud', 'Morges District', 'CH'),
(46.19637, 7.83950, 'Grachen', 'Valais', 'Visp District', 'CH'),
(47.18248, 9.44395, 'Grabs', 'Saint Gallen', 'Wahlkreis Werdenberg', 'CH'),
(47.66380, 9.13371, 'Gottlieben', 'Thurgau', 'Kreuzlingen District', 'CH'),
(47.41694, 9.25125, 'Gossau', 'Saint Gallen', 'Wahlkreis St. Gallen', 'CH'),
(47.30510, 8.75831, 'Gossau', 'Zurich', 'Bezirk Hinwil', 'CH'),
(46.90143, 6.77985, 'Gorgier', 'Neuchatel', 'Boudry District', 'CH'),
(46.18256, 8.86657, 'Gordola', 'Ticino', 'Locarno District', 'CH'),
(47.27166, 8.14396, 'Gontenschwil', 'Aargau', 'Bezirk Kulm', 'CH'),
(47.32725, 9.34705, 'Gonten', 'Appenzell Innerrhoden', 'Appenzell Inner Rhodes', 'CH'),
(47.23128, 9.02355, 'Gommiswald', 'Saint Gallen', 'Wahlkreis See-Gaster', 'CH'),
(47.26277, 8.96627, 'Goldingen', 'Saint Gallen', 'Wahlkreis See-Gaster', 'CH'),
(47.04761, 8.54616, 'Goldau', 'Schwyz', 'Bezirk Schwyz', 'CH'),
(47.47511, 9.46846, 'Goldach', 'Saint Gallen', 'Wahlkreis Rorschach', 'CH'),
(47.33466, 7.20545, 'Glovelier', 'Jura', 'Delemont District', 'CH'),
(47.55871, 8.50167, 'Glattfelden', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.43130, 8.56272, 'Glattbrugg', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.04057, 9.06804, 'Glarus', 'Glarus', 'Glarus', 'CH'),
(46.42082, 6.27010, 'Gland', 'Vaud', 'Nyon District', 'CH'),
(46.17246, 9.00793, 'Giubiasco', 'Ticino', 'Bellinzona District', 'CH'),
(46.83333, 8.18065, 'Giswil', 'Obwalden', 'Obwalden', 'CH'),
(47.49875, 8.00497, 'Gipf-Oberfrick', 'Aargau', 'Bezirk Laufenburg', 'CH'),
(46.50945, 6.30736, 'Gimel', 'Vaud', 'Morges District', 'CH'),
(46.76230, 7.20845, 'Giffers', 'Fribourg', 'Sense District', 'CH'),
(47.19970, 8.10689, 'Geuensee', 'Lucerne', 'Sursee District', 'CH'),
(46.99419, 8.52500, 'Gersau', 'Schwyz', 'Bezirk Gersau', 'CH'),
(47.16978, 7.57505, 'Gerlafingen', 'Solothurn', 'Bezirk Wasseramt', 'CH'),
(46.43537, 6.21809, 'Genolier', 'Vaud', 'Nyon District', 'CH'),
(46.20222, 6.14569, 'Geneve', 'Geneva', 'Geneva', 'CH'),
(47.46497, 7.85174, 'Gelterkinden', 'Basel-Landschaft', 'Bezirk Sissach', 'CH'),
(47.48136, 8.23949, 'Gebenstorf', 'Aargau', 'Bezirk Baden', 'CH'),
(47.38103, 9.09239, 'Ganterschwil', 'Saint Gallen', 'Wahlkreis Toggenburg', 'CH'),
(47.20429, 9.44172, 'Gams', 'Saint Gallen', 'Wahlkreis Werdenberg', 'CH'),
(46.31599, 7.74210, 'Gampel', 'Valais', 'Leuk District', 'CH'),
(47.36150, 9.45356, 'Gais', 'Appenzell Ausserrhoden', 'Bezirk Mittelland', 'CH'),
(47.53893, 8.85245, 'Gachnang', 'Thurgau', 'Frauenfeld District', 'CH'),
(46.13851, 7.11468, 'Fully', 'Valais', 'Martigny District', 'CH'),
(47.50688, 7.73129, 'Fullinsdorf', 'Basel-Landschaft', 'Bezirk Liestal', 'CH'),
(47.27496, 7.83343, 'Fulenbach', 'Aargau', 'Bezirk Zofingen', 'CH'),
(46.58782, 7.64751, 'Frutigen', 'Bern', 'Frutigen-Niedersimmental District', 'CH'),
(46.60015, 6.68457, 'Froideville', 'Vaud', 'Gros-de-Vaud District', 'CH'),
(47.51169, 8.02471, 'Frick', 'Aargau', 'Bezirk Laufenburg', 'CH'),
(46.80237, 7.15128, 'Fribourg', 'Fribourg', 'Sarine District', 'CH'),
(47.50686, 7.71648, 'Frenkendorf', 'Basel-Landschaft', 'Bezirk Liestal', 'CH'),
(47.20534, 8.75842, 'Freienbach', 'Schwyz', 'Bezirk Hoefe', 'CH'),
(46.95425, 7.33835, 'Frauenkappelen', 'Bern', 'Bern-Mittelland District', 'CH'),
(47.55816, 8.89854, 'Frauenfeld', 'Thurgau', 'Frauenfeld District', 'CH'),
(47.08620, 7.52727, 'Fraubrunnen', 'Bern', 'Bern-Mittelland District', 'CH'),
(46.33277, 6.19243, 'Founex', 'Vaud', 'Nyon District', 'CH'),
(47.40478, 7.08191, 'Fontenais', 'Jura', 'Porrentruy District', 'CH'),
(47.05495, 6.88680, 'Fontainemelon', 'Neuchatel', 'Val-de-Ruz District', 'CH'),
(47.68390, 8.62995, 'Flurlingen', 'Zurich', 'Bezirk Andelfingen', 'CH'),
(47.09058, 9.34301, 'Flums', 'Saint Gallen', 'Wahlkreis Sarganserland', 'CH'),
(46.88391, 8.01558, 'Fluehli', 'Lucerne', 'Entlebuch District', 'CH'),
(46.90000, 8.61667, 'Flueelen', 'Uri', 'Uri', 'CH'),
(46.83705, 9.28458, 'Flims', 'Grisons', 'Imboden District', 'CH'),
(46.90224, 6.58253, 'Fleurier', 'Neuchatel', 'Val-de-Travers District', 'CH'),
(47.41461, 9.18284, 'Flawil', 'Saint Gallen', 'Wahlkreis Wil', 'CH'),
(46.88994, 7.32204, 'Flamatt', 'Fribourg', 'Sense District', 'CH'),
(47.41428, 8.96914, 'Fischingen', 'Thurgau', 'Muenchwilen District', 'CH'),
(46.39981, 8.13533, 'Fiesch', 'Valais', 'Goms District', 'CH'),
(47.18707, 8.74724, 'Feusisberg', 'Schwyz', 'Bezirk Hoefe', 'CH'),
(47.69054, 8.64357, 'Feuerthalen', 'Zurich', 'Bezirk Andelfingen', 'CH'),
(46.94880, 7.21124, 'Ferenbalm', 'Bern', 'Bern-Mittelland District', 'CH'),
(46.84424, 9.47684, 'Felsberg', 'Grisons', 'Imboden District', 'CH'),
(47.27873, 8.62165, 'Feldmeilen', 'Zurich', 'Bezirk Meilen', 'CH'),
(47.38775, 8.75149, 'Fehraltorf', 'Zurich', 'Bezirk Pfaeffikon', 'CH'),
(47.37169, 8.63869, 'Fallanden', 'Zurich', 'Bezirk Uster', 'CH'),
(46.47700, 8.80125, 'Faido', 'Ticino', 'Leventina District', 'CH'),
(46.11346, 7.49436, 'Evolene', 'Valais', 'Herens District', 'CH'),
(46.18096, 7.02232, 'Evionnaz', 'Valais', 'Martigny District', 'CH'),
(47.14969, 7.23755, 'Evilard', 'Bern', 'Biel/Bienne District', 'CH'),
(47.15031, 8.01759, 'Ettiswil', 'Lucerne', 'Willisau District', 'CH'),
(47.48268, 7.54982, 'Ettingen', 'Basel-Landschaft', 'Bezirk Arlesheim', 'CH'),
(46.84876, 6.84650, 'Estavayer-le-Lac', 'Fribourg', 'Broye District', 'CH'),
(46.91259, 7.93418, 'Escholzmatt', 'Lucerne', 'Entlebuch District', 'CH'),
(47.46361, 8.96381, 'Eschlikon', 'Thurgau', 'Muenchwilen District', 'CH'),
(47.64793, 8.87472, 'Eschenz', 'Thurgau', 'Frauenfeld District', 'CH'),
(47.23981, 8.92156, 'Eschenbach', 'Saint Gallen', 'Wahlkreis See-Gaster', 'CH'),
(46.81885, 8.65052, 'Erstfeld', 'Uri', 'Uri', 'CH'),
(47.09368, 7.59507, 'Ersigen', 'Bern', 'Emmental District', 'CH'),
(47.67087, 9.08462, 'Ermatingen', 'Thurgau', 'Kreuzlingen District', 'CH'),
(46.66021, 7.55445, 'Erlenbach im Simmental', 'Bern', 'Frutigen-Niedersimmental District', 'CH'),
(47.30298, 8.59743, 'Erlenbach', 'Zurich', 'Bezirk Meilen', 'CH'),
(47.54832, 9.23366, 'Erlen', 'Thurgau', 'Weinfelden District', 'CH'),
(47.04297, 7.09960, 'Erlach', 'Bern', 'Seeland District', 'CH'),
(47.07816, 7.85149, 'Eriswil', 'Bern', 'Oberaargau', 'CH'),
(46.75368, 7.14609, 'Ependes', 'Fribourg', 'Sarine District', 'CH'),
(46.55177, 6.66829, 'Epalinges', 'Vaud', 'Lausanne District', 'CH'),
(46.99559, 8.06354, 'Entlebuch', 'Lucerne', 'Entlebuch District', 'CH'),
(46.98423, 8.41003, 'Ennetburgen', 'Nidwalden', 'Nidwalden', 'CH'),
(47.03465, 9.07725, 'Ennenda', 'Glarus', 'Glarus', 'CH'),
(46.82107, 8.40133, 'Engelberg', 'Obwalden', 'Obwalden', 'CH'),
(46.95658, 8.51467, 'Emmetten', 'Nidwalden', 'Nidwalden', 'CH'),
(47.07772, 8.27888, 'Emmen', 'Lucerne', 'Hochdorf District', 'CH'),
(47.50561, 8.59406, 'Embrach', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.49715, 8.86523, 'Elgg', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.12849, 8.74735, 'Einsiedeln', 'Schwyz', 'Bezirk Einsiedeln', 'CH'),
(47.53394, 7.98883, 'Eiken', 'Aargau', 'Bezirk Laufenburg', 'CH'),
(47.34304, 9.52990, 'Eichberg', 'Saint Gallen', 'Wahlkreis Rheintal', 'CH'),
(47.15116, 8.16695, 'Eich', 'Lucerne', 'Sursee District', 'CH'),
(47.54264, 9.38000, 'Egnach', 'Thurgau', 'Arbon District', 'CH'),
(47.34954, 8.18802, 'Egliswil', 'Aargau', 'Bezirk Lenzburg', 'CH'),
(46.87575, 7.79567, 'Eggiwil', 'Bern', 'Emmental District', 'CH'),
(47.44202, 9.46901, 'Eggersriet', 'Saint Gallen', 'Wahlkreis St. Gallen', 'CH'),
(47.29976, 8.69032, 'Egg', 'Zurich', 'Bezirk Uster', 'CH'),
(47.31957, 7.78424, 'Egerkingen', 'Solothurn', 'Bezirk Gaeu', 'CH'),
(47.42575, 8.69094, 'Effretikon', 'Zurich', 'Bezirk Pfaeffikon', 'CH'),
(46.60735, 6.80895, 'Ecublens', 'Fribourg', 'Glane District', 'CH'),
(46.64130, 6.63317, 'Echallens', 'Vaud', 'Gros-de-Vaud District', 'CH'),
(47.26195, 9.12473, 'Ebnat-Kappel', 'Saint Gallen', 'Wahlkreis Toggenburg', 'CH'),
(47.07937, 8.34041, 'Ebikon', 'Lucerne', 'Lucerne-Land District', 'CH'),
(47.08816, 7.79130, 'Durrenroth', 'Bern', 'Emmental District', 'CH'),
(47.31812, 8.15850, 'Durrenasch', 'Aargau', 'Bezirk Lenzburg', 'CH'),
(47.27856, 8.84156, 'Durnten', 'Zurich', 'Bezirk Hinwil', 'CH'),
(46.84915, 7.18848, 'Dudingen', 'Fribourg', 'Sense District', 'CH'),
(47.39724, 8.61872, 'Dubendorf', 'Zurich', 'Bezirk Uster', 'CH'),
(47.38437, 8.23981, 'Dottikon', 'Aargau', 'Bezirk Bremgarten', 'CH'),
(47.48038, 7.61644, 'Dornach', 'Solothurn', 'Bezirk Dorneck', 'CH'),
(46.86716, 7.01337, 'Domdidier', 'Fribourg', 'Broye District', 'CH'),
(47.07192, 6.95920, 'Dombresson', 'Neuchatel', 'Val-de-Ruz District', 'CH'),
(46.83483, 9.45075, 'Domat', 'Grisons', 'Imboden District', 'CH'),
(46.70341, 8.85090, 'Disentis', 'Grisons', 'Surselva District', 'CH'),
(47.41827, 8.61880, 'Dietlikon / Dietlikon (Dorf)', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.40165, 8.40015, 'Dietikon', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.68908, 8.74958, 'Diessenhofen', 'Thurgau', 'Frauenfeld District', 'CH'),
(47.38600, 9.65558, 'Diepoldsau', 'Saint Gallen', 'Wahlkreis Rheintal', 'CH'),
(46.64928, 7.56477, 'Diemtigen', 'Bern', 'Frutigen-Niedersimmental District', 'CH'),
(47.48146, 8.45850, 'Dielsdorf', 'Zurich', 'Bezirk Dielsdorf', 'CH'),
(47.41380, 7.81085, 'Diegten', 'Basel-Landschaft', 'Bezirk Waldenburg', 'CH'),
(47.19850, 7.58844, 'Derendingen', 'Solothurn', 'Bezirk Wasseramt', 'CH'),
(47.45260, 8.05330, 'Densbueren', 'Aargau', 'Bezirk Aarau', 'CH'),
(47.36493, 7.34453, 'Delemont', 'Jura', 'Delemont District', 'CH'),
(47.21579, 7.61988, 'Deitingen', 'Solothurn', 'Bezirk Wasseramt', 'CH'),
(47.37429, 9.20019, 'Degersheim', 'Saint Gallen', 'Wahlkreis Wil', 'CH'),
(46.80429, 9.83723, 'Davos', 'Grisons', 'Praettigau/Davos District', 'CH'),
(46.66175, 7.80808, 'Darligen', 'Bern', 'Interlaken-Oberhasli District', 'CH'),
(46.19564, 5.99497, 'Dardagny', 'Geneva', 'Geneva', 'CH'),
(46.92420, 8.38785, 'Dallenwil', 'Nidwalden', 'Nidwalden', 'CH'),
(47.21366, 7.98466, 'Dagmersellen', 'Lucerne', 'Willisau District', 'CH'),
(47.66515, 8.61790, 'Dachsen', 'Zurich', 'Bezirk Andelfingen', 'CH'),
(46.48892, 6.72945, 'Cully', 'Vaud', 'Lavaux-Oron District', 'CH'),
(46.81479, 6.88888, 'Cugy', 'Fribourg', 'Broye District', 'CH'),
(46.17444, 8.91790, 'Cugnasco', 'Ticino', 'Locarno District', 'CH'),
(46.55165, 6.57125, 'Crissier', 'Vaud', 'Ouest Lausannois District', 'CH'),
(46.92613, 6.63415, 'Couvet', 'Neuchatel', 'Val-de-Travers District', 'CH'),
(47.34074, 7.31827, 'Courtetelle', 'Jura', 'Delemont District', 'CH'),
(47.17822, 7.07236, 'Courtelary', 'Bern', 'Jura bernois', 'CH'),
(47.23956, 7.33655, 'Court', 'Bern', 'Jura bernois', 'CH'),
(47.36069, 7.37371, 'Courroux', 'Jura', 'Delemont District', 'CH'),
(47.33853, 7.37243, 'Courrendlin', 'Jura', 'Delemont District', 'CH'),
(46.90648, 7.11215, 'Gurwolf', 'Fribourg', 'See District', 'CH'),
(47.40365, 7.12416, 'Courgenay', 'Jura', 'Porrentruy District', 'CH'),
(47.33505, 7.28200, 'Courfaivre', 'Jura', 'Delemont District', 'CH'),
(46.61443, 6.50631, 'Cossonay', 'Vaud', 'Morges District', 'CH'),
(46.94306, 6.84440, 'Cortaillod', 'Neuchatel', 'Boudry District', 'CH'),
(46.26297, 6.22461, 'Corsier', 'Geneva', 'Geneva', 'CH'),
(47.03960, 7.01872, 'Cornaux', 'Neuchatel', 'Neuchatel District', 'CH'),
(46.81237, 7.10492, 'Corminboeuf', 'Fribourg', 'Sarine District', 'CH'),
(47.19457, 7.14517, 'Corgemont', 'Bern', 'Jura bernois', 'CH'),
(46.31682, 6.19114, 'Coppet', 'Vaud', 'Nyon District', 'CH'),
(46.22528, 7.30372, 'Conthey', 'Valais', 'Conthey District', 'CH'),
(46.17341, 6.08437, 'Confignon', 'Geneva', 'Geneva', 'CH'),
(46.03593, 8.95573, 'Comano', 'Ticino', 'Lugano District', 'CH'),
(46.55709, 6.47284, 'Colombier', 'Vaud', 'Morges District', 'CH'),
(46.27008, 6.94835, 'Collombey', 'Valais', 'Monthey District', 'CH'),
(46.25763, 9.02252, 'Claro', 'Ticino', 'Riviera District', 'CH'),
(46.78143, 9.54377, 'Churwalden', 'Grisons', 'Plessur District', 'CH'),
(46.84986, 9.53287, 'Chur', 'Grisons', 'Plessur District', 'CH'),
(46.28103, 7.54289, 'Chippis', 'Valais', 'Sierre District', 'CH'),
(45.83203, 9.03119, 'Chiasso', 'Ticino', 'Mendrisio District', 'CH'),
(47.06629, 6.93332, 'Chezard-Saint-Martin', 'Neuchatel', 'Val-de-Ruz District', 'CH'),
(46.48208, 6.77805, 'Chexbres', 'Vaud', 'Lavaux-Oron District', 'CH'),
(46.58624, 6.60587, 'Cheseaux', 'Vaud', 'Lausanne District', 'CH'),
(46.28844, 7.47487, 'Chermignon-d\'en Haut', 'Valais', 'Sierre District', 'CH'),
(46.19534, 6.19406, 'Chene-Bourg', 'Geneva', 'Geneva', 'CH'),
(46.70244, 6.56940, 'Chavornay', 'Vaud', 'Jura-Nord vaudois District', 'CH'),
(46.53005, 6.57068, 'Chavannes', 'Vaud', 'Ouest Lausannois District', 'CH'),
(46.52691, 6.90083, 'Chatel-Saint-Denis', 'Fribourg', 'Veveyse District', 'CH'),
(46.47455, 7.13155, 'Chateau-d\'Oex', 'Vaud', 'Riviera-Pays-d\'Enhaut District', 'CH'),
(46.12202, 7.13456, 'Charrat-les-Chenes', 'Valais', 'Martigny District', 'CH'),
(46.61622, 7.16814, 'Charmey', 'Fribourg', 'Gruyere District', 'CH'),
(46.47676, 6.82680, 'Chardonne', 'Vaud', 'Riviera-Pays-d\'Enhaut District', 'CH'),
(46.15003, 5.97153, 'Chancy', 'Geneva', 'Geneva', 'CH'),
(46.17543, 6.86903, 'Champery', 'Valais', 'Monthey District', 'CH'),
(46.20104, 7.22341, 'Chamoson', 'Valais', 'Conthey District', 'CH'),
(47.18213, 8.46358, 'Cham', 'Zug', 'Zug', 'CH'),
(46.26702, 7.50958, 'Chalais', 'Valais', 'Sierre District', 'CH'),
(46.31608, 8.60131, 'Cevio', 'Ticino', 'Vallemaggia District', 'CH'),
(47.05878, 6.90040, 'Cernier', 'Neuchatel', 'Val-de-Ruz District', 'CH'),
(46.51452, 9.85830, 'Celerina', 'Grisons', 'Maloja District', 'CH'),
(46.72308, 9.42881, 'Cazis', 'Grisons', 'Hinterrhein District', 'CH'),
(46.43241, 6.93855, 'Caux', 'Vaud', 'Riviera-Pays-d\'Enhaut District', 'CH'),
(46.33541, 9.12129, 'Cauco', 'Grisons', 'Moesa District', 'CH'),
(45.86061, 9.00933, 'Castel San Pietro', 'Ticino', 'Mendrisio District', 'CH'),
(45.97153, 8.88261, 'Caslano', 'Ticino', 'Lugano District', 'CH'),
(46.18096, 6.13921, 'Carouge', 'Geneva', 'Geneva', 'CH'),
(46.03426, 8.96566, 'Canobbio', 'Ticino', 'Lugano District', 'CH'),
(46.16435, 9.00364, 'Camorino', 'Ticino', 'Bellinzona District', 'CH'),
(46.04595, 8.98725, 'Cadro', 'Ticino', 'Lugano District', 'CH'),
(46.15108, 8.94199, 'Cadenazzo', 'Ticino', 'Bellinzona District', 'CH'),
(46.03672, 8.93403, 'Cadempino', 'Ticino', 'Lugano District', 'CH'),
(47.50542, 7.86476, 'Buus', 'Basel-Landschaft', 'Bezirk Sissach', 'CH'),
(47.26828, 8.31064, 'Buttwil', 'Aargau', 'Bezirk Muri', 'CH'),
(47.11442, 8.09425, 'Buttisholz', 'Lucerne', 'Sursee District', 'CH'),
(47.36022, 9.07213, 'Buetschwil', 'Saint Gallen', 'Wahlkreis Toggenburg', 'CH'),
(46.55110, 6.55597, 'Bussigny', 'Vaud', 'Ouest Lausannois District', 'CH'),
(47.39464, 7.54116, 'Busserach', 'Solothurn', 'Bezirk Thierstein', 'CH'),
(46.27381, 9.10735, 'Buseno', 'Grisons', 'Moesa District', 'CH'),
(47.21206, 8.09421, 'Bueron', 'Lucerne', 'Sursee District', 'CH'),
(47.55036, 9.15235, 'Burglen', 'Thurgau', 'Weinfelden District', 'CH'),
(46.87565, 8.66539, 'Burglen', 'Uri', 'Uri', 'CH'),
(46.78464, 7.49988, 'Burgistein', 'Bern', 'Thun District', 'CH'),
(47.05901, 7.62786, 'Burgdorf', 'Bern', 'Emmental District', 'CH'),
(46.97398, 8.42279, 'Buochs', 'Nidwalden', 'Nidwalden', 'CH'),
(46.61950, 7.05674, 'Bulle', 'Fribourg', 'Gruyere District', 'CH'),
(47.52197, 8.54049, 'Bulach', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.37348, 9.42507, 'Buhler', 'Appenzell Ausserrhoden', 'Bezirk Mittelland', 'CH'),
(47.39358, 8.08233, 'Buchs', 'Aargau', 'Bezirk Aarau', 'CH'),
(47.16743, 9.47794, 'Buchs', 'Saint Gallen', 'Wahlkreis Werdenberg', 'CH'),
(47.09625, 8.34729, 'Buchrain', 'Lucerne', 'Lucerne-Land District', 'CH'),
(46.81351, 7.67463, 'Buchholterberg', 'Bern', 'Thun District', 'CH'),
(47.26698, 8.81790, 'Bubikon', 'Zurich', 'Bezirk Hinwil', 'CH'),
(47.44586, 7.73759, 'Bubendorf', 'Basel-Landschaft', 'Bezirk Liestal', 'CH'),
(47.42173, 8.63263, 'Bruttisellen', 'Zurich', 'Bezirk Uster', 'CH'),
(47.47318, 8.67569, 'Brutten', 'Zurich', 'Bezirk Winterthur', 'CH'),
(46.25767, 10.12604, 'Brusio', 'Grisons', 'Bernina District', 'CH'),
(47.48096, 8.20869, 'Brugg', 'Aargau', 'Bezirk Brugg', 'CH'),
(47.12370, 7.27887, 'Brugg', 'Bern', 'Biel/Bienne District', 'CH'),
(47.47835, 9.03454, 'Bronschhofen', 'Saint Gallen', 'Wahlkreis Wil', 'CH'),
(46.60513, 7.09891, 'Broc', 'Fribourg', 'Gruyere District', 'CH'),
(47.25954, 7.94689, 'Brittnau', 'Aargau', 'Bezirk Zofingen', 'CH'),
(46.12013, 8.71181, 'Brissago', 'Ticino', 'Locarno District', 'CH'),
(47.41763, 7.54340, 'Brislach', 'Basel-Landschaft', 'Bezirk Laufen', 'CH'),
(46.31667, 7.98333, 'Brig', 'Valais', 'Brig District', 'CH'),
(46.75450, 8.03847, 'Brienz', 'Bern', 'Interlaken-Oberhasli District', 'CH'),
(47.35109, 8.34214, 'Bremgarten', 'Aargau', 'Bezirk Bremgarten', 'CH'),
(47.40564, 7.54382, 'Breitenbach', 'Solothurn', 'Bezirk Thierstein', 'CH'),
(46.76986, 9.06036, 'Breil', 'Grisons', 'Surselva District', 'CH'),
(46.89304, 7.69757, 'Bowil', 'Bern', 'Bern-Mittelland District', 'CH'),
(46.94991, 6.83757, 'Boudry', 'Neuchatel', 'Boudry District', 'CH'),
(47.52343, 7.57211, 'Bottmingen', 'Basel-Landschaft', 'Bezirk Arlesheim', 'CH'),
(47.63641, 9.20884, 'Bottighofen', 'Thurgau', 'Kreuzlingen District', 'CH'),
(46.61596, 6.66149, 'Bottens', 'Vaud', 'Gros-de-Vaud District', 'CH'),
(46.89229, 7.22770, 'Bosingen', 'Fribourg', 'Sense District', 'CH'),
(47.31505, 8.46836, 'Bonstetten', 'Zurich', 'Bezirk Affoltern', 'CH'),
(47.31725, 8.18963, 'Boniswil', 'Aargau', 'Bezirk Lenzburg', 'CH'),
(46.68736, 7.89350, 'Bonigen', 'Bern', 'Interlaken-Oberhasli District', 'CH'),
(47.49560, 7.01423, 'Boncourt', 'Jura', 'Porrentruy District', 'CH'),
(46.81103, 9.39821, 'Bonaduz', 'Grisons', 'Imboden District', 'CH'),
(46.62890, 7.39111, 'Boltigen', 'Bern', 'Obersimmental-Saanen District', 'CH'),
(46.97510, 7.49697, 'Bolligen', 'Bern', 'Bern-Mittelland District', 'CH'),
(46.37808, 8.90991, 'Bodio', 'Ticino', 'Leventina District', 'CH'),
(46.74210, 7.52136, 'Blumenstein', 'Bern', 'Thun District', 'CH'),
(46.46778, 6.89615, 'Blonay', 'Vaud', 'Riviera-Pays-d\'Enhaut District', 'CH'),
(47.55290, 7.62322, 'Birsfelden', 'Basel-Landschaft', 'Bezirk Arlesheim', 'CH'),
(47.43587, 8.20801, 'Birr', 'Aargau', 'Bezirk Brugg', 'CH'),
(47.46152, 8.24816, 'Birmenstorf', 'Aargau', 'Bezirk Baden', 'CH'),
(47.35515, 8.44256, 'Birmensdorf', 'Zurich', 'Bezirk Dietikon', 'CH'),
(46.01961, 8.91438, 'Bioggio', 'Ticino', 'Lugano District', 'CH'),
(47.54021, 7.56932, 'Binningen', 'Basel-Landschaft', 'Bezirk Arlesheim', 'CH'),
(47.15099, 9.02821, 'Bilten', 'Glarus', 'Glarus', 'CH');
INSERT INTO `reverse_geocode` (`lat`, `lng`, `city`, `region`, `province`, `country`) VALUES
(46.92629, 7.62508, 'Biglen', 'Bern', 'Bern-Mittelland District', 'CH'),
(46.53761, 6.33362, 'Biere', 'Vaud', 'Morges District', 'CH'),
(47.13713, 7.24608, 'Biel/Bienne', 'Bern', 'Biel/Bienne District', 'CH'),
(47.18009, 7.56246, 'Biberist', 'Solothurn', 'Bezirk Wasseramt', 'CH'),
(46.35972, 8.96965, 'Biasca', 'Ticino', 'Riviera District', 'CH'),
(46.25214, 7.01141, 'Bex', 'Vaud', 'Aigle District', 'CH'),
(47.23711, 7.28325, 'Bevilard', 'Bern', 'Jura bernois', 'CH'),
(46.92958, 6.81470, 'Bevaix', 'Neuchatel', 'Boudry District', 'CH'),
(47.20062, 7.42405, 'Bettlach', 'Solothurn', 'Bezirk Lebern', 'CH'),
(47.57039, 7.66425, 'Bettingen', 'Basel-City', 'Basel-Stadt', 'CH'),
(47.20612, 8.19265, 'Beromuenster', 'Lucerne', 'Sursee District', 'CH'),
(46.17650, 6.07544, 'Bernex', 'Geneva', 'Geneva', 'CH'),
(46.94809, 7.44744, 'Bern', 'Bern', 'Bern-Mittelland District', 'CH'),
(47.69763, 8.57431, 'Beringen', 'Schaffhausen', 'Bezirk Schaffhausen', 'CH'),
(47.35137, 8.37209, 'Berikon', 'Aargau', 'Bezirk Bremgarten', 'CH'),
(47.57970, 9.16635, 'Berg', 'Thurgau', 'Weinfelden District', 'CH'),
(47.19842, 9.00435, 'Benken', 'Saint Gallen', 'Wahlkreis See-Gaster', 'CH'),
(46.89129, 7.49825, 'Belp', 'Bern', 'Bern-Mittelland District', 'CH'),
(46.51891, 6.67636, 'Belmont-sur-Lausanne', 'Vaud', 'Lavaux-Oron District', 'CH'),
(47.10852, 7.24608, 'Bellmund', 'Bern', 'Biel/Bienne District', 'CH'),
(46.19278, 9.01703, 'Bellinzona', 'Ticino', 'Bellinzona District', 'CH'),
(46.25739, 6.15475, 'Bellevue', 'Geneva', 'Geneva', 'CH'),
(46.82171, 7.10674, 'Belfaux', 'Fribourg', 'Sarine District', 'CH'),
(46.44152, 6.24762, 'Begnins', 'Vaud', 'Nyon District', 'CH'),
(46.96653, 8.47575, 'Beckenried', 'Nidwalden', 'Nidwalden', 'CH'),
(46.69896, 7.79428, 'Beatenberg', 'Bern', 'Interlaken-Oberhasli District', 'CH'),
(46.68403, 6.56710, 'Bavois', 'Vaud', 'Jura-Nord vaudois District', 'CH'),
(47.36745, 8.87905, 'Bauma', 'Zurich', 'Bezirk Pfaeffikon', 'CH'),
(46.93559, 8.57836, 'Bauen', 'Uri', 'Uri', 'CH'),
(47.13363, 7.54103, 'Batterkinden', 'Bern', 'Emmental District', 'CH'),
(47.44342, 8.62851, 'Bassersdorf', 'Zurich', 'Bezirk Buelach', 'CH'),
(46.18993, 7.31209, 'Basse-Nendaz', 'Valais', 'Conthey District', 'CH'),
(47.33829, 7.24494, 'Bassecourt', 'Jura', 'Delemont District', 'CH'),
(47.55839, 7.57327, 'Basel', 'Basel-City', 'Basel-Stadt', 'CH'),
(47.01947, 7.52709, 'Bariswil', 'Bern', 'Bern-Mittelland District', 'CH'),
(47.33709, 8.85645, 'Baretswil', 'Zurich', 'Bezirk Hinwil', 'CH'),
(46.30888, 7.86570, 'Baltschieder', 'Valais', 'Visp District', 'CH'),
(47.31613, 7.69318, 'Balsthal', 'Solothurn', 'Bezirk Thal', 'CH'),
(47.15487, 8.32138, 'Ballwil', 'Lucerne', 'Hochdorf District', 'CH'),
(46.55485, 6.37310, 'Ballens', 'Vaud', 'Morges District', 'CH'),
(47.40544, 9.60950, 'Balgach', 'Appenzell Innerrhoden', 'Appenzell Inner Rhodes', 'CH'),
(45.84638, 9.00724, 'Balerna', 'Ticino', 'Mendrisio District', 'CH'),
(46.08333, 7.21667, 'Bagnes', 'Valais', 'Entremont District', 'CH'),
(47.00601, 9.50266, 'Bad Ragaz', 'Saint Gallen', 'Wahlkreis Sarganserland', 'CH'),
(47.47333, 8.30592, 'Baden', 'Aargau', 'Bezirk Baden', 'CH'),
(47.50317, 8.54556, 'Bachenbulach', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.19625, 8.52954, 'Baar', 'Zug', 'Zug', 'CH'),
(46.28249, 7.41028, 'Ayent', 'Valais', 'Herens District', 'CH'),
(46.78815, 7.07006, 'Avry', 'Fribourg', 'Sarine District', 'CH'),
(46.88004, 7.04071, 'Avenches', 'Vaud', 'Broye-Vully District', 'CH'),
(47.21082, 8.36583, 'Auw', 'Aargau', 'Bezirk Muri', 'CH'),
(46.97545, 6.87903, 'Auvernier', 'Neuchatel', 'Boudry District', 'CH'),
(47.37752, 8.52127, 'Aussersihl', 'Zurich', 'Bezirk Zuerich', 'CH'),
(46.49514, 6.39155, 'Aubonne', 'Vaud', 'Morges District', 'CH'),
(47.43221, 9.63387, 'Au', 'Saint Gallen', 'Wahlkreis Rheintal', 'CH'),
(47.24185, 8.64406, 'Au', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.24673, 7.61353, 'Attiswil', 'Bern', 'Oberaargau', 'CH'),
(46.86255, 8.63036, 'Attinghausen', 'Uri', 'Uri', 'CH'),
(46.50996, 6.84835, 'Attalens', 'Fribourg', 'Veveyse District', 'CH'),
(46.15451, 8.77327, 'Ascona', 'Ticino', 'Locarno District', 'CH'),
(45.87606, 8.94103, 'Arzo', 'Ticino', 'Mendrisio District', 'CH'),
(46.45962, 6.20813, 'Arzier', 'Vaud', 'Nyon District', 'CH'),
(46.30211, 9.11300, 'Arvigo', 'Grisons', 'Moesa District', 'CH'),
(47.06337, 8.52349, 'Arth', 'Schwyz', 'Bezirk Schwyz', 'CH'),
(46.77793, 9.67621, 'Arosa', 'Grisons', 'Plessur District', 'CH'),
(47.49412, 7.61979, 'Arlesheim', 'Basel-Landschaft', 'Bezirk Arlesheim', 'CH'),
(47.28692, 8.36356, 'Aristau', 'Aargau', 'Bezirk Muri', 'CH'),
(47.51323, 7.76515, 'Arisdorf', 'Basel-Landschaft', 'Bezirk Liestal', 'CH'),
(46.21064, 7.25776, 'Ardon', 'Valais', 'Conthey District', 'CH'),
(47.16533, 7.43139, 'Arch', 'Bern', 'Seeland District', 'CH'),
(47.51667, 9.43333, 'Arbon', 'Thurgau', 'Arbon District', 'CH'),
(46.55237, 6.42889, 'Apples', 'Vaud', 'Morges District', 'CH'),
(47.33103, 9.40996, 'Appenzell', 'Appenzell Innerrhoden', 'Appenzell Inner Rhodes', 'CH'),
(46.27673, 6.22204, 'Anieres', 'Geneva', 'Geneva', 'CH'),
(47.43855, 9.27637, 'Andwil', 'Saint Gallen', 'Wahlkreis St. Gallen', 'CH'),
(46.63565, 8.59388, 'Andermatt', 'Uri', 'Uri', 'CH'),
(47.54699, 9.29837, 'Amriswil', 'Thurgau', 'Arbon District', 'CH'),
(47.14888, 9.14233, 'Amden', 'Saint Gallen', 'Wahlkreis See-Gaster', 'CH'),
(47.37766, 9.54746, 'Altstatten', 'Saint Gallen', 'Wahlkreis Rheintal', 'CH'),
(47.61162, 9.25905, 'Altnau', 'Thurgau', 'Kreuzlingen District', 'CH'),
(47.19916, 7.96964, 'Altishofen', 'Lucerne', 'Willisau District', 'CH'),
(46.79587, 7.25877, 'Alterswil', 'Fribourg', 'Sense District', 'CH'),
(47.19137, 8.82944, 'Altendorf', 'Schwyz', 'Bezirk March', 'CH'),
(46.88042, 8.64441, 'Altdorf', 'Uri', 'Uri', 'CH'),
(46.94227, 8.27180, 'Alpnach', 'Obwalden', 'Obwalden', 'CH'),
(47.55074, 7.53599, 'Allschwil', 'Basel-Landschaft', 'Bezirk Arlesheim', 'CH'),
(47.42618, 7.12911, 'Alle', 'Jura', 'Porrentruy District', 'CH'),
(46.52847, 8.60881, 'Airolo', 'Ticino', 'Leventina District', 'CH'),
(46.31810, 6.96457, 'Aigle', 'Vaud', 'Aigle District', 'CH'),
(45.99863, 8.90030, 'Agno', 'Ticino', 'Lugano District', 'CH'),
(47.27743, 8.45128, 'Affoltern am Albis', 'Zurich', 'Bezirk Affoltern', 'CH'),
(47.52701, 9.03207, 'Affeltrangen', 'Thurgau', 'Weinfelden District', 'CH'),
(46.65848, 7.69650, 'Aeschi', 'Bern', 'Frutigen-Niedersimmental District', 'CH'),
(47.47104, 7.59730, 'Aesch', 'Basel-Landschaft', 'Bezirk Arlesheim', 'CH'),
(47.30997, 8.52462, 'Adliswil', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.06521, 8.36124, 'Adligenswil', 'Lucerne', 'Lucerne-Land District', 'CH'),
(46.49142, 7.56031, 'Adelboden', 'Bern', 'Frutigen-Niedersimmental District', 'CH'),
(46.45176, 8.93999, 'Acquarossa', 'Ticino', 'Blenio District', 'CH'),
(47.23845, 7.76854, 'Aarwangen', 'Bern', 'Oberaargau', 'CH'),
(47.32067, 7.89986, 'Aarburg', 'Aargau', 'Bezirk Zofingen', 'CH'),
(47.04439, 7.27578, 'Aarberg', 'Bern', 'Seeland District', 'CH'),
(47.39254, 8.04422, 'Aarau', 'Aargau', 'Bezirk Aarau', 'CH'),
(47.49204, 8.90099, 'Aadorf', 'Thurgau', 'Muenchwilen District', 'CH'),
(47.57884, 7.64683, 'Riehen', 'Basel-City', 'Basel-Stadt', 'CH'),
(46.19843, 6.18642, 'Chene-Bougeries', 'Geneva', 'Geneva', 'CH'),
(46.24706, 6.23423, 'Meinier', 'Geneva', 'Geneva', 'CH'),
(46.21043, 6.23114, 'Puplinge', 'Geneva', 'Geneva', 'CH'),
(46.18815, 6.19904, 'Thonex', 'Geneva', 'Geneva', 'CH'),
(47.34152, 8.47149, 'Wettswil / Wettswil (Dorf)', 'Zurich', 'Bezirk Affoltern', 'CH'),
(47.34361, 8.48301, 'Sellenbueren', 'Zurich', 'Bezirk Affoltern', 'CH'),
(47.46651, 7.78502, 'Itingen', 'Basel-Landschaft', 'Bezirk Sissach', 'CH'),
(46.52899, 6.56261, 'Ecublens', 'Vaud', 'Ouest Lausannois District', 'CH'),
(47.27324, 8.45218, 'Affoltern / Hasenbueel', 'Zurich', 'Bezirk Affoltern', 'CH'),
(47.27799, 8.45041, 'Affoltern / Oberdorf', 'Zurich', 'Bezirk Affoltern', 'CH'),
(47.28257, 8.45086, 'Affoltern / Unterdorf', 'Zurich', 'Bezirk Affoltern', 'CH'),
(47.28055, 8.46008, 'Affoltern / Sonnenberg', 'Zurich', 'Bezirk Affoltern', 'CH'),
(47.32419, 8.47251, 'Schachen', 'Zurich', 'Bezirk Affoltern', 'CH'),
(47.29794, 8.44833, 'Hedingen', 'Zurich', 'Bezirk Affoltern', 'CH'),
(47.26197, 8.41588, 'Obfelden / Oberlunnern', 'Zurich', 'Bezirk Affoltern', 'CH'),
(47.26574, 8.43013, 'Obfelden / Toussen', 'Zurich', 'Bezirk Affoltern', 'CH'),
(47.33197, 8.47732, 'Wettswil / Ausser-Dorf', 'Zurich', 'Bezirk Affoltern', 'CH'),
(47.60058, 8.68362, 'Kleinandelfingen', 'Zurich', 'Bezirk Andelfingen', 'CH'),
(47.51426, 8.53267, 'Buelach / Niederflachs', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.52632, 8.54106, 'Buelach / Soligaenter', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.52337, 8.54879, 'Buelach / Gstueckt', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.51716, 8.54651, 'Buelach / Seematt', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.41910, 8.62078, 'Dietlikon / Eichwiesen', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.50400, 8.59477, 'Embrach / Embrach (Dorfkern)', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.51455, 8.59146, 'Embrach / Kellersacker', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.53307, 8.58455, 'Freienstein', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.52262, 8.51564, 'Hochfelden', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.50799, 8.51203, 'End-Hoeri', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.45134, 8.58683, 'Kloten / Kloten (Zentrum)', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.46584, 8.58145, 'Kloten / Freienberg (Chanzler-Chlini Chaseren)', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.45399, 8.58306, 'Kloten / Horainli', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.45424, 8.59066, 'Kloten / Geissberg', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.45255, 8.59464, 'Kloten / Hostrass', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.44642, 8.57661, 'Kloten / Holberg', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.44233, 8.57496, 'Kloten / Balsberg', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.44455, 8.58724, 'Kloten / Spitz', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.44726, 8.58808, 'Kloten / Ruetlen', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.45431, 8.63477, 'Birchwil', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.42908, 8.56657, 'Glattbrugg / Wydacker/Bettacker/Laettenwiesen', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.42696, 8.57886, 'Grossacker/Opfikon', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.43721, 8.56642, 'Glattbrugg / Rohr/Platten-Balsberg', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.41906, 8.58586, 'Wallisellen / Wallisellen-West', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.41446, 8.59727, 'Wallisellen / Wallisellen-Ost', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.41738, 8.60028, 'Wallisellen / Rieden', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.43983, 8.43813, 'Daellikon / Daellikon (Dorf)', 'Zurich', 'Bezirk Dielsdorf', 'CH'),
(47.51096, 8.47099, 'Neerach', 'Zurich', 'Bezirk Dielsdorf', 'CH'),
(47.49065, 8.50048, 'Niederglatt / Niederglatt (Dorfkern)', 'Zurich', 'Bezirk Dielsdorf', 'CH'),
(47.48012, 8.48576, 'Niederhasli', 'Zurich', 'Bezirk Dielsdorf', 'CH'),
(47.47596, 8.51929, 'Oberglatt / Oberglatt (Dorfkern)', 'Zurich', 'Bezirk Dielsdorf', 'CH'),
(47.47143, 8.51289, 'Oberglatt / Bahnhofquartier', 'Zurich', 'Bezirk Dielsdorf', 'CH'),
(47.47778, 8.50646, 'Hofstetten', 'Zurich', 'Bezirk Dielsdorf', 'CH'),
(47.45329, 8.46091, 'Sonnhalde', 'Zurich', 'Bezirk Dielsdorf', 'CH'),
(47.43525, 8.46240, 'Regensdorf / Hofacher-Geeren', 'Zurich', 'Bezirk Dielsdorf', 'CH'),
(47.43618, 8.46659, 'Regensdorf / Feldblumen-Riedthofstrasse', 'Zurich', 'Bezirk Dielsdorf', 'CH'),
(47.42772, 8.46566, 'Regensdorf / Obstgarten', 'Zurich', 'Bezirk Dielsdorf', 'CH'),
(47.44940, 8.53255, 'Ruemlang / Ruemlang (Dorfkern)', 'Zurich', 'Bezirk Dielsdorf', 'CH'),
(47.26494, 8.85048, 'Tann / Tann (Dorfkern)', 'Zurich', 'Bezirk Hinwil', 'CH'),
(47.31151, 8.78339, 'Gruet', 'Zurich', 'Bezirk Hinwil', 'CH'),
(47.27949, 8.75842, 'Binzikon', 'Zurich', 'Bezirk Hinwil', 'CH'),
(47.28750, 8.85719, 'Hadlikon', 'Zurich', 'Bezirk Hinwil', 'CH'),
(47.25548, 8.84490, 'Rueti / Westlicher Dorfteil', 'Zurich', 'Bezirk Hinwil', 'CH'),
(47.25368, 8.85654, 'Rueti / Dorfzentrum Suedl. Teil', 'Zurich', 'Bezirk Hinwil', 'CH'),
(47.25894, 8.86512, 'Rueti / Oberdorf', 'Zurich', 'Bezirk Hinwil', 'CH'),
(47.33089, 8.78762, 'Wetzikon / Robenhausen', 'Zurich', 'Bezirk Hinwil', 'CH'),
(47.33319, 8.80982, 'Wetzikon / Kempten', 'Zurich', 'Bezirk Hinwil', 'CH'),
(47.31128, 8.52675, 'Adliswil / Adliswil (Stadtkern)', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.32020, 8.51508, 'Adliswil / Oberleimbach', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.31870, 8.52425, 'Adliswil / Sood', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.31637, 8.51888, 'Adliswil / Huendli-Zopf', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.30958, 8.52055, 'Adliswil / Sonnenberg', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.31142, 8.53446, 'Adliswil / Tal', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.25604, 8.60159, 'Horgen / Horgen (Dorfkern)', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.24729, 8.60660, 'Horgen / Allmend', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.26584, 8.58760, 'Horgen / Scheller-Stockerstrasse', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.25533, 8.59234, 'Horgen / Oberdorf', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.32728, 8.53957, 'Kilchberg / Baechler-Stocken', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.32012, 8.54306, 'Kilchberg / Kilchberg (Dorfkern)', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.29377, 8.53758, 'Langnau / Vitaquartier', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.28306, 8.53386, 'Muehlehalde', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.27242, 8.58021, 'Oberrieden / Mitte', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.27628, 8.57257, 'Oberrieden / Berg', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.20715, 8.70607, 'Richterswil / Dorfkern', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.20323, 8.70516, 'Richterswil / Richterswil (Dorfkern)', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.20973, 8.69133, 'Richterswil / Burghalde', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.29047, 8.56633, 'Thalwil / Dorfkern', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.29178, 8.55602, 'Thalwil / Berg', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.29748, 8.55634, 'Thalwil / Nord', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.28495, 8.56954, 'Thalwil / Sued', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.28439, 8.54830, 'Gattikon', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.22923, 8.67220, 'Waedenswil / Dorf (Waedenswil)', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.24730, 8.63270, 'Au / Unter-Dorf', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.24303, 8.64591, 'Au / Mittel-Dorf', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.23367, 8.65251, 'Waedenswil / Hangenmoos', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.23395, 8.66346, 'Waedenswil / Bueelen', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.22772, 8.66303, 'Waedenswil / Untermosen-Fuhr', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.22364, 8.67149, 'Waedenswil / Leihof-Muehlebach', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.21847, 8.67440, 'Waedenswil / Eichweid', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.22115, 8.68385, 'Waedenswil / Boller-Giessen', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.30658, 8.60271, 'Erlenbach / rechts des Dorfbachs oberhalb Bahnlinie', 'Zurich', 'Bezirk Meilen', 'CH'),
(47.29950, 8.60188, 'Erlenbach / links des Dorfbachs oberhalb Bahnlinie', 'Zurich', 'Bezirk Meilen', 'CH'),
(47.31783, 8.58303, 'Kuesnacht / Dorf', 'Zurich', 'Bezirk Meilen', 'CH'),
(47.32729, 8.58077, 'Kuesnacht / Goldbach', 'Zurich', 'Bezirk Meilen', 'CH'),
(47.32714, 8.60068, 'Kuesnacht / Itschnach', 'Zurich', 'Bezirk Meilen', 'CH'),
(47.32112, 8.58881, 'Kuesnacht / Schiedhalden', 'Zurich', 'Bezirk Meilen', 'CH'),
(47.31307, 8.58849, 'Kuesnacht / Heslibach', 'Zurich', 'Bezirk Meilen', 'CH'),
(47.25612, 8.69161, 'Maennedorf / Dorfkern', 'Zurich', 'Bezirk Meilen', 'CH'),
(47.24636, 8.70608, 'Maennedorf / Ausserfeld', 'Zurich', 'Bezirk Meilen', 'CH'),
(47.23715, 8.73999, 'Dorf', 'Zurich', 'Bezirk Meilen', 'CH'),
(47.26654, 8.67765, 'Uetikon / Grossdorf', 'Zurich', 'Bezirk Meilen', 'CH'),
(47.34510, 8.60088, 'Zollikerberg', 'Zurich', 'Bezirk Meilen', 'CH'),
(47.42797, 8.69822, 'Effretikon / Watt', 'Zurich', 'Bezirk Pfaeffikon', 'CH'),
(47.42388, 8.69653, 'Effretikon / Rappenhalde-Bannhalde', 'Zurich', 'Bezirk Pfaeffikon', 'CH'),
(47.43070, 8.67284, 'Tagelswangen', 'Zurich', 'Bezirk Pfaeffikon', 'CH'),
(47.36943, 8.78309, 'Pfaeffikon / Pfaeffikon (Dorfkern)', 'Zurich', 'Bezirk Pfaeffikon', 'CH'),
(47.39502, 8.61184, 'Duebendorf / Vogelquartier', 'Zurich', 'Bezirk Uster', 'CH'),
(47.39352, 8.60850, 'Duebendorf / Wasserfurren', 'Zurich', 'Bezirk Uster', 'CH'),
(47.39469, 8.63162, 'Duebendorf / Sonnenberg', 'Zurich', 'Bezirk Uster', 'CH'),
(47.40109, 8.62724, 'Duebendorf / Kunklerstrasse', 'Zurich', 'Bezirk Uster', 'CH'),
(47.30736, 8.68339, 'Hinteregg', 'Zurich', 'Bezirk Uster', 'CH'),
(47.28325, 8.71038, 'Esslingen', 'Zurich', 'Bezirk Uster', 'CH'),
(47.36077, 8.63687, 'Benglen', 'Zurich', 'Bezirk Uster', 'CH'),
(47.37042, 8.68151, 'Greifensee / Muellerwis / Seilerwis', 'Zurich', 'Bezirk Uster', 'CH'),
(47.36430, 8.68979, 'Greifensee / Pfisterhoelzli', 'Zurich', 'Bezirk Uster', 'CH'),
(47.32970, 8.65410, 'Aesch', 'Zurich', 'Bezirk Uster', 'CH'),
(47.35635, 8.62657, 'Binz', 'Zurich', 'Bezirk Uster', 'CH'),
(47.30401, 8.72211, 'Moenchaltorf / Dorf', 'Zurich', 'Bezirk Uster', 'CH'),
(47.38592, 8.65888, 'Schwerzenbach / Chimli', 'Zurich', 'Bezirk Uster', 'CH'),
(47.38308, 8.64954, 'Schwerzenbach / Blatten', 'Zurich', 'Bezirk Uster', 'CH'),
(47.34579, 8.71839, 'Uster / Kirch-Uster', 'Zurich', 'Bezirk Uster', 'CH'),
(47.34743, 8.70088, 'Uster / Nieder-Uster', 'Zurich', 'Bezirk Uster', 'CH'),
(47.36016, 8.71390, 'Uster / Gschwader', 'Zurich', 'Bezirk Uster', 'CH'),
(47.34874, 8.73319, 'Uster / Ober-Uster', 'Zurich', 'Bezirk Uster', 'CH'),
(47.34088, 8.72555, 'Uster / Nossikon', 'Zurich', 'Bezirk Uster', 'CH'),
(47.37099, 8.69254, 'Naenikon / Naenikon (Dorfkern)', 'Zurich', 'Bezirk Uster', 'CH'),
(47.40644, 8.68296, 'Kindhausen / Kindhausen (Dorf)', 'Zurich', 'Bezirk Uster', 'CH'),
(47.39246, 8.67910, 'Hegnau / Sunnebueel-Eich', 'Zurich', 'Bezirk Uster', 'CH'),
(47.38713, 8.66657, 'Hegnau / Dammboden-Grindel', 'Zurich', 'Bezirk Uster', 'CH'),
(47.38387, 8.71763, 'Gutenswil', 'Zurich', 'Bezirk Uster', 'CH'),
(47.41182, 8.64516, 'Wangen', 'Zurich', 'Bezirk Uster', 'CH'),
(47.49265, 8.86680, 'Elgg / Staedtchen und Umgebung', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.53345, 8.73415, 'Seuzach Dorf / Breite-Weid', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.49951, 8.72872, 'Stadt Winterthur (Kreis 1) / Altstadt', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.50571, 8.73372, 'Stadt Winterthur (Kreis 1) / Lind', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.49409, 8.72334, 'Stadt Winterthur (Kreis 1) / Heiligberg', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.49340, 8.71512, 'Stadt Winterthur (Kreis 1) / Toessfeld', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.49764, 8.71272, 'Stadt Winterthur (Kreis 1) / Bruehlberg', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.50207, 8.71625, 'Stadt Winterthur (Kreis 1) / Neuwiesen', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.50596, 8.75150, 'Oberwinterthur (Kreis 2) / Talacker', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.51339, 8.75998, 'Oberwinterthur (Kreis 2) / Guggenbuehl', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.51950, 8.75640, 'Oberwinterthur (Kreis 2) / Zinzikon', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.48913, 8.76034, 'Seen (Kreis 3) / Waser', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.48446, 8.76517, 'Seen (Kreis 3) / Bueelwiesen', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.48393, 8.75586, 'Seen (Kreis 3) / Waldegg', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.48100, 8.76249, 'Seen (Kreis 3) / Ganzenbuehl', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.48205, 8.77289, 'Seen (Kreis 3) / Oberseen', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.48135, 8.69855, 'Toess (Kreis 4) / Vorder-Daettnau', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.49279, 8.70223, 'Toess (Kreis 4) / Schlosstal', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.48727, 8.70740, 'Toess (Kreis 4) / Eichliacker', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.51386, 8.71583, 'Veltheim (Kreis 5) / Rosenberg', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.50618, 8.71563, 'Veltheim (Kreis 5) / Blumenau', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.49873, 8.69897, 'Wuelflingen (Kreis 6) / Oberfeld', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.51098, 8.69290, 'Wuelflingen (Kreis 6) / Lindenplatz', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.50904, 8.67968, 'Wuelflingen (Kreis 6) / Niederfeld', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.51262, 8.68400, 'Wuelflingen (Kreis 6) / Haerti', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.49419, 8.73948, 'Mattenbach (Kreis 7) / Deutweg', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.49104, 8.75258, 'Mattenbach (Kreis 7) / Gutschick', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.48821, 8.74938, 'Mattenbach (Kreis 7) / Endliker', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.45748, 8.77413, 'Kollbrunn / Kollbrunn (Dorfkern)', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.40819, 8.39719, 'Dietikon / Vorstadt', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.40477, 8.39168, 'Dietikon / Almend', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.40065, 8.39416, 'Dietikon / Oberdorf', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.39919, 8.40146, 'Dietikon / Kreuzacker', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.40009, 8.40818, 'Dietikon / Guggenbuehl', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.39718, 8.41609, 'Dietikon / Hofacker', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.39706, 8.42576, 'Dietikon / Schoenenwerd', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.40711, 8.46276, 'Oberengstringen / Zentrum', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.41211, 8.46055, 'Oberengstringen / Sonnenberg', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.40919, 8.45627, 'Oberengstringen / Rauchacher', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.39779, 8.44770, 'Schlieren / Zentrum', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.40338, 8.44352, 'Schlieren / Engstingerquartier', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.39489, 8.43027, 'Schlieren / Spital', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.39598, 8.44202, 'Schlieren / Freiestrasse', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.39358, 8.44453, 'Schlieren / Kamp', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.39721, 8.45734, 'Schlieren / Boden', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.38920, 8.42265, 'Urdorf / Bodenfeld', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.38977, 8.42886, 'Urdorf / Moos', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.38072, 8.42343, 'Urdorf / Oberurdorf', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.41511, 8.57014, 'Zuerich (Kreis 12) / Auzelg', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.42476, 8.52125, 'Zuerich (Kreis 11) / Schwandenholz', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.32538, 8.51391, 'Zuerich (Kreis 2) / Mittel-Leimbach', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.33362, 8.51433, 'Zuerich (Kreis 2) / Unter-Leimbach', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.39503, 8.52529, 'Zuerich (Kreis 10) / Wipkingen', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.41444, 8.47928, 'Zuerich (Kreis 10) / Ruetihof', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.37161, 8.54501, 'Zuerich (Kreis 1) / Rathaus', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.41814, 8.51220, 'Zuerich (Kreis 11) / Affoltern', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.41127, 8.56480, 'Zuerich (Kreis 12) / Saatlen', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.40630, 8.57242, 'Zuerich (Kreis 12) / Schwamendingen-Mitte', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.40187, 8.58633, 'Zuerich (Kreis 12) / Hirzenbach', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.37188, 8.54036, 'Zuerich (Kreis 1) / Lindenhof', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.37269, 8.53576, 'Zuerich (Kreis 1) / City', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.34010, 8.53134, 'Zuerich (Kreis 2) / Wollishofen', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.36050, 8.53127, 'Zuerich (Kreis 2) / Enge', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.36372, 8.50417, 'Zuerich (Kreis 3) / Friesenberg', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.37382, 8.51164, 'Zuerich (Kreis 3) / Sihlfeld', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.37178, 8.52584, 'Zuerich (Kreis 4) / Werd', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.37767, 8.52854, 'Zuerich (Kreis 4) / Langstrasse', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.38311, 8.50942, 'Zuerich (Kreis 4) / Hard', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.38481, 8.53011, 'Zuerich (Kreis 5) / Gewerbeschule', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.39052, 8.51292, 'Zuerich (Kreis 5) / Escher-Wyss', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.39530, 8.53721, 'Zuerich (Kreis 6) / Unterstrass', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.38917, 8.55040, 'Zuerich (Kreis 6) / Oberstrass', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.38013, 8.56133, 'Zuerich (Kreis 7) / Fluntern', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.37011, 8.56306, 'Zuerich (Kreis 7) / Hottingen', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.36240, 8.56755, 'Zuerich (Kreis 7) / Hirslanden', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.35462, 8.55537, 'Zuerich (Kreis 8) / Seefeld', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.35727, 8.55744, 'Zuerich (Kreis 8) / Muehlebach', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.35250, 8.57011, 'Zuerich (Kreis 8) / Weinegg', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.37398, 8.49007, 'Zuerich (Kreis 9) / Albisrieden', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.38946, 8.48533, 'Zuerich (Kreis 9) / Altstetten', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.38213, 8.65727, 'Schwerzenbach', 'Zurich', 'Bezirk Uster', 'CH'),
(47.49710, 8.45216, 'Steinmaur', 'Zurich', 'Bezirk Dielsdorf', 'CH'),
(47.39227, 8.66988, 'Hegnau', 'Zurich', 'Bezirk Uster', 'CH'),
(47.38098, 8.59978, 'Gockhausen', 'Zurich', 'Bezirk Uster', 'CH'),
(47.49494, 8.71954, 'Stadt Winterthur (Kreis 1)', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.38767, 8.52152, 'Zuerich (Kreis 5)', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.44674, 8.40648, 'Daenikon', 'Zurich', 'Bezirk Dielsdorf', 'CH'),
(47.40372, 8.57608, 'Zuerich (Kreis 12)', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.51036, 8.68333, 'Wuelflingen (Kreis 6)', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.53954, 8.78887, 'Sulz', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.57244, 8.52093, 'Seglingen', 'Zurich', 'Bezirk Buelach', 'CH'),
(47.49066, 8.49987, 'Niederglatt', 'Zurich', 'Bezirk Dielsdorf', 'CH'),
(47.34987, 8.64013, 'Ebmatingen', 'Zurich', 'Bezirk Uster', 'CH'),
(47.47646, 8.76996, 'Seen (Kreis 3)', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.35785, 8.50296, 'Zuerich (Kreis 3)', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.42326, 8.52166, 'Zuerich (Kreis 11)', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.38245, 8.47993, 'Zuerich (Kreis 9)', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.51692, 8.76863, 'Oberwinterthur (Kreis 2)', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.42213, 8.41085, 'Geroldswil', 'Zurich', 'Bezirk Dietikon', 'CH'),
(47.40773, 8.50050, 'Zuerich (Kreis 10)', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.33756, 8.52110, 'Zuerich (Kreis 2)', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.35480, 8.56097, 'Zuerich (Kreis 8)', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.25619, 8.79910, 'Wolfhausen', 'Zurich', 'Bezirk Hinwil', 'CH'),
(47.53560, 8.73209, 'Seuzach Dorf', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.37055, 8.54177, 'Zuerich (Kreis 1)', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.48705, 8.74681, 'Mattenbach (Kreis 7)', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.37328, 8.58038, 'Zuerich (Kreis 7)', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.26790, 8.66391, 'Obermeilen', 'Zurich', 'Bezirk Meilen', 'CH'),
(47.39223, 8.54381, 'Zuerich (Kreis 6)', 'Zurich', 'Bezirk Zuerich', 'CH'),
(47.50238, 8.79874, 'Elsau-Raeterschen', 'Zurich', 'Bezirk Winterthur', 'CH'),
(47.29409, 8.56929, 'Thalwil / See', 'Zurich', 'Bezirk Horgen', 'CH'),
(46.51854, 6.52682, 'Preverenges', 'Vaud', 'Morges District', 'CH'),
(47.28885, 8.54110, 'Langnau am Albis', 'Zurich', 'Bezirk Horgen', 'CH'),
(47.21974, 7.51469, 'Langendorf', 'Solothurn', 'Bezirk Lebern', 'CH'),
(46.16313, 6.14745, 'Troinex', 'Geneva', 'Geneva', 'CH'),
(46.18981, 6.11441, 'Lancy', 'Geneva', 'Geneva', 'CH'),
(47.74025, 8.66298, 'Stetten', 'Schaffhausen', 'Bezirk Reiat', 'CH'),
(47.70121, 8.55236, 'Loehningen', 'Schaffhausen', 'Bezirk Oberklettgau', 'CH'),
(47.50154, 8.23122, 'Lauffohr (Brugg)', 'Aargau', 'Bezirk Brugg', 'CH'),
(46.47883, 6.84114, 'Jongny', 'Vaud', 'Riviera-Pays-d\'Enhaut District', 'CH'),
(47.20989, 9.48931, 'Haag (Rheintal)', 'Saint Gallen', 'Wahlkreis Werdenberg', 'CH'),
(46.81201, 7.12639, 'Givisiez', 'Fribourg', 'Sarine District', 'CH'),
(46.19057, 6.04287, 'Aire-la-Ville', 'Geneva', 'Geneva', 'CH'),
(47.46396, 8.20988, 'Hausen', 'Aargau', 'Bezirk Brugg', 'CH'),
(46.30212, 7.53619, 'Veyras', 'Valais', 'Sierre District', 'CH'),
(47.41188, 7.83716, 'Kaenerkinden', 'Basel-Landschaft', 'Bezirk Sissach', 'CH'),
(47.11412, 9.05866, 'Oberurnen', 'Glarus', 'Glarus', 'CH'),
(46.62545, 6.43713, 'Cuarnens', 'Vaud', 'Morges District', 'CH'),
(46.45944, 8.89944, 'Cancori', 'Ticino', 'Blenio District', 'CH'),
(46.22168, 6.10814, 'Les Avanchets', 'Geneva', 'Geneva', 'CH'),
(47.41641, 8.08508, 'Biberstein', 'Aargau', 'Bezirk Aarau', 'CH'),
(46.30277, 9.12380, 'Braggio', 'Grisons', 'Moesa District', 'CH'),
(46.51428, 6.25980, 'Saint-George', 'Vaud', 'Nyon District', 'CH'),
(46.51606, 6.33018, 'Saubraz', 'Vaud', 'Morges District', 'CH'),
(46.55798, 6.33551, 'Berolle', 'Vaud', 'Morges District', 'CH'),
(46.60558, 6.42074, 'Mauraz', 'Vaud', 'Morges District', 'CH'),
(46.60700, 6.45086, 'Chavannes-le-Veyron', 'Vaud', 'Morges District', 'CH'),
(46.61714, 6.47223, 'La Chaux', 'Vaud', 'Morges District', 'CH'),
(46.64272, 6.47661, 'Chevilly', 'Vaud', 'Morges District', 'CH'),
(46.64914, 6.45335, 'Moiry', 'Vaud', 'Morges District', 'CH'),
(46.65804, 6.48520, 'Ferreyres', 'Vaud', 'Morges District', 'CH'),
(46.66758, 6.52639, 'Orny', 'Vaud', 'Morges District', 'CH'),
(46.66699, 6.50966, 'Pompaples', 'Vaud', 'Morges District', 'CH'),
(46.68171, 6.60390, 'Penthereaz', 'Vaud', 'Gros-de-Vaud District', 'CH'),
(46.68578, 6.64793, 'Vuarrens', 'Vaud', 'Gros-de-Vaud District', 'CH'),
(46.69337, 6.69213, 'Rueyres', 'Vaud', 'Gros-de-Vaud District', 'CH'),
(46.96194, 7.11251, 'Bas-Vully', 'Fribourg', 'See District', 'CH'),
(46.87548, 7.58529, 'Taegertschi', 'Bern', 'Bern-Mittelland District', 'CH'),
(47.27579, 8.06581, 'Kirchleerau', 'Aargau', 'Bezirk Zofingen', 'CH'),
(46.78593, 7.09768, 'Matran', 'Fribourg', 'Sarine District', 'CH'),
(46.53932, 6.62227, 'Blecherette', 'Vaud', 'Lausanne District', 'CH'),
(47.44874, 8.00273, 'Oberhof', 'Aargau', 'Bezirk Laufenburg', 'CH'),
(47.43712, 7.81149, 'Tenniken', 'Basel-Landschaft', 'Bezirk Sissach', 'CH'),
(7.43027, -6.05054, 'Zuenoula', 'Marahoue', '', 'CI'),
(6.82055, -5.27674, 'Yamoussoukro', 'Lacs', '', 'CI'),
(7.38194, -6.47778, 'Vavoua', 'Haut-Sassandra', '', 'CI'),
(6.55799, -5.01769, 'Toumodi', 'Lacs', '', 'CI'),
(6.57395, -8.42592, 'Toulepleu Guere', 'Dix-Huit Montagnes', '', 'CI'),
(8.28333, -7.68333, 'Touba', 'Bafing', '', 'CI'),
(10.48115, -6.40694, 'Tengrela', 'Savanes', '', 'CI'),
(5.89839, -4.82293, 'Tiassale', 'Lagunes', '', 'CI'),
(7.80335, -3.16832, 'Tanda', 'Zanzan', '', 'CI'),
(4.42295, -7.35280, 'Tabou', 'Bas-Sassandra', '', 'CI'),
(6.62103, -5.91144, 'Sinfra', 'Zanzan', '', 'CI'),
(4.95384, -6.08531, 'Sassandra', 'Bas-Sassandra', '', 'CI'),
(4.74851, -6.63630, 'San-Pedro', 'Bas-Sassandra', '', 'CI'),
(7.45462, -5.29263, 'Sakassou', 'Vallee du Bandama', '', 'CI'),
(6.38309, -5.41759, 'Oume', 'Fromager', '', 'CI'),
(9.50511, -7.56433, 'Odienne', 'Denguele', '', 'CI'),
(8.05861, -6.18972, 'Mankono', 'Worodougou', '', 'CI'),
(7.41251, -7.55383, 'Man', 'Dix-Huit Montagnes', '', 'CI'),
(5.41510, -3.03006, 'Mafere', 'Sud-Comoe', '', 'CI'),
(5.84752, -5.68200, 'Lakota', 'Sud-Bandama', '', 'CI'),
(9.45803, -5.62961, 'Korhogo', 'Savanes', '', 'CI'),
(8.13728, -5.10095, 'Katiola', 'Vallee du Bandama', '', 'CI'),
(5.20515, -4.41460, 'Jacqueville', 'Lagunes', '', 'CI'),
(6.49224, -6.58558, 'Issia', 'Haut-Sassandra', '', 'CI'),
(6.54368, -7.49350, 'Guiglo', 'Dix-Huit Montagnes', '', 'CI'),
(6.23869, -6.17147, 'Guiberoua', 'Fromager', '', 'CI'),
(5.13553, -5.02396, 'Grand-Lahou', 'Lagunes', '', 'CI'),
(5.21180, -3.73884, 'Grand-Bassam', 'Sud-Comoe', '', 'CI'),
(6.32035, -3.95235, 'Affery', 'Lagunes', '', 'CI'),
(6.13193, -5.95060, 'Gagnoa', 'Fromager', '', 'CI'),
(9.59280, -5.19449, 'Ferkessedougou', 'Savanes', '', 'CI'),
(6.74202, -7.34918, 'Duekoue', 'Dix-Huit Montagnes', '', 'CI'),
(5.83739, -5.35723, 'Divo', 'Sud-Bandama', '', 'CI'),
(6.64678, -4.70519, 'Dimbokro', 'Lacs', '', 'CI'),
(7.05910, -3.96310, 'Daoukro', 'N\'zi-Comoe', '', 'CI'),
(7.25957, -8.15498, 'Danane', 'Dix-Huit Montagnes', '', 'CI'),
(6.87735, -6.45022, 'Daloa', 'Haut-Sassandra', '', 'CI'),
(5.32556, -4.37685, 'Dabou', 'Lagunes', '', 'CI'),
(8.36321, -4.42863, 'Dabakala', 'Vallee du Bandama', '', 'CI'),
(9.52167, -6.48694, 'Boundiali', 'Savanes', '', 'CI'),
(9.26927, -2.99510, 'Bouna', 'Zanzan', '', 'CI'),
(7.69385, -5.03031, 'Bouake', 'Vallee du Bandama', '', 'CI'),
(6.99041, -5.74420, 'Bouafle', 'Marahoue', '', 'CI'),
(7.85249, -5.31063, 'Botro', 'Vallee du Bandama', '', 'CI'),
(5.27247, -3.59625, 'Bonoua', 'Sud-Comoe', '', 'CI'),
(6.65175, -4.20406, 'Bongouanou', 'Lacs', '', 'CI'),
(8.04020, -2.80003, 'Bondoukou', 'Zanzan', '', 'CI'),
(7.06264, -4.49948, 'Bocanda', 'Lacs', '', 'CI'),
(5.35581, -3.88537, 'Bingerville', 'Lagunes', '', 'CI'),
(7.73909, -7.61377, 'Biankouma', 'Dix-Huit Montagnes', '', 'CI'),
(7.67395, -5.58085, 'Beoumi', 'Vallee du Bandama', '', 'CI'),
(7.01232, -7.48639, 'Bangolo', 'Dix-Huit Montagnes', '', 'CI'),
(5.62984, -4.08204, 'Azaguie', 'Lagunes', '', 'CI'),
(5.60520, -3.15709, 'Ayame', 'Sud-Comoe', '', 'CI'),
(6.67342, -3.96938, 'Arrah', 'Lacs', '', 'CI'),
(5.49462, -4.05183, 'Anyama', 'Lagunes', '', 'CI'),
(5.50040, -3.66308, 'Alepe', 'Lagunes', '', 'CI'),
(6.38423, -3.88759, 'Akoupe', 'Lagunes', '', 'CI'),
(7.13113, -3.20415, 'Agnibilekrou', 'Moyen-Comoe', '', 'CI'),
(5.92801, -4.21319, 'Agboville', 'Agneby', '', 'CI'),
(6.10694, -3.86194, 'Adzope', 'Lagunes', '', 'CI'),
(5.28634, -3.30403, 'Adiake', 'Sud-Comoe', '', 'CI'),
(5.46779, -3.20711, 'Aboisso', 'Sud-Comoe', '', 'CI'),
(5.41613, -4.01590, 'Abobo', 'Lagunes', '', 'CI'),
(5.30966, -4.01266, 'Abidjan', 'Lagunes', '', 'CI'),
(6.72972, -3.49639, 'Abengourou', 'Moyen-Comoe', '', 'CI'),
(7.96111, -6.67306, 'Seguela', 'Worodougou', '', 'CI'),
(5.98289, -3.94393, 'Agou', 'Lagunes', '', 'CI'),
(5.13622, -3.02308, 'Tiapoum', 'Sud-Comoe', '', 'CI'),
(5.78556, -6.60833, 'Soubre', 'Bas-Sassandra', '', 'CI'),
(5.31960, -4.25415, 'Songon', 'Lagunes', '', 'CI'),
(-21.20778, -159.77499, 'Avarua', '', '', 'CK'),
(-37.09820, -72.56084, 'Yumbel', 'Biobio', 'Provincia de Biobio', 'CL'),
(-33.02457, -71.55183, 'Vina del Mar', 'Valparaiso', 'Provincia de Valparaiso', 'CL'),
(-39.28569, -72.22790, 'Villarrica', 'Araucania', 'Provincia de Cautin', 'CL'),
(-33.04222, -71.37333, 'Villa Alemana', 'Valparaiso', 'Provincia de Marga Marga', 'CL'),
(-38.66875, -72.22565, 'Vilcun', 'Araucania', 'Provincia de Cautin', 'CL'),
(-30.03541, -70.71274, 'Vicuna', 'Coquimbo', 'Provincia de Elqui', 'CL'),
(-38.23291, -72.33292, 'Victoria', 'Araucania', 'Provincia de Malleco', 'CL'),
(-33.03932, -71.62725, 'Valparaiso', 'Valparaiso', 'Provincia de Valparaiso', 'CL'),
(-28.57617, -70.75938, 'Vallenar', 'Atacama', 'Provincia de Huasco', 'CL'),
(-39.81422, -73.24589, 'Valdivia', 'Los Rios', 'Provincia de Valdivia', 'CL'),
(-38.24960, -72.67027, 'Traiguen', 'Araucania', 'Provincia de Malleco', 'CL'),
(-36.61756, -72.95593, 'Tome', 'Biobio', 'Provincia de Concepcion', 'CL'),
(-22.09198, -70.19792, 'Tocopilla', 'Antofagasta', 'Provincia de Tocopilla', 'CL'),
(-34.87055, -71.16219, 'Teno', 'Maule', 'Provincia de Curico', 'CL'),
(-38.73965, -72.59842, 'Temuco', 'Araucania', 'Provincia de Cautin', 'CL'),
(-25.40873, -70.48358, 'Taltal', 'Antofagasta', '', 'CL'),
(-36.72494, -73.11684, 'Talcahuano', 'Biobio', 'Provincia de Concepcion', 'CL'),
(-35.42640, -71.65542, 'Talca', 'Maule', 'Provincia de Talca', 'CL'),
(-33.66386, -70.92734, 'Talagante', 'Santiago Metropolitan', 'Provincia de Talagante', 'CL'),
(-34.43333, -71.08333, 'San Vicente', 'O\'Higgins', 'Provincia de Cachapoal', 'CL'),
(-33.45694, -70.64827, 'Santiago', 'Santiago Metropolitan', 'Provincia de Santiago', 'CL'),
(-34.63881, -71.36576, 'Santa Cruz', 'O\'Higgins', 'Provincia de Colchagua', 'CL'),
(-22.91110, -68.20113, 'San Pedro de Atacama', 'Antofagasta', 'Provincia de El Loa', 'CL'),
(-35.59520, -71.72924, 'San Javier', 'Maule', 'Provincia de Linares', 'CL'),
(-32.74976, -70.72584, 'San Felipe', 'Valparaiso', 'Provincia de San Felipe', 'CL'),
(-35.53777, -71.48700, 'San Clemente', 'Maule', 'Provincia de Talca', 'CL'),
(-36.42477, -71.95800, 'San Carlos', 'Biobio', 'Provincia de Nuble', 'CL'),
(-33.59217, -70.69960, 'San Bernardo', 'Santiago Metropolitan', 'Provincia de Maipo', 'CL'),
(-33.59473, -71.60746, 'San Antonio', 'Valparaiso', 'San Antonio Province', 'CL'),
(-31.77922, -70.96389, 'Salamanca', 'Coquimbo', 'Provincia de Choapa', 'CL'),
(-40.33494, -72.95564, 'Rio Bueno', 'Los Rios', 'Provincia del Ranco', 'CL'),
(-34.40639, -70.85834, 'Rengo', 'O\'Higgins', 'Provincia de Cachapoal', 'CL'),
(-34.92546, -71.31722, 'Rauco', 'Maule', 'Provincia de Curico', 'CL'),
(-34.17083, -70.74444, 'Rancagua', 'O\'Higgins', 'Provincia de Cachapoal', 'CL'),
(-33.04752, -71.44249, 'Quilpue', 'Valparaiso', 'Provincia de Marga Marga', 'CL'),
(-32.88341, -71.24882, 'Quillota', 'Valparaiso', 'Provincia de Quillota', 'CL'),
(-40.65944, -72.60172, 'Puyehue', 'Los Lagos', '', 'CL'),
(-18.19821, -69.56071, 'Putre', 'Arica y Parinacota', 'Provincia de Parinacota', 'CL'),
(-40.91305, -73.15913, 'Purranque', 'Los Lagos', 'Provincia de Osorno', 'CL'),
(-53.15483, -70.91129, 'Punta Arenas', 'Magallanes', 'Provincia de Magallanes', 'CL'),
(-41.31946, -72.98538, 'Puerto Varas', 'Los Lagos', 'Provincia de Llanquihue', 'CL'),
(-43.11819, -73.61661, 'Puerto Quellon', 'Los Lagos', 'Provincia de Chiloe', 'CL'),
(-51.72363, -72.48745, 'Puerto Natales', 'Magallanes', '', 'CL'),
(-41.46574, -72.94289, 'Puerto Montt', 'Los Lagos', 'Provincia de Llanquihue', 'CL'),
(-44.74736, -72.69695, 'Puerto Cisnes', 'Aisen', 'Provincia de Aisen', 'CL'),
(-45.40303, -72.69184, 'Puerto Aisen', 'Aisen', 'Provincia de Aisen', 'CL'),
(-33.61169, -70.57577, 'Puente Alto', 'Santiago Metropolitan', 'Provincia de Cordillera', 'CL'),
(-39.28223, -71.95427, 'Pucon', 'Araucania', 'Provincia de Cautin', 'CL'),
(-38.98635, -72.63721, 'Pitrufquen', 'Araucania', 'Provincia de Cautin', 'CL'),
(-36.74075, -72.99528, 'Penco', 'Biobio', 'Provincia de Concepcion', 'CL'),
(-33.60627, -70.87649, 'Penaflor', 'Santiago Metropolitan', 'Provincia de Talagante', 'CL'),
(-36.14311, -71.82605, 'Parral', 'Maule', 'Provincia de Linares', 'CL'),
(-39.64355, -72.33269, 'Panguipulli', 'Araucania', '', 'CL'),
(-43.61876, -71.80434, 'Palena', 'Los Lagos', 'Provincia de Palena', 'CL'),
(-33.80796, -70.74109, 'Paine', 'Santiago Metropolitan', 'Provincia de Maipo', 'CL'),
(-30.60106, -71.19901, 'Ovalle', 'Coquimbo', 'Provincia de Limari', 'CL'),
(-40.57395, -73.13348, 'Osorno', 'Los Lagos', 'Provincia de Osorno', 'CL'),
(-38.74451, -72.95025, 'Nueva Imperial', 'Araucania', 'Provincia de Cautin', 'CL'),
(-37.50253, -72.67307, 'Nacimiento', 'Biobio', 'Provincia de Biobio', 'CL'),
(-37.71893, -72.24099, 'Mulchen', 'Biobio', 'Provincia de Biobio', 'CL'),
(-30.69496, -70.95770, 'Monte Patria', 'Coquimbo', 'Provincia de Limari', 'CL'),
(-35.11428, -71.28232, 'Molina', 'Maule', 'Provincia de Curico', 'CL'),
(-33.68909, -71.21528, 'Melipilla', 'Santiago Metropolitan', 'Provincia de Melipilla', 'CL'),
(-34.18082, -70.64933, 'Machali', 'O\'Higgins', 'Provincia de Cachapoal', 'CL'),
(-37.08994, -73.15770, 'Lota', 'Biobio', 'Provincia de Concepcion', 'CL'),
(-37.46973, -72.35366, 'Los Angeles', 'Biobio', 'Provincia de Biobio', 'CL'),
(-32.83369, -70.59827, 'Los Andes', 'Valparaiso', 'Provincia de Los Andes', 'CL'),
(-35.96496, -71.68360, 'Longavi', 'Maule', 'Provincia de Linares', 'CL'),
(-39.36708, -72.63087, 'Loncoche', 'Araucania', 'Provincia de Cautin', 'CL'),
(-32.84043, -70.95623, 'Llaillay', 'Valparaiso', 'Provincia de San Felipe', 'CL'),
(-35.84667, -71.59308, 'Linares', 'Maule', 'Provincia de Linares', 'CL'),
(-33.01667, -71.26667, 'Limache', 'Valparaiso', 'Provincia de Marga Marga', 'CL'),
(-37.60825, -73.65356, 'Lebu', 'Biobio', 'Provincia de Arauco', 'CL'),
(-38.53066, -72.43652, 'Lautaro', 'Araucania', 'Provincia de Cautin', 'CL'),
(-40.29313, -73.08167, 'La Union', 'Los Lagos', '', 'CL'),
(-29.90453, -71.24894, 'La Serena', 'Coquimbo', 'Provincia de Elqui', 'CL'),
(-33.28630, -70.87561, 'Lampa', 'Santiago Metropolitan', 'Provincia de Chacabuco', 'CL'),
(-32.45242, -71.23106, 'La Ligua', 'Valparaiso', 'Petorca Province', 'CL'),
(-37.28415, -72.71105, 'La Laja', 'Biobio', 'Provincia de Biobio', 'CL'),
(-41.20746, -72.53840, 'La Ensenada', 'Los Lagos', 'Provincia de Llanquihue', 'CL'),
(-20.22036, -70.13913, 'Iquique', 'Tarapaca', 'Provincia de Iquique', 'CL'),
(-31.63349, -71.16967, 'Illapel', 'Coquimbo', 'Provincia de Choapa', 'CL'),
(-32.78333, -71.21667, 'Hacienda La Calera', 'Valparaiso', 'Provincia de Quillota', 'CL'),
(-34.06863, -70.72747, 'Graneros', 'O\'Higgins', 'Provincia de Cachapoal', 'CL'),
(-43.18492, -71.86722, 'Futaleufu', 'Los Lagos', 'Provincia de Palena', 'CL'),
(-41.12676, -73.04372, 'Frutillar', 'Los Lagos', 'Provincia de Llanquihue', 'CL'),
(-38.95252, -72.62653, 'Freire', 'Araucania', 'Provincia de Cautin', 'CL'),
(-33.45000, -71.66667, 'El Tabo', 'Valparaiso', 'San Antonio Province', 'CL'),
(-33.67969, -70.98482, 'El Monte', 'Santiago Metropolitan', 'Provincia de Talagante', 'CL'),
(-26.36667, -70.05000, 'Diego de Almagro', 'Atacama', 'Provincia de Chanaral', 'CL'),
(-34.98279, -71.23943, 'Curico', 'Maule', 'Provincia de Curico', 'CL'),
(-37.47793, -73.34495, 'Curanilahue', 'Biobio', 'Provincia de Arauco', 'CL'),
(-39.88730, -73.43101, 'Corral', 'Los Lagos', '', 'CL'),
(-37.03386, -73.14019, 'Coronel', 'Biobio', 'Provincia de Concepcion', 'CL'),
(-29.95332, -71.33947, 'Coquimbo', 'Coquimbo', 'Provincia de Elqui', 'CL'),
(-27.36679, -70.33140, 'Copiapo', 'Atacama', 'Provincia de Copiapo', 'CL'),
(-35.33321, -72.41156, 'Constitucion', 'Maule', 'Provincia de Talca', 'CL'),
(-36.82699, -73.04977, 'Concepcion', 'Biobio', 'Provincia de Concepcion', 'CL'),
(-37.95453, -72.43438, 'Collipulli', 'Araucania', 'Provincia de Malleco', 'CL'),
(-35.69494, -71.40568, 'Colbun', 'Maule', 'Provincia de Linares', 'CL'),
(-36.62785, -71.83068, 'Coihueco', 'Biobio', 'Provincia de Nuble', 'CL'),
(-45.57524, -72.06619, 'Coihaique', 'Aisen', 'Provincia de Coyhaique', 'CL'),
(-47.25570, -72.56950, 'Cochrane', 'Aisen', 'Provincia Capitan Prat', 'CL'),
(-42.62003, -73.77674, 'Chonchi', 'Los Lagos', 'Provincia de Chiloe', 'CL'),
(-34.71247, -71.04340, 'Chimbarongo', 'O\'Higgins', 'Provincia de Colchagua', 'CL'),
(-36.60664, -72.10344, 'Chillan', 'Biobio', 'Provincia de Nuble', 'CL'),
(-46.54100, -71.72375, 'Chile Chico', 'Aisen', 'Provincia General Carrera', 'CL'),
(-36.92560, -73.02841, 'Chiguayante', 'Biobio', 'Provincia de Concepcion', 'CL'),
(-33.28379, -70.65333, 'Chicureo Abajo', 'Santiago Metropolitan', 'Provincia de Chacabuco', 'CL'),
(-42.91596, -72.70632, 'Chaiten', 'Los Lagos', 'Provincia de Palena', 'CL'),
(-35.96710, -72.32248, 'Cauquenes', 'Maule', 'Provincia de Cauquenes', 'CL'),
(-42.47210, -73.77319, 'Castro', 'Los Lagos', 'Provincia de Chiloe', 'CL'),
(-33.55384, -71.60761, 'Cartagena', 'Valparaiso', 'San Antonio Province', 'CL'),
(-38.71122, -73.16101, 'Carahue', 'Araucania', 'Provincia de Cautin', 'CL'),
(-37.80128, -73.39616, 'Canete', 'Biobio', 'Provincia de Arauco', 'CL'),
(-41.77338, -73.13049, 'Calbuco', 'Los Lagos', '', 'CL'),
(-22.45591, -68.93015, 'Calama', 'Antofagasta', 'Provincia de El Loa', 'CL'),
(-37.03394, -72.40468, 'Cabrero', 'Biobio', 'Provincia de Biobio', 'CL'),
(-36.74232, -72.29854, 'Bulnes', 'Biobio', 'Provincia de Nuble', 'CL'),
(-33.73257, -70.74281, 'Buin', 'Santiago Metropolitan', 'Provincia de Maipo', 'CL'),
(-18.47460, -70.29792, 'Arica', 'Arica y Parinacota', 'Provincia de Arica', 'CL'),
(-37.24630, -73.31752, 'Arauco', 'Biobio', 'Provincia de Arauco', 'CL'),
(-23.65236, -70.39540, 'Antofagasta', 'Antofagasta', 'Provincia de Antofagasta', 'CL'),
(-37.79519, -72.71636, 'Angol', 'Araucania', 'Provincia de Malleco', 'CL'),
(-41.87070, -73.81622, 'Ancud', 'Los Lagos', 'Provincia de Chiloe', 'CL'),
(-45.46667, -72.81667, 'Puerto Chacabuco', 'Aisen', 'Provincia de Aisen', 'CL'),
(-43.97434, -72.40554, 'La Junta', 'Aisen', 'Provincia de Aisen', 'CL'),
(-27.15474, -109.43241, 'Hanga Roa', 'Valparaiso', '', 'CL'),
(-39.86653, -73.18834, 'Las Gaviotas', 'Los Lagos', '', 'CL'),
(-39.80867, -73.21821, 'Las Animas', 'Los Lagos', '', 'CL'),
(-27.11124, -109.35053, 'Ostrov Paskhi', '', '', 'CL'),
(-33.58331, -70.63419, 'La Pintana', 'Santiago Metropolitan', 'Provincia de Santiago', 'CL'),
(-33.44430, -70.72552, 'Lo Prado', 'Santiago Metropolitan', 'Provincia de Santiago', 'CL'),
(-33.46069, -70.58024, 'Villa Presidente Frei', 'Santiago Metropolitan', 'Provincia de Santiago', 'CL'),
(-28.51576, -70.25551, 'Vallenar', 'Atacama', 'Provincia de Huasco', 'CL'),
(5.53333, 12.31667, 'Yoko', 'Centre', '', 'CM'),
(3.51667, 15.05000, 'Yokadouma', 'East', '', 'CM'),
(3.86667, 11.51667, 'Yaounde', 'Centre', '', 'CM'),
(10.34107, 15.23288, 'Yagoua', 'Far North', '', 'CM'),
(4.45697, 9.96822, 'Yabassi', 'Littoral', '', 'CM'),
(6.38333, 10.06667, 'Wum', 'North-West Province', '', 'CM'),
(4.96667, 10.70000, 'Tonga', 'West', '', 'CM'),
(4.07500, 9.36005, 'Tiko', 'South-West Province', '', 'CM'),
(7.36667, 12.65000, 'Tignere', 'Adamaoua', '', 'CM'),
(6.46504, 12.62843, 'Tibati', 'Adamaoua', '', 'CM'),
(8.40220, 14.16980, 'Tchollire', 'North Province', '', 'CM'),
(2.93333, 11.98333, 'Sangmelima', 'South Province', '', 'CM'),
(4.36667, 11.45000, 'Saa', 'Centre', '', 'CM'),
(8.67240, 14.17860, 'Rey Bouba', 'North Province', '', 'CM'),
(8.47560, 13.24097, 'Poli', 'North Province', '', 'CM'),
(9.38390, 13.50231, 'Pitoa', 'North Province', '', 'CM'),
(4.63911, 9.67987, 'Penja', 'Littoral', '', 'CM'),
(4.60000, 11.25000, 'Ombesa', 'Centre', '', 'CM'),
(4.01667, 11.38333, 'Okola', 'Centre', '', 'CM'),
(3.98333, 11.60000, 'Okoa', 'Centre', '', 'CM'),
(4.16667, 11.53333, 'Obala', 'Centre', '', 'CM'),
(4.45000, 11.63333, 'Ntui', 'Centre', '', 'CM'),
(4.51667, 12.03333, 'Nkoteng', 'Centre', '', 'CM'),
(4.95470, 9.94040, 'Nkongsamba', 'Littoral', '', 'CM'),
(6.23333, 10.28333, 'Njinikom', 'North-West Province', '', 'CM'),
(5.32990, 9.41850, 'Nguti', 'South-West Province', '', 'CM'),
(4.95000, 11.38333, 'Ngoro', 'Centre', '', 'CM'),
(3.25000, 11.20000, 'Ngomedzap', 'Centre', '', 'CM'),
(7.32765, 13.58472, 'Ngaoundere', 'Adamaoua', '', 'CM'),
(4.23343, 10.61532, 'Ngambe', 'Littoral', 'Departement de la Sanaga-Maritime', 'CM'),
(4.76667, 10.83333, 'Ndikinimeki', 'Centre', '', 'CM'),
(4.04065, 14.92501, 'Ndelele', 'East', '', 'CM'),
(4.68333, 12.36667, 'Nanga Eboko', 'Centre', '', 'CM'),
(2.96667, 11.51667, 'Mvangue', 'South Province', '', 'CM'),
(4.28980, 9.41030, 'Muyuka', 'South-West Province', '', 'CM'),
(4.09130, 9.31440, 'Mutengene', 'South-West Province', '', 'CM'),
(4.94790, 8.87240, 'Mundemba', 'South-West Province', '', 'CM'),
(3.63972, 9.77694, 'Mouanko', 'Littoral', '', 'CM'),
(11.04611, 14.14011, 'Mora', 'Far North', '', 'CM'),
(10.74244, 13.80227, 'Mokolo', 'Far North', '', 'CM'),
(6.33333, 10.23333, 'Mme-Bafumen', 'North-West Province', '', 'CM'),
(4.58333, 12.80000, 'Minta', 'Centre', '', 'CM'),
(10.39757, 14.43626, 'Mindif', 'Far North', '', 'CM'),
(5.12181, 9.96143, 'Melong', 'Littoral', '', 'CM'),
(6.51667, 14.30000, 'Meiganga', 'Adamaoua', '', 'CM'),
(5.62611, 10.25421, 'Mbouda', 'West', '', 'CM'),
(6.01667, 10.00000, 'Mbengwi', 'North-West Province', '', 'CM'),
(3.78333, 11.38333, 'Mbankomo', 'Centre', '', 'CM'),
(4.50160, 9.56710, 'Mbanga', 'Littoral', '', 'CM'),
(4.58333, 13.33333, 'Mbang', 'East', '', 'CM'),
(4.45000, 11.90000, 'Mbandjok', 'Centre', '', 'CM'),
(3.51667, 11.50000, 'Mbalmayo', 'Centre', '', 'CM'),
(10.59095, 14.31593, 'Maroua', 'Far North', '', 'CM'),
(4.84280, 9.82170, 'Manjo', 'Littoral', '', 'CM'),
(5.75132, 9.31370, 'Mamfe', 'South-West Province', '', 'CM'),
(12.57170, 14.46663, 'Makary', 'Far North', '', 'CM'),
(4.71820, 9.73510, 'Loum', 'Littoral', '', 'CM'),
(3.23333, 10.73333, 'Lolodorf', 'South Province', '', 'CM'),
(4.02420, 9.21490, 'Limbe', 'South-West Province', '', 'CM'),
(9.02630, 13.69190, 'Lagdo', 'North Province', '', 'CM'),
(6.20000, 10.66667, 'Kumbo', 'North-West Province', '', 'CM'),
(4.63630, 9.44690, 'Kumba', 'South-West Province', '', 'CM'),
(2.93725, 9.90765, 'Kribi', 'South Province', '', 'CM'),
(10.86846, 13.88205, 'Koza', 'Far North', '', 'CM'),
(12.07689, 15.03063, 'Kousseri', 'Far North', '', 'CM'),
(7.96667, 12.23333, 'Kontcha', 'Adamaoua', '', 'CM'),
(6.08303, 11.49050, 'Bankim', 'Adamaoua', '', 'CM'),
(10.10917, 14.45083, 'Kaele', 'Far North', '', 'CM'),
(6.10000, 10.65000, 'Jakiri', 'North-West Province', '', 'CM'),
(9.93330, 13.94671, 'Guider', 'North Province', '', 'CM'),
(5.88333, 14.55000, 'Garoua Boulai', 'East', '', 'CM'),
(9.30143, 13.39771, 'Garoua', 'North Province', '', 'CM'),
(6.25000, 10.26667, 'Fundong', 'North-West Province', '', 'CM'),
(5.50803, 10.63250, 'Foumbot', 'West', '', 'CM'),
(5.72662, 10.89865, 'Foumban', 'West', '', 'CM'),
(5.46850, 9.88180, 'Fontem', 'South-West Province', '', 'CM'),
(4.08333, 11.20000, 'Evodoula', 'Centre', '', 'CM'),
(4.10000, 11.90000, 'Esse', 'Centre', '', 'CM'),
(3.65000, 10.76667, 'Eseka', 'Centre', '', 'CM'),
(3.80000, 10.13333, 'Edea', 'Littoral', '', 'CM'),
(2.90000, 11.15000, 'Ebolowa', 'South Province', '', 'CM'),
(5.44397, 10.05332, 'Dschang', 'West', '', 'CM'),
(4.23333, 13.45000, 'Doume', 'East', '', 'CM'),
(4.04827, 9.70428, 'Douala', 'Littoral', '', 'CM'),
(6.83333, 14.70000, 'Djohong', 'Adamaoua', '', 'CM'),
(3.76667, 9.98333, 'Dizangue', 'Littoral', '', 'CM'),
(4.38333, 13.56667, 'Dimako', 'East', '', 'CM'),
(4.17870, 9.65610, 'Dibombari', 'Littoral', '', 'CM'),
(4.25000, 10.01667, 'Diang', 'Littoral', '', 'CM'),
(4.15270, 9.24100, 'Buea', 'South-West Province', '', 'CM'),
(4.07790, 9.67590, 'Bonaberi', 'Littoral', '', 'CM'),
(10.73360, 14.60928, 'Bogo', 'Far North', '', 'CM'),
(5.60000, 14.08333, 'Betare Oya', 'East', '', 'CM'),
(4.57728, 13.68459, 'Bertoua', 'East', '', 'CM'),
(6.13333, 10.25000, 'Belo', 'North-West Province', '', 'CM'),
(7.05000, 14.43333, 'Belel', 'Adamaoua', '', 'CM'),
(4.93333, 13.30000, 'Belabo', 'East', '', 'CM'),
(4.68190, 9.32140, 'Bekondo', 'South-West Province', '', 'CM'),
(5.06001, 10.46751, 'Bazou', 'West', '', 'CM'),
(4.43333, 14.36667, 'Batouri', 'East', '', 'CM'),
(5.83580, 9.85530, 'Batibo', 'North-West Province', '', 'CM'),
(6.75000, 11.81667, 'Banyo', 'Adamaoua', '', 'CM'),
(5.44836, 10.31355, 'Bansoa', 'West', '', 'CM'),
(5.19685, 10.38595, 'Ngou', 'West', '', 'CM'),
(5.14079, 10.52535, 'Bangangte', 'West', '', 'CM'),
(5.37568, 10.41326, 'Bandjoun', 'West', '', 'CM'),
(5.14655, 10.27545, 'Bana', 'West', '', 'CM'),
(4.45910, 8.90270, 'Bamusso', 'South-West Province', '', 'CM'),
(5.38988, 10.33014, 'Bamendjou', 'West', '', 'CM'),
(5.95970, 10.14597, 'Bamenda', 'North-West Province', '', 'CM'),
(5.88737, 10.01176, 'Bali', 'North-West Province', '', 'CM'),
(5.47775, 10.41759, 'Bafoussam', 'West', '', 'CM'),
(4.75000, 11.23333, 'Bafia', 'Centre', '', 'CM');
INSERT INTO `reverse_geocode` (`lat`, `lng`, `city`, `region`, `province`, `country`) VALUES
(5.15705, 10.17710, 'Bafang', 'West', '', 'CM'),
(6.11667, 10.25000, 'Babanki', 'North-West Province', '', 'CM'),
(2.38333, 11.28333, 'Ambam', 'South Province', '', 'CM'),
(3.76667, 12.25000, 'Akonolinga', 'Centre', '', 'CM'),
(3.50000, 11.33333, 'Akono', 'Centre', '', 'CM'),
(2.78333, 10.56667, 'Akom II', 'South Province', '', 'CM'),
(3.98333, 13.18333, 'Abong Mbang', 'East', '', 'CM'),
(4.24750, 9.00472, 'Idenao', 'South-West Province', '', 'CM'),
(4.49780, 9.56280, 'Ndom', 'Littoral', '', 'CM'),
(6.45843, 11.43299, 'Somie', 'Adamaoua', '', 'CM'),
(39.61667, 98.60000, 'Zongzhai', 'Gansu Sheng', '', 'CN'),
(36.25154, 96.94900, 'Zongjia', 'Qinghai Sheng', '', 'CN'),
(29.00000, 85.25000, 'Zongga', 'Tibet Autonomous Region', '', 'CN'),
(30.73893, 95.83613, 'Zito', 'Tibet Autonomous Region', '', 'CN'),
(37.59776, 99.41418, 'Zhugkyung', 'Qinghai Sheng', '', 'CN'),
(28.65910, 97.45065, 'Zhowagoin', 'Tibet Autonomous Region', '', 'CN'),
(33.20002, 97.03050, 'Zhoinda', 'Qinghai Sheng', '', 'CN'),
(34.30825, 95.50335, 'Zhiqu', 'Qinghai Sheng', '', 'CN'),
(24.81934, 98.27627, 'Zhedao', 'Yunnan', '', 'CN'),
(24.22085, 97.78683, 'Zhangfeng', 'Yunnan', '', 'CN'),
(29.86653, 95.75903, 'Zhamog', 'Tibet Autonomous Region', '', 'CN'),
(27.98333, 85.98333, 'Zham', 'Tibet Autonomous Region', '', 'CN'),
(29.65000, 84.16667, 'Zhadong', 'Tibet Autonomous Region', '', 'CN'),
(38.18867, 77.27075, 'Zepu', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(37.34913, 97.83299, 'Xuji', 'Qinghai Sheng', '', 'CN'),
(31.98568, 91.70785, 'Zaring', 'Tibet Autonomous Region', '', 'CN'),
(33.06800, 95.16901, 'Zaqing', 'Qinghai Sheng', '', 'CN'),
(37.28333, 78.76667, 'Zangguy', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(31.76446, 93.60966, 'Zala', 'Tibet Autonomous Region', '', 'CN'),
(31.85000, 93.66667, 'Zaindainxoi', 'Tibet Autonomous Region', '', 'CN'),
(33.76962, 96.74201, 'Zadoi', 'Qinghai Sheng', '', 'CN'),
(39.80000, 97.90000, 'Yumendong', 'Gansu Sheng', '', 'CN'),
(39.08335, 77.56662, 'Yukuriawat', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(26.10679, 99.98292, 'Yuhu', 'Yunnan', '', 'CN'),
(34.57502, 95.34226, 'Yege', 'Qinghai Sheng', '', 'CN'),
(39.23938, 76.76432, 'Yopurga', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(36.66667, 83.23333, 'Yeyik', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(38.42731, 99.51866, 'Yeniugou', 'Qinghai Sheng', '', 'CN'),
(30.65722, 97.57310, 'Yanduo', 'Tibet Autonomous Region', '', 'CN'),
(38.99408, 77.66083, 'Yantak', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(37.68333, 98.75000, 'Yangkang', 'Qinghai Sheng', '', 'CN'),
(31.84372, 94.43749, 'Ya\'ngan', 'Tibet Autonomous Region', '', 'CN'),
(38.98209, 96.11373, 'Yanchiwan', 'Gansu Sheng', '', 'CN'),
(31.34087, 89.01445, 'Xungmai', 'Tibet Autonomous Region', '', 'CN'),
(34.79470, 99.72620, 'Xueshan', 'Qinghai Sheng', '', 'CN'),
(33.13021, 97.34694, 'Xiwu', 'Qinghai Sheng', '', 'CN'),
(37.29721, 95.51479, 'Xitieshan', 'Qinghai Sheng', '', 'CN'),
(36.91866, 98.44463, 'Xireg', 'Qinghai Sheng', '', 'CN'),
(37.30000, 99.00000, 'Xinyuan', 'Qinghai Sheng', '', 'CN'),
(39.15821, 99.40676, 'Xinba', 'Gansu Sheng', '', 'CN'),
(29.25000, 88.88333, 'Rikaze', 'Tibet Autonomous Region', '', 'CN'),
(39.60000, 98.40000, 'Xidong', 'Gansu Sheng', '', 'CN'),
(32.35000, 97.23333, 'Xiao Surmang', 'Qinghai Sheng', '', 'CN'),
(35.99335, 97.88649, 'Xiangride', 'Qinghai Sheng', '', 'CN'),
(32.66720, 96.61051, 'Xialaxiu', 'Qinghai Sheng', '', 'CN'),
(39.56667, 98.96667, 'Xiaheqing', 'Gansu Sheng', '', 'CN'),
(35.00368, 99.26047, 'Xia Dawo', 'Qinghai Sheng', '', 'CN'),
(32.80000, 99.70000, 'Xia Boingor', 'Qinghai Sheng', '', 'CN'),
(31.41000, 95.62000, 'Xiexiong', 'Tibet Autonomous Region', '', 'CN'),
(30.59754, 89.83236, 'Xinji', 'Tibet Autonomous Region', '', 'CN'),
(39.81582, 77.36649, 'Xekar', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(28.63333, 87.08333, 'Xegar', 'Tibet Autonomous Region', '', 'CN'),
(27.49402, 88.95296, 'Xarsingma', 'Tibet Autonomous Region', '', 'CN'),
(36.40000, 98.18333, 'Xarag', 'Qinghai Sheng', '', 'CN'),
(32.20551, 96.47809, 'Xangda', 'Qinghai Sheng', '', 'CN'),
(38.70000, 87.31667, 'Waxxari', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(28.86684, 89.15356, 'Wangdain', 'Tibet Autonomous Region', '', 'CN'),
(29.67445, 97.83736, 'Wangda', 'Tibet Autonomous Region', '', 'CN'),
(29.00880, 93.19239, 'Tunggar', 'Tibet Autonomous Region', '', 'CN'),
(29.20000, 94.08333, 'Tungdor', 'Tibet Autonomous Region', '', 'CN'),
(39.15088, 77.78813, 'Tumantale', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(38.38333, 82.00000, 'Darya Boyi', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(38.25555, 90.31196, 'Tomorlog', 'Qinghai Sheng', '', 'CN'),
(31.48056, 79.79803, 'Toding', 'Tibet Autonomous Region', '', 'CN'),
(24.99492, 98.51276, 'Tengyue', 'Yunnan', 'Baoshan Shi', 'CN'),
(38.46667, 85.63333, 'Tatrang', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(33.99730, 99.44638, 'Tanglag', 'Qinghai Sheng', '', 'CN'),
(39.74318, 98.51736, 'Jiuquan', 'Gansu Sheng', '', 'CN'),
(28.71471, 99.28633, 'Songmai', 'Sichuan', '', 'CN'),
(39.40231, 76.05080, 'Shule', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(32.50124, 80.09758, 'Shiquanhe', 'Tibet Autonomous Region', '', 'CN'),
(25.89479, 99.42936, 'Shimen', 'Yunnan', '', 'CN'),
(24.70261, 99.15919, 'Dianyang', 'Yunnan', '', 'CN'),
(39.80000, 96.06667, 'Shibaocheng', 'Gansu Sheng', '', 'CN'),
(28.48563, 98.91139, 'Shengping', 'Yunnan', '', 'CN'),
(32.85399, 96.58426, 'Shanglaxiu', 'Qinghai Sheng', '', 'CN'),
(33.83333, 99.66667, 'Shanggongma', 'Qinghai Sheng', '', 'CN'),
(32.90000, 99.58333, 'Shang Boingor', 'Qinghai Sheng', '', 'CN'),
(26.91948, 98.95158, 'Shangpa', 'Yunnan', '', 'CN'),
(38.41667, 77.24056, 'Shache', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(32.21667, 92.11667, 'Segong', 'Tibet Autonomous Region', '', 'CN'),
(39.30174, 77.81786, 'Serikbuya', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(36.94895, 98.37463, 'Serh', 'Qinghai Sheng', '', 'CN'),
(36.98238, 99.62898, 'Shinaihai', 'Qinghai Sheng', '', 'CN'),
(33.65000, 99.20000, 'Sangruma', 'Qinghai Sheng', '', 'CN'),
(28.40407, 89.55545, 'Samada', 'Tibet Autonomous Region', '', 'CN'),
(28.91667, 88.05000, 'Sajia', 'Tibet Autonomous Region', '', 'CN'),
(31.25887, 94.49558, 'Shading', 'Tibet Autonomous Region', '', 'CN'),
(33.41844, 79.63919, 'Rutog', 'Tibet Autonomous Region', '', 'CN'),
(39.02003, 88.16465, 'Ruoqiang', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(31.55707, 94.63278, 'Rongbo', 'Tibet Autonomous Region', '', 'CN'),
(30.07346, 89.10471, 'Rendui', 'Tibet Autonomous Region', '', 'CN'),
(29.26733, 89.80928, 'Rinbung', 'Tibet Autonomous Region', '', 'CN'),
(36.22036, 98.16877, 'Reshui', 'Qinghai Sheng', '', 'CN'),
(31.15956, 95.13349, 'Reyu', 'Tibet Autonomous Region', '', 'CN'),
(29.13178, 90.12772, 'Ramba', 'Tibet Autonomous Region', '', 'CN'),
(31.40000, 96.51667, 'Racaka', 'Tibet Autonomous Region', '', 'CN'),
(29.10000, 87.65000, 'Quxar', 'Tibet Autonomous Region', '', 'CN'),
(32.97771, 98.09795, 'Qumong', 'Sichuan', '', 'CN'),
(37.02847, 80.80287, 'Qira', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(39.18333, 98.00000, 'Qiqing', 'Gansu Sheng', '', 'CN'),
(39.38333, 99.13333, 'Qingshui', 'Gansu Sheng', '', 'CN'),
(33.80385, 97.13627, 'Qingshuihe', 'Qinghai Sheng', '', 'CN'),
(31.16164, 90.66613, 'Qinglung', 'Tibet Autonomous Region', '', 'CN'),
(38.38600, 90.15696, 'Qilanbulak', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(34.56839, 95.65833, 'Qigzhi', 'Qinghai Sheng', '', 'CN'),
(38.13407, 85.52977, 'Qiemo', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(29.26667, 89.90000, 'Qiangqinxue', 'Tibet Autonomous Region', '', 'CN'),
(31.13040, 97.17982, 'Qamdo', 'Tibet Autonomous Region', '', 'CN'),
(30.93333, 88.63333, 'Jiajuedibu', 'Tibet Autonomous Region', '', 'CN'),
(31.70892, 93.17429, 'Qiaze', 'Tibet Autonomous Region', '', 'CN'),
(36.39719, 98.01222, 'Qagan Us', 'Qinghai Sheng', '', 'CN'),
(29.46970, 94.41726, 'Puqu', 'Tibet Autonomous Region', '', 'CN'),
(31.39625, 90.00958, 'Pubu', 'Tibet Autonomous Region', '', 'CN'),
(37.61680, 78.28087, 'Guma', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(24.73642, 97.91358, 'Pingyuan', 'Yunnan', '', 'CN'),
(31.19793, 94.03543, 'Paingar', 'Tibet Autonomous Region', '', 'CN'),
(27.75000, 89.16667, 'Pagri', 'Tibet Autonomous Region', '', 'CN'),
(33.96865, 99.90097, 'Kequ', 'Qinghai Sheng', '', 'CN'),
(32.26986, 91.68101, 'Pagnag', 'Tibet Autonomous Region', '', 'CN'),
(36.83333, 81.93333, 'Oytograk', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(38.95303, 75.42783, 'A\'yi Take', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(33.61667, 99.80000, 'Wosai', 'Qinghai Sheng', '', 'CN'),
(31.75928, 92.25355, 'Nyima', 'Tibet Autonomous Region', '', 'CN'),
(31.54353, 92.73240, 'Nyima', 'Tibet Autonomous Region', '', 'CN'),
(28.52517, 89.85041, 'Nieru', 'Tibet Autonomous Region', '', 'CN'),
(32.04136, 96.84065, 'Nyagla', 'Qinghai Sheng', '', 'CN'),
(36.32472, 81.05972, 'Nur', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(29.16667, 89.25000, 'Luobuqiongzi', 'Tibet Autonomous Region', '', 'CN'),
(36.37056, 96.40821, 'Nomhon', 'Qinghai Sheng', '', 'CN'),
(29.23333, 87.16667, 'Ngamring', 'Tibet Autonomous Region', '', 'CN'),
(32.39545, 81.13972, 'Geji', 'Tibet Autonomous Region', '', 'CN'),
(39.31667, 99.78333, 'Nanhua', 'Gansu Sheng', '', 'CN'),
(29.04701, 93.08795, 'Nangxian', 'Tibet Autonomous Region', '', 'CN'),
(35.21665, 99.66273, 'Wenquan', 'Qinghai Sheng', '', 'CN'),
(32.78552, 95.61479, 'Namsai', 'Qinghai Sheng', '', 'CN'),
(29.68527, 89.09556, 'Namling', 'Tibet Autonomous Region', '', 'CN'),
(29.11410, 93.86873, 'Nailung', 'Tibet Autonomous Region', '', 'CN'),
(31.47678, 92.05729, 'Nagqu', 'Tibet Autonomous Region', '', 'CN'),
(38.13333, 99.06667, 'Muri', 'Qinghai Sheng', '', 'CN'),
(32.26974, 96.82032, 'Mozhong', 'Qinghai Sheng', '', 'CN'),
(37.27225, 79.73728, 'Karakax', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(39.50000, 99.41667, 'Minghai', 'Gansu Sheng', '', 'CN'),
(37.06553, 82.68933, 'Niya', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(22.60199, 99.55137, 'Mengsuo', 'Yunnan', '', 'CN'),
(23.46502, 99.80206, 'Mengmeng', 'Yunnan', '', 'CN'),
(22.56214, 99.91029, 'Menglang', 'Yunnan', '', 'CN'),
(23.16152, 99.20226, 'Mengdong', 'Yunnan', '', 'CN'),
(29.31329, 95.30741, 'Motuo', 'Tibet Autonomous Region', '', 'CN'),
(31.33333, 85.41667, 'Maindong', 'Tibet Autonomous Region', '', 'CN'),
(35.02494, 96.37157, 'Madoi', 'Qinghai Sheng', '', 'CN'),
(34.93333, 98.23333, 'Machali', 'Qinghai Sheng', '', 'CN'),
(25.97309, 98.82345, 'Luzhang', 'Yunnan', '', 'CN'),
(39.68274, 99.55445, 'Luocheng', 'Gansu Sheng', '', 'CN'),
(28.85816, 89.94036, 'Lungmar', 'Tibet Autonomous Region', '', 'CN'),
(29.73349, 94.72614, 'Lunang', 'Tibet Autonomous Region', '', 'CN'),
(32.26667, 84.20000, 'Luring', 'Tibet Autonomous Region', '', 'CN'),
(37.07403, 80.18231, 'Lop', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(24.60089, 98.70418, 'Longshan', 'Yunnan', '', 'CN'),
(39.78916, 98.79039, 'Linshui', 'Gansu Sheng', '', 'CN'),
(30.95818, 92.57530, 'Lingti', 'Tibet Autonomous Region', '', 'CN'),
(39.63333, 99.10000, 'Lianhua', 'Gansu Sheng', '', 'CN'),
(29.65000, 91.10000, 'Lhasa', 'Tibet Autonomous Region', '', 'CN'),
(30.74360, 93.33754, 'Lhari', 'Tibet Autonomous Region', '', 'CN'),
(38.73741, 93.33199, 'Lenghu', 'Qinghai Sheng', '', 'CN'),
(39.83333, 97.73333, 'Laojunmiao', 'Gansu Sheng', '', 'CN'),
(25.44829, 99.55610, 'Laojie', 'Yunnan', '', 'CN'),
(33.27168, 97.14169, 'Lab', 'Qinghai Sheng', '', 'CN'),
(35.65924, 98.40986, 'Kugri', 'Qinghai Sheng', '', 'CN'),
(31.69834, 92.42577, 'Kormang', 'Tibet Autonomous Region', '', 'CN'),
(37.40000, 85.86667, 'Koramlik', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(39.67467, 76.73997, 'Kizilsu', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(38.65126, 76.46791, 'Kezilei', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(39.47066, 75.98951, 'Kashi', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(37.36250, 98.83611, 'Karmar', 'Qinghai Sheng', '', 'CN'),
(29.13517, 89.49550, 'Karmai', 'Tibet Autonomous Region', '', 'CN'),
(29.12330, 89.57375, 'Kardoi', 'Tibet Autonomous Region', '', 'CN'),
(29.29059, 90.08237, 'Kangxung', 'Tibet Autonomous Region', '', 'CN'),
(28.55953, 89.68009, 'Kangmar', 'Tibet Autonomous Region', '', 'CN'),
(28.62235, 89.48815, 'Kamru', 'Tibet Autonomous Region', '', 'CN'),
(27.15610, 99.83483, 'Kaiwen', 'Yunnan', '', 'CN'),
(36.98333, 98.50000, 'Tongpu', 'Qinghai Sheng', '', 'CN'),
(37.38458, 97.34973, 'Zongwulong', 'Qinghai Sheng', '', 'CN'),
(31.49620, 98.21171, 'Jomda', 'Tibet Autonomous Region', '', 'CN'),
(37.15167, 99.56944, 'Jirmeng', 'Qinghai Sheng', '', 'CN'),
(31.95000, 96.11667, 'Jiqu', 'Qinghai Sheng', '', 'CN'),
(32.06651, 96.00249, 'Jinisai', 'Qinghai Sheng', '', 'CN'),
(39.98333, 98.86667, 'Jinta', 'Gansu Sheng', '', 'CN'),
(26.53800, 99.91715, 'Jinhua', 'Yunnan', '', 'CN'),
(39.40000, 98.81667, 'Jinfosi', 'Gansu Sheng', '', 'CN'),
(26.43903, 99.44061, 'Jinding', 'Yunnan', '', 'CN'),
(39.81121, 98.28618, 'Jiayuguan', 'Gansu Sheng', '', 'CN'),
(39.49554, 76.74282, 'Jiashi', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(33.68333, 99.40000, 'Jianshe', 'Qinghai Sheng', '', 'CN'),
(29.33801, 89.24618, 'Jangdam', 'Tibet Autonomous Region', '', 'CN'),
(31.48300, 94.38641, 'Jamda', 'Tibet Autonomous Region', '', 'CN'),
(35.11667, 98.80000, 'Huashixia', 'Qinghai Sheng', '', 'CN'),
(34.56667, 98.31667, 'Huanghe', 'Qinghai Sheng', '', 'CN'),
(37.10750, 79.93548, 'Hotan', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(39.15407, 99.30186, 'Hongyazi', 'Gansu Sheng', '', 'CN'),
(38.83514, 99.59865, 'Hongwansi', 'Gansu Sheng', '', 'CN'),
(38.14610, 90.90514, 'Gasi', 'Qinghai Sheng', '', 'CN'),
(37.35155, 96.74974, 'Hoit Taria', 'Qinghai Sheng', '', 'CN'),
(35.89116, 99.98865, 'Heka', 'Qinghai Sheng', '', 'CN'),
(39.51667, 99.61667, 'Heiquan', 'Gansu Sheng', '', 'CN'),
(36.72893, 99.77684, 'Heimahe', 'Qinghai Sheng', '', 'CN'),
(32.56717, 96.15508, 'Gyobrag', 'Qinghai Sheng', '', 'CN'),
(28.66667, 97.51667, 'Gyigang', 'Tibet Autonomous Region', '', 'CN'),
(28.97050, 93.38259, 'Jindong', 'Tibet Autonomous Region', '', 'CN'),
(28.92026, 89.59956, 'Jiangzi', 'Tibet Autonomous Region', '', 'CN'),
(28.40000, 87.80000, 'Gyangkar', 'Tibet Autonomous Region', '', 'CN'),
(31.53333, 95.43333, 'Gyamotang', 'Tibet Autonomous Region', '', 'CN'),
(29.84665, 89.18635, 'Gyamco', 'Tibet Autonomous Region', '', 'CN'),
(33.27016, 96.42214, 'Gyairong', 'Qinghai Sheng', '', 'CN'),
(30.82956, 91.62060, 'Golug', 'Tibet Autonomous Region', '', 'CN'),
(36.40672, 94.90061, 'Golmud', 'Qinghai Sheng', '', 'CN'),
(31.81649, 98.59579, 'Gengqing', 'Sichuan', '', 'CN'),
(23.52325, 99.37860, 'Gengma', 'Yunnan', '', 'CN'),
(29.36667, 88.25000, 'Jiding', 'Tibet Autonomous Region', '', 'CN'),
(32.06672, 95.65691, 'Gaxung', 'Qinghai Sheng', '', 'CN'),
(32.11941, 80.05610, 'Gar', 'Tibet Autonomous Region', '', 'CN'),
(29.68451, 98.59473, 'Gartog', 'Tibet Autonomous Region', '', 'CN'),
(39.34456, 99.80015, 'Gaotai Chengguanzhen', 'Gansu Sheng', '', 'CN'),
(28.30000, 88.53333, 'Kambaxoi', 'Tibet Autonomous Region', '', 'CN'),
(28.26311, 89.38187, 'Gala', 'Tibet Autonomous Region', '', 'CN'),
(38.80000, 97.63333, 'Gahe', 'Qinghai Sheng', '', 'CN'),
(29.21273, 89.17835, 'Gadong', 'Tibet Autonomous Region', '', 'CN'),
(23.79575, 98.80397, 'Nansan', 'Yunnan', '', 'CN'),
(24.58333, 99.90000, 'Fengshan', 'Yunnan', '', 'CN'),
(28.64921, 89.11988, 'Dongxi', 'Tibet Autonomous Region', '', 'CN'),
(39.50000, 98.66667, 'Dongdong', 'Gansu Sheng', '', 'CN'),
(32.31121, 95.58464, 'Domba', 'Qinghai Sheng', '', 'CN'),
(30.93902, 94.68908, 'Domartang', 'Tibet Autonomous Region', '', 'CN'),
(33.81034, 95.42127, 'Duocai', 'Qinghai Sheng', '', 'CN'),
(29.53331, 89.06054, 'Dobjoi', 'Tibet Autonomous Region', '', 'CN'),
(30.52803, 90.12572, 'Deqing', 'Tibet Autonomous Region', '', 'CN'),
(29.96178, 90.71875, 'Deqen', 'Tibet Autonomous Region', '', 'CN'),
(37.37600, 97.37457, 'Delingha', 'Qinghai Sheng', 'Haixi Mongolzu Zangzu Zizhizhou', 'CN'),
(24.01180, 99.23964, 'Dedang', 'Yunnan', '', 'CN'),
(31.93333, 94.00000, 'Dartang', 'Tibet Autonomous Region', '', 'CN'),
(31.74697, 92.75183, 'Daqian', 'Tibet Autonomous Region', '', 'CN'),
(37.83333, 95.30000, 'Da Qaidam', 'Qinghai Sheng', '', 'CN'),
(39.50011, 95.04081, 'Dangchengwan', 'Gansu Sheng', '', 'CN'),
(36.41667, 95.73333, 'Dagur', 'Qinghai Sheng', '', 'CN'),
(28.15000, 85.96667, 'Chongdui', 'Tibet Autonomous Region', '', 'CN'),
(30.90540, 94.66950, 'Coka', 'Tibet Autonomous Region', '', 'CN'),
(30.48059, 92.42228, 'Codoi', 'Tibet Autonomous Region', '', 'CN'),
(27.76344, 98.71105, 'Cikai', 'Yunnan', '', 'CN'),
(24.82894, 99.59232, 'Youdian', 'Yunnan', '', 'CN'),
(39.86667, 96.76667, 'Changma', 'Gansu Sheng', '', 'CN'),
(30.29559, 81.17511, 'Burang', 'Tibet Autonomous Region', '', 'CN'),
(30.99411, 90.18183, 'Baoji', 'Tibet Autonomous Region', '', 'CN'),
(30.86004, 98.27297, 'Molo', 'Tibet Autonomous Region', '', 'CN'),
(32.07512, 96.51447, 'Qiezha', 'Qinghai Sheng', '', 'CN'),
(29.79923, 93.85241, 'Baiba', 'Tibet Autonomous Region', '', 'CN'),
(29.65812, 94.35892, 'Bayi', 'Tibet Autonomous Region', '', 'CN'),
(35.92907, 97.41575, 'Barun', 'Qinghai Sheng', '', 'CN'),
(27.19582, 99.32483, 'Baohe', 'Yunnan', '', 'CN'),
(30.83198, 94.83675, 'Banbar', 'Tibet Autonomous Region', '', 'CN'),
(32.82427, 97.15459, 'Baitang', 'Qinghai Sheng', '', 'CN'),
(30.05752, 96.91852, 'Baima', 'Tibet Autonomous Region', '', 'CN'),
(33.89783, 96.52141, 'Bagan', 'Qinghai Sheng', '', 'CN'),
(36.46667, 81.96667, 'Aqqan', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(30.64536, 93.24297, 'Arza', 'Tibet Autonomous Region', '', 'CN'),
(37.30000, 85.50000, 'Aqqan', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(37.96111, 77.24917, 'Yilkiqi', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(37.07694, 79.73167, 'Layka', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(36.88639, 81.50972, 'Xambabazar', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(37.07861, 82.81528, 'Rokiya', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(39.12619, 76.57337, 'Aqqik', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(36.97861, 81.09417, 'Damiku', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.12278, 81.07583, 'Zhaosu', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(40.28333, 97.20000, 'Yumen', 'Gansu Sheng', '', 'CN'),
(41.33662, 86.25675, 'Yuli', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(40.50000, 95.80000, 'Yuanquan', 'Gansu Sheng', '', 'CN'),
(43.24918, 94.69430, 'Yiwu', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.97799, 81.51804, 'Yining', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.35250, 79.46861, 'Yengiawat', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(42.06204, 86.56632, 'Yanqi', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(40.12607, 94.66383, 'Yangjiaqiao', 'Gansu Sheng', '', 'CN'),
(47.35574, 88.01785, 'Xirikxiy', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.55028, 82.61667, 'Xinhe', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(40.53850, 94.99059, 'Xihu', 'Gansu Sheng', '', 'CN'),
(44.06593, 89.73856, 'Xidi', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(40.31878, 97.11763, 'Xiaxihao', 'Gansu Sheng', '', 'CN'),
(45.12850, 85.04457, 'Xiaoguai', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(47.79623, 87.96630, 'Xemirxek', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.34340, 86.23456, 'Xazgat', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.23000, 82.80583, 'Xayar', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.15167, 79.22500, 'Wushi', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.16963, 87.53497, 'Renminlu', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(40.16951, 94.80535, 'Wudun', 'Gansu Sheng', '', 'CN'),
(41.27196, 80.24085, 'Wensu', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.43105, 84.67623, 'Usu', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.80096, 87.60046, 'UEruemqi', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.11651, 85.67769, 'Urho', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(42.94769, 89.17886, 'Laochenglu', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.36861, 79.96278, 'Tumxuk', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(47.27428, 86.12794, 'Tost', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(45.93859, 83.60056, 'Toli', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(42.79359, 88.64163, 'Toksun', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.54537, 83.57278, 'Todok', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.16669, 84.42834, 'Tiechanggou', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(47.22244, 89.74276, 'Temeke', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.21669, 81.83973, 'Tekes', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(40.26261, 95.98021, 'Tashi', 'Gansu Sheng', '', 'CN'),
(46.74535, 82.95847, 'Tacheng', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.37313, 84.22600, 'Sikeshu', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.30230, 86.03694, 'Shihezi', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(42.86750, 90.20463, 'Shanshan', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.76611, 82.14750, 'Sairam', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.08958, 88.88887, 'Santai', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.32597, 85.62009, 'Sandaohezi', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.02788, 89.57980, 'Qitai', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.66725, 90.37864, 'Qinghe', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.53778, 82.91139, 'Qiman', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(40.11512, 94.60882, 'Qili', 'Gansu Sheng', '', 'CN'),
(40.56667, 79.61667, 'Qilan', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.58389, 81.36639, 'Qarqi', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.80194, 81.08722, 'Qapqal', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.33379, 89.59236, 'Qahurt', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.47974, 90.74567, 'Qagan Gol', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.78894, 82.49599, 'Nilka', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.20000, 82.63333, 'Muhur', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.82442, 90.19476, 'Mori', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(45.51637, 83.86374, 'Miao\'ergou', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(40.18078, 94.61574, 'Mengjiaqiao', 'Gansu Sheng', '', 'CN'),
(44.30638, 86.21371, 'Manasi', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.77389, 84.24417, 'Luntai', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.10244, 95.50189, 'Liuyuan', 'Gansu Sheng', '', 'CN'),
(44.63946, 85.78104, 'Laoshawan', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.42707, 84.90069, 'Kuytun', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(47.20003, 89.30531, 'Kurti', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.72778, 82.93639, 'Kuche', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(45.82673, 83.30980, 'Kupu', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.76055, 86.15231, 'Sayibage', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(47.21654, 89.81724, 'Koktokay', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.82056, 82.43472, 'Kizil', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.08364, 80.51839, 'Kizil', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(42.16056, 82.63472, 'Keyi', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(47.19094, 86.39848, 'Karjaw', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.85591, 89.69761, 'Kalatongke', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(40.25000, 76.91667, 'Halajun', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(40.73056, 77.54194, 'Karabulak', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(40.52755, 79.06577, 'Kalpin', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.98333, 89.06667, 'Jimsar', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(47.49969, 85.61828, 'Jeminay', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.60109, 83.92013, 'Jelagax', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.26917, 80.56000, 'Jiamu', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.90000, 81.35000, 'Yili', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.19035, 86.88521, 'Hutubi', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.95694, 80.85028, 'Huiyuan', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(40.27821, 94.70271, 'Huangqu', 'Gansu Sheng', '', 'CN'),
(40.30303, 97.73635, 'Huahai', 'Gansu Sheng', '', 'CN'),
(42.25861, 86.85778, 'Tewulike', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.51872, 86.00214, 'Hoxtolgay', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(47.72413, 88.21846, 'Hongdun', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.79507, 85.72660, 'Hoboksar', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(42.31639, 86.38278, 'Hejing', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.65684, 87.77417, 'Haramgai', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(42.83393, 93.50601, 'Hami', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(40.46384, 95.67119, 'Guazhou', 'Gansu Sheng', '', 'CN'),
(40.45056, 80.48444, 'Wuluquele', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.46667, 82.14889, 'Gongliu', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.15874, 87.97418, 'Bofeng', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(47.10950, 87.48810, 'Fuhai', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(42.96444, 87.66111, 'Ewirgol', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.05654, 90.15125, 'Ertai', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.39440, 83.55709, 'Erdaoqiao', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.52574, 83.63325, 'Emin', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.33333, 84.85000, 'Dushanzi', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.37795, 88.46847, 'Dure', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(40.06255, 95.70593, 'Dongbatu', 'Gansu Sheng', '', 'CN'),
(40.17285, 99.00284, 'Dongba', 'Gansu Sheng', '', 'CN'),
(43.35833, 88.32004, 'Dabancheng', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(40.01320, 97.42580, 'Chijin', 'Gansu Sheng', '', 'CN'),
(44.00782, 87.30461, 'Yan\'an Beilu', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(40.53087, 96.54102, 'Bulongji', 'Gansu Sheng', '', 'CN'),
(44.05317, 85.37747, 'Bor Tungge', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.98434, 86.62198, 'Bohu', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.53134, 86.31978, 'Beiwucha', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(47.35249, 87.82053, 'Beitun', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.59881, 93.00862, 'Barkol', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(45.91815, 85.47453, 'Baikouquan', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(45.68928, 85.12441, 'Baijiantan', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.77389, 81.86889, 'Baicheng', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(40.95759, 80.13574, 'Aykol', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(47.72457, 88.05108, 'Awiytan', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(40.63837, 80.37965, 'Awat', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.52089, 90.21681, 'Araltobe', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.41029, 83.76474, 'Araltobe', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(40.54184, 81.26566, 'Aral', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(40.43083, 79.33556, 'Aqal', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.35787, 85.35189, 'Anjihai', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(47.84864, 88.13361, 'Altay', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.18418, 80.27921, 'Yingbazha', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(40.94152, 78.44379, 'Aheqi', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.28644, 90.42119, 'Agax Obo', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.98333, 87.53333, 'Anningqu', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.88333, 87.48333, 'Diwopu', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.85000, 87.56667, 'Ergong', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.91667, 87.78333, 'Tiechanggou', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.86667, 87.78333, 'Lucaogou', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.82856, 87.63820, 'Shuimogou', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.96194, 86.47667, 'Sishilichengzi', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.85628, 83.12263, 'Axili', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.76786, 83.14697, 'Karakabak', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.68861, 83.40530, 'Qaxa', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.64719, 83.07430, 'Emil', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.63723, 83.82391, 'Shanghu', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.11923, 83.09014, 'Altunemil', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.70969, 84.04502, 'Yushikalasu', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.81282, 85.79743, 'Motge', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.81696, 85.95543, 'Qagan Hol', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(47.43403, 85.87113, 'Topterek', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(47.30408, 85.87979, 'Besterek', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(47.87809, 86.98955, 'Oymak', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(47.52250, 86.21583, 'Xalxikay', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(47.85938, 87.00466, 'Egiztobe', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(47.78682, 87.33078, 'Kostik', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(47.74462, 87.49813, 'Alakak', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(47.51797, 87.74228, 'Balbagay', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(47.09770, 87.44536, 'Jetaral', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(47.01741, 87.68753, 'Kokagax', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.97933, 89.84335, 'Turgun', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.76000, 80.74472, 'Ayxin Siri', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.54534, 80.99907, 'Qong Bora', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(42.98861, 81.38000, 'Akdala', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.57806, 81.22389, 'Jagistay', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.67002, 81.54310, 'Kan', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.64111, 81.87000, 'Kax', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.74583, 81.65694, 'Yengitam', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.83139, 81.85056, 'Dongmazar', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.98028, 81.31417, 'Dadamtu', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.87444, 81.62056, 'Yuqunweng', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.94222, 82.12667, 'Suptay', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.84694, 82.18972, 'Karasu', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.74927, 82.63556, 'Karatobe', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.41353, 83.05389, 'Taldi', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.48722, 82.40722, 'Agarsin', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(43.51694, 82.06222, 'Tikerik', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.01068, 83.65645, 'Dolati', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.68907, 85.70456, 'Sidaohezi', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.58304, 84.77024, 'Huanggong', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.46070, 84.52827, 'Ganhezi', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.53377, 84.62708, 'Xihu', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.54107, 84.83259, 'Jiujianlou', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.41113, 84.30713, 'Hatu Buh', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.33478, 84.57902, 'Xidagou', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.60243, 85.91098, 'Liumaowan', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.36264, 85.58078, 'Daquan', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.31366, 85.68466, 'Jingouhe', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.28848, 85.85731, 'Ulan Us', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.06412, 85.80340, 'Dongwan', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.05467, 85.51710, 'Xigebi', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.04670, 87.12908, 'Yushugou', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.05286, 87.17036, 'Erliugong', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.15805, 86.96630, 'Ershilidian', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.19212, 86.79624, 'Wugongtai', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.17932, 86.59097, 'Dafeng', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.19940, 86.45808, 'Letuyi', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.24872, 86.30670, 'Baojiadian', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.08864, 87.61220, 'Changshanzi', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.12801, 87.62083, 'Sandaoba', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.15840, 87.58578, 'Yangmaogong', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.07613, 87.40221, 'Liugong', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.10695, 87.27653, 'Daxiqu', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.12448, 87.32964, 'Dianba', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.07289, 89.56193, 'Xibeiwan', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.06385, 89.20901, 'Beiting', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.08253, 88.96515, 'Qingyanghu', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.11873, 88.86423, 'Laotai', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(44.06437, 90.05849, 'Qoren', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.36994, 83.83711, 'Hujirti Mongolzuxiang', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(46.67075, 84.00739, 'Emalgolin Mongolzuxiang', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(40.91889, 78.72278, 'Saparbay', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.20417, 79.45806, 'Yimamu', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.14917, 79.08500, 'Yamansu', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.34639, 82.65083, 'Yengimahalla', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.45083, 82.57660, 'Payxambabazar', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.44244, 82.86096, 'Hongqi', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.54667, 82.76639, 'Alakaga', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(41.63083, 81.55528, 'Daqiao', 'Xinjiang Uygur Zizhiqu', '', 'CN'),
(33.00576, 120.23678, 'Hechen', 'Jiangsu Sheng', '', 'CN'),
(33.02956, 120.47596, 'Xiaohai', 'Jiangsu Sheng', '', 'CN'),
(33.08774, 120.17989, 'Guanyinsi', 'Jiangsu Sheng', '', 'CN'),
(33.33987, 120.14594, 'Xindu', 'Jiangsu Sheng', '', 'CN'),
(33.04459, 119.98300, 'Gaojiazhuang', 'Jiangsu Sheng', '', 'CN'),
(31.18195, 119.58321, 'Taihua', 'Jiangsu Sheng', '', 'CN'),
(31.28924, 119.56727, 'Xizhu', 'Jiangsu Sheng', '', 'CN'),
(31.35386, 119.90810, 'Xinzhuang', 'Jiangsu Sheng', '', 'CN'),
(31.36895, 119.74949, 'Xinjie', 'Jiangsu Sheng', '', 'CN'),
(31.47587, 119.92749, 'Wanshi', 'Jiangsu Sheng', '', 'CN'),
(31.56173, 119.65728, 'Xinjian', 'Jiangsu Sheng', '', 'CN'),
(31.56114, 119.32471, 'Zhuze', 'Jiangsu Sheng', '', 'CN'),
(31.53389, 119.06072, 'Jingqiao', 'Jiangsu Sheng', '', 'CN'),
(31.68659, 119.78570, 'Jiaze', 'Jiangsu Sheng', '', 'CN'),
(31.76898, 119.88616, 'Xilin', 'Jiangsu Sheng', '', 'CN'),
(31.79735, 119.87857, 'Beigang', 'Jiangsu Sheng', '', 'CN'),
(31.79154, 119.29592, 'Maoshan', 'Jiangsu Sheng', '', 'CN'),
(31.82078, 119.49411, 'Jianchang', 'Jiangsu Sheng', '', 'CN'),
(31.92254, 119.97055, 'Baizhang', 'Jiangsu Sheng', '', 'CN'),
(31.90443, 119.80345, 'Luoxi', 'Jiangsu Sheng', '', 'CN'),
(32.00355, 120.06722, 'Xinqiao', 'Jiangsu Sheng', '', 'CN'),
(32.03611, 120.21667, 'Changdai', 'Jiangsu Sheng', '', 'CN'),
(32.03611, 120.16389, 'Shengci', 'Jiangsu Sheng', '', 'CN'),
(32.06302, 120.10609, 'Hongguang', 'Jiangsu Sheng', '', 'CN'),
(32.17382, 120.40945, 'Jiang\'an', 'Jiangsu Sheng', '', 'CN'),
(32.17921, 120.31840, 'Shanhu', 'Jiangsu Sheng', '', 'CN'),
(32.17284, 120.21997, 'Nansha', 'Jiangsu Sheng', '', 'CN'),
(32.25775, 120.45382, 'Changqing', 'Jiangsu Sheng', '', 'CN'),
(32.25030, 120.37098, 'Gaoming', 'Jiangsu Sheng', '', 'CN'),
(32.29563, 120.60703, 'Taoyuan', 'Jiangsu Sheng', '', 'CN'),
(32.26667, 120.15000, 'Liuchen', 'Jiangsu Sheng', '', 'CN'),
(32.31614, 120.27656, 'Hengduo', 'Jiangsu Sheng', '', 'CN'),
(32.32415, 120.17484, 'Yuanzhu', 'Jiangsu Sheng', '', 'CN'),
(32.44798, 120.77269, 'Yuanzhuang', 'Jiangsu Sheng', '', 'CN'),
(32.45866, 120.69016, 'Xue\'an', 'Jiangsu Sheng', '', 'CN'),
(32.47024, 120.11405, 'Liangxu', 'Jiangsu Sheng', '', 'CN'),
(32.52500, 120.59167, 'Xichang', 'Jiangsu Sheng', '', 'CN'),
(32.55000, 120.06944, 'Qiaotou', 'Jiangsu Sheng', '', 'CN'),
(32.57232, 120.78363, 'Jiaoxie', 'Jiangsu Sheng', '', 'CN'),
(32.58611, 120.13333, 'Shengao', 'Jiangsu Sheng', '', 'CN'),
(32.61519, 120.51855, 'Dagong', 'Jiangsu Sheng', '', 'CN'),
(32.64077, 120.01283, 'Yuduo', 'Jiangsu Sheng', '', 'CN'),
(32.67087, 120.25700, 'Baidian', 'Jiangsu Sheng', '', 'CN'),
(32.68611, 120.07500, 'Xingtai', 'Jiangsu Sheng', '', 'CN'),
(32.71944, 120.55833, 'Fudong', 'Jiangsu Sheng', '', 'CN'),
(32.76205, 120.26944, 'Tainan', 'Jiangsu Sheng', '', 'CN'),
(32.74486, 120.16667, 'Zhaowanzhuang', 'Jiangsu Sheng', '', 'CN'),
(32.86667, 120.13889, 'Taozhuang', 'Jiangsu Sheng', '', 'CN'),
(32.92913, 120.21426, 'Daiyao', 'Jiangsu Sheng', '', 'CN'),
(32.94398, 120.08053, 'Changrong', 'Jiangsu Sheng', '', 'CN'),
(32.00354, 119.50006, 'Situ', 'Jiangsu Sheng', '', 'CN'),
(32.07300, 119.85343, 'Jiepai', 'Jiangsu Sheng', '', 'CN'),
(32.07438, 119.80631, 'Xinqiao', 'Jiangsu Sheng', '', 'CN'),
(32.10322, 119.76190, 'Houxiang', 'Jiangsu Sheng', '', 'CN'),
(32.14361, 119.68537, 'Dinggang', 'Jiangsu Sheng', '', 'CN'),
(32.14561, 119.03686, 'Baohua', 'Jiangsu Sheng', '', 'CN'),
(32.19427, 119.52853, 'Xiangshan', 'Jiangsu Sheng', '', 'CN'),
(32.21378, 119.30362, 'Shiye', 'Jiangsu Sheng', '', 'CN'),
(32.24917, 119.90750, 'Minggou', 'Jiangsu Sheng', '', 'CN'),
(32.25222, 119.07334, 'Qingshan', 'Jiangsu Sheng', '', 'CN'),
(32.29077, 119.39918, 'Bali', 'Jiangsu Sheng', '', 'CN'),
(32.30876, 119.52166, 'Shatou', 'Jiangsu Sheng', '', 'CN'),
(32.35627, 119.90730, 'Xuzhuang', 'Jiangsu Sheng', '', 'CN'),
(32.36815, 119.53300, 'Hangji', 'Jiangsu Sheng', '', 'CN'),
(32.33907, 119.38139, 'Chahe', 'Jiangsu Sheng', '', 'CN'),
(32.37003, 119.45963, 'Tangwang', 'Jiangsu Sheng', '', 'CN'),
(32.39370, 119.92904, 'Yexu', 'Jiangsu Sheng', '', 'CN'),
(32.41342, 119.88548, 'Sixiang', 'Jiangsu Sheng', '', 'CN'),
(32.42521, 119.48838, 'Wantou', 'Jiangsu Sheng', '', 'CN'),
(32.42611, 119.39441, 'Xihu', 'Jiangsu Sheng', '', 'CN'),
(32.45773, 119.51083, 'Tai\'an', 'Jiangsu Sheng', '', 'CN'),
(32.50471, 119.97173, 'Jingtailu', 'Jiangsu Sheng', '', 'CN'),
(32.52332, 119.60708, 'Dinghuo', 'Jiangsu Sheng', '', 'CN'),
(32.62355, 119.24833, 'Tianshan', 'Jiangsu Sheng', '', 'CN'),
(32.69800, 119.32723, 'Guoji', 'Jiangsu Sheng', '', 'CN'),
(32.75893, 119.88512, 'Chenbao', 'Jiangsu Sheng', '', 'CN'),
(32.75548, 119.77902, 'Wujian', 'Jiangsu Sheng', '', 'CN'),
(32.76347, 119.66735, 'Hanliu', 'Jiangsu Sheng', '', 'CN'),
(32.76154, 119.59314, 'Xiejia', 'Jiangsu Sheng', '', 'CN'),
(32.88817, 119.83249, 'Lincheng', 'Jiangsu Sheng', '', 'CN'),
(32.92757, 119.85832, 'Duotian', 'Jiangsu Sheng', '', 'CN'),
(32.97294, 119.51108, 'Zhoushan', 'Jiangsu Sheng', '', 'CN'),
(31.62922, 118.71565, 'Danyang', 'Jiangsu Sheng', '', 'CN'),
(31.79703, 118.96073, 'Zhougang', 'Jiangsu Sheng', '', 'CN'),
(32.00947, 118.69489, 'Jiangxinzhou', 'Jiangsu Sheng', '', 'CN'),
(32.09725, 118.78181, 'Xiaoshi', 'Jiangsu Sheng', '', 'CN'),
(32.15059, 118.70475, 'Taishan', 'Jiangsu Sheng', '', 'CN'),
(32.19852, 118.95003, 'Longpao', 'Jiangsu Sheng', '', 'CN'),
(32.22590, 118.90310, 'Yudai', 'Jiangsu Sheng', '', 'CN'),
(32.17352, 118.81674, 'Baguazhou', 'Jiangsu Sheng', '', 'CN'),
(32.16383, 118.71150, 'Yanjiang', 'Jiangsu Sheng', '', 'CN'),
(32.26241, 118.78743, 'Changlu', 'Jiangsu Sheng', '', 'CN'),
(32.37480, 118.93979, 'Xinhuang', 'Jiangsu Sheng', '', 'CN'),
(32.40783, 118.82595, 'Ma\'an', 'Jiangsu Sheng', '', 'CN'),
(32.51414, 118.91355, 'Yeshan', 'Jiangsu Sheng', '', 'CN'),
(32.79176, 118.58399, 'Wangdian', 'Jiangsu Sheng', '', 'CN'),
(32.86894, 118.50920, 'Guiwu', 'Jiangsu Sheng', '', 'CN'),
(32.95757, 118.50531, 'Gusang', 'Jiangsu Sheng', '', 'CN'),
(34.07500, 119.45000, 'Huayuan', 'Jiangsu Sheng', '', 'CN'),
(34.13333, 119.00417, 'Tangjian', 'Jiangsu Sheng', '', 'CN'),
(34.21667, 119.57500, 'Changmao', 'Jiangsu Sheng', '', 'CN'),
(34.17500, 119.21667, 'Mengxingzhuang', 'Jiangsu Sheng', '', 'CN'),
(34.33333, 119.55000, 'Tuhe', 'Jiangsu Sheng', '', 'CN'),
(34.32500, 119.33333, 'Baixian', 'Jiangsu Sheng', '', 'CN'),
(34.39167, 119.11250, 'Muxu', 'Jiangsu Sheng', '', 'CN'),
(34.33333, 119.00833, 'Gaoxu', 'Jiangsu Sheng', '', 'CN'),
(34.41667, 119.77500, 'Duigougang', 'Jiangsu Sheng', '', 'CN'),
(34.45000, 119.55000, 'Xufeng', 'Jiangsu Sheng', '', 'CN'),
(34.69583, 119.47500, 'Gaogongdao', 'Jiangsu Sheng', '', 'CN'),
(34.65000, 119.40833, 'Zhongyun', 'Jiangsu Sheng', '', 'CN'),
(34.70000, 119.36667, 'Yunshan', 'Jiangsu Sheng', '', 'CN'),
(34.64167, 119.23333, 'Huaguoshan', 'Jiangsu Sheng', '', 'CN'),
(34.71081, 119.10702, 'Luoyang', 'Jiangsu Sheng', '', 'CN'),
(34.78332, 119.14024, 'Songzhuang', 'Jiangsu Sheng', '', 'CN'),
(27.55170, 109.13500, 'Youyupu', 'Guizhou Sheng', '', 'CN'),
(27.35750, 108.93833, 'Zhujiachang', 'Guizhou Sheng', '', 'CN'),
(27.88472, 108.11361, 'Xujiaba', 'Guizhou Sheng', '', 'CN'),
(28.03507, 109.06780, 'Pingtou', 'Guizhou Sheng', '', 'CN'),
(28.09861, 109.27550, 'Changping', 'Guizhou Sheng', '', 'CN'),
(28.16750, 109.12773, 'Jiujiang', 'Guizhou Sheng', '', 'CN'),
(28.17376, 109.02154, 'Miao\'ai', 'Guizhou Sheng', '', 'CN'),
(28.38333, 109.25972, 'Mushu', 'Guizhou Sheng', '', 'CN'),
(28.45482, 109.18426, 'Yajia', 'Guizhou Sheng', '', 'CN'),
(28.03972, 108.69389, 'Xinye', 'Guizhou Sheng', '', 'CN'),
(28.02454, 108.01702, 'Kuanping', 'Guizhou Sheng', '', 'CN'),
(28.14215, 108.86807, 'Lengshuixi', 'Guizhou Sheng', '', 'CN'),
(28.11139, 108.41139, 'Shanshu', 'Guizhou Sheng', '', 'CN'),
(28.07994, 108.08821, 'Donghua', 'Guizhou Sheng', '', 'CN'),
(28.10154, 108.06233, 'Hexing', 'Guizhou Sheng', '', 'CN'),
(28.17288, 108.75172, 'Shiliang', 'Guizhou Sheng', '', 'CN'),
(28.18972, 108.27806, 'Changbao', 'Guizhou Sheng', '', 'CN'),
(28.24161, 108.67492, 'Yong\'an', 'Guizhou Sheng', '', 'CN'),
(28.24019, 108.58490, 'Daoba', 'Guizhou Sheng', '', 'CN'),
(28.22392, 108.10548, 'Yantang', 'Guizhou Sheng', '', 'CN'),
(28.29684, 108.07583, 'Qianjia', 'Guizhou Sheng', '', 'CN'),
(28.33332, 108.33134, 'Jiashi', 'Guizhou Sheng', '', 'CN'),
(28.36667, 108.18333, 'Jingjiao', 'Guizhou Sheng', '', 'CN'),
(28.44297, 108.67983, 'Waxi', 'Guizhou Sheng', '', 'CN'),
(28.46390, 108.54468, 'Zhongjie', 'Guizhou Sheng', '', 'CN'),
(28.40971, 108.04015, 'Shichao', 'Guizhou Sheng', '', 'CN'),
(28.26291, 108.11234, 'Qinglong', 'Guizhou Sheng', '', 'CN'),
(28.52081, 108.19100, 'Quanba', 'Guizhou Sheng', '', 'CN'),
(28.58116, 108.16545, 'Zhongzhai', 'Guizhou Sheng', '', 'CN'),
(28.63155, 108.50707, 'Heita', 'Guizhou Sheng', '', 'CN'),
(28.59435, 108.43975, 'Heishui', 'Guizhou Sheng', '', 'CN'),
(28.72219, 108.11448, 'Hongsi', 'Guizhou Sheng', '', 'CN'),
(28.88694, 108.29917, 'Xinjing', 'Guizhou Sheng', '', 'CN'),
(28.94526, 108.08435, 'Maotian', 'Guizhou Sheng', '', 'CN'),
(28.98771, 108.14294, 'Gouping', 'Guizhou Sheng', '', 'CN'),
(28.09319, 107.16538, 'Maoya', 'Guizhou Sheng', '', 'CN'),
(28.19048, 107.67284, 'Xinjian', 'Guizhou Sheng', '', 'CN'),
(28.15236, 107.53144, 'Xihe', 'Guizhou Sheng', '', 'CN'),
(28.27693, 107.88296, 'Nangan', 'Guizhou Sheng', '', 'CN'),
(28.27872, 107.60225, 'Shiping', 'Guizhou Sheng', '', 'CN'),
(28.21245, 107.46180, 'Pingle', 'Guizhou Sheng', '', 'CN'),
(28.31752, 107.98894, 'Shaxi', 'Guizhou Sheng', '', 'CN'),
(28.45667, 107.43361, 'Hexi', 'Guizhou Sheng', '', 'CN'),
(28.57639, 107.61194, 'Banzhu', 'Guizhou Sheng', '', 'CN'),
(28.51726, 107.49062, 'Jianping', 'Guizhou Sheng', '', 'CN'),
(28.48833, 107.00806, 'Huanglian', 'Guizhou Sheng', '', 'CN'),
(28.69175, 107.80745, 'Nigao', 'Guizhou Sheng', '', 'CN'),
(28.67295, 107.65374, 'Zongping', 'Guizhou Sheng', '', 'CN'),
(28.70972, 107.38643, 'Yangxing', 'Guizhou Sheng', '', 'CN'),
(28.69795, 107.33962, 'Bifeng', 'Guizhou Sheng', '', 'CN'),
(28.82552, 107.44299, 'Pingmu', 'Guizhou Sheng', '', 'CN'),
(28.88353, 107.75623, 'Taoyuan', 'Guizhou Sheng', '', 'CN'),
(29.09000, 107.58194, 'Yangxi', 'Guizhou Sheng', '', 'CN'),
(26.99167, 106.34167, 'Supu', 'Guizhou Sheng', '', 'CN'),
(26.80000, 105.11667, 'Zhuchang', 'Guizhou Sheng', '', 'CN'),
(28.49528, 106.42833, 'Sanchahe', 'Guizhou Sheng', '', 'CN'),
(28.61992, 106.06816, 'Changqi', 'Guizhou Sheng', '', 'CN'),
(28.57833, 105.74667, 'Tiantai', 'Guizhou Sheng', '', 'CN'),
(30.70000, 119.25833, 'Sihe', 'Anhui Sheng', '', 'CN'),
(30.75470, 119.14143, 'Yuewan', 'Anhui Sheng', '', 'CN'),
(30.88333, 119.40000, 'Sanlidian', 'Anhui Sheng', '', 'CN'),
(30.84094, 119.30590, 'Fengqiao', 'Anhui Sheng', '', 'CN'),
(30.82759, 118.81698, 'Yishan', 'Anhui Sheng', '', 'CN'),
(30.79957, 118.57344, 'Gaoqiao', 'Anhui Sheng', '', 'CN'),
(30.89564, 118.86678, 'Xiangyang', 'Anhui Sheng', '', 'CN'),
(30.92364, 118.77759, 'Xiadu', 'Anhui Sheng', '', 'CN'),
(30.87929, 118.66986, 'Jinba', 'Anhui Sheng', '', 'CN'),
(30.95815, 118.80455, 'Shuangxi', 'Anhui Sheng', '', 'CN'),
(30.98376, 118.86152, 'Dingdian', 'Anhui Sheng', '', 'CN'),
(30.72943, 118.49106, 'Qinxi', 'Anhui Sheng', '', 'CN'),
(30.71093, 118.40049, 'Taiyuan', 'Anhui Sheng', '', 'CN'),
(30.68092, 118.19925, 'Beigong', 'Anhui Sheng', '', 'CN'),
(30.72174, 118.15757, 'Yandun', 'Anhui Sheng', '', 'CN'),
(30.67796, 118.00674, 'Youhua', 'Anhui Sheng', '', 'CN'),
(30.76183, 118.36483, 'Gufeng', 'Anhui Sheng', '', 'CN'),
(30.82500, 118.34167, 'Tongtuan', 'Anhui Sheng', '', 'CN'),
(30.90403, 118.48869, 'Wenchang', 'Anhui Sheng', '', 'CN'),
(30.91520, 118.38354, 'Shipu', 'Anhui Sheng', '', 'CN'),
(30.88267, 118.38196, 'Gelin', 'Anhui Sheng', '', 'CN'),
(30.84893, 118.12652, 'Luling', 'Anhui Sheng', '', 'CN'),
(30.92090, 118.11029, 'Wenwucao', 'Anhui Sheng', '', 'CN'),
(30.97911, 118.45573, 'Donghe', 'Anhui Sheng', '', 'CN'),
(30.95565, 118.38227, 'Jiulian', 'Anhui Sheng', '', 'CN'),
(30.93566, 118.25048, 'Gongshan', 'Anhui Sheng', '', 'CN'),
(30.99301, 118.25101, 'Jiafa', 'Anhui Sheng', '', 'CN'),
(30.99023, 118.13243, 'Chisha', 'Anhui Sheng', '', 'CN'),
(30.73047, 118.00215, 'Zhuyang', 'Anhui Sheng', '', 'CN'),
(31.00925, 119.43592, 'Qiucun', 'Anhui Sheng', '', 'CN'),
(31.02023, 119.37711, 'Dongchong', 'Anhui Sheng', '', 'CN'),
(31.06918, 119.21508, 'Nanfeng', 'Anhui Sheng', '', 'CN'),
(31.03298, 119.14778, 'Shuiming', 'Anhui Sheng', '', 'CN'),
(31.07087, 119.56023, 'Xinhang', 'Anhui Sheng', '', 'CN'),
(31.24025, 119.30074, 'Gangnan', 'Anhui Sheng', '', 'CN'),
(31.00939, 118.78201, 'Wuxing', 'Anhui Sheng', '', 'CN'),
(31.03248, 118.64718, 'Guquan', 'Anhui Sheng', '', 'CN'),
(31.08018, 118.61947, 'Sanyuan', 'Anhui Sheng', '', 'CN'),
(31.09167, 118.75833, 'Rencunwan', 'Anhui Sheng', '', 'CN'),
(31.18707, 118.69229, 'Huaqiao', 'Anhui Sheng', '', 'CN'),
(31.17421, 118.54647, 'Zhougao', 'Anhui Sheng', '', 'CN'),
(31.27503, 118.52856, 'Xianbao', 'Anhui Sheng', '', 'CN'),
(31.04807, 118.46330, 'Taifeng', 'Anhui Sheng', '', 'CN'),
(31.06429, 118.21579, 'Eshan', 'Anhui Sheng', '', 'CN'),
(31.18145, 118.43106, 'Dainan', 'Anhui Sheng', '', 'CN'),
(31.24891, 118.39423, 'Huolonggang', 'Anhui Sheng', '', 'CN'),
(31.27607, 118.48589, 'Yitai', 'Anhui Sheng', '', 'CN'),
(31.31330, 118.44929, 'Jingshan', 'Anhui Sheng', '', 'CN'),
(31.31484, 118.39781, 'Matang', 'Anhui Sheng', '', 'CN'),
(31.28495, 118.06213, 'Xiaojiangba', 'Anhui Sheng', '', 'CN'),
(31.37807, 118.51600, 'Dazha', 'Anhui Sheng', '', 'CN'),
(31.44206, 118.60019, 'Shiqiao', 'Anhui Sheng', '', 'CN'),
(31.48944, 118.68903, 'Xinfeng', 'Anhui Sheng', '', 'CN'),
(31.49799, 118.51049, 'Taibai', 'Anhui Sheng', '', 'CN'),
(31.65327, 118.52376, 'Liu`an', 'Anhui Sheng', '', 'CN'),
(31.43423, 118.45861, 'Niandou', 'Anhui Sheng', '', 'CN'),
(31.37829, 118.39759, 'Guandou', 'Anhui Sheng', '', 'CN'),
(31.49597, 118.48201, 'Longshanqiao', 'Anhui Sheng', '', 'CN'),
(31.59770, 118.45323, 'Dongjiang Matoukou', 'Anhui Sheng', '', 'CN'),
(31.63624, 118.31518, 'Lianhe', 'Anhui Sheng', '', 'CN'),
(31.67265, 118.48456, 'Yushan', 'Anhui Sheng', '', 'CN'),
(31.67500, 118.34306, 'Chengnan', 'Anhui Sheng', '', 'CN'),
(31.95000, 118.27500, 'Shiyang', 'Anhui Sheng', '', 'CN'),
(31.96969, 118.12768, 'Erlangkou', 'Anhui Sheng', '', 'CN'),
(29.65865, 118.52469, 'Changgai', 'Anhui Sheng', '', 'CN'),
(29.44111, 118.16639, 'Shichuan', 'Anhui Sheng', '', 'CN'),
(29.63930, 118.36792, 'Zhengwan', 'Anhui Sheng', '', 'CN'),
(29.61278, 117.94861, 'Banqiao', 'Anhui Sheng', '', 'CN'),
(29.66169, 117.86407, 'Shanhou', 'Anhui Sheng', '', 'CN'),
(29.68878, 118.63997, 'Huangwei', 'Anhui Sheng', '', 'CN'),
(29.77761, 118.70155, 'Xinxikou', 'Anhui Sheng', '', 'CN'),
(29.71971, 118.64388, 'Huangtian', 'Anhui Sheng', '', 'CN'),
(29.81011, 118.65438, 'Xiaochuan', 'Anhui Sheng', '', 'CN'),
(29.82302, 118.55220, 'Zhangtan', 'Anhui Sheng', '', 'CN'),
(29.90989, 118.57532, 'Bei\'an', 'Anhui Sheng', '', 'CN'),
(29.97867, 118.84629, 'Jinchuan', 'Anhui Sheng', '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment