Created
March 10, 2021 17:36
-
-
Save kabirnayeem99/12151d3b7f5266e06c26c324e8b81df4 to your computer and use it in GitHub Desktop.
Major Cities with Latitude and Longtitude
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "city": "Tokyo", | |
| "lat": 35.685, | |
| "lng": 139.7514, | |
| "country": "Japan", | |
| "population": 35676000 | |
| }, | |
| { | |
| "city": "New York", | |
| "lat": 40.6943, | |
| "lng": -73.9249, | |
| "country": "United States", | |
| "population": 19354922 | |
| }, | |
| { | |
| "city": "Mexico City", | |
| "lat": 19.4424, | |
| "lng": -99.131, | |
| "country": "Mexico", | |
| "population": 19028000 | |
| }, | |
| { | |
| "city": "Mumbai", | |
| "lat": 19.017, | |
| "lng": 72.857, | |
| "country": "India", | |
| "population": 18978000 | |
| }, | |
| { | |
| "city": "São Paulo", | |
| "lat": -23.5587, | |
| "lng": -46.625, | |
| "country": "Brazil", | |
| "population": 18845000 | |
| }, | |
| { | |
| "city": "Delhi", | |
| "lat": 28.67, | |
| "lng": 77.23, | |
| "country": "India", | |
| "population": 15926000 | |
| }, | |
| { | |
| "city": "Shanghai", | |
| "lat": 31.2165, | |
| "lng": 121.4365, | |
| "country": "China", | |
| "population": 14987000 | |
| }, | |
| { | |
| "city": "Kolkata", | |
| "lat": 22.495, | |
| "lng": 88.3247, | |
| "country": "India", | |
| "population": 14787000 | |
| }, | |
| { | |
| "city": "Los Angeles", | |
| "lat": 34.1139, | |
| "lng": -118.4068, | |
| "country": "United States", | |
| "population": 12815475 | |
| }, | |
| { | |
| "city": "Dhaka", | |
| "lat": 23.7231, | |
| "lng": 90.4086, | |
| "country": "Bangladesh", | |
| "population": 12797394 | |
| }, | |
| { | |
| "city": "Buenos Aires", | |
| "lat": -34.6025, | |
| "lng": -58.3975, | |
| "country": "Argentina", | |
| "population": 12795000 | |
| }, | |
| { | |
| "city": "Karachi", | |
| "lat": 24.87, | |
| "lng": 66.99, | |
| "country": "Pakistan", | |
| "population": 12130000 | |
| }, | |
| { | |
| "city": "Cairo", | |
| "lat": 30.05, | |
| "lng": 31.25, | |
| "country": "Egypt", | |
| "population": 11893000 | |
| }, | |
| { | |
| "city": "Rio de Janeiro", | |
| "lat": -22.925, | |
| "lng": -43.225, | |
| "country": "Brazil", | |
| "population": 11748000 | |
| }, | |
| { | |
| "city": "Ōsaka", | |
| "lat": 34.75, | |
| "lng": 135.4601, | |
| "country": "Japan", | |
| "population": 11294000 | |
| }, | |
| { | |
| "city": "Beijing", | |
| "lat": 39.9289, | |
| "lng": 116.3883, | |
| "country": "China", | |
| "population": 11106000 | |
| }, | |
| { | |
| "city": "Manila", | |
| "lat": 14.6042, | |
| "lng": 120.9822, | |
| "country": "Philippines", | |
| "population": 11100000 | |
| }, | |
| { | |
| "city": "Moscow", | |
| "lat": 55.7522, | |
| "lng": 37.6155, | |
| "country": "Russia", | |
| "population": 10452000 | |
| }, | |
| { | |
| "city": "Istanbul", | |
| "lat": 41.105, | |
| "lng": 29.01, | |
| "country": "Turkey", | |
| "population": 10061000 | |
| }, | |
| { | |
| "city": "Paris", | |
| "lat": 48.8667, | |
| "lng": 2.3333, | |
| "country": "France", | |
| "population": 9904000 | |
| }, | |
| { | |
| "city": "Seoul", | |
| "lat": 37.5663, | |
| "lng": 126.9997, | |
| "country": "Korea, South", | |
| "population": 9796000 | |
| }, | |
| { | |
| "city": "Lagos", | |
| "lat": 6.4433, | |
| "lng": 3.3915, | |
| "country": "Nigeria", | |
| "population": 9466000 | |
| }, | |
| { | |
| "city": "Jakarta", | |
| "lat": -6.1744, | |
| "lng": 106.8294, | |
| "country": "Indonesia", | |
| "population": 9125000 | |
| }, | |
| { | |
| "city": "Guangzhou", | |
| "lat": 23.145, | |
| "lng": 113.325, | |
| "country": "China", | |
| "population": 8829000 | |
| }, | |
| { | |
| "city": "Chicago", | |
| "lat": 41.8373, | |
| "lng": -87.6861, | |
| "country": "United States", | |
| "population": 8675982 | |
| }, | |
| { | |
| "city": "London", | |
| "lat": 51.5, | |
| "lng": -0.1167, | |
| "country": "United Kingdom", | |
| "population": 8567000 | |
| }, | |
| { | |
| "city": "Lima", | |
| "lat": -12.048, | |
| "lng": -77.0501, | |
| "country": "Peru", | |
| "population": 8012000 | |
| }, | |
| { | |
| "city": "Tehran", | |
| "lat": 35.6719, | |
| "lng": 51.4243, | |
| "country": "Iran", | |
| "population": 7873000 | |
| }, | |
| { | |
| "city": "Kinshasa", | |
| "lat": -4.3297, | |
| "lng": 15.315, | |
| "country": "Congo (Kinshasa)", | |
| "population": 7843000 | |
| }, | |
| { | |
| "city": "Bogota", | |
| "lat": 4.5964, | |
| "lng": -74.0833, | |
| "country": "Colombia", | |
| "population": 7772000 | |
| }, | |
| { | |
| "city": "Shenzhen", | |
| "lat": 22.5524, | |
| "lng": 114.1221, | |
| "country": "China", | |
| "population": 7581000 | |
| }, | |
| { | |
| "city": "Wuhan", | |
| "lat": 30.58, | |
| "lng": 114.27, | |
| "country": "China", | |
| "population": 7243000 | |
| }, | |
| { | |
| "city": "Hong Kong", | |
| "lat": 22.305, | |
| "lng": 114.185, | |
| "country": "Hong Kong", | |
| "population": 7206000 | |
| }, | |
| { | |
| "city": "Tianjin", | |
| "lat": 39.13, | |
| "lng": 117.2, | |
| "country": "China", | |
| "population": 7180000 | |
| }, | |
| { | |
| "city": "Chennai", | |
| "lat": 13.09, | |
| "lng": 80.28, | |
| "country": "India", | |
| "population": 7163000 | |
| }, | |
| { | |
| "city": "Taipei", | |
| "lat": 25.0358, | |
| "lng": 121.5683, | |
| "country": "Taiwan", | |
| "population": 6900273 | |
| }, | |
| { | |
| "city": "Bangalore", | |
| "lat": 12.97, | |
| "lng": 77.56, | |
| "country": "India", | |
| "population": 6787000 | |
| }, | |
| { | |
| "city": "Bangkok", | |
| "lat": 13.75, | |
| "lng": 100.5166, | |
| "country": "Thailand", | |
| "population": 6704000 | |
| }, | |
| { | |
| "city": "Lahore", | |
| "lat": 31.56, | |
| "lng": 74.35, | |
| "country": "Pakistan", | |
| "population": 6577000 | |
| }, | |
| { | |
| "city": "Chongqing", | |
| "lat": 29.565, | |
| "lng": 106.595, | |
| "country": "China", | |
| "population": 6461000 | |
| }, | |
| { | |
| "city": "Miami", | |
| "lat": 25.784, | |
| "lng": -80.2102, | |
| "country": "United States", | |
| "population": 6381966 | |
| }, | |
| { | |
| "city": "Hyderabad", | |
| "lat": 17.4, | |
| "lng": 78.48, | |
| "country": "India", | |
| "population": 6376000 | |
| }, | |
| { | |
| "city": "Dallas", | |
| "lat": 32.7937, | |
| "lng": -96.7662, | |
| "country": "United States", | |
| "population": 5733259 | |
| }, | |
| { | |
| "city": "Santiago", | |
| "lat": -33.45, | |
| "lng": -70.667, | |
| "country": "Chile", | |
| "population": 5720000 | |
| }, | |
| { | |
| "city": "Philadelphia", | |
| "lat": 40.0076, | |
| "lng": -75.134, | |
| "country": "United States", | |
| "population": 5637884 | |
| }, | |
| { | |
| "city": "Belo Horizonte", | |
| "lat": -19.915, | |
| "lng": -43.915, | |
| "country": "Brazil", | |
| "population": 5575000 | |
| }, | |
| { | |
| "city": "Madrid", | |
| "lat": 40.4, | |
| "lng": -3.6834, | |
| "country": "Spain", | |
| "population": 5567000 | |
| }, | |
| { | |
| "city": "Houston", | |
| "lat": 29.7868, | |
| "lng": -95.3905, | |
| "country": "United States", | |
| "population": 5446468 | |
| }, | |
| { | |
| "city": "Ahmedabad", | |
| "lat": 23.0301, | |
| "lng": 72.58, | |
| "country": "India", | |
| "population": 5375000 | |
| }, | |
| { | |
| "city": "Ho Chi Minh City", | |
| "lat": 10.78, | |
| "lng": 106.695, | |
| "country": "Vietnam", | |
| "population": 5314000 | |
| }, | |
| { | |
| "city": "Washington", | |
| "lat": 38.9047, | |
| "lng": -77.0163, | |
| "country": "United States", | |
| "population": 5289420 | |
| }, | |
| { | |
| "city": "Atlanta", | |
| "lat": 33.7626, | |
| "lng": -84.4228, | |
| "country": "United States", | |
| "population": 5228750 | |
| }, | |
| { | |
| "city": "Toronto", | |
| "lat": 43.7, | |
| "lng": -79.42, | |
| "country": "Canada", | |
| "population": 5213000 | |
| }, | |
| { | |
| "city": "Singapore", | |
| "lat": 1.293, | |
| "lng": 103.8558, | |
| "country": "Singapore", | |
| "population": 5183700 | |
| }, | |
| { | |
| "city": "Luanda", | |
| "lat": -8.8383, | |
| "lng": 13.2344, | |
| "country": "Angola", | |
| "population": 5172900 | |
| }, | |
| { | |
| "city": "Baghdad", | |
| "lat": 33.3386, | |
| "lng": 44.3939, | |
| "country": "Iraq", | |
| "population": 5054000 | |
| }, | |
| { | |
| "city": "Barcelona", | |
| "lat": 41.3833, | |
| "lng": 2.1834, | |
| "country": "Spain", | |
| "population": 4920000 | |
| }, | |
| { | |
| "city": "Haora", | |
| "lat": 22.5804, | |
| "lng": 88.3299, | |
| "country": "India", | |
| "population": 4841638 | |
| }, | |
| { | |
| "city": "Shenyeng", | |
| "lat": 41.805, | |
| "lng": 123.45, | |
| "country": "China", | |
| "population": 4787000 | |
| }, | |
| { | |
| "city": "Khartoum", | |
| "lat": 15.5881, | |
| "lng": 32.5342, | |
| "country": "Sudan", | |
| "population": 4754000 | |
| }, | |
| { | |
| "city": "Pune", | |
| "lat": 18.53, | |
| "lng": 73.85, | |
| "country": "India", | |
| "population": 4672000 | |
| }, | |
| { | |
| "city": "Boston", | |
| "lat": 42.3188, | |
| "lng": -71.0846, | |
| "country": "United States", | |
| "population": 4637537 | |
| }, | |
| { | |
| "city": "Sydney", | |
| "lat": -33.92, | |
| "lng": 151.1852, | |
| "country": "Australia", | |
| "population": 4630000 | |
| }, | |
| { | |
| "city": "St. Petersburg", | |
| "lat": 59.939, | |
| "lng": 30.316, | |
| "country": "Russia", | |
| "population": 4553000 | |
| }, | |
| { | |
| "city": "Chittagong", | |
| "lat": 22.33, | |
| "lng": 91.8, | |
| "country": "Bangladesh", | |
| "population": 4529000 | |
| }, | |
| { | |
| "city": "Dongguan", | |
| "lat": 23.0489, | |
| "lng": 113.7447, | |
| "country": "China", | |
| "population": 4528000 | |
| }, | |
| { | |
| "city": "Riyadh", | |
| "lat": 24.6408, | |
| "lng": 46.7727, | |
| "country": "Saudi Arabia", | |
| "population": 4465000 | |
| }, | |
| { | |
| "city": "Hanoi", | |
| "lat": 21.0333, | |
| "lng": 105.85, | |
| "country": "Vietnam", | |
| "population": 4378000 | |
| }, | |
| { | |
| "city": "Guadalajara", | |
| "lat": 20.67, | |
| "lng": -103.33, | |
| "country": "Mexico", | |
| "population": 4198000 | |
| }, | |
| { | |
| "city": "Melbourne", | |
| "lat": -37.82, | |
| "lng": 144.975, | |
| "country": "Australia", | |
| "population": 4170000 | |
| }, | |
| { | |
| "city": "Alexandria", | |
| "lat": 31.2, | |
| "lng": 29.95, | |
| "country": "Egypt", | |
| "population": 4165000 | |
| }, | |
| { | |
| "city": "Chengdu", | |
| "lat": 30.67, | |
| "lng": 104.07, | |
| "country": "China", | |
| "population": 4123000 | |
| }, | |
| { | |
| "city": "Rangoon", | |
| "lat": 16.7834, | |
| "lng": 96.1667, | |
| "country": "Burma", | |
| "population": 4088000 | |
| }, | |
| { | |
| "city": "Phoenix", | |
| "lat": 33.5722, | |
| "lng": -112.0891, | |
| "country": "United States", | |
| "population": 4081849 | |
| }, | |
| { | |
| "city": "Xian", | |
| "lat": 34.275, | |
| "lng": 108.895, | |
| "country": "China", | |
| "population": 4009000 | |
| }, | |
| { | |
| "city": "Porto Alegre", | |
| "lat": -30.05, | |
| "lng": -51.2, | |
| "country": "Brazil", | |
| "population": 3917000 | |
| }, | |
| { | |
| "city": "Surat", | |
| "lat": 21.2, | |
| "lng": 72.84, | |
| "country": "India", | |
| "population": 3842000 | |
| }, | |
| { | |
| "city": "Hechi", | |
| "lat": 23.0965, | |
| "lng": 109.6091, | |
| "country": "China", | |
| "population": 3830000 | |
| }, | |
| { | |
| "city": "Abidjan", | |
| "lat": 5.32, | |
| "lng": -4.04, | |
| "country": "Côte D’Ivoire", | |
| "population": 3802000 | |
| }, | |
| { | |
| "city": "Brasília", | |
| "lat": -15.7833, | |
| "lng": -47.9161, | |
| "country": "Brazil", | |
| "population": 3716996 | |
| }, | |
| { | |
| "city": "Ankara", | |
| "lat": 39.9272, | |
| "lng": 32.8644, | |
| "country": "Turkey", | |
| "population": 3716000 | |
| }, | |
| { | |
| "city": "Monterrey", | |
| "lat": 25.67, | |
| "lng": -100.33, | |
| "country": "Mexico", | |
| "population": 3712000 | |
| }, | |
| { | |
| "city": "Yokohama", | |
| "lat": 35.32, | |
| "lng": 139.58, | |
| "country": "Japan", | |
| "population": 3697894 | |
| }, | |
| { | |
| "city": "Nanjing", | |
| "lat": 32.05, | |
| "lng": 118.78, | |
| "country": "China", | |
| "population": 3679000 | |
| }, | |
| { | |
| "city": "Montréal", | |
| "lat": 45.5, | |
| "lng": -73.5833, | |
| "country": "Canada", | |
| "population": 3678000 | |
| }, | |
| { | |
| "city": "Guiyang", | |
| "lat": 26.58, | |
| "lng": 106.72, | |
| "country": "China", | |
| "population": 3662000 | |
| }, | |
| { | |
| "city": "Recife", | |
| "lat": -8.0756, | |
| "lng": -34.9156, | |
| "country": "Brazil", | |
| "population": 3651000 | |
| }, | |
| { | |
| "city": "Seattle", | |
| "lat": 47.6211, | |
| "lng": -122.3244, | |
| "country": "United States", | |
| "population": 3643765 | |
| }, | |
| { | |
| "city": "Harbin", | |
| "lat": 45.75, | |
| "lng": 126.65, | |
| "country": "China", | |
| "population": 3621000 | |
| }, | |
| { | |
| "city": "San Francisco", | |
| "lat": 37.7562, | |
| "lng": -122.443, | |
| "country": "United States", | |
| "population": 3603761 | |
| }, | |
| { | |
| "city": "Fortaleza", | |
| "lat": -3.75, | |
| "lng": -38.58, | |
| "country": "Brazil", | |
| "population": 3602319 | |
| }, | |
| { | |
| "city": "Zhangzhou", | |
| "lat": 24.5204, | |
| "lng": 117.67, | |
| "country": "China", | |
| "population": 3531147 | |
| }, | |
| { | |
| "city": "Detroit", | |
| "lat": 42.3834, | |
| "lng": -83.1024, | |
| "country": "United States", | |
| "population": 3522206 | |
| }, | |
| { | |
| "city": "Salvador", | |
| "lat": -12.97, | |
| "lng": -38.48, | |
| "country": "Brazil", | |
| "population": 3484000 | |
| }, | |
| { | |
| "city": "Busan", | |
| "lat": 35.0951, | |
| "lng": 129.01, | |
| "country": "Korea, South", | |
| "population": 3480000 | |
| }, | |
| { | |
| "city": "Johannesburg", | |
| "lat": -26.17, | |
| "lng": 28.03, | |
| "country": "South Africa", | |
| "population": 3435000 | |
| }, | |
| { | |
| "city": "Berlin", | |
| "lat": 52.5218, | |
| "lng": 13.4015, | |
| "country": "Germany", | |
| "population": 3406000 | |
| }, | |
| { | |
| "city": "Algiers", | |
| "lat": 36.7631, | |
| "lng": 3.0506, | |
| "country": "Algeria", | |
| "population": 3354000 | |
| }, | |
| { | |
| "city": "Rome", | |
| "lat": 41.896, | |
| "lng": 12.4833, | |
| "country": "Italy", | |
| "population": 3339000 | |
| }, | |
| { | |
| "city": "Pyongyang", | |
| "lat": 39.0194, | |
| "lng": 125.7547, | |
| "country": "Korea, North", | |
| "population": 3300000 | |
| }, | |
| { | |
| "city": "Medellín", | |
| "lat": 6.275, | |
| "lng": -75.575, | |
| "country": "Colombia", | |
| "population": 3297000 | |
| }, | |
| { | |
| "city": "Kabul", | |
| "lat": 34.5167, | |
| "lng": 69.1833, | |
| "country": "Afghanistan", | |
| "population": 3277000 | |
| }, | |
| { | |
| "city": "Athens", | |
| "lat": 37.9833, | |
| "lng": 23.7333, | |
| "country": "Greece", | |
| "population": 3242000 | |
| }, | |
| { | |
| "city": "Nagoya", | |
| "lat": 35.155, | |
| "lng": 136.915, | |
| "country": "Japan", | |
| "population": 3230000 | |
| }, | |
| { | |
| "city": "Cape Town", | |
| "lat": -33.92, | |
| "lng": 18.435, | |
| "country": "South Africa", | |
| "population": 3215000 | |
| }, | |
| { | |
| "city": "San Diego", | |
| "lat": 32.8312, | |
| "lng": -117.1226, | |
| "country": "United States", | |
| "population": 3210314 | |
| }, | |
| { | |
| "city": "Changchun", | |
| "lat": 43.865, | |
| "lng": 125.34, | |
| "country": "China", | |
| "population": 3183000 | |
| }, | |
| { | |
| "city": "Casablanca", | |
| "lat": 33.6, | |
| "lng": -7.6164, | |
| "country": "Morocco", | |
| "population": 3181000 | |
| }, | |
| { | |
| "city": "Dalian", | |
| "lat": 38.9228, | |
| "lng": 121.6298, | |
| "country": "China", | |
| "population": 3167000 | |
| }, | |
| { | |
| "city": "Kanpur", | |
| "lat": 26.46, | |
| "lng": 80.32, | |
| "country": "India", | |
| "population": 3162000 | |
| }, | |
| { | |
| "city": "Kano", | |
| "lat": 12, | |
| "lng": 8.52, | |
| "country": "Nigeria", | |
| "population": 3140000 | |
| }, | |
| { | |
| "city": "Tel Aviv-Yafo", | |
| "lat": 32.08, | |
| "lng": 34.77, | |
| "country": "Israel", | |
| "population": 3112000 | |
| }, | |
| { | |
| "city": "Addis Ababa", | |
| "lat": 9.0333, | |
| "lng": 38.7, | |
| "country": "Ethiopia", | |
| "population": 3100000 | |
| }, | |
| { | |
| "city": "Curitiba", | |
| "lat": -25.42, | |
| "lng": -49.32, | |
| "country": "Brazil", | |
| "population": 3084000 | |
| }, | |
| { | |
| "city": "Zibo", | |
| "lat": 36.8, | |
| "lng": 118.05, | |
| "country": "China", | |
| "population": 3061000 | |
| }, | |
| { | |
| "city": "Jeddah", | |
| "lat": 21.5169, | |
| "lng": 39.2192, | |
| "country": "Saudi Arabia", | |
| "population": 3012000 | |
| }, | |
| { | |
| "city": "Nairobi", | |
| "lat": -1.2833, | |
| "lng": 36.8167, | |
| "country": "Kenya", | |
| "population": 3010000 | |
| }, | |
| { | |
| "city": "Hangzhou", | |
| "lat": 30.25, | |
| "lng": 120.17, | |
| "country": "China", | |
| "population": 3007000 | |
| }, | |
| { | |
| "city": "Benoni", | |
| "lat": -26.1496, | |
| "lng": 28.3299, | |
| "country": "South Africa", | |
| "population": 2986000 | |
| }, | |
| { | |
| "city": "Caracas", | |
| "lat": 10.501, | |
| "lng": -66.917, | |
| "country": "Venezuela", | |
| "population": 2985000 | |
| }, | |
| { | |
| "city": "Milan", | |
| "lat": 45.47, | |
| "lng": 9.205, | |
| "country": "Italy", | |
| "population": 2945000 | |
| }, | |
| { | |
| "city": "Stuttgart", | |
| "lat": 48.78, | |
| "lng": 9.2, | |
| "country": "Germany", | |
| "population": 2944700 | |
| }, | |
| { | |
| "city": "Kunming", | |
| "lat": 25.07, | |
| "lng": 102.68, | |
| "country": "China", | |
| "population": 2931000 | |
| }, | |
| { | |
| "city": "Dar es Salaam", | |
| "lat": -6.8, | |
| "lng": 39.2683, | |
| "country": "Tanzania", | |
| "population": 2930000 | |
| }, | |
| { | |
| "city": "Minneapolis", | |
| "lat": 44.9635, | |
| "lng": -93.2678, | |
| "country": "United States", | |
| "population": 2926757 | |
| }, | |
| { | |
| "city": "Jaipur", | |
| "lat": 26.9211, | |
| "lng": 75.81, | |
| "country": "India", | |
| "population": 2917000 | |
| }, | |
| { | |
| "city": "Taiyuan", | |
| "lat": 37.875, | |
| "lng": 112.5451, | |
| "country": "China", | |
| "population": 2913000 | |
| }, | |
| { | |
| "city": "Frankfurt", | |
| "lat": 50.1, | |
| "lng": 8.675, | |
| "country": "Germany", | |
| "population": 2895000 | |
| }, | |
| { | |
| "city": "Qingdao", | |
| "lat": 36.09, | |
| "lng": 120.33, | |
| "country": "China", | |
| "population": 2866000 | |
| }, | |
| { | |
| "city": "Surabaya", | |
| "lat": -7.2492, | |
| "lng": 112.7508, | |
| "country": "Indonesia", | |
| "population": 2845000 | |
| }, | |
| { | |
| "city": "Lisbon", | |
| "lat": 38.7227, | |
| "lng": -9.1449, | |
| "country": "Portugal", | |
| "population": 2812000 | |
| }, | |
| { | |
| "city": "Tampa", | |
| "lat": 27.9937, | |
| "lng": -82.4454, | |
| "country": "United States", | |
| "population": 2804240 | |
| }, | |
| { | |
| "city": "Jinan", | |
| "lat": 36.675, | |
| "lng": 116.995, | |
| "country": "China", | |
| "population": 2798000 | |
| }, | |
| { | |
| "city": "Fukuoka", | |
| "lat": 33.595, | |
| "lng": 130.41, | |
| "country": "Japan", | |
| "population": 2792000 | |
| }, | |
| { | |
| "city": "Campinas", | |
| "lat": -22.9, | |
| "lng": -47.1, | |
| "country": "Brazil", | |
| "population": 2791000 | |
| }, | |
| { | |
| "city": "Denver", | |
| "lat": 39.7621, | |
| "lng": -104.8759, | |
| "country": "United States", | |
| "population": 2787266 | |
| }, | |
| { | |
| "city": "Kaohsiung", | |
| "lat": 22.6333, | |
| "lng": 120.2666, | |
| "country": "Taiwan", | |
| "population": 2769072 | |
| }, | |
| { | |
| "city": "Quezon City", | |
| "lat": 14.6504, | |
| "lng": 121.03, | |
| "country": "Philippines", | |
| "population": 2761720 | |
| }, | |
| { | |
| "city": "Katowice", | |
| "lat": 50.2604, | |
| "lng": 19.02, | |
| "country": "Poland", | |
| "population": 2746000 | |
| }, | |
| { | |
| "city": "Aleppo", | |
| "lat": 36.23, | |
| "lng": 37.17, | |
| "country": "Syria", | |
| "population": 2738000 | |
| }, | |
| { | |
| "city": "Durban", | |
| "lat": -29.865, | |
| "lng": 30.98, | |
| "country": "South Africa", | |
| "population": 2729000 | |
| }, | |
| { | |
| "city": "Kiev", | |
| "lat": 50.4334, | |
| "lng": 30.5166, | |
| "country": "Ukraine", | |
| "population": 2709000 | |
| }, | |
| { | |
| "city": "Lucknow", | |
| "lat": 26.855, | |
| "lng": 80.915, | |
| "country": "India", | |
| "population": 2695000 | |
| }, | |
| { | |
| "city": "El Giza", | |
| "lat": 30.01, | |
| "lng": 31.19, | |
| "country": "Egypt", | |
| "population": 2681863 | |
| }, | |
| { | |
| "city": "Zhengzhou", | |
| "lat": 34.755, | |
| "lng": 113.6651, | |
| "country": "China", | |
| "population": 2636000 | |
| }, | |
| { | |
| "city": "Taichung", | |
| "lat": 24.1521, | |
| "lng": 120.6817, | |
| "country": "Taiwan", | |
| "population": 2629323 | |
| }, | |
| { | |
| "city": "Brooklyn", | |
| "lat": 40.6501, | |
| "lng": -73.9496, | |
| "country": "United States", | |
| "population": 2629150 | |
| }, | |
| { | |
| "city": "Ibadan", | |
| "lat": 7.38, | |
| "lng": 3.93, | |
| "country": "Nigeria", | |
| "population": 2628000 | |
| }, | |
| { | |
| "city": "Faisalabad", | |
| "lat": 31.41, | |
| "lng": 73.11, | |
| "country": "Pakistan", | |
| "population": 2617000 | |
| }, | |
| { | |
| "city": "Fuzhou", | |
| "lat": 26.08, | |
| "lng": 119.3, | |
| "country": "China", | |
| "population": 2606000 | |
| }, | |
| { | |
| "city": "Dakar", | |
| "lat": 14.7158, | |
| "lng": -17.4731, | |
| "country": "Senegal", | |
| "population": 2604000 | |
| }, | |
| { | |
| "city": "Changsha", | |
| "lat": 28.2, | |
| "lng": 112.97, | |
| "country": "China", | |
| "population": 2604000 | |
| }, | |
| { | |
| "city": "İzmir", | |
| "lat": 38.4361, | |
| "lng": 27.1518, | |
| "country": "Turkey", | |
| "population": 2587000 | |
| }, | |
| { | |
| "city": "Xiangtan", | |
| "lat": 27.8504, | |
| "lng": 112.9, | |
| "country": "China", | |
| "population": 2586948 | |
| }, | |
| { | |
| "city": "Lanzhou", | |
| "lat": 36.056, | |
| "lng": 103.792, | |
| "country": "China", | |
| "population": 2561000 | |
| }, | |
| { | |
| "city": "Incheon", | |
| "lat": 37.4761, | |
| "lng": 126.6422, | |
| "country": "Korea, South", | |
| "population": 2550000 | |
| }, | |
| { | |
| "city": "Sapporo", | |
| "lat": 43.075, | |
| "lng": 141.34, | |
| "country": "Japan", | |
| "population": 2544000 | |
| }, | |
| { | |
| "city": "Xiamen", | |
| "lat": 24.45, | |
| "lng": 118.08, | |
| "country": "China", | |
| "population": 2519000 | |
| }, | |
| { | |
| "city": "Guayaquil", | |
| "lat": -2.22, | |
| "lng": -79.92, | |
| "country": "Ecuador", | |
| "population": 2514000 | |
| }, | |
| { | |
| "city": "George Town", | |
| "lat": 5.4136, | |
| "lng": 100.3294, | |
| "country": "Malaysia", | |
| "population": 2500000 | |
| }, | |
| { | |
| "city": "Mashhad", | |
| "lat": 36.27, | |
| "lng": 59.57, | |
| "country": "Iran", | |
| "population": 2469000 | |
| }, | |
| { | |
| "city": "Damascus", | |
| "lat": 33.5, | |
| "lng": 36.3, | |
| "country": "Syria", | |
| "population": 2466000 | |
| }, | |
| { | |
| "city": "Daegu", | |
| "lat": 35.8668, | |
| "lng": 128.607, | |
| "country": "Korea, South", | |
| "population": 2460000 | |
| }, | |
| { | |
| "city": "Nagpur", | |
| "lat": 21.17, | |
| "lng": 79.09, | |
| "country": "India", | |
| "population": 2454000 | |
| }, | |
| { | |
| "city": "Jinxi", | |
| "lat": 40.7503, | |
| "lng": 120.83, | |
| "country": "China", | |
| "population": 2426000 | |
| }, | |
| { | |
| "city": "Shijianzhuang", | |
| "lat": 38.05, | |
| "lng": 114.48, | |
| "country": "China", | |
| "population": 2417000 | |
| }, | |
| { | |
| "city": "Tunis", | |
| "lat": 36.8028, | |
| "lng": 10.1797, | |
| "country": "Tunisia", | |
| "population": 2412500 | |
| }, | |
| { | |
| "city": "Vienna", | |
| "lat": 48.2, | |
| "lng": 16.3666, | |
| "country": "Austria", | |
| "population": 2400000 | |
| }, | |
| { | |
| "city": "Jilin", | |
| "lat": 43.85, | |
| "lng": 126.55, | |
| "country": "China", | |
| "population": 2396000 | |
| }, | |
| { | |
| "city": "Omdurman", | |
| "lat": 15.6167, | |
| "lng": 32.48, | |
| "country": "Sudan", | |
| "population": 2395159 | |
| }, | |
| { | |
| "city": "Bandung", | |
| "lat": -6.95, | |
| "lng": 107.57, | |
| "country": "Indonesia", | |
| "population": 2394000 | |
| }, | |
| { | |
| "city": "Bekasi", | |
| "lat": -6.2173, | |
| "lng": 106.9723, | |
| "country": "Indonesia", | |
| "population": 2378211 | |
| }, | |
| { | |
| "city": "Mannheim", | |
| "lat": 49.5004, | |
| "lng": 8.47, | |
| "country": "Germany", | |
| "population": 2362000 | |
| }, | |
| { | |
| "city": "Nanchang", | |
| "lat": 28.68, | |
| "lng": 115.88, | |
| "country": "China", | |
| "population": 2350000 | |
| }, | |
| { | |
| "city": "Wenzhou", | |
| "lat": 28.02, | |
| "lng": 120.6501, | |
| "country": "China", | |
| "population": 2350000 | |
| }, | |
| { | |
| "city": "Queens", | |
| "lat": 40.7498, | |
| "lng": -73.7976, | |
| "country": "United States", | |
| "population": 2333054 | |
| }, | |
| { | |
| "city": "Vancouver", | |
| "lat": 49.2734, | |
| "lng": -123.1216, | |
| "country": "Canada", | |
| "population": 2313328 | |
| }, | |
| { | |
| "city": "Birmingham", | |
| "lat": 52.475, | |
| "lng": -1.92, | |
| "country": "United Kingdom", | |
| "population": 2285000 | |
| }, | |
| { | |
| "city": "Cali", | |
| "lat": 3.4, | |
| "lng": -76.5, | |
| "country": "Colombia", | |
| "population": 2254000 | |
| }, | |
| { | |
| "city": "Naples", | |
| "lat": 40.84, | |
| "lng": 14.245, | |
| "country": "Italy", | |
| "population": 2250000 | |
| }, | |
| { | |
| "city": "Sendai", | |
| "lat": 38.2871, | |
| "lng": 141.0217, | |
| "country": "Japan", | |
| "population": 2250000 | |
| }, | |
| { | |
| "city": "Manchester", | |
| "lat": 53.5004, | |
| "lng": -2.248, | |
| "country": "United Kingdom", | |
| "population": 2230000 | |
| }, | |
| { | |
| "city": "Puebla", | |
| "lat": 19.05, | |
| "lng": -98.2, | |
| "country": "Mexico", | |
| "population": 2195000 | |
| }, | |
| { | |
| "city": "Tripoli", | |
| "lat": 32.8925, | |
| "lng": 13.18, | |
| "country": "Libya", | |
| "population": 2189000 | |
| }, | |
| { | |
| "city": "Tashkent", | |
| "lat": 41.3117, | |
| "lng": 69.2949, | |
| "country": "Uzbekistan", | |
| "population": 2184000 | |
| }, | |
| { | |
| "city": "Nanchong", | |
| "lat": 30.7804, | |
| "lng": 106.13, | |
| "country": "China", | |
| "population": 2174000 | |
| }, | |
| { | |
| "city": "Havana", | |
| "lat": 23.132, | |
| "lng": -82.3642, | |
| "country": "Cuba", | |
| "population": 2174000 | |
| }, | |
| { | |
| "city": "Baltimore", | |
| "lat": 39.3051, | |
| "lng": -76.6144, | |
| "country": "United States", | |
| "population": 2170504 | |
| }, | |
| { | |
| "city": "Belém", | |
| "lat": -1.45, | |
| "lng": -48.48, | |
| "country": "Brazil", | |
| "population": 2167000 | |
| }, | |
| { | |
| "city": "Nanning", | |
| "lat": 22.82, | |
| "lng": 108.32, | |
| "country": "China", | |
| "population": 2167000 | |
| }, | |
| { | |
| "city": "Patna", | |
| "lat": 25.625, | |
| "lng": 85.13, | |
| "country": "India", | |
| "population": 2158000 | |
| }, | |
| { | |
| "city": "Santo Domingo", | |
| "lat": 18.4701, | |
| "lng": -69.9001, | |
| "country": "Dominican Republic", | |
| "population": 2154000 | |
| }, | |
| { | |
| "city": "Ürümqi", | |
| "lat": 43.805, | |
| "lng": 87.575, | |
| "country": "China", | |
| "population": 2151000 | |
| }, | |
| { | |
| "city": "Zaozhuang", | |
| "lat": 34.88, | |
| "lng": 117.57, | |
| "country": "China", | |
| "population": 2145000 | |
| }, | |
| { | |
| "city": "Baku", | |
| "lat": 40.3953, | |
| "lng": 49.8622, | |
| "country": "Azerbaijan", | |
| "population": 2122300 | |
| }, | |
| { | |
| "city": "Accra", | |
| "lat": 5.55, | |
| "lng": -0.2167, | |
| "country": "Ghana", | |
| "population": 2121000 | |
| }, | |
| { | |
| "city": "Yantai", | |
| "lat": 37.5304, | |
| "lng": 121.4, | |
| "country": "China", | |
| "population": 2116000 | |
| }, | |
| { | |
| "city": "Medan", | |
| "lat": 3.58, | |
| "lng": 98.65, | |
| "country": "Indonesia", | |
| "population": 2115000 | |
| }, | |
| { | |
| "city": "Santa Cruz", | |
| "lat": -17.7539, | |
| "lng": -63.226, | |
| "country": "Bolivia", | |
| "population": 2102998 | |
| }, | |
| { | |
| "city": "Xuzhou", | |
| "lat": 34.28, | |
| "lng": 117.18, | |
| "country": "China", | |
| "population": 2091000 | |
| }, | |
| { | |
| "city": "Riverside", | |
| "lat": 33.9381, | |
| "lng": -117.3948, | |
| "country": "United States", | |
| "population": 2084749 | |
| }, | |
| { | |
| "city": "Linyi", | |
| "lat": 35.08, | |
| "lng": 118.33, | |
| "country": "China", | |
| "population": 2082000 | |
| }, | |
| { | |
| "city": "Saint Louis", | |
| "lat": 38.6358, | |
| "lng": -90.2451, | |
| "country": "United States", | |
| "population": 2078283 | |
| }, | |
| { | |
| "city": "Las Vegas", | |
| "lat": 36.2291, | |
| "lng": -115.2607, | |
| "country": "United States", | |
| "population": 2073045 | |
| }, | |
| { | |
| "city": "Maracaibo", | |
| "lat": 10.73, | |
| "lng": -71.66, | |
| "country": "Venezuela", | |
| "population": 2072000 | |
| }, | |
| { | |
| "city": "Kuwait", | |
| "lat": 29.3697, | |
| "lng": 47.9783, | |
| "country": "Kuwait", | |
| "population": 2063000 | |
| }, | |
| { | |
| "city": "Ad Damman", | |
| "lat": 26.4282, | |
| "lng": 50.0997, | |
| "country": "Saudi Arabia", | |
| "population": 2054710 | |
| }, | |
| { | |
| "city": "Portland", | |
| "lat": 45.5372, | |
| "lng": -122.65, | |
| "country": "United States", | |
| "population": 2052796 | |
| }, | |
| { | |
| "city": "Haikou", | |
| "lat": 20.05, | |
| "lng": 110.32, | |
| "country": "China", | |
| "population": 2046189 | |
| }, | |
| { | |
| "city": "Hiroshima", | |
| "lat": 34.3878, | |
| "lng": 132.4429, | |
| "country": "Japan", | |
| "population": 2045000 | |
| }, | |
| { | |
| "city": "Baotou", | |
| "lat": 40.6522, | |
| "lng": 109.822, | |
| "country": "China", | |
| "population": 2036000 | |
| }, | |
| { | |
| "city": "Hefei", | |
| "lat": 31.85, | |
| "lng": 117.28, | |
| "country": "China", | |
| "population": 2035000 | |
| }, | |
| { | |
| "city": "Indore", | |
| "lat": 22.7151, | |
| "lng": 75.865, | |
| "country": "India", | |
| "population": 2026000 | |
| }, | |
| { | |
| "city": "Goiânia", | |
| "lat": -16.72, | |
| "lng": -49.3, | |
| "country": "Brazil", | |
| "population": 2022000 | |
| }, | |
| { | |
| "city": "Sanaa", | |
| "lat": 15.3547, | |
| "lng": 44.2066, | |
| "country": "Yemen", | |
| "population": 2008000 | |
| }, | |
| { | |
| "city": "San Antonio", | |
| "lat": 29.4722, | |
| "lng": -98.5247, | |
| "country": "United States", | |
| "population": 2002530 | |
| }, | |
| { | |
| "city": "Port-au-Prince", | |
| "lat": 18.541, | |
| "lng": -72.336, | |
| "country": "Haiti", | |
| "population": 1998000 | |
| }, | |
| { | |
| "city": "Haiphong", | |
| "lat": 20.83, | |
| "lng": 106.6801, | |
| "country": "Vietnam", | |
| "population": 1969000 | |
| }, | |
| { | |
| "city": "Suzhou", | |
| "lat": 33.6361, | |
| "lng": 116.9789, | |
| "country": "China", | |
| "population": 1964000 | |
| }, | |
| { | |
| "city": "Nanyang", | |
| "lat": 33.0004, | |
| "lng": 112.53, | |
| "country": "China", | |
| "population": 1944000 | |
| }, | |
| { | |
| "city": "Bucharest", | |
| "lat": 44.4334, | |
| "lng": 26.0999, | |
| "country": "Romania", | |
| "population": 1942000 | |
| }, | |
| { | |
| "city": "Ningbo", | |
| "lat": 29.88, | |
| "lng": 121.55, | |
| "country": "China", | |
| "population": 1923000 | |
| }, | |
| { | |
| "city": "Douala", | |
| "lat": 4.0604, | |
| "lng": 9.71, | |
| "country": "Cameroon", | |
| "population": 1906000 | |
| }, | |
| { | |
| "city": "Tangshan", | |
| "lat": 39.6243, | |
| "lng": 118.1944, | |
| "country": "China", | |
| "population": 1879000 | |
| }, | |
| { | |
| "city": "Tainan", | |
| "lat": 23, | |
| "lng": 120.2, | |
| "country": "Taiwan", | |
| "population": 1876312 | |
| }, | |
| { | |
| "city": "Datong", | |
| "lat": 40.08, | |
| "lng": 113.3, | |
| "country": "China", | |
| "population": 1873000 | |
| }, | |
| { | |
| "city": "Asunción", | |
| "lat": -25.2964, | |
| "lng": -57.6415, | |
| "country": "Paraguay", | |
| "population": 1870000 | |
| }, | |
| { | |
| "city": "Saidu", | |
| "lat": 34.75, | |
| "lng": 72.35, | |
| "country": "Pakistan", | |
| "population": 1860310 | |
| }, | |
| { | |
| "city": "Brisbane", | |
| "lat": -27.455, | |
| "lng": 153.0351, | |
| "country": "Australia", | |
| "population": 1860000 | |
| }, | |
| { | |
| "city": "Rawalpindi", | |
| "lat": 33.6, | |
| "lng": 73.04, | |
| "country": "Pakistan", | |
| "population": 1858000 | |
| }, | |
| { | |
| "city": "Sacramento", | |
| "lat": 38.5667, | |
| "lng": -121.4683, | |
| "country": "United States", | |
| "population": 1854698 | |
| }, | |
| { | |
| "city": "Beirut", | |
| "lat": 33.872, | |
| "lng": 35.5097, | |
| "country": "Lebanon", | |
| "population": 1846000 | |
| }, | |
| { | |
| "city": "San Jose", | |
| "lat": 37.3018, | |
| "lng": -121.8485, | |
| "country": "United States", | |
| "population": 1821899 | |
| }, | |
| { | |
| "city": "Minsk", | |
| "lat": 53.9, | |
| "lng": 27.5666, | |
| "country": "Belarus", | |
| "population": 1805000 | |
| }, | |
| { | |
| "city": "Kyoto", | |
| "lat": 35.03, | |
| "lng": 135.75, | |
| "country": "Japan", | |
| "population": 1805000 | |
| }, | |
| { | |
| "city": "Barranquilla", | |
| "lat": 10.96, | |
| "lng": -74.8, | |
| "country": "Colombia", | |
| "population": 1798000 | |
| }, | |
| { | |
| "city": "Orlando", | |
| "lat": 28.4788, | |
| "lng": -81.342, | |
| "country": "United States", | |
| "population": 1776841 | |
| }, | |
| { | |
| "city": "Valencia", | |
| "lat": 10.23, | |
| "lng": -67.98, | |
| "country": "Venezuela", | |
| "population": 1770000 | |
| }, | |
| { | |
| "city": "Shuyang", | |
| "lat": 34.1299, | |
| "lng": 118.7734, | |
| "country": "China", | |
| "population": 1770000 | |
| }, | |
| { | |
| "city": "Hamburg", | |
| "lat": 53.55, | |
| "lng": 10, | |
| "country": "Germany", | |
| "population": 1757000 | |
| }, | |
| { | |
| "city": "Vadodara", | |
| "lat": 22.31, | |
| "lng": 73.18, | |
| "country": "India", | |
| "population": 1756000 | |
| }, | |
| { | |
| "city": "Manaus", | |
| "lat": -3.1, | |
| "lng": -60, | |
| "country": "Brazil", | |
| "population": 1753000 | |
| }, | |
| { | |
| "city": "Shangqiu", | |
| "lat": 34.4504, | |
| "lng": 115.65, | |
| "country": "China", | |
| "population": 1753000 | |
| }, | |
| { | |
| "city": "Wuxi", | |
| "lat": 31.58, | |
| "lng": 120.3, | |
| "country": "China", | |
| "population": 1749000 | |
| }, | |
| { | |
| "city": "Palembang", | |
| "lat": -2.98, | |
| "lng": 104.75, | |
| "country": "Indonesia", | |
| "population": 1749000 | |
| }, | |
| { | |
| "city": "Brussels", | |
| "lat": 50.8333, | |
| "lng": 4.3333, | |
| "country": "Belgium", | |
| "population": 1743000 | |
| }, | |
| { | |
| "city": "Essen", | |
| "lat": 51.45, | |
| "lng": 7.0166, | |
| "country": "Germany", | |
| "population": 1742135 | |
| }, | |
| { | |
| "city": "Cleveland", | |
| "lat": 41.4767, | |
| "lng": -81.6805, | |
| "country": "United States", | |
| "population": 1730363 | |
| }, | |
| { | |
| "city": "Bhopal", | |
| "lat": 23.25, | |
| "lng": 77.41, | |
| "country": "India", | |
| "population": 1727000 | |
| }, | |
| { | |
| "city": "Hohhot", | |
| "lat": 40.82, | |
| "lng": 111.66, | |
| "country": "China", | |
| "population": 1726000 | |
| }, | |
| { | |
| "city": "Pittsburgh", | |
| "lat": 40.4396, | |
| "lng": -79.9763, | |
| "country": "United States", | |
| "population": 1715297 | |
| }, | |
| { | |
| "city": "Luoyang", | |
| "lat": 34.68, | |
| "lng": 112.4701, | |
| "country": "China", | |
| "population": 1715000 | |
| }, | |
| { | |
| "city": "Santos", | |
| "lat": -23.9537, | |
| "lng": -46.3329, | |
| "country": "Brazil", | |
| "population": 1709000 | |
| }, | |
| { | |
| "city": "Jianmen", | |
| "lat": 30.6501, | |
| "lng": 113.16, | |
| "country": "China", | |
| "population": 1708000 | |
| }, | |
| { | |
| "city": "Warsaw", | |
| "lat": 52.25, | |
| "lng": 21, | |
| "country": "Poland", | |
| "population": 1707000 | |
| }, | |
| { | |
| "city": "Rabat", | |
| "lat": 34.0253, | |
| "lng": -6.8361, | |
| "country": "Morocco", | |
| "population": 1705000 | |
| }, | |
| { | |
| "city": "Vitória", | |
| "lat": -20.324, | |
| "lng": -40.366, | |
| "country": "Brazil", | |
| "population": 1704000 | |
| }, | |
| { | |
| "city": "Quito", | |
| "lat": -0.215, | |
| "lng": -78.5001, | |
| "country": "Ecuador", | |
| "population": 1701000 | |
| }, | |
| { | |
| "city": "Antananarivo", | |
| "lat": -18.9166, | |
| "lng": 47.5166, | |
| "country": "Madagascar", | |
| "population": 1697000 | |
| }, | |
| { | |
| "city": "Coimbatore", | |
| "lat": 11, | |
| "lng": 76.95, | |
| "country": "India", | |
| "population": 1696000 | |
| }, | |
| { | |
| "city": "Daqing", | |
| "lat": 46.58, | |
| "lng": 125, | |
| "country": "China", | |
| "population": 1693000 | |
| }, | |
| { | |
| "city": "Luan", | |
| "lat": 31.7503, | |
| "lng": 116.48, | |
| "country": "China", | |
| "population": 1690000 | |
| }, | |
| { | |
| "city": "Wanzhou", | |
| "lat": 30.82, | |
| "lng": 108.4, | |
| "country": "China", | |
| "population": 1680000 | |
| }, | |
| { | |
| "city": "Budapest", | |
| "lat": 47.5, | |
| "lng": 19.0833, | |
| "country": "Hungary", | |
| "population": 1679000 | |
| }, | |
| { | |
| "city": "Turin", | |
| "lat": 45.0704, | |
| "lng": 7.67, | |
| "country": "Italy", | |
| "population": 1652000 | |
| }, | |
| { | |
| "city": "Suzhou", | |
| "lat": 31.3005, | |
| "lng": 120.62, | |
| "country": "China", | |
| "population": 1650000 | |
| }, | |
| { | |
| "city": "Ludhiana", | |
| "lat": 30.9278, | |
| "lng": 75.8723, | |
| "country": "India", | |
| "population": 1649000 | |
| }, | |
| { | |
| "city": "Cincinnati", | |
| "lat": 39.1412, | |
| "lng": -84.5059, | |
| "country": "United States", | |
| "population": 1648254 | |
| }, | |
| { | |
| "city": "Kumasi", | |
| "lat": 6.69, | |
| "lng": -1.63, | |
| "country": "Ghana", | |
| "population": 1646000 | |
| }, | |
| { | |
| "city": "Manhattan", | |
| "lat": 40.7834, | |
| "lng": -73.9662, | |
| "country": "United States", | |
| "population": 1643734 | |
| }, | |
| { | |
| "city": "Qiqihar", | |
| "lat": 47.345, | |
| "lng": 123.99, | |
| "country": "China", | |
| "population": 1641000 | |
| }, | |
| { | |
| "city": "Anshan", | |
| "lat": 41.115, | |
| "lng": 122.94, | |
| "country": "China", | |
| "population": 1639000 | |
| }, | |
| { | |
| "city": "Austin", | |
| "lat": 30.3006, | |
| "lng": -97.7517, | |
| "country": "United States", | |
| "population": 1638716 | |
| }, | |
| { | |
| "city": "Zhongli", | |
| "lat": 24.965, | |
| "lng": 121.2168, | |
| "country": "Taiwan", | |
| "population": 1632616 | |
| }, | |
| { | |
| "city": "Handan", | |
| "lat": 36.58, | |
| "lng": 114.48, | |
| "country": "China", | |
| "population": 1631000 | |
| }, | |
| { | |
| "city": "Taian", | |
| "lat": 36.2, | |
| "lng": 117.1201, | |
| "country": "China", | |
| "population": 1629000 | |
| }, | |
| { | |
| "city": "Isfahan", | |
| "lat": 32.7, | |
| "lng": 51.7, | |
| "country": "Iran", | |
| "population": 1628000 | |
| }, | |
| { | |
| "city": "Kansas City", | |
| "lat": 39.1239, | |
| "lng": -94.5541, | |
| "country": "United States", | |
| "population": 1615621 | |
| }, | |
| { | |
| "city": "Yaounde", | |
| "lat": 3.8667, | |
| "lng": 11.5167, | |
| "country": "Cameroon", | |
| "population": 1611000 | |
| }, | |
| { | |
| "city": "Shantou", | |
| "lat": 23.37, | |
| "lng": 116.67, | |
| "country": "China", | |
| "population": 1601000 | |
| }, | |
| { | |
| "city": "Agra", | |
| "lat": 27.1704, | |
| "lng": 78.015, | |
| "country": "India", | |
| "population": 1592000 | |
| }, | |
| { | |
| "city": "La Paz", | |
| "lat": -16.498, | |
| "lng": -68.15, | |
| "country": "Bolivia", | |
| "population": 1590000 | |
| }, | |
| { | |
| "city": "Zhanjiang", | |
| "lat": 21.2, | |
| "lng": 110.38, | |
| "country": "China", | |
| "population": 1590000 | |
| }, | |
| { | |
| "city": "Kalyan", | |
| "lat": 19.2502, | |
| "lng": 73.1602, | |
| "country": "India", | |
| "population": 1576614 | |
| }, | |
| { | |
| "city": "Abuja", | |
| "lat": 9.0833, | |
| "lng": 7.5333, | |
| "country": "Nigeria", | |
| "population": 1576000 | |
| }, | |
| { | |
| "city": "Harare", | |
| "lat": -17.8178, | |
| "lng": 31.0447, | |
| "country": "Zimbabwe", | |
| "population": 1572000 | |
| }, | |
| { | |
| "city": "Indianapolis", | |
| "lat": 39.7771, | |
| "lng": -86.1458, | |
| "country": "United States", | |
| "population": 1564699 | |
| }, | |
| { | |
| "city": "Xiantao", | |
| "lat": 30.3704, | |
| "lng": 113.44, | |
| "country": "China", | |
| "population": 1556000 | |
| }, | |
| { | |
| "city": "Tijuana", | |
| "lat": 32.5, | |
| "lng": -117.08, | |
| "country": "Mexico", | |
| "population": 1553000 | |
| }, | |
| { | |
| "city": "Khulna", | |
| "lat": 22.84, | |
| "lng": 89.56, | |
| "country": "Bangladesh", | |
| "population": 1553000 | |
| }, | |
| { | |
| "city": "Weifang", | |
| "lat": 36.7204, | |
| "lng": 119.1001, | |
| "country": "China", | |
| "population": 1553000 | |
| }, | |
| { | |
| "city": "Santiago", | |
| "lat": 19.5, | |
| "lng": -70.67, | |
| "country": "Dominican Republic", | |
| "population": 1550753 | |
| }, | |
| { | |
| "city": "Xinyang", | |
| "lat": 32.1304, | |
| "lng": 114.07, | |
| "country": "China", | |
| "population": 1541000 | |
| }, | |
| { | |
| "city": "Luzhou", | |
| "lat": 28.88, | |
| "lng": 105.38, | |
| "country": "China", | |
| "population": 1537000 | |
| }, | |
| { | |
| "city": "Perth", | |
| "lat": -31.955, | |
| "lng": 115.84, | |
| "country": "Australia", | |
| "population": 1532000 | |
| }, | |
| { | |
| "city": "Toluca", | |
| "lat": 19.3304, | |
| "lng": -99.67, | |
| "country": "Mexico", | |
| "population": 1531000 | |
| }, | |
| { | |
| "city": "Leeds", | |
| "lat": 53.83, | |
| "lng": -1.58, | |
| "country": "United Kingdom", | |
| "population": 1529000 | |
| }, | |
| { | |
| "city": "Vishakhapatnam", | |
| "lat": 17.73, | |
| "lng": 83.305, | |
| "country": "India", | |
| "population": 1529000 | |
| }, | |
| { | |
| "city": "Kōbe", | |
| "lat": 34.68, | |
| "lng": 135.17, | |
| "country": "Japan", | |
| "population": 1528478 | |
| }, | |
| { | |
| "city": "Columbus", | |
| "lat": 39.986, | |
| "lng": -82.9852, | |
| "country": "United States", | |
| "population": 1528314 | |
| }, | |
| { | |
| "city": "Multan", | |
| "lat": 30.2, | |
| "lng": 71.455, | |
| "country": "Pakistan", | |
| "population": 1522000 | |
| }, | |
| { | |
| "city": "Kochi", | |
| "lat": 10.015, | |
| "lng": 76.2239, | |
| "country": "India", | |
| "population": 1519000 | |
| }, | |
| { | |
| "city": "Gujranwala", | |
| "lat": 32.1604, | |
| "lng": 74.185, | |
| "country": "Pakistan", | |
| "population": 1513000 | |
| }, | |
| { | |
| "city": "Montevideo", | |
| "lat": -34.858, | |
| "lng": -56.1711, | |
| "country": "Uruguay", | |
| "population": 1513000 | |
| }, | |
| { | |
| "city": "Niterói", | |
| "lat": -22.9, | |
| "lng": -43.1, | |
| "country": "Brazil", | |
| "population": 1500513 | |
| }, | |
| { | |
| "city": "Ganzhou", | |
| "lat": 25.92, | |
| "lng": 114.95, | |
| "country": "China", | |
| "population": 1500000 | |
| }, | |
| { | |
| "city": "Florence", | |
| "lat": 43.78, | |
| "lng": 11.25, | |
| "country": "Italy", | |
| "population": 1500000 | |
| }, | |
| { | |
| "city": "Liuzhou", | |
| "lat": 24.28, | |
| "lng": 109.25, | |
| "country": "China", | |
| "population": 1497000 | |
| }, | |
| { | |
| "city": "Bamako", | |
| "lat": 12.65, | |
| "lng": -8, | |
| "country": "Mali", | |
| "population": 1494000 | |
| }, | |
| { | |
| "city": "Conakry", | |
| "lat": 9.5315, | |
| "lng": -13.6802, | |
| "country": "Guinea", | |
| "population": 1494000 | |
| }, | |
| { | |
| "city": "Bursa", | |
| "lat": 40.2, | |
| "lng": 29.07, | |
| "country": "Turkey", | |
| "population": 1492000 | |
| }, | |
| { | |
| "city": "León", | |
| "lat": 21.15, | |
| "lng": -101.7, | |
| "country": "Mexico", | |
| "population": 1488000 | |
| }, | |
| { | |
| "city": "Virginia Beach", | |
| "lat": 36.7335, | |
| "lng": -76.0435, | |
| "country": "United States", | |
| "population": 1480383 | |
| }, | |
| { | |
| "city": "Nasik", | |
| "lat": 20.0004, | |
| "lng": 73.78, | |
| "country": "India", | |
| "population": 1473000 | |
| }, | |
| { | |
| "city": "Fushun", | |
| "lat": 41.8654, | |
| "lng": 123.87, | |
| "country": "China", | |
| "population": 1470000 | |
| }, | |
| { | |
| "city": "Changde", | |
| "lat": 29.03, | |
| "lng": 111.68, | |
| "country": "China", | |
| "population": 1469000 | |
| }, | |
| { | |
| "city": "Daejeon", | |
| "lat": 36.3355, | |
| "lng": 127.425, | |
| "country": "Korea, South", | |
| "population": 1468000 | |
| }, | |
| { | |
| "city": "Charlotte", | |
| "lat": 35.2079, | |
| "lng": -80.8303, | |
| "country": "United States", | |
| "population": 1467362 | |
| }, | |
| { | |
| "city": "Neijiang", | |
| "lat": 29.5804, | |
| "lng": 105.05, | |
| "country": "China", | |
| "population": 1466000 | |
| }, | |
| { | |
| "city": "Phnom Penh", | |
| "lat": 11.55, | |
| "lng": 104.9166, | |
| "country": "Cambodia", | |
| "population": 1466000 | |
| }, | |
| { | |
| "city": "Quanzhou", | |
| "lat": 24.9, | |
| "lng": 118.58, | |
| "country": "China", | |
| "population": 1463000 | |
| }, | |
| { | |
| "city": "Kharkiv", | |
| "lat": 50, | |
| "lng": 36.25, | |
| "country": "Ukraine", | |
| "population": 1461000 | |
| }, | |
| { | |
| "city": "Hyderabad", | |
| "lat": 25.38, | |
| "lng": 68.375, | |
| "country": "Pakistan", | |
| "population": 1459000 | |
| }, | |
| { | |
| "city": "Bronx", | |
| "lat": 40.8501, | |
| "lng": -73.8662, | |
| "country": "United States", | |
| "population": 1455720 | |
| }, | |
| { | |
| "city": "Lomé", | |
| "lat": 6.1319, | |
| "lng": 1.2228, | |
| "country": "Togo", | |
| "population": 1452000 | |
| }, | |
| { | |
| "city": "Córdoba", | |
| "lat": -31.4, | |
| "lng": -64.1823, | |
| "country": "Argentina", | |
| "population": 1452000 | |
| }, | |
| { | |
| "city": "Huainan", | |
| "lat": 32.63, | |
| "lng": 116.98, | |
| "country": "China", | |
| "population": 1451000 | |
| }, | |
| { | |
| "city": "Doha", | |
| "lat": 25.2866, | |
| "lng": 51.533, | |
| "country": "Qatar", | |
| "population": 1450000 | |
| }, | |
| { | |
| "city": "Kuala Lumpur", | |
| "lat": 3.1667, | |
| "lng": 101.7, | |
| "country": "Malaysia", | |
| "population": 1448000 | |
| }, | |
| { | |
| "city": "Maputo", | |
| "lat": -25.9553, | |
| "lng": 32.5892, | |
| "country": "Mozambique", | |
| "population": 1446000 | |
| }, | |
| { | |
| "city": "Kaduna", | |
| "lat": 10.52, | |
| "lng": 7.44, | |
| "country": "Nigeria", | |
| "population": 1442000 | |
| }, | |
| { | |
| "city": "Gwangju", | |
| "lat": 35.171, | |
| "lng": 126.9104, | |
| "country": "Korea, South", | |
| "population": 1440000 | |
| }, | |
| { | |
| "city": "Kawasaki", | |
| "lat": 35.53, | |
| "lng": 139.705, | |
| "country": "Japan", | |
| "population": 1437266 | |
| }, | |
| { | |
| "city": "San Salvador", | |
| "lat": 13.71, | |
| "lng": -89.203, | |
| "country": "El Salvador", | |
| "population": 1433000 | |
| }, | |
| { | |
| "city": "Suining", | |
| "lat": 30.5333, | |
| "lng": 105.5333, | |
| "country": "China", | |
| "population": 1425000 | |
| }, | |
| { | |
| "city": "Lyon", | |
| "lat": 45.77, | |
| "lng": 4.83, | |
| "country": "France", | |
| "population": 1423000 | |
| }, | |
| { | |
| "city": "Karaj", | |
| "lat": 35.8004, | |
| "lng": 50.97, | |
| "country": "Iran", | |
| "population": 1423000 | |
| }, | |
| { | |
| "city": "Kampala", | |
| "lat": 0.3167, | |
| "lng": 32.5833, | |
| "country": "Uganda", | |
| "population": 1420000 | |
| }, | |
| { | |
| "city": "Tabriz", | |
| "lat": 38.0863, | |
| "lng": 46.3012, | |
| "country": "Iran", | |
| "population": 1413000 | |
| }, | |
| { | |
| "city": "The Hague", | |
| "lat": 52.08, | |
| "lng": 4.27, | |
| "country": "Netherlands", | |
| "population": 1406000 | |
| }, | |
| { | |
| "city": "Davao", | |
| "lat": 7.11, | |
| "lng": 125.63, | |
| "country": "Philippines", | |
| "population": 1402000 | |
| }, | |
| { | |
| "city": "Marseille", | |
| "lat": 43.29, | |
| "lng": 5.375, | |
| "country": "France", | |
| "population": 1400000 | |
| }, | |
| { | |
| "city": "Meerut", | |
| "lat": 29.0004, | |
| "lng": 77.7, | |
| "country": "India", | |
| "population": 1398000 | |
| }, | |
| { | |
| "city": "Mianyang", | |
| "lat": 31.47, | |
| "lng": 104.77, | |
| "country": "China", | |
| "population": 1396000 | |
| }, | |
| { | |
| "city": "Semarang", | |
| "lat": -6.9666, | |
| "lng": 110.42, | |
| "country": "Indonesia", | |
| "population": 1396000 | |
| }, | |
| { | |
| "city": "Faridabad", | |
| "lat": 28.4333, | |
| "lng": 77.3167, | |
| "country": "India", | |
| "population": 1394000 | |
| }, | |
| { | |
| "city": "Novosibirsk", | |
| "lat": 55.03, | |
| "lng": 82.96, | |
| "country": "Russia", | |
| "population": 1389000 | |
| }, | |
| { | |
| "city": "Makkah", | |
| "lat": 21.43, | |
| "lng": 39.82, | |
| "country": "Saudi Arabia", | |
| "population": 1385000 | |
| }, | |
| { | |
| "city": "Dubai", | |
| "lat": 25.23, | |
| "lng": 55.28, | |
| "country": "United Arab Emirates", | |
| "population": 1379000 | |
| }, | |
| { | |
| "city": "Milwaukee", | |
| "lat": 43.064, | |
| "lng": -87.9669, | |
| "country": "United States", | |
| "population": 1377808 | |
| }, | |
| { | |
| "city": "Auckland", | |
| "lat": -36.8481, | |
| "lng": 174.763, | |
| "country": "New Zealand", | |
| "population": 1377200 | |
| }, | |
| { | |
| "city": "Maanshan", | |
| "lat": 31.7304, | |
| "lng": 118.48, | |
| "country": "China", | |
| "population": 1366302 | |
| }, | |
| { | |
| "city": "Brazzaville", | |
| "lat": -4.2592, | |
| "lng": 15.2847, | |
| "country": "Congo (Brazzaville)", | |
| "population": 1355000 | |
| }, | |
| { | |
| "city": "Lubumbashi", | |
| "lat": -11.68, | |
| "lng": 27.48, | |
| "country": "Congo (Kinshasa)", | |
| "population": 1352000 | |
| }, | |
| { | |
| "city": "Yiyang", | |
| "lat": 28.6004, | |
| "lng": 112.33, | |
| "country": "China", | |
| "population": 1352000 | |
| }, | |
| { | |
| "city": "Varanasi", | |
| "lat": 25.33, | |
| "lng": 83, | |
| "country": "India", | |
| "population": 1352000 | |
| }, | |
| { | |
| "city": "Ciudad Juárez", | |
| "lat": 31.6904, | |
| "lng": -106.49, | |
| "country": "Mexico", | |
| "population": 1343000 | |
| }, | |
| { | |
| "city": "Ghaziabad", | |
| "lat": 28.6604, | |
| "lng": 77.4084, | |
| "country": "India", | |
| "population": 1341000 | |
| }, | |
| { | |
| "city": "Pretoria", | |
| "lat": -25.7069, | |
| "lng": 28.2294, | |
| "country": "South Africa", | |
| "population": 1338000 | |
| }, | |
| { | |
| "city": "Heze", | |
| "lat": 35.23, | |
| "lng": 115.45, | |
| "country": "China", | |
| "population": 1338000 | |
| }, | |
| { | |
| "city": "Porto", | |
| "lat": 41.15, | |
| "lng": -8.62, | |
| "country": "Portugal", | |
| "population": 1337000 | |
| }, | |
| { | |
| "city": "Lusaka", | |
| "lat": -15.4166, | |
| "lng": 28.2833, | |
| "country": "Zambia", | |
| "population": 1328000 | |
| }, | |
| { | |
| "city": "Asansol", | |
| "lat": 23.6833, | |
| "lng": 86.9833, | |
| "country": "India", | |
| "population": 1328000 | |
| }, | |
| { | |
| "city": "Changzhou", | |
| "lat": 31.78, | |
| "lng": 119.97, | |
| "country": "China", | |
| "population": 1327000 | |
| }, | |
| { | |
| "city": "Mosul", | |
| "lat": 36.345, | |
| "lng": 43.145, | |
| "country": "Iraq", | |
| "population": 1316000 | |
| }, | |
| { | |
| "city": "Yekaterinburg", | |
| "lat": 56.85, | |
| "lng": 60.6, | |
| "country": "Russia", | |
| "population": 1313000 | |
| }, | |
| { | |
| "city": "Peshawar", | |
| "lat": 34.005, | |
| "lng": 71.535, | |
| "country": "Pakistan", | |
| "population": 1303000 | |
| }, | |
| { | |
| "city": "Mandalay", | |
| "lat": 21.97, | |
| "lng": 96.085, | |
| "country": "Burma", | |
| "population": 1300000 | |
| }, | |
| { | |
| "city": "Jamshedpur", | |
| "lat": 22.7875, | |
| "lng": 86.1975, | |
| "country": "India", | |
| "population": 1300000 | |
| }, | |
| { | |
| "city": "Mbuji-Mayi", | |
| "lat": -6.15, | |
| "lng": 23.6, | |
| "country": "Congo (Kinshasa)", | |
| "population": 1295000 | |
| }, | |
| { | |
| "city": "Madurai", | |
| "lat": 9.92, | |
| "lng": 78.12, | |
| "country": "India", | |
| "population": 1294000 | |
| }, | |
| { | |
| "city": "Adana", | |
| "lat": 36.995, | |
| "lng": 35.32, | |
| "country": "Turkey", | |
| "population": 1293000 | |
| }, | |
| { | |
| "city": "Sheffield", | |
| "lat": 53.3667, | |
| "lng": -1.5, | |
| "country": "United Kingdom", | |
| "population": 1292900 | |
| }, | |
| { | |
| "city": "Jabalpur", | |
| "lat": 23.1751, | |
| "lng": 79.9551, | |
| "country": "India", | |
| "population": 1285000 | |
| }, | |
| { | |
| "city": "San José", | |
| "lat": 9.935, | |
| "lng": -84.0841, | |
| "country": "Costa Rica", | |
| "population": 1284000 | |
| }, | |
| { | |
| "city": "Panama City", | |
| "lat": 8.968, | |
| "lng": -79.533, | |
| "country": "Panama", | |
| "population": 1281000 | |
| }, | |
| { | |
| "city": "Nizhny Novgorod", | |
| "lat": 56.333, | |
| "lng": 44.0001, | |
| "country": "Russia", | |
| "population": 1278000 | |
| }, | |
| { | |
| "city": "Chifeng", | |
| "lat": 42.27, | |
| "lng": 118.95, | |
| "country": "China", | |
| "population": 1277000 | |
| }, | |
| { | |
| "city": "Duisburg", | |
| "lat": 51.43, | |
| "lng": 6.75, | |
| "country": "Germany", | |
| "population": 1276757 | |
| }, | |
| { | |
| "city": "Munich", | |
| "lat": 48.1299, | |
| "lng": 11.575, | |
| "country": "Germany", | |
| "population": 1275000 | |
| }, | |
| { | |
| "city": "Stockholm", | |
| "lat": 59.3508, | |
| "lng": 18.0973, | |
| "country": "Sweden", | |
| "population": 1264000 | |
| }, | |
| { | |
| "city": "Huaiyin", | |
| "lat": 33.58, | |
| "lng": 119.03, | |
| "country": "China", | |
| "population": 1264000 | |
| }, | |
| { | |
| "city": "Ujungpandang", | |
| "lat": -5.14, | |
| "lng": 119.432, | |
| "country": "Indonesia", | |
| "population": 1262000 | |
| }, | |
| { | |
| "city": "Rajkot", | |
| "lat": 22.31, | |
| "lng": 70.8, | |
| "country": "India", | |
| "population": 1260000 | |
| }, | |
| { | |
| "city": "Dhanbad", | |
| "lat": 23.8004, | |
| "lng": 86.42, | |
| "country": "India", | |
| "population": 1246000 | |
| }, | |
| { | |
| "city": "Mudangiang", | |
| "lat": 44.575, | |
| "lng": 129.59, | |
| "country": "China", | |
| "population": 1244000 | |
| }, | |
| { | |
| "city": "Geneva", | |
| "lat": 46.21, | |
| "lng": 6.14, | |
| "country": "Switzerland", | |
| "population": 1240000 | |
| }, | |
| { | |
| "city": "Shiraz", | |
| "lat": 29.63, | |
| "lng": 52.57, | |
| "country": "Iran", | |
| "population": 1240000 | |
| }, | |
| { | |
| "city": "Huzhou", | |
| "lat": 30.8704, | |
| "lng": 120.1, | |
| "country": "China", | |
| "population": 1231000 | |
| }, | |
| { | |
| "city": "Tianshui", | |
| "lat": 34.6, | |
| "lng": 105.92, | |
| "country": "China", | |
| "population": 1225000 | |
| }, | |
| { | |
| "city": "Lupanshui", | |
| "lat": 26.5944, | |
| "lng": 104.8333, | |
| "country": "China", | |
| "population": 1221000 | |
| }, | |
| { | |
| "city": "Düsseldorf", | |
| "lat": 51.2204, | |
| "lng": 6.78, | |
| "country": "Germany", | |
| "population": 1220000 | |
| }, | |
| { | |
| "city": "Maoming", | |
| "lat": 21.9204, | |
| "lng": 110.87, | |
| "country": "China", | |
| "population": 1217715 | |
| }, | |
| { | |
| "city": "Seville", | |
| "lat": 37.405, | |
| "lng": -5.98, | |
| "country": "Spain", | |
| "population": 1212045 | |
| }, | |
| { | |
| "city": "Amritsar", | |
| "lat": 31.64, | |
| "lng": 74.87, | |
| "country": "India", | |
| "population": 1212000 | |
| }, | |
| { | |
| "city": "Vila Velha", | |
| "lat": -20.3676, | |
| "lng": -40.318, | |
| "country": "Brazil", | |
| "population": 1209091 | |
| }, | |
| { | |
| "city": "Vila Velha", | |
| "lat": 3.2167, | |
| "lng": -51.2167, | |
| "country": "Brazil", | |
| "population": 1209091 | |
| }, | |
| { | |
| "city": "Almaty", | |
| "lat": 43.325, | |
| "lng": 76.915, | |
| "country": "Kazakhstan", | |
| "population": 1209000 | |
| }, | |
| { | |
| "city": "Providence", | |
| "lat": 41.8229, | |
| "lng": -71.4186, | |
| "country": "United States", | |
| "population": 1206642 | |
| }, | |
| { | |
| "city": "Warangal", | |
| "lat": 18.01, | |
| "lng": 79.58, | |
| "country": "India", | |
| "population": 1203853 | |
| }, | |
| { | |
| "city": "Rosario", | |
| "lat": -32.9511, | |
| "lng": -60.6663, | |
| "country": "Argentina", | |
| "population": 1203000 | |
| }, | |
| { | |
| "city": "Allahabad", | |
| "lat": 25.455, | |
| "lng": 81.84, | |
| "country": "India", | |
| "population": 1201000 | |
| }, | |
| { | |
| "city": "Benin City", | |
| "lat": 6.3405, | |
| "lng": 5.62, | |
| "country": "Nigeria", | |
| "population": 1190000 | |
| }, | |
| { | |
| "city": "Maceió", | |
| "lat": -9.62, | |
| "lng": -35.73, | |
| "country": "Brazil", | |
| "population": 1186000 | |
| }, | |
| { | |
| "city": "Jining", | |
| "lat": 35.4004, | |
| "lng": 116.55, | |
| "country": "China", | |
| "population": 1186000 | |
| }, | |
| { | |
| "city": "Sofia", | |
| "lat": 42.6833, | |
| "lng": 23.3167, | |
| "country": "Bulgaria", | |
| "population": 1185000 | |
| }, | |
| { | |
| "city": "Abbottabad", | |
| "lat": 34.1495, | |
| "lng": 73.1995, | |
| "country": "Pakistan", | |
| "population": 1183647 | |
| }, | |
| { | |
| "city": "Banghazi", | |
| "lat": 32.1167, | |
| "lng": 20.0667, | |
| "country": "Libya", | |
| "population": 1180000 | |
| }, | |
| { | |
| "city": "Cilacap", | |
| "lat": -7.7188, | |
| "lng": 109.0154, | |
| "country": "Indonesia", | |
| "population": 1174964 | |
| }, | |
| { | |
| "city": "Prague", | |
| "lat": 50.0833, | |
| "lng": 14.466, | |
| "country": "Czechia", | |
| "population": 1162000 | |
| }, | |
| { | |
| "city": "Glasgow", | |
| "lat": 55.8744, | |
| "lng": -4.2507, | |
| "country": "United Kingdom", | |
| "population": 1160000 | |
| }, | |
| { | |
| "city": "Leshan", | |
| "lat": 29.5671, | |
| "lng": 103.7333, | |
| "country": "China", | |
| "population": 1157000 | |
| }, | |
| { | |
| "city": "Jacksonville", | |
| "lat": 30.3322, | |
| "lng": -81.6749, | |
| "country": "United States", | |
| "population": 1156291 | |
| }, | |
| { | |
| "city": "Ouagadougou", | |
| "lat": 12.3703, | |
| "lng": -1.5247, | |
| "country": "Burkina Faso", | |
| "population": 1149000 | |
| }, | |
| { | |
| "city": "Adelaide", | |
| "lat": -34.935, | |
| "lng": 138.6, | |
| "country": "Australia", | |
| "population": 1145000 | |
| }, | |
| { | |
| "city": "Ottawa", | |
| "lat": 45.4167, | |
| "lng": -75.7, | |
| "country": "Canada", | |
| "population": 1145000 | |
| }, | |
| { | |
| "city": "Shangrao", | |
| "lat": 28.4704, | |
| "lng": 117.97, | |
| "country": "China", | |
| "population": 1144577 | |
| }, | |
| { | |
| "city": "Torreón", | |
| "lat": 25.5701, | |
| "lng": -103.42, | |
| "country": "Mexico", | |
| "population": 1144000 | |
| }, | |
| { | |
| "city": "Srinagar", | |
| "lat": 34.1, | |
| "lng": 74.815, | |
| "country": "India", | |
| "population": 1140000 | |
| }, | |
| { | |
| "city": "Samara", | |
| "lat": 53.195, | |
| "lng": 50.1513, | |
| "country": "Russia", | |
| "population": 1137000 | |
| }, | |
| { | |
| "city": "Vijayawada", | |
| "lat": 16.52, | |
| "lng": 80.63, | |
| "country": "India", | |
| "population": 1137000 | |
| }, | |
| { | |
| "city": "Omsk", | |
| "lat": 54.99, | |
| "lng": 73.4, | |
| "country": "Russia", | |
| "population": 1135000 | |
| }, | |
| { | |
| "city": "Newcastle", | |
| "lat": -32.8453, | |
| "lng": 151.815, | |
| "country": "Australia", | |
| "population": 1134616 | |
| }, | |
| { | |
| "city": "Yulin", | |
| "lat": 22.63, | |
| "lng": 110.15, | |
| "country": "China", | |
| "population": 1127000 | |
| }, | |
| { | |
| "city": "Nampo", | |
| "lat": 38.7669, | |
| "lng": 125.4524, | |
| "country": "Korea, North", | |
| "population": 1127000 | |
| }, | |
| { | |
| "city": "Xianyang", | |
| "lat": 34.3456, | |
| "lng": 108.7147, | |
| "country": "China", | |
| "population": 1126000 | |
| }, | |
| { | |
| "city": "Cagayan de Oro", | |
| "lat": 8.4508, | |
| "lng": 124.6853, | |
| "country": "Philippines", | |
| "population": 1121561 | |
| }, | |
| { | |
| "city": "Can Tho", | |
| "lat": 10.05, | |
| "lng": 105.77, | |
| "country": "Vietnam", | |
| "population": 1121000 | |
| }, | |
| { | |
| "city": "Barquisimeto", | |
| "lat": 10.05, | |
| "lng": -69.3, | |
| "country": "Venezuela", | |
| "population": 1116000 | |
| }, | |
| { | |
| "city": "Kazan", | |
| "lat": 55.7499, | |
| "lng": 49.1263, | |
| "country": "Russia", | |
| "population": 1115000 | |
| }, | |
| { | |
| "city": "Helsinki", | |
| "lat": 60.1756, | |
| "lng": 24.9341, | |
| "country": "Finland", | |
| "population": 1115000 | |
| }, | |
| { | |
| "city": "Aurangabad", | |
| "lat": 19.8957, | |
| "lng": 75.3203, | |
| "country": "India", | |
| "population": 1113000 | |
| }, | |
| { | |
| "city": "Calgary", | |
| "lat": 51.083, | |
| "lng": -114.08, | |
| "country": "Canada", | |
| "population": 1110000 | |
| }, | |
| { | |
| "city": "Nezahualcoyotl", | |
| "lat": 19.41, | |
| "lng": -99.03, | |
| "country": "Mexico", | |
| "population": 1109363 | |
| }, | |
| { | |
| "city": "Zürich", | |
| "lat": 47.38, | |
| "lng": 8.55, | |
| "country": "Switzerland", | |
| "population": 1108000 | |
| }, | |
| { | |
| "city": "Baoding", | |
| "lat": 38.8704, | |
| "lng": 115.48, | |
| "country": "China", | |
| "population": 1107000 | |
| }, | |
| { | |
| "city": "Zigong", | |
| "lat": 29.4, | |
| "lng": 104.78, | |
| "country": "China", | |
| "population": 1105000 | |
| }, | |
| { | |
| "city": "Sharjah", | |
| "lat": 25.3714, | |
| "lng": 55.4065, | |
| "country": "United Arab Emirates", | |
| "population": 1103027 | |
| }, | |
| { | |
| "city": "Yerevan", | |
| "lat": 40.1812, | |
| "lng": 44.5136, | |
| "country": "Armenia", | |
| "population": 1102000 | |
| }, | |
| { | |
| "city": "Mogadishu", | |
| "lat": 2.0667, | |
| "lng": 45.3667, | |
| "country": "Somalia", | |
| "population": 1100000 | |
| }, | |
| { | |
| "city": "Huambo", | |
| "lat": -12.75, | |
| "lng": 15.76, | |
| "country": "Angola", | |
| "population": 1100000 | |
| }, | |
| { | |
| "city": "Ankang", | |
| "lat": 32.68, | |
| "lng": 109.02, | |
| "country": "China", | |
| "population": 1100000 | |
| }, | |
| { | |
| "city": "Tbilisi", | |
| "lat": 41.725, | |
| "lng": 44.7908, | |
| "country": "Georgia", | |
| "population": 1100000 | |
| }, | |
| { | |
| "city": "Ikare", | |
| "lat": 7.5304, | |
| "lng": 5.76, | |
| "country": "Nigeria", | |
| "population": 1099931 | |
| }, | |
| { | |
| "city": "Belgrade", | |
| "lat": 44.8186, | |
| "lng": 20.468, | |
| "country": "Serbia", | |
| "population": 1099000 | |
| }, | |
| { | |
| "city": "Salt Lake City", | |
| "lat": 40.7774, | |
| "lng": -111.9301, | |
| "country": "United States", | |
| "population": 1098400 | |
| }, | |
| { | |
| "city": "Bhilai", | |
| "lat": 21.2167, | |
| "lng": 81.4333, | |
| "country": "India", | |
| "population": 1097000 | |
| }, | |
| { | |
| "city": "Jinhua", | |
| "lat": 29.12, | |
| "lng": 119.65, | |
| "country": "China", | |
| "population": 1092852 | |
| }, | |
| { | |
| "city": "Chelyabinsk", | |
| "lat": 55.155, | |
| "lng": 61.4387, | |
| "country": "Russia", | |
| "population": 1091000 | |
| }, | |
| { | |
| "city": "Natal", | |
| "lat": -5.78, | |
| "lng": -35.24, | |
| "country": "Brazil", | |
| "population": 1088000 | |
| }, | |
| { | |
| "city": "Dushanbe", | |
| "lat": 38.56, | |
| "lng": 68.7739, | |
| "country": "Tajikistan", | |
| "population": 1086244 | |
| }, | |
| { | |
| "city": "København", | |
| "lat": 55.6786, | |
| "lng": 12.5635, | |
| "country": "Denmark", | |
| "population": 1085000 | |
| }, | |
| { | |
| "city": "Changwon", | |
| "lat": 35.2191, | |
| "lng": 128.5836, | |
| "country": "Korea, South", | |
| "population": 1081499 | |
| }, | |
| { | |
| "city": "Zhuzhou", | |
| "lat": 27.83, | |
| "lng": 113.15, | |
| "country": "China", | |
| "population": 1080000 | |
| }, | |
| { | |
| "city": "Suwon", | |
| "lat": 37.2578, | |
| "lng": 127.0109, | |
| "country": "Korea, South", | |
| "population": 1078000 | |
| }, | |
| { | |
| "city": "Nashville", | |
| "lat": 36.1714, | |
| "lng": -86.7844, | |
| "country": "United States", | |
| "population": 1076645 | |
| }, | |
| { | |
| "city": "Vereeniging", | |
| "lat": -26.6496, | |
| "lng": 27.96, | |
| "country": "South Africa", | |
| "population": 1074000 | |
| }, | |
| { | |
| "city": "Xiangfan", | |
| "lat": 32.02, | |
| "lng": 112.13, | |
| "country": "China", | |
| "population": 1069000 | |
| }, | |
| { | |
| "city": "Memphis", | |
| "lat": 35.1047, | |
| "lng": -89.9773, | |
| "country": "United States", | |
| "population": 1068873 | |
| }, | |
| { | |
| "city": "Ulsan", | |
| "lat": 35.5467, | |
| "lng": 129.317, | |
| "country": "Korea, South", | |
| "population": 1061000 | |
| }, | |
| { | |
| "city": "Zhucheng", | |
| "lat": 35.99, | |
| "lng": 119.3801, | |
| "country": "China", | |
| "population": 1060000 | |
| }, | |
| { | |
| "city": "Amman", | |
| "lat": 31.95, | |
| "lng": 35.9333, | |
| "country": "Jordan", | |
| "population": 1060000 | |
| }, | |
| { | |
| "city": "Richmond", | |
| "lat": 37.5295, | |
| "lng": -77.4756, | |
| "country": "United States", | |
| "population": 1059907 | |
| }, | |
| { | |
| "city": "Dublin", | |
| "lat": 53.3331, | |
| "lng": -6.2489, | |
| "country": "Ireland", | |
| "population": 1059000 | |
| }, | |
| { | |
| "city": "Edmonton", | |
| "lat": 53.55, | |
| "lng": -113.5, | |
| "country": "Canada", | |
| "population": 1058000 | |
| }, | |
| { | |
| "city": "Sholapur", | |
| "lat": 17.6704, | |
| "lng": 75.9, | |
| "country": "India", | |
| "population": 1057000 | |
| }, | |
| { | |
| "city": "Rostov", | |
| "lat": 47.2346, | |
| "lng": 39.7127, | |
| "country": "Russia", | |
| "population": 1052000 | |
| }, | |
| { | |
| "city": "Dnipro", | |
| "lat": 48.48, | |
| "lng": 35, | |
| "country": "Ukraine", | |
| "population": 1050000 | |
| }, | |
| { | |
| "city": "Xining", | |
| "lat": 36.62, | |
| "lng": 101.77, | |
| "country": "China", | |
| "population": 1048000 | |
| }, | |
| { | |
| "city": "Zhangjiakou", | |
| "lat": 40.83, | |
| "lng": 114.93, | |
| "country": "China", | |
| "population": 1046000 | |
| }, | |
| { | |
| "city": "Gaziantep", | |
| "lat": 37.075, | |
| "lng": 37.385, | |
| "country": "Turkey", | |
| "population": 1044000 | |
| }, | |
| { | |
| "city": "Lille", | |
| "lat": 50.65, | |
| "lng": 3.08, | |
| "country": "France", | |
| "population": 1044000 | |
| }, | |
| { | |
| "city": "Ranchi", | |
| "lat": 23.37, | |
| "lng": 85.33, | |
| "country": "India", | |
| "population": 1044000 | |
| }, | |
| { | |
| "city": "Monrovia", | |
| "lat": 6.3106, | |
| "lng": -10.8048, | |
| "country": "Liberia", | |
| "population": 1041000 | |
| }, | |
| { | |
| "city": "São Luís", | |
| "lat": -2.516, | |
| "lng": -44.266, | |
| "country": "Brazil", | |
| "population": 1038000 | |
| }, | |
| { | |
| "city": "Amsterdam", | |
| "lat": 52.35, | |
| "lng": 4.9166, | |
| "country": "Netherlands", | |
| "population": 1031000 | |
| }, | |
| { | |
| "city": "Jerusalem", | |
| "lat": 31.7784, | |
| "lng": 35.2066, | |
| "country": "Israel", | |
| "population": 1029300 | |
| }, | |
| { | |
| "city": "New Orleans", | |
| "lat": 30.0687, | |
| "lng": -89.9288, | |
| "country": "United States", | |
| "population": 1029123 | |
| }, | |
| { | |
| "city": "Guatemala", | |
| "lat": 14.6211, | |
| "lng": -90.527, | |
| "country": "Guatemala", | |
| "population": 1024000 | |
| }, | |
| { | |
| "city": "Florianópolis", | |
| "lat": -27.58, | |
| "lng": -48.52, | |
| "country": "Brazil", | |
| "population": 1023000 | |
| }, | |
| { | |
| "city": "Zhuhai", | |
| "lat": 22.2769, | |
| "lng": 113.5678, | |
| "country": "China", | |
| "population": 1023000 | |
| }, | |
| { | |
| "city": "Port Elizabeth", | |
| "lat": -33.97, | |
| "lng": 25.6, | |
| "country": "South Africa", | |
| "population": 1021000 | |
| }, | |
| { | |
| "city": "Port Harcourt", | |
| "lat": 4.81, | |
| "lng": 7.01, | |
| "country": "Nigeria", | |
| "population": 1020000 | |
| }, | |
| { | |
| "city": "Jiamusi", | |
| "lat": 46.83, | |
| "lng": 130.35, | |
| "country": "China", | |
| "population": 1020000 | |
| }, | |
| { | |
| "city": "Raleigh", | |
| "lat": 35.8323, | |
| "lng": -78.6439, | |
| "country": "United States", | |
| "population": 1018336 | |
| }, | |
| { | |
| "city": "Ufa", | |
| "lat": 54.79, | |
| "lng": 56.04, | |
| "country": "Russia", | |
| "population": 1018000 | |
| }, | |
| { | |
| "city": "Hengyang", | |
| "lat": 26.88, | |
| "lng": 112.59, | |
| "country": "China", | |
| "population": 1016000 | |
| }, | |
| { | |
| "city": "Benxi", | |
| "lat": 41.3304, | |
| "lng": 123.75, | |
| "country": "China", | |
| "population": 1012000 | |
| }, | |
| { | |
| "city": "Louisville", | |
| "lat": 38.1662, | |
| "lng": -85.6488, | |
| "country": "United States", | |
| "population": 1011696 | |
| }, | |
| { | |
| "city": "Haifa", | |
| "lat": 32.8204, | |
| "lng": 34.98, | |
| "country": "Israel", | |
| "population": 1011000 | |
| }, | |
| { | |
| "city": "Medina", | |
| "lat": 24.5, | |
| "lng": 39.58, | |
| "country": "Saudi Arabia", | |
| "population": 1010000 | |
| }, | |
| { | |
| "city": "Bucaramanga", | |
| "lat": 7.1301, | |
| "lng": -73.1259, | |
| "country": "Colombia", | |
| "population": 1009000 | |
| }, | |
| { | |
| "city": "Maracay", | |
| "lat": 10.2469, | |
| "lng": -67.5958, | |
| "country": "Venezuela", | |
| "population": 1007000 | |
| }, | |
| { | |
| "city": "Rotterdam", | |
| "lat": 51.92, | |
| "lng": 4.48, | |
| "country": "Netherlands", | |
| "population": 1005000 | |
| }, | |
| { | |
| "city": "Hims", | |
| "lat": 34.73, | |
| "lng": 36.72, | |
| "country": "Syria", | |
| "population": 1005000 | |
| }, | |
| { | |
| "city": "Cologne", | |
| "lat": 50.93, | |
| "lng": 6.95, | |
| "country": "Germany", | |
| "population": 1004000 | |
| }, | |
| { | |
| "city": "Qinhuangdao", | |
| "lat": 39.9304, | |
| "lng": 119.62, | |
| "country": "China", | |
| "population": 1003000 | |
| }, | |
| { | |
| "city": "Fez", | |
| "lat": 34.0546, | |
| "lng": -5.0004, | |
| "country": "Morocco", | |
| "population": 1002000 | |
| }, | |
| { | |
| "city": "Aden", | |
| "lat": 12.7797, | |
| "lng": 45.0095, | |
| "country": "Yemen", | |
| "population": 1000000 | |
| }, | |
| { | |
| "city": "Da Nang", | |
| "lat": 16.06, | |
| "lng": 108.25, | |
| "country": "Vietnam", | |
| "population": 1000000 | |
| }, | |
| { | |
| "city": "Cochabamba", | |
| "lat": -17.41, | |
| "lng": -66.17, | |
| "country": "Bolivia", | |
| "population": 1000000 | |
| }, | |
| { | |
| "city": "Yongzhou", | |
| "lat": 26.2304, | |
| "lng": 111.62, | |
| "country": "China", | |
| "population": 1000000 | |
| }, | |
| { | |
| "city": "Baoshan", | |
| "lat": 25.12, | |
| "lng": 99.15, | |
| "country": "China", | |
| "population": 1000000 | |
| }, | |
| { | |
| "city": "Kitakyūshū", | |
| "lat": 33.8704, | |
| "lng": 130.82, | |
| "country": "Japan", | |
| "population": 997536 | |
| }, | |
| { | |
| "city": "Perm", | |
| "lat": 58, | |
| "lng": 56.25, | |
| "country": "Russia", | |
| "population": 997000 | |
| }, | |
| { | |
| "city": "Ahvaz", | |
| "lat": 31.28, | |
| "lng": 48.72, | |
| "country": "Iran", | |
| "population": 996000 | |
| }, | |
| { | |
| "city": "Jodhpur", | |
| "lat": 26.2918, | |
| "lng": 73.0168, | |
| "country": "India", | |
| "population": 995000 | |
| }, | |
| { | |
| "city": "San Luis Potosí", | |
| "lat": 22.17, | |
| "lng": -101, | |
| "country": "Mexico", | |
| "population": 992000 | |
| }, | |
| { | |
| "city": "Odessa", | |
| "lat": 46.49, | |
| "lng": 30.71, | |
| "country": "Ukraine", | |
| "population": 991000 | |
| }, | |
| { | |
| "city": "Yinchuan", | |
| "lat": 38.468, | |
| "lng": 106.273, | |
| "country": "China", | |
| "population": 991000 | |
| }, | |
| { | |
| "city": "Ndjamena", | |
| "lat": 12.1131, | |
| "lng": 15.0491, | |
| "country": "Chad", | |
| "population": 989000 | |
| }, | |
| { | |
| "city": "Donetsk", | |
| "lat": 48, | |
| "lng": 37.83, | |
| "country": "Ukraine", | |
| "population": 988000 | |
| }, | |
| { | |
| "city": "Joinville", | |
| "lat": -26.32, | |
| "lng": -48.8399, | |
| "country": "Brazil", | |
| "population": 988000 | |
| }, | |
| { | |
| "city": "Jiaxing", | |
| "lat": 30.7704, | |
| "lng": 120.75, | |
| "country": "China", | |
| "population": 988000 | |
| }, | |
| { | |
| "city": "Guilin", | |
| "lat": 25.28, | |
| "lng": 110.28, | |
| "country": "China", | |
| "population": 987000 | |
| }, | |
| { | |
| "city": "Dahuk", | |
| "lat": 36.8667, | |
| "lng": 43, | |
| "country": "Iraq", | |
| "population": 986000 | |
| }, | |
| { | |
| "city": "Volgograd", | |
| "lat": 48.71, | |
| "lng": 44.5, | |
| "country": "Russia", | |
| "population": 984000 | |
| }, | |
| { | |
| "city": "Guwahati", | |
| "lat": 26.16, | |
| "lng": 91.77, | |
| "country": "India", | |
| "population": 983000 | |
| }, | |
| { | |
| "city": "Yichun", | |
| "lat": 27.8333, | |
| "lng": 114.4, | |
| "country": "China", | |
| "population": 982000 | |
| }, | |
| { | |
| "city": "Yangquan", | |
| "lat": 37.87, | |
| "lng": 113.57, | |
| "country": "China", | |
| "population": 981448 | |
| }, | |
| { | |
| "city": "Natal", | |
| "lat": -6.9838, | |
| "lng": -60.2699, | |
| "country": "Brazil", | |
| "population": 980588 | |
| }, | |
| { | |
| "city": "Chandigarh", | |
| "lat": 30.72, | |
| "lng": 76.78, | |
| "country": "India", | |
| "population": 979000 | |
| }, | |
| { | |
| "city": "Gwalior", | |
| "lat": 26.23, | |
| "lng": 78.1801, | |
| "country": "India", | |
| "population": 978000 | |
| }, | |
| { | |
| "city": "Hamamatsu", | |
| "lat": 34.7181, | |
| "lng": 137.7327, | |
| "country": "Japan", | |
| "population": 977023 | |
| }, | |
| { | |
| "city": "Qom", | |
| "lat": 34.65, | |
| "lng": 50.95, | |
| "country": "Iran", | |
| "population": 973000 | |
| }, | |
| { | |
| "city": "Mérida", | |
| "lat": 20.9666, | |
| "lng": -89.6166, | |
| "country": "Mexico", | |
| "population": 965000 | |
| }, | |
| { | |
| "city": "Jixi", | |
| "lat": 45.3, | |
| "lng": 130.97, | |
| "country": "China", | |
| "population": 965000 | |
| }, | |
| { | |
| "city": "Xinyi", | |
| "lat": 34.38, | |
| "lng": 118.35, | |
| "country": "China", | |
| "population": 962656 | |
| }, | |
| { | |
| "city": "Querétaro", | |
| "lat": 20.63, | |
| "lng": -100.38, | |
| "country": "Mexico", | |
| "population": 961000 | |
| }, | |
| { | |
| "city": "Pingxiang", | |
| "lat": 27.62, | |
| "lng": 113.85, | |
| "country": "China", | |
| "population": 961000 | |
| }, | |
| { | |
| "city": "Kelang", | |
| "lat": 3.0204, | |
| "lng": 101.55, | |
| "country": "Malaysia", | |
| "population": 956000 | |
| }, | |
| { | |
| "city": "João Pessoa", | |
| "lat": -7.1011, | |
| "lng": -34.8761, | |
| "country": "Brazil", | |
| "population": 956000 | |
| }, | |
| { | |
| "city": "Jinzhou", | |
| "lat": 41.1204, | |
| "lng": 121.1, | |
| "country": "China", | |
| "population": 956000 | |
| }, | |
| { | |
| "city": "Oklahoma City", | |
| "lat": 35.4676, | |
| "lng": -97.5136, | |
| "country": "United States", | |
| "population": 955998 | |
| }, | |
| { | |
| "city": "Salerno", | |
| "lat": 40.6804, | |
| "lng": 14.7699, | |
| "country": "Italy", | |
| "population": 954265 | |
| }, | |
| { | |
| "city": "Thiruvananthapuram", | |
| "lat": 8.5, | |
| "lng": 76.95, | |
| "country": "India", | |
| "population": 954000 | |
| }, | |
| { | |
| "city": "Kozhikode", | |
| "lat": 11.2504, | |
| "lng": 75.77, | |
| "country": "India", | |
| "population": 953000 | |
| }, | |
| { | |
| "city": "Ogbomosho", | |
| "lat": 8.13, | |
| "lng": 4.24, | |
| "country": "Nigeria", | |
| "population": 951000 | |
| }, | |
| { | |
| "city": "Tiruchirappalli", | |
| "lat": 10.81, | |
| "lng": 78.69, | |
| "country": "India", | |
| "population": 951000 | |
| }, | |
| { | |
| "city": "General Santos", | |
| "lat": 6.1108, | |
| "lng": 125.1747, | |
| "country": "Philippines", | |
| "population": 950530 | |
| }, | |
| { | |
| "city": "Hue", | |
| "lat": 16.47, | |
| "lng": 107.58, | |
| "country": "Vietnam", | |
| "population": 950000 | |
| }, | |
| { | |
| "city": "Bacolod", | |
| "lat": 10.6317, | |
| "lng": 122.9817, | |
| "country": "Philippines", | |
| "population": 949354 | |
| }, | |
| { | |
| "city": "Nantong", | |
| "lat": 32.0304, | |
| "lng": 120.825, | |
| "country": "China", | |
| "population": 947000 | |
| }, | |
| { | |
| "city": "Tegucigalpa", | |
| "lat": 14.102, | |
| "lng": -87.2175, | |
| "country": "Honduras", | |
| "population": 946000 | |
| }, | |
| { | |
| "city": "Foshan", | |
| "lat": 23.0301, | |
| "lng": 113.12, | |
| "country": "China", | |
| "population": 943000 | |
| }, | |
| { | |
| "city": "Songnam", | |
| "lat": 37.4386, | |
| "lng": 127.1378, | |
| "country": "Korea, South", | |
| "population": 942000 | |
| }, | |
| { | |
| "city": "Bridgeport", | |
| "lat": 41.1909, | |
| "lng": -73.1958, | |
| "country": "United States", | |
| "population": 938406 | |
| }, | |
| { | |
| "city": "Kingston", | |
| "lat": 17.9771, | |
| "lng": -76.7674, | |
| "country": "Jamaica", | |
| "population": 937700 | |
| }, | |
| { | |
| "city": "Naypyidaw", | |
| "lat": 19.7666, | |
| "lng": 96.1186, | |
| "country": "Burma", | |
| "population": 930000 | |
| }, | |
| { | |
| "city": "Nice", | |
| "lat": 43.715, | |
| "lng": 7.265, | |
| "country": "France", | |
| "population": 927000 | |
| }, | |
| { | |
| "city": "Buffalo", | |
| "lat": 42.9017, | |
| "lng": -78.8487, | |
| "country": "United States", | |
| "population": 926261 | |
| }, | |
| { | |
| "city": "Irbil", | |
| "lat": 36.179, | |
| "lng": 44.0086, | |
| "country": "Iraq", | |
| "population": 926000 | |
| }, | |
| { | |
| "city": "Krasnoyarsk", | |
| "lat": 56.014, | |
| "lng": 92.866, | |
| "country": "Russia", | |
| "population": 925000 | |
| }, | |
| { | |
| "city": "Djibouti", | |
| "lat": 11.595, | |
| "lng": 43.148, | |
| "country": "Djibouti", | |
| "population": 923000 | |
| }, | |
| { | |
| "city": "Olinda", | |
| "lat": -8, | |
| "lng": -34.85, | |
| "country": "Brazil", | |
| "population": 921840 | |
| }, | |
| { | |
| "city": "Managua", | |
| "lat": 12.153, | |
| "lng": -86.2685, | |
| "country": "Nicaragua", | |
| "population": 920000 | |
| }, | |
| { | |
| "city": "Antwerpen", | |
| "lat": 51.2204, | |
| "lng": 4.415, | |
| "country": "Belgium", | |
| "population": 920000 | |
| }, | |
| { | |
| "city": "Konya", | |
| "lat": 37.875, | |
| "lng": 32.475, | |
| "country": "Turkey", | |
| "population": 919000 | |
| }, | |
| { | |
| "city": "Bogor", | |
| "lat": -6.57, | |
| "lng": 106.75, | |
| "country": "Indonesia", | |
| "population": 918000 | |
| }, | |
| { | |
| "city": "Niamey", | |
| "lat": 13.5167, | |
| "lng": 2.1167, | |
| "country": "Niger", | |
| "population": 915000 | |
| }, | |
| { | |
| "city": "Hartford", | |
| "lat": 41.7661, | |
| "lng": -72.6834, | |
| "country": "United States", | |
| "population": 914751 | |
| }, | |
| { | |
| "city": "Xinyu", | |
| "lat": 27.8, | |
| "lng": 114.93, | |
| "country": "China", | |
| "population": 913000 | |
| }, | |
| { | |
| "city": "Huaibei", | |
| "lat": 33.9504, | |
| "lng": 116.75, | |
| "country": "China", | |
| "population": 913000 | |
| }, | |
| { | |
| "city": "Teresina", | |
| "lat": -5.095, | |
| "lng": -42.78, | |
| "country": "Brazil", | |
| "population": 907000 | |
| }, | |
| { | |
| "city": "Naha", | |
| "lat": 26.2072, | |
| "lng": 127.673, | |
| "country": "Japan", | |
| "population": 905238 | |
| }, | |
| { | |
| "city": "Xinxiang", | |
| "lat": 35.3204, | |
| "lng": 113.87, | |
| "country": "China", | |
| "population": 903000 | |
| }, | |
| { | |
| "city": "Goyang", | |
| "lat": 37.6527, | |
| "lng": 126.8372, | |
| "country": "Korea, South", | |
| "population": 903000 | |
| }, | |
| { | |
| "city": "Yibin", | |
| "lat": 28.77, | |
| "lng": 104.57, | |
| "country": "China", | |
| "population": 902000 | |
| }, | |
| { | |
| "city": "Aba", | |
| "lat": 5.1004, | |
| "lng": 7.35, | |
| "country": "Nigeria", | |
| "population": 897560 | |
| }, | |
| { | |
| "city": "Maiduguri", | |
| "lat": 11.85, | |
| "lng": 13.16, | |
| "country": "Nigeria", | |
| "population": 896000 | |
| }, | |
| { | |
| "city": "Tirana", | |
| "lat": 41.3275, | |
| "lng": 19.8189, | |
| "country": "Albania", | |
| "population": 895350 | |
| }, | |
| { | |
| "city": "Kathmandu", | |
| "lat": 27.7167, | |
| "lng": 85.3166, | |
| "country": "Nepal", | |
| "population": 895000 | |
| }, | |
| { | |
| "city": "Az Zarqa", | |
| "lat": 32.07, | |
| "lng": 36.1, | |
| "country": "Jordan", | |
| "population": 894691 | |
| }, | |
| { | |
| "city": "Tarsus", | |
| "lat": 36.9204, | |
| "lng": 34.88, | |
| "country": "Turkey", | |
| "population": 894318 | |
| }, | |
| { | |
| "city": "Bengbu", | |
| "lat": 32.95, | |
| "lng": 117.33, | |
| "country": "China", | |
| "population": 894000 | |
| }, | |
| { | |
| "city": "Mendoza", | |
| "lat": -32.8833, | |
| "lng": -68.8166, | |
| "country": "Argentina", | |
| "population": 893000 | |
| }, | |
| { | |
| "city": "Hubli", | |
| "lat": 15.36, | |
| "lng": 75.125, | |
| "country": "India", | |
| "population": 890000 | |
| }, | |
| { | |
| "city": "Concepción", | |
| "lat": -36.83, | |
| "lng": -73.05, | |
| "country": "Chile", | |
| "population": 889725 | |
| }, | |
| { | |
| "city": "Zaria", | |
| "lat": 11.08, | |
| "lng": 7.71, | |
| "country": "Nigeria", | |
| "population": 889000 | |
| }, | |
| { | |
| "city": "Anyang", | |
| "lat": 36.08, | |
| "lng": 114.35, | |
| "country": "China", | |
| "population": 887000 | |
| }, | |
| { | |
| "city": "Cartagena", | |
| "lat": 10.3997, | |
| "lng": -75.5144, | |
| "country": "Colombia", | |
| "population": 887000 | |
| }, | |
| { | |
| "city": "Mysore", | |
| "lat": 12.31, | |
| "lng": 76.66, | |
| "country": "India", | |
| "population": 887000 | |
| }, | |
| { | |
| "city": "Ulaanbaatar", | |
| "lat": 47.9167, | |
| "lng": 106.9166, | |
| "country": "Mongolia", | |
| "population": 885000 | |
| }, | |
| { | |
| "city": "Mexicali", | |
| "lat": 32.65, | |
| "lng": -115.48, | |
| "country": "Mexico", | |
| "population": 885000 | |
| }, | |
| { | |
| "city": "Tongliao", | |
| "lat": 43.62, | |
| "lng": 122.27, | |
| "country": "China", | |
| "population": 884000 | |
| }, | |
| { | |
| "city": "Newcastle", | |
| "lat": 55.0004, | |
| "lng": -1.6, | |
| "country": "United Kingdom", | |
| "population": 882000 | |
| }, | |
| { | |
| "city": "Mombasa", | |
| "lat": -4.04, | |
| "lng": 39.6899, | |
| "country": "Kenya", | |
| "population": 882000 | |
| }, | |
| { | |
| "city": "Novo Hamburgo", | |
| "lat": -29.7096, | |
| "lng": -51.14, | |
| "country": "Brazil", | |
| "population": 876990 | |
| }, | |
| { | |
| "city": "Callao", | |
| "lat": -12.07, | |
| "lng": -77.135, | |
| "country": "Peru", | |
| "population": 876877 | |
| }, | |
| { | |
| "city": "Bilbao", | |
| "lat": 43.25, | |
| "lng": -2.93, | |
| "country": "Spain", | |
| "population": 875552 | |
| }, | |
| { | |
| "city": "Johor Bahru", | |
| "lat": 1.48, | |
| "lng": 103.73, | |
| "country": "Malaysia", | |
| "population": 875000 | |
| }, | |
| { | |
| "city": "Yichang", | |
| "lat": 30.7, | |
| "lng": 111.28, | |
| "country": "China", | |
| "population": 875000 | |
| }, | |
| { | |
| "city": "Raipur", | |
| "lat": 21.235, | |
| "lng": 81.635, | |
| "country": "India", | |
| "population": 875000 | |
| }, | |
| { | |
| "city": "Fort Worth", | |
| "lat": 32.7814, | |
| "lng": -97.3473, | |
| "country": "United States", | |
| "population": 874168 | |
| }, | |
| { | |
| "city": "Salem", | |
| "lat": 11.67, | |
| "lng": 78.1801, | |
| "country": "India", | |
| "population": 873000 | |
| }, | |
| { | |
| "city": "Yangjiang", | |
| "lat": 21.8504, | |
| "lng": 111.97, | |
| "country": "China", | |
| "population": 872363 | |
| }, | |
| { | |
| "city": "Marrakesh", | |
| "lat": 31.63, | |
| "lng": -8, | |
| "country": "Morocco", | |
| "population": 872000 | |
| }, | |
| { | |
| "city": "Kaifeng", | |
| "lat": 34.85, | |
| "lng": 114.35, | |
| "country": "China", | |
| "population": 872000 | |
| }, | |
| { | |
| "city": "Dandong", | |
| "lat": 40.1436, | |
| "lng": 124.3936, | |
| "country": "China", | |
| "population": 870000 | |
| }, | |
| { | |
| "city": "Basra", | |
| "lat": 30.5135, | |
| "lng": 47.8136, | |
| "country": "Iraq", | |
| "population": 870000 | |
| }, | |
| { | |
| "city": "Aguascalientes", | |
| "lat": 21.8795, | |
| "lng": -102.2904, | |
| "country": "Mexico", | |
| "population": 869000 | |
| }, | |
| { | |
| "city": "Tucson", | |
| "lat": 32.1546, | |
| "lng": -110.8782, | |
| "country": "United States", | |
| "population": 868391 | |
| }, | |
| { | |
| "city": "Okayama", | |
| "lat": 34.672, | |
| "lng": 133.9171, | |
| "country": "Japan", | |
| "population": 866092 | |
| }, | |
| { | |
| "city": "Xuanzhou", | |
| "lat": 30.9525, | |
| "lng": 118.7553, | |
| "country": "China", | |
| "population": 866000 | |
| }, | |
| { | |
| "city": "Puch'on", | |
| "lat": 37.4989, | |
| "lng": 126.7831, | |
| "country": "Korea, South", | |
| "population": 866000 | |
| }, | |
| { | |
| "city": "Rizhao", | |
| "lat": 35.4304, | |
| "lng": 119.45, | |
| "country": "China", | |
| "population": 865000 | |
| }, | |
| { | |
| "city": "Bandar Lampung", | |
| "lat": -5.43, | |
| "lng": 105.27, | |
| "country": "Indonesia", | |
| "population": 865000 | |
| }, | |
| { | |
| "city": "Palermo", | |
| "lat": 38.125, | |
| "lng": 13.35, | |
| "country": "Italy", | |
| "population": 863000 | |
| }, | |
| { | |
| "city": "Cardiff", | |
| "lat": 51.5, | |
| "lng": -3.225, | |
| "country": "United Kingdom", | |
| "population": 861400 | |
| }, | |
| { | |
| "city": "Kigali", | |
| "lat": -1.9536, | |
| "lng": 30.0605, | |
| "country": "Rwanda", | |
| "population": 860000 | |
| }, | |
| { | |
| "city": "Tampico", | |
| "lat": 22.3, | |
| "lng": -97.87, | |
| "country": "Mexico", | |
| "population": 859419 | |
| }, | |
| { | |
| "city": "Jiaozuo", | |
| "lat": 35.25, | |
| "lng": 113.22, | |
| "country": "China", | |
| "population": 857000 | |
| }, | |
| { | |
| "city": "Padang", | |
| "lat": -0.96, | |
| "lng": 100.36, | |
| "country": "Indonesia", | |
| "population": 855000 | |
| }, | |
| { | |
| "city": "Jullundur", | |
| "lat": 31.3349, | |
| "lng": 75.569, | |
| "country": "India", | |
| "population": 855000 | |
| }, | |
| { | |
| "city": "Valparaíso", | |
| "lat": -33.0478, | |
| "lng": -71.621, | |
| "country": "Chile", | |
| "population": 854000 | |
| }, | |
| { | |
| "city": "Zhenjiang", | |
| "lat": 32.22, | |
| "lng": 119.43, | |
| "country": "China", | |
| "population": 854000 | |
| }, | |
| { | |
| "city": "Zunyi", | |
| "lat": 27.7, | |
| "lng": 106.92, | |
| "country": "China", | |
| "population": 849000 | |
| }, | |
| { | |
| "city": "Anshun", | |
| "lat": 26.2504, | |
| "lng": 105.93, | |
| "country": "China", | |
| "population": 849000 | |
| }, | |
| { | |
| "city": "Pingdingshan", | |
| "lat": 33.7304, | |
| "lng": 113.3, | |
| "country": "China", | |
| "population": 849000 | |
| }, | |
| { | |
| "city": "Toulouse", | |
| "lat": 43.62, | |
| "lng": 1.4499, | |
| "country": "France", | |
| "population": 847000 | |
| }, | |
| { | |
| "city": "El Paso", | |
| "lat": 31.8479, | |
| "lng": -106.4309, | |
| "country": "United States", | |
| "population": 845674 | |
| }, | |
| { | |
| "city": "Nova Iguaçu", | |
| "lat": -22.74, | |
| "lng": -43.47, | |
| "country": "Brazil", | |
| "population": 844583 | |
| }, | |
| { | |
| "city": "Voronezh", | |
| "lat": 51.73, | |
| "lng": 39.27, | |
| "country": "Russia", | |
| "population": 844000 | |
| }, | |
| { | |
| "city": "Bhubaneshwar", | |
| "lat": 20.2704, | |
| "lng": 85.8274, | |
| "country": "India", | |
| "population": 844000 | |
| }, | |
| { | |
| "city": "Saratov", | |
| "lat": 51.58, | |
| "lng": 46.03, | |
| "country": "Russia", | |
| "population": 843000 | |
| }, | |
| { | |
| "city": "Yuci", | |
| "lat": 37.6804, | |
| "lng": 112.73, | |
| "country": "China", | |
| "population": 840000 | |
| }, | |
| { | |
| "city": "Yancheng", | |
| "lat": 33.3856, | |
| "lng": 120.1253, | |
| "country": "China", | |
| "population": 839000 | |
| }, | |
| { | |
| "city": "Bishkek", | |
| "lat": 42.8731, | |
| "lng": 74.5852, | |
| "country": "Kyrgyzstan", | |
| "population": 837000 | |
| }, | |
| { | |
| "city": "Oslo", | |
| "lat": 59.9167, | |
| "lng": 10.75, | |
| "country": "Norway", | |
| "population": 835000 | |
| }, | |
| { | |
| "city": "Cuernavaca", | |
| "lat": 18.9211, | |
| "lng": -99.24, | |
| "country": "Mexico", | |
| "population": 834001 | |
| }, | |
| { | |
| "city": "Linfen", | |
| "lat": 36.0803, | |
| "lng": 111.52, | |
| "country": "China", | |
| "population": 834000 | |
| }, | |
| { | |
| "city": "Honolulu", | |
| "lat": 21.3294, | |
| "lng": -157.846, | |
| "country": "United States", | |
| "population": 833671 | |
| }, | |
| { | |
| "city": "Bangui", | |
| "lat": 4.3666, | |
| "lng": 18.5583, | |
| "country": "Central African Republic", | |
| "population": 831925 | |
| }, | |
| { | |
| "city": "Warri", | |
| "lat": 5.52, | |
| "lng": 5.76, | |
| "country": "Nigeria", | |
| "population": 830106 | |
| }, | |
| { | |
| "city": "Tucumán", | |
| "lat": -26.816, | |
| "lng": -65.2166, | |
| "country": "Argentina", | |
| "population": 830000 | |
| }, | |
| { | |
| "city": "Basel", | |
| "lat": 47.5804, | |
| "lng": 7.59, | |
| "country": "Switzerland", | |
| "population": 830000 | |
| }, | |
| { | |
| "city": "Kermanshah", | |
| "lat": 34.38, | |
| "lng": 47.06, | |
| "country": "Iran", | |
| "population": 828313 | |
| }, | |
| { | |
| "city": "Thessaloniki", | |
| "lat": 40.6961, | |
| "lng": 22.885, | |
| "country": "Greece", | |
| "population": 828000 | |
| }, | |
| { | |
| "city": "Omaha", | |
| "lat": 41.2628, | |
| "lng": -96.0495, | |
| "country": "United States", | |
| "population": 827786 | |
| }, | |
| { | |
| "city": "Freetown", | |
| "lat": 8.47, | |
| "lng": -13.2342, | |
| "country": "Sierra Leone", | |
| "population": 827000 | |
| }, | |
| { | |
| "city": "Kota", | |
| "lat": 25.18, | |
| "lng": 75.835, | |
| "country": "India", | |
| "population": 827000 | |
| }, | |
| { | |
| "city": "Braga", | |
| "lat": 41.555, | |
| "lng": -8.4213, | |
| "country": "Portugal", | |
| "population": 826833 | |
| }, | |
| { | |
| "city": "Jhansi", | |
| "lat": 25.453, | |
| "lng": 78.5575, | |
| "country": "India", | |
| "population": 826494 | |
| }, | |
| { | |
| "city": "Yueyang", | |
| "lat": 29.3801, | |
| "lng": 113.1, | |
| "country": "China", | |
| "population": 826000 | |
| }, | |
| { | |
| "city": "Nottingham", | |
| "lat": 52.9703, | |
| "lng": -1.17, | |
| "country": "United Kingdom", | |
| "population": 825600 | |
| }, | |
| { | |
| "city": "Agadir", | |
| "lat": 30.44, | |
| "lng": -9.62, | |
| "country": "Morocco", | |
| "population": 825467 | |
| }, | |
| { | |
| "city": "Butterworth", | |
| "lat": 5.4171, | |
| "lng": 100.4, | |
| "country": "Malaysia", | |
| "population": 821652 | |
| }, | |
| { | |
| "city": "Bareilly", | |
| "lat": 28.3454, | |
| "lng": 79.42, | |
| "country": "India", | |
| "population": 817000 | |
| }, | |
| { | |
| "city": "Jos", | |
| "lat": 9.93, | |
| "lng": 8.89, | |
| "country": "Nigeria", | |
| "population": 816824 | |
| }, | |
| { | |
| "city": "Xingyi", | |
| "lat": 25.0904, | |
| "lng": 104.89, | |
| "country": "China", | |
| "population": 816000 | |
| }, | |
| { | |
| "city": "Arequipa", | |
| "lat": -16.42, | |
| "lng": -71.53, | |
| "country": "Peru", | |
| "population": 815000 | |
| }, | |
| { | |
| "city": "Cebu", | |
| "lat": 10.32, | |
| "lng": 123.9001, | |
| "country": "Philippines", | |
| "population": 815000 | |
| }, | |
| { | |
| "city": "Liverpool", | |
| "lat": 53.416, | |
| "lng": -2.918, | |
| "country": "United Kingdom", | |
| "population": 811000 | |
| }, | |
| { | |
| "city": "Rajshahi", | |
| "lat": 24.375, | |
| "lng": 88.605, | |
| "country": "Bangladesh", | |
| "population": 810000 | |
| }, | |
| { | |
| "city": "Langfang", | |
| "lat": 39.5204, | |
| "lng": 116.68, | |
| "country": "China", | |
| "population": 810000 | |
| }, | |
| { | |
| "city": "Wuhu", | |
| "lat": 31.3504, | |
| "lng": 118.37, | |
| "country": "China", | |
| "population": 810000 | |
| }, | |
| { | |
| "city": "Culiacán", | |
| "lat": 24.83, | |
| "lng": -107.38, | |
| "country": "Mexico", | |
| "population": 809000 | |
| }, | |
| { | |
| "city": "Zhaotang", | |
| "lat": 27.3204, | |
| "lng": 103.72, | |
| "country": "China", | |
| "population": 809000 | |
| }, | |
| { | |
| "city": "Valencia", | |
| "lat": 39.485, | |
| "lng": -0.4, | |
| "country": "Spain", | |
| "population": 808000 | |
| }, | |
| { | |
| "city": "Cuiabá", | |
| "lat": -15.5696, | |
| "lng": -56.085, | |
| "country": "Brazil", | |
| "population": 806000 | |
| }, | |
| { | |
| "city": "Lingyuan", | |
| "lat": 41.24, | |
| "lng": 119.4011, | |
| "country": "China", | |
| "population": 806000 | |
| }, | |
| { | |
| "city": "Qui Nhon", | |
| "lat": 13.78, | |
| "lng": 109.18, | |
| "country": "Vietnam", | |
| "population": 805290 | |
| }, | |
| { | |
| "city": "Malang", | |
| "lat": -7.98, | |
| "lng": 112.61, | |
| "country": "Indonesia", | |
| "population": 805000 | |
| }, | |
| { | |
| "city": "Aligarh", | |
| "lat": 27.8922, | |
| "lng": 78.0618, | |
| "country": "India", | |
| "population": 805000 | |
| }, | |
| { | |
| "city": "Lvov", | |
| "lat": 49.835, | |
| "lng": 24.03, | |
| "country": "Ukraine", | |
| "population": 803880 | |
| }, | |
| { | |
| "city": "Bordeaux", | |
| "lat": 44.85, | |
| "lng": -0.595, | |
| "country": "France", | |
| "population": 803000 | |
| }, | |
| { | |
| "city": "McAllen", | |
| "lat": 26.2325, | |
| "lng": -98.2467, | |
| "country": "United States", | |
| "population": 800904 | |
| }, | |
| { | |
| "city": "Baoji", | |
| "lat": 34.38, | |
| "lng": 107.15, | |
| "country": "China", | |
| "population": 800000 | |
| }, | |
| { | |
| "city": "Pekanbaru", | |
| "lat": 0.565, | |
| "lng": 101.425, | |
| "country": "Indonesia", | |
| "population": 799000 | |
| }, | |
| { | |
| "city": "Oran", | |
| "lat": 35.71, | |
| "lng": -0.62, | |
| "country": "Algeria", | |
| "population": 798000 | |
| }, | |
| { | |
| "city": "Yingkow", | |
| "lat": 40.6703, | |
| "lng": 122.28, | |
| "country": "China", | |
| "population": 795000 | |
| }, | |
| { | |
| "city": "Bhiwandi", | |
| "lat": 19.35, | |
| "lng": 73.13, | |
| "country": "India", | |
| "population": 795000 | |
| }, | |
| { | |
| "city": "Liaoyang", | |
| "lat": 41.28, | |
| "lng": 123.18, | |
| "country": "China", | |
| "population": 794000 | |
| }, | |
| { | |
| "city": "Chihuahua", | |
| "lat": 28.645, | |
| "lng": -106.085, | |
| "country": "Mexico", | |
| "population": 793000 | |
| }, | |
| { | |
| "city": "Jammu", | |
| "lat": 32.7118, | |
| "lng": 74.8467, | |
| "country": "India", | |
| "population": 791000 | |
| }, | |
| { | |
| "city": "Malacca", | |
| "lat": 2.2064, | |
| "lng": 102.2465, | |
| "country": "Malaysia", | |
| "population": 788706 | |
| }, | |
| { | |
| "city": "Zaporizhzhya", | |
| "lat": 47.8573, | |
| "lng": 35.1768, | |
| "country": "Ukraine", | |
| "population": 788000 | |
| }, | |
| { | |
| "city": "Moradabad", | |
| "lat": 28.8418, | |
| "lng": 78.7568, | |
| "country": "India", | |
| "population": 787000 | |
| }, | |
| { | |
| "city": "Antalya", | |
| "lat": 36.89, | |
| "lng": 30.7, | |
| "country": "Turkey", | |
| "population": 783000 | |
| }, | |
| { | |
| "city": "Al Hudaydah", | |
| "lat": 14.7979, | |
| "lng": 42.953, | |
| "country": "Yemen", | |
| "population": 780000 | |
| }, | |
| { | |
| "city": "Islamabad", | |
| "lat": 33.7, | |
| "lng": 73.1666, | |
| "country": "Pakistan", | |
| "population": 780000 | |
| }, | |
| { | |
| "city": "Campo Grande", | |
| "lat": -20.45, | |
| "lng": -54.6166, | |
| "country": "Brazil", | |
| "population": 778000 | |
| }, | |
| { | |
| "city": "Shaoxing", | |
| "lat": 30.0004, | |
| "lng": 120.57, | |
| "country": "China", | |
| "population": 777000 | |
| }, | |
| { | |
| "city": "Yichun", | |
| "lat": 47.6999, | |
| "lng": 128.9, | |
| "country": "China", | |
| "population": 777000 | |
| }, | |
| { | |
| "city": "Mangalore", | |
| "lat": 12.9, | |
| "lng": 74.85, | |
| "country": "India", | |
| "population": 776632 | |
| }, | |
| { | |
| "city": "Wuppertal", | |
| "lat": 51.25, | |
| "lng": 7.17, | |
| "country": "Germany", | |
| "population": 776525 | |
| }, | |
| { | |
| "city": "Cheongju", | |
| "lat": 36.6439, | |
| "lng": 127.5012, | |
| "country": "Korea, South", | |
| "population": 775096 | |
| }, | |
| { | |
| "city": "Zamboanga", | |
| "lat": 6.92, | |
| "lng": 122.08, | |
| "country": "Philippines", | |
| "population": 773000 | |
| }, | |
| { | |
| "city": "Hamhung", | |
| "lat": 39.9101, | |
| "lng": 127.5454, | |
| "country": "Korea, North", | |
| "population": 773000 | |
| }, | |
| { | |
| "city": "Ilorin", | |
| "lat": 8.49, | |
| "lng": 4.55, | |
| "country": "Nigeria", | |
| "population": 771000 | |
| }, | |
| { | |
| "city": "Fuyang", | |
| "lat": 30.0533, | |
| "lng": 119.9519, | |
| "country": "China", | |
| "population": 771000 | |
| }, | |
| { | |
| "city": "Saarbrücken", | |
| "lat": 49.2504, | |
| "lng": 6.97, | |
| "country": "Germany", | |
| "population": 770001 | |
| }, | |
| { | |
| "city": "Fuxin", | |
| "lat": 42.0105, | |
| "lng": 121.66, | |
| "country": "China", | |
| "population": 770000 | |
| }, | |
| { | |
| "city": "Shiyan", | |
| "lat": 32.57, | |
| "lng": 110.78, | |
| "country": "China", | |
| "population": 770000 | |
| }, | |
| { | |
| "city": "Quetta", | |
| "lat": 30.22, | |
| "lng": 67.025, | |
| "country": "Pakistan", | |
| "population": 768000 | |
| }, | |
| { | |
| "city": "Trujillo", | |
| "lat": -8.12, | |
| "lng": -79.02, | |
| "country": "Peru", | |
| "population": 765171 | |
| }, | |
| { | |
| "city": "Kananga", | |
| "lat": -5.89, | |
| "lng": 22.4, | |
| "country": "Congo (Kinshasa)", | |
| "population": 765000 | |
| }, | |
| { | |
| "city": "Trabzon", | |
| "lat": 40.98, | |
| "lng": 39.72, | |
| "country": "Turkey", | |
| "population": 764714 | |
| }, | |
| { | |
| "city": "Cotonou", | |
| "lat": 6.4, | |
| "lng": 2.52, | |
| "country": "Benin", | |
| "population": 762000 | |
| }, | |
| { | |
| "city": "Jincheng", | |
| "lat": 35.5004, | |
| "lng": 112.83, | |
| "country": "China", | |
| "population": 760000 | |
| }, | |
| { | |
| "city": "Albuquerque", | |
| "lat": 35.1053, | |
| "lng": -106.6464, | |
| "country": "United States", | |
| "population": 758523 | |
| }, | |
| { | |
| "city": "Łódź", | |
| "lat": 51.775, | |
| "lng": 19.4514, | |
| "country": "Poland", | |
| "population": 758000 | |
| }, | |
| { | |
| "city": "Kraków", | |
| "lat": 50.06, | |
| "lng": 19.96, | |
| "country": "Poland", | |
| "population": 756000 | |
| }, | |
| { | |
| "city": "Vientiane", | |
| "lat": 17.9667, | |
| "lng": 102.6, | |
| "country": "Laos", | |
| "population": 754000 | |
| }, | |
| { | |
| "city": "Saltillo", | |
| "lat": 25.42, | |
| "lng": -101.005, | |
| "country": "Mexico", | |
| "population": 754000 | |
| }, | |
| { | |
| "city": "São José dos Campos", | |
| "lat": -23.2, | |
| "lng": -45.8799, | |
| "country": "Brazil", | |
| "population": 753769 | |
| }, | |
| { | |
| "city": "Hungnam", | |
| "lat": 39.8231, | |
| "lng": 127.6232, | |
| "country": "Korea, North", | |
| "population": 751322 | |
| }, | |
| { | |
| "city": "Taizz", | |
| "lat": 13.6045, | |
| "lng": 44.0394, | |
| "country": "Yemen", | |
| "population": 751000 | |
| }, | |
| { | |
| "city": "Pietermaritzburg", | |
| "lat": -29.61, | |
| "lng": 30.39, | |
| "country": "South Africa", | |
| "population": 750845 | |
| }, | |
| { | |
| "city": "Tangier", | |
| "lat": 35.7473, | |
| "lng": -5.8327, | |
| "country": "Morocco", | |
| "population": 750060 | |
| }, | |
| { | |
| "city": "Changhua", | |
| "lat": 24.0734, | |
| "lng": 120.5134, | |
| "country": "Taiwan", | |
| "population": 750000 | |
| }, | |
| { | |
| "city": "Hsinchu", | |
| "lat": 24.8168, | |
| "lng": 120.9767, | |
| "country": "Taiwan", | |
| "population": 750000 | |
| }, | |
| { | |
| "city": "Fargona", | |
| "lat": 40.39, | |
| "lng": 71.78, | |
| "country": "Uzbekistan", | |
| "population": 750000 | |
| }, | |
| { | |
| "city": "Namangan", | |
| "lat": 41, | |
| "lng": 71.67, | |
| "country": "Uzbekistan", | |
| "population": 750000 | |
| }, | |
| { | |
| "city": "Kolhapur", | |
| "lat": 16.7, | |
| "lng": 74.22, | |
| "country": "India", | |
| "population": 750000 | |
| }, | |
| { | |
| "city": "Liège", | |
| "lat": 50.63, | |
| "lng": 5.58, | |
| "country": "Belgium", | |
| "population": 749110 | |
| }, | |
| { | |
| "city": "Ciudad Guayana", | |
| "lat": 8.37, | |
| "lng": -62.62, | |
| "country": "Venezuela", | |
| "population": 746535 | |
| }, | |
| { | |
| "city": "Birmingham", | |
| "lat": 33.5276, | |
| "lng": -86.7988, | |
| "country": "United States", | |
| "population": 744189 | |
| }, | |
| { | |
| "city": "Hegang", | |
| "lat": 47.4, | |
| "lng": 130.37, | |
| "country": "China", | |
| "population": 743307 | |
| }, | |
| { | |
| "city": "Riga", | |
| "lat": 56.95, | |
| "lng": 24.1, | |
| "country": "Latvia", | |
| "population": 742572 | |
| }, | |
| { | |
| "city": "Nouakchott", | |
| "lat": 18.0864, | |
| "lng": -15.9753, | |
| "country": "Mauritania", | |
| "population": 742144 | |
| }, | |
| { | |
| "city": "Naga", | |
| "lat": 13.6192, | |
| "lng": 123.1814, | |
| "country": "Philippines", | |
| "population": 741635 | |
| }, | |
| { | |
| "city": "Gdańsk", | |
| "lat": 54.36, | |
| "lng": 18.64, | |
| "country": "Poland", | |
| "population": 740000 | |
| }, | |
| { | |
| "city": "Ansan", | |
| "lat": 37.3481, | |
| "lng": 126.8595, | |
| "country": "Korea, South", | |
| "population": 739493 | |
| }, | |
| { | |
| "city": "Nürnberg", | |
| "lat": 49.45, | |
| "lng": 11.08, | |
| "country": "Germany", | |
| "population": 737304 | |
| }, | |
| { | |
| "city": "Oyo", | |
| "lat": 7.8504, | |
| "lng": 3.93, | |
| "country": "Nigeria", | |
| "population": 736072 | |
| }, | |
| { | |
| "city": "Muscat", | |
| "lat": 23.6133, | |
| "lng": 58.5933, | |
| "country": "Oman", | |
| "population": 734697 | |
| }, | |
| { | |
| "city": "Amravati", | |
| "lat": 20.95, | |
| "lng": 77.77, | |
| "country": "India", | |
| "population": 734451 | |
| }, | |
| { | |
| "city": "Denpasar", | |
| "lat": -8.65, | |
| "lng": 115.22, | |
| "country": "Indonesia", | |
| "population": 732344 | |
| }, | |
| { | |
| "city": "Sokoto", | |
| "lat": 13.06, | |
| "lng": 5.24, | |
| "country": "Nigeria", | |
| "population": 732178 | |
| }, | |
| { | |
| "city": "Beihai", | |
| "lat": 21.4804, | |
| "lng": 109.1, | |
| "country": "China", | |
| "population": 728978 | |
| }, | |
| { | |
| "city": "Ashgabat", | |
| "lat": 37.95, | |
| "lng": 58.3833, | |
| "country": "Turkmenistan", | |
| "population": 727700 | |
| }, | |
| { | |
| "city": "Bremen", | |
| "lat": 53.08, | |
| "lng": 8.8, | |
| "country": "Germany", | |
| "population": 724909 | |
| }, | |
| { | |
| "city": "As Sulaymaniyah", | |
| "lat": 35.5613, | |
| "lng": 45.4309, | |
| "country": "Iraq", | |
| "population": 723170 | |
| }, | |
| { | |
| "city": "Zagreb", | |
| "lat": 45.8, | |
| "lng": 16, | |
| "country": "Croatia", | |
| "population": 722526 | |
| }, | |
| { | |
| "city": "Hannover", | |
| "lat": 52.367, | |
| "lng": 9.7167, | |
| "country": "Germany", | |
| "population": 722490 | |
| }, | |
| { | |
| "city": "Cúcuta", | |
| "lat": 7.92, | |
| "lng": -72.52, | |
| "country": "Colombia", | |
| "population": 722146 | |
| }, | |
| { | |
| "city": "Hamilton", | |
| "lat": 43.25, | |
| "lng": -79.83, | |
| "country": "Canada", | |
| "population": 721053 | |
| }, | |
| { | |
| "city": "Moshi", | |
| "lat": -3.3396, | |
| "lng": 37.34, | |
| "country": "Tanzania", | |
| "population": 721018 | |
| }, | |
| { | |
| "city": "Shaoguan", | |
| "lat": 24.8, | |
| "lng": 113.58, | |
| "country": "China", | |
| "population": 720266 | |
| }, | |
| { | |
| "city": "Kumamoto", | |
| "lat": 32.8009, | |
| "lng": 130.7006, | |
| "country": "Japan", | |
| "population": 718232 | |
| }, | |
| { | |
| "city": "Dayton", | |
| "lat": 39.7797, | |
| "lng": -84.1998, | |
| "country": "United States", | |
| "population": 718169 | |
| }, | |
| { | |
| "city": "Lianyungang", | |
| "lat": 34.6004, | |
| "lng": 119.17, | |
| "country": "China", | |
| "population": 715600 | |
| }, | |
| { | |
| "city": "Acapulco", | |
| "lat": 16.85, | |
| "lng": -99.916, | |
| "country": "Mexico", | |
| "population": 715584 | |
| }, | |
| { | |
| "city": "Kandahar", | |
| "lat": 31.61, | |
| "lng": 65.6949, | |
| "country": "Afghanistan", | |
| "population": 715542 | |
| }, | |
| { | |
| "city": "Dehra Dun", | |
| "lat": 30.3204, | |
| "lng": 78.05, | |
| "country": "India", | |
| "population": 714223 | |
| }, | |
| { | |
| "city": "Rochester", | |
| "lat": 43.168, | |
| "lng": -77.6162, | |
| "country": "United States", | |
| "population": 711998 | |
| }, | |
| { | |
| "city": "Jeonju", | |
| "lat": 35.8314, | |
| "lng": 127.1404, | |
| "country": "Korea, South", | |
| "population": 711424 | |
| }, | |
| { | |
| "city": "Samarqand", | |
| "lat": 39.67, | |
| "lng": 66.945, | |
| "country": "Uzbekistan", | |
| "population": 708000 | |
| }, | |
| { | |
| "city": "Qingyuan", | |
| "lat": 23.7004, | |
| "lng": 113.0301, | |
| "country": "China", | |
| "population": 706717 | |
| }, | |
| { | |
| "city": "Sarasota", | |
| "lat": 27.3391, | |
| "lng": -82.5439, | |
| "country": "United States", | |
| "population": 706245 | |
| }, | |
| { | |
| "city": "Changzhi", | |
| "lat": 36.1839, | |
| "lng": 113.1053, | |
| "country": "China", | |
| "population": 706000 | |
| }, | |
| { | |
| "city": "Tolyatti", | |
| "lat": 53.4804, | |
| "lng": 49.53, | |
| "country": "Russia", | |
| "population": 702879 | |
| }, | |
| { | |
| "city": "Jaboatao", | |
| "lat": -8.11, | |
| "lng": -35.02, | |
| "country": "Brazil", | |
| "population": 702621 | |
| }, | |
| { | |
| "city": "Shizuoka", | |
| "lat": 34.9858, | |
| "lng": 138.3854, | |
| "country": "Japan", | |
| "population": 701561 | |
| }, | |
| { | |
| "city": "Bulawayo", | |
| "lat": -20.17, | |
| "lng": 28.58, | |
| "country": "Zimbabwe", | |
| "population": 699385 | |
| }, | |
| { | |
| "city": "Soledad", | |
| "lat": 10.92, | |
| "lng": -74.77, | |
| "country": "Colombia", | |
| "population": 698852 | |
| }, | |
| { | |
| "city": "Fresno", | |
| "lat": 36.7834, | |
| "lng": -119.7941, | |
| "country": "United States", | |
| "population": 698021 | |
| }, | |
| { | |
| "city": "Meknes", | |
| "lat": 33.9004, | |
| "lng": -5.56, | |
| "country": "Morocco", | |
| "population": 697628 | |
| }, | |
| { | |
| "city": "Sarajevo", | |
| "lat": 43.85, | |
| "lng": 18.383, | |
| "country": "Bosnia And Herzegovina", | |
| "population": 696731 | |
| }, | |
| { | |
| "city": "La Plata", | |
| "lat": -34.9096, | |
| "lng": -57.96, | |
| "country": "Argentina", | |
| "population": 694253 | |
| }, | |
| { | |
| "city": "Malegaon", | |
| "lat": 20.5604, | |
| "lng": 74.525, | |
| "country": "India", | |
| "population": 690844 | |
| }, | |
| { | |
| "city": "Enugu", | |
| "lat": 6.45, | |
| "lng": 7.5, | |
| "country": "Nigeria", | |
| "population": 688862 | |
| }, | |
| { | |
| "city": "Chișinău", | |
| "lat": 47.005, | |
| "lng": 28.8577, | |
| "country": "Moldova", | |
| "population": 688134 | |
| }, | |
| { | |
| "city": "Huangshi", | |
| "lat": 30.22, | |
| "lng": 115.1, | |
| "country": "China", | |
| "population": 688090 | |
| }, | |
| { | |
| "city": "Aracaju", | |
| "lat": -10.9, | |
| "lng": -37.12, | |
| "country": "Brazil", | |
| "population": 685356 | |
| }, | |
| { | |
| "city": "Allentown", | |
| "lat": 40.5961, | |
| "lng": -75.4756, | |
| "country": "United States", | |
| "population": 682899 | |
| }, | |
| { | |
| "city": "Bonn", | |
| "lat": 50.7205, | |
| "lng": 7.08, | |
| "country": "Germany", | |
| "population": 680543 | |
| }, | |
| { | |
| "city": "San Pedro Sula", | |
| "lat": 15.5, | |
| "lng": -88.03, | |
| "country": "Honduras", | |
| "population": 680091 | |
| }, | |
| { | |
| "city": "Nellore", | |
| "lat": 14.44, | |
| "lng": 79.9899, | |
| "country": "India", | |
| "population": 678004 | |
| }, | |
| { | |
| "city": "Catania", | |
| "lat": 37.5, | |
| "lng": 15.08, | |
| "country": "Italy", | |
| "population": 674542 | |
| }, | |
| { | |
| "city": "Gorakhpur", | |
| "lat": 26.7504, | |
| "lng": 83.38, | |
| "country": "India", | |
| "population": 674246 | |
| }, | |
| { | |
| "city": "Ipoh", | |
| "lat": 4.6, | |
| "lng": 101.065, | |
| "country": "Malaysia", | |
| "population": 673318 | |
| }, | |
| { | |
| "city": "Chongjin", | |
| "lat": 41.7846, | |
| "lng": 129.79, | |
| "country": "Korea, North", | |
| "population": 672614 | |
| }, | |
| { | |
| "city": "Tulsa", | |
| "lat": 36.1284, | |
| "lng": -95.9042, | |
| "country": "United States", | |
| "population": 672054 | |
| }, | |
| { | |
| "city": "Utsunomiya", | |
| "lat": 36.55, | |
| "lng": 139.87, | |
| "country": "Japan", | |
| "population": 667752 | |
| }, | |
| { | |
| "city": "Puyang", | |
| "lat": 35.7004, | |
| "lng": 114.98, | |
| "country": "China", | |
| "population": 666322 | |
| }, | |
| { | |
| "city": "An Najaf", | |
| "lat": 32.0003, | |
| "lng": 44.3354, | |
| "country": "Iraq", | |
| "population": 665552 | |
| }, | |
| { | |
| "city": "São José dos Pinhais", | |
| "lat": -25.57, | |
| "lng": -49.18, | |
| "country": "Brazil", | |
| "population": 665063 | |
| }, | |
| { | |
| "city": "Santo André", | |
| "lat": -23.6528, | |
| "lng": -46.5278, | |
| "country": "Brazil", | |
| "population": 662373 | |
| }, | |
| { | |
| "city": "Bytom", | |
| "lat": 50.35, | |
| "lng": 18.91, | |
| "country": "Poland", | |
| "population": 662247 | |
| }, | |
| { | |
| "city": "Pointe-Noire", | |
| "lat": -4.77, | |
| "lng": 11.88, | |
| "country": "Congo (Brazzaville)", | |
| "population": 659084 | |
| }, | |
| { | |
| "city": "At Taif", | |
| "lat": 21.2622, | |
| "lng": 40.3823, | |
| "country": "Saudi Arabia", | |
| "population": 657282 | |
| }, | |
| { | |
| "city": "Ismaïlia", | |
| "lat": 30.5903, | |
| "lng": 32.26, | |
| "country": "Egypt", | |
| "population": 656135 | |
| }, | |
| { | |
| "city": "Concord", | |
| "lat": 37.9722, | |
| "lng": -122.0016, | |
| "country": "United States", | |
| "population": 654770 | |
| }, | |
| { | |
| "city": "Shimoga", | |
| "lat": 13.9304, | |
| "lng": 75.56, | |
| "country": "India", | |
| "population": 654055 | |
| }, | |
| { | |
| "city": "Biên Hòa", | |
| "lat": 10.97, | |
| "lng": 106.8301, | |
| "country": "Vietnam", | |
| "population": 652646 | |
| }, | |
| { | |
| "city": "Zhanyi", | |
| "lat": 25.6005, | |
| "lng": 103.8166, | |
| "country": "China", | |
| "population": 652604 | |
| }, | |
| { | |
| "city": "Kryvyy Rih", | |
| "lat": 47.9283, | |
| "lng": 33.345, | |
| "country": "Ukraine", | |
| "population": 652380 | |
| }, | |
| { | |
| "city": "Andijon", | |
| "lat": 40.79, | |
| "lng": 72.34, | |
| "country": "Uzbekistan", | |
| "population": 650000 | |
| }, | |
| { | |
| "city": "Tiruppur", | |
| "lat": 11.0804, | |
| "lng": 77.33, | |
| "country": "India", | |
| "population": 650000 | |
| }, | |
| { | |
| "city": "Irbid", | |
| "lat": 32.55, | |
| "lng": 35.85, | |
| "country": "Jordan", | |
| "population": 650000 | |
| }, | |
| { | |
| "city": "Krasnodar", | |
| "lat": 45.02, | |
| "lng": 39, | |
| "country": "Russia", | |
| "population": 649851 | |
| }, | |
| { | |
| "city": "Zaragoza", | |
| "lat": 41.65, | |
| "lng": -0.89, | |
| "country": "Spain", | |
| "population": 649404 | |
| }, | |
| { | |
| "city": "Genoa", | |
| "lat": 44.41, | |
| "lng": 8.93, | |
| "country": "Italy", | |
| "population": 647497 | |
| }, | |
| { | |
| "city": "Lilongwe", | |
| "lat": -13.9833, | |
| "lng": 33.7833, | |
| "country": "Malawi", | |
| "population": 646750 | |
| }, | |
| { | |
| "city": "Diyarbakır", | |
| "lat": 37.9204, | |
| "lng": 40.23, | |
| "country": "Turkey", | |
| "population": 644763 | |
| }, | |
| { | |
| "city": "Morelia", | |
| "lat": 19.7334, | |
| "lng": -101.1895, | |
| "country": "Mexico", | |
| "population": 644306 | |
| }, | |
| { | |
| "city": "Ulyanovsk", | |
| "lat": 54.33, | |
| "lng": 48.41, | |
| "country": "Russia", | |
| "population": 640680 | |
| }, | |
| { | |
| "city": "Utrecht", | |
| "lat": 52.1003, | |
| "lng": 5.12, | |
| "country": "Netherlands", | |
| "population": 640000 | |
| }, | |
| { | |
| "city": "Kikwit", | |
| "lat": -5.03, | |
| "lng": 18.85, | |
| "country": "Congo (Kinshasa)", | |
| "population": 637736 | |
| }, | |
| { | |
| "city": "Al Hufuf", | |
| "lat": 25.3487, | |
| "lng": 49.5856, | |
| "country": "Saudi Arabia", | |
| "population": 637389 | |
| }, | |
| { | |
| "city": "Yogyakarta", | |
| "lat": -7.78, | |
| "lng": 110.375, | |
| "country": "Indonesia", | |
| "population": 636660 | |
| }, | |
| { | |
| "city": "Wrocław", | |
| "lat": 51.1104, | |
| "lng": 17.03, | |
| "country": "Poland", | |
| "population": 634893 | |
| }, | |
| { | |
| "city": "Winnipeg", | |
| "lat": 49.883, | |
| "lng": -97.166, | |
| "country": "Canada", | |
| "population": 632063 | |
| }, | |
| { | |
| "city": "Izhevsk", | |
| "lat": 56.85, | |
| "lng": 53.23, | |
| "country": "Russia", | |
| "population": 631038 | |
| }, | |
| { | |
| "city": "Cape Coral", | |
| "lat": 26.6444, | |
| "lng": -81.9956, | |
| "country": "United States", | |
| "population": 630134 | |
| }, | |
| { | |
| "city": "Springfield", | |
| "lat": 42.1155, | |
| "lng": -72.5395, | |
| "country": "United States", | |
| "population": 628076 | |
| }, | |
| { | |
| "city": "Zhuozhou", | |
| "lat": 39.5401, | |
| "lng": 115.79, | |
| "country": "China", | |
| "population": 628000 | |
| }, | |
| { | |
| "city": "Raurkela", | |
| "lat": 22.2304, | |
| "lng": 84.83, | |
| "country": "India", | |
| "population": 625831 | |
| }, | |
| { | |
| "city": "Québec", | |
| "lat": 46.84, | |
| "lng": -71.2456, | |
| "country": "Canada", | |
| "population": 624177 | |
| }, | |
| { | |
| "city": "Poznań", | |
| "lat": 52.4058, | |
| "lng": 16.8999, | |
| "country": "Poland", | |
| "population": 623997 | |
| }, | |
| { | |
| "city": "Colorado Springs", | |
| "lat": 38.8674, | |
| "lng": -104.7606, | |
| "country": "United States", | |
| "population": 623946 | |
| }, | |
| { | |
| "city": "Bur Said", | |
| "lat": 31.26, | |
| "lng": 32.29, | |
| "country": "Egypt", | |
| "population": 623864 | |
| }, | |
| { | |
| "city": "Nanded", | |
| "lat": 19.17, | |
| "lng": 77.3, | |
| "country": "India", | |
| "population": 623708 | |
| }, | |
| { | |
| "city": "Bannu", | |
| "lat": 32.989, | |
| "lng": 70.5986, | |
| "country": "Pakistan", | |
| "population": 622419 | |
| }, | |
| { | |
| "city": "Asmara", | |
| "lat": 15.3333, | |
| "lng": 38.9333, | |
| "country": "Eritrea", | |
| "population": 620802 | |
| }, | |
| { | |
| "city": "Southend-on-Sea", | |
| "lat": 51.55, | |
| "lng": 0.72, | |
| "country": "United Kingdom", | |
| "population": 618386 | |
| }, | |
| { | |
| "city": "Dresden", | |
| "lat": 51.05, | |
| "lng": 13.75, | |
| "country": "Germany", | |
| "population": 617515 | |
| }, | |
| { | |
| "city": "Wiesbaden", | |
| "lat": 50.0804, | |
| "lng": 8.25, | |
| "country": "Germany", | |
| "population": 617126 | |
| }, | |
| { | |
| "city": "Charleston", | |
| "lat": 32.8137, | |
| "lng": -79.9643, | |
| "country": "United States", | |
| "population": 616085 | |
| }, | |
| { | |
| "city": "Changping", | |
| "lat": 40.2248, | |
| "lng": 116.1944, | |
| "country": "China", | |
| "population": 614821 | |
| }, | |
| { | |
| "city": "Palu", | |
| "lat": -0.907, | |
| "lng": 119.833, | |
| "country": "Indonesia", | |
| "population": 612445 | |
| }, | |
| { | |
| "city": "Taizhou", | |
| "lat": 32.4904, | |
| "lng": 119.9, | |
| "country": "China", | |
| "population": 612356 | |
| }, | |
| { | |
| "city": "Xiangtai", | |
| "lat": 37.05, | |
| "lng": 114.5, | |
| "country": "China", | |
| "population": 611739 | |
| }, | |
| { | |
| "city": "Samsun", | |
| "lat": 41.28, | |
| "lng": 36.3437, | |
| "country": "Turkey", | |
| "population": 609339 | |
| }, | |
| { | |
| "city": "Luxor", | |
| "lat": 25.7, | |
| "lng": 32.65, | |
| "country": "Egypt", | |
| "population": 609248 | |
| }, | |
| { | |
| "city": "Belgaum", | |
| "lat": 15.865, | |
| "lng": 74.505, | |
| "country": "India", | |
| "population": 608756 | |
| }, | |
| { | |
| "city": "Pontianak", | |
| "lat": -0.03, | |
| "lng": 109.32, | |
| "country": "Indonesia", | |
| "population": 607311 | |
| }, | |
| { | |
| "city": "Yaroslavl", | |
| "lat": 57.62, | |
| "lng": 39.87, | |
| "country": "Russia", | |
| "population": 606730 | |
| }, | |
| { | |
| "city": "Constantine", | |
| "lat": 36.36, | |
| "lng": 6.5999, | |
| "country": "Algeria", | |
| "population": 605179 | |
| }, | |
| { | |
| "city": "Bandjarmasin", | |
| "lat": -3.33, | |
| "lng": 114.5801, | |
| "country": "Indonesia", | |
| "population": 603576 | |
| }, | |
| { | |
| "city": "Abu Dhabi", | |
| "lat": 24.4667, | |
| "lng": 54.3666, | |
| "country": "United Arab Emirates", | |
| "population": 603492 | |
| }, | |
| { | |
| "city": "Grand Rapids", | |
| "lat": 42.9615, | |
| "lng": -85.6557, | |
| "country": "United States", | |
| "population": 602694 | |
| }, | |
| { | |
| "city": "Kirkuk", | |
| "lat": 35.4722, | |
| "lng": 44.3923, | |
| "country": "Iraq", | |
| "population": 601433 | |
| }, | |
| { | |
| "city": "Sangli", | |
| "lat": 16.8604, | |
| "lng": 74.575, | |
| "country": "India", | |
| "population": 601214 | |
| }, | |
| { | |
| "city": "Barcelona", | |
| "lat": 10.1304, | |
| "lng": -64.72, | |
| "country": "Venezuela", | |
| "population": 600954 | |
| }, | |
| { | |
| "city": "Mission Viejo", | |
| "lat": 33.6095, | |
| "lng": -117.6551, | |
| "country": "United States", | |
| "population": 600474 | |
| }, | |
| { | |
| "city": "Canoas", | |
| "lat": -29.92, | |
| "lng": -51.18, | |
| "country": "Brazil", | |
| "population": 600000 | |
| }, | |
| { | |
| "city": "El Mansura", | |
| "lat": 31.0504, | |
| "lng": 31.38, | |
| "country": "Egypt", | |
| "population": 600000 | |
| }, | |
| { | |
| "city": "Sohag", | |
| "lat": 26.5504, | |
| "lng": 31.7, | |
| "country": "Egypt", | |
| "population": 600000 | |
| }, | |
| { | |
| "city": "Barnaul", | |
| "lat": 53.355, | |
| "lng": 83.745, | |
| "country": "Russia", | |
| "population": 599579 | |
| }, | |
| { | |
| "city": "Zahedan", | |
| "lat": 29.5, | |
| "lng": 60.83, | |
| "country": "Iran", | |
| "population": 598887 | |
| }, | |
| { | |
| "city": "Jalalabad", | |
| "lat": 34.4415, | |
| "lng": 70.4361, | |
| "country": "Afghanistan", | |
| "population": 597971 | |
| }, | |
| { | |
| "city": "Albany", | |
| "lat": 42.6664, | |
| "lng": -73.7987, | |
| "country": "United States", | |
| "population": 597270 | |
| }, | |
| { | |
| "city": "Chiclayo", | |
| "lat": -6.7629, | |
| "lng": -79.8366, | |
| "country": "Peru", | |
| "population": 596792 | |
| }, | |
| { | |
| "city": "Hermosillo", | |
| "lat": 29.0989, | |
| "lng": -110.9541, | |
| "country": "Mexico", | |
| "population": 595811 | |
| }, | |
| { | |
| "city": "Port Louis", | |
| "lat": -20.1666, | |
| "lng": 57.5, | |
| "country": "Mauritius", | |
| "population": 595491 | |
| }, | |
| { | |
| "city": "Chandrapur", | |
| "lat": 19.97, | |
| "lng": 79.3, | |
| "country": "India", | |
| "population": 595118 | |
| }, | |
| { | |
| "city": "Al Hillah", | |
| "lat": 23.4895, | |
| "lng": 46.7564, | |
| "country": "Saudi Arabia", | |
| "population": 594605 | |
| }, | |
| { | |
| "city": "Al Hillah", | |
| "lat": 32.4721, | |
| "lng": 44.4217, | |
| "country": "Iraq", | |
| "population": 594605 | |
| }, | |
| { | |
| "city": "Rasht", | |
| "lat": 37.3, | |
| "lng": 49.63, | |
| "country": "Iran", | |
| "population": 594590 | |
| }, | |
| { | |
| "city": "Nagano", | |
| "lat": 36.65, | |
| "lng": 138.17, | |
| "country": "Japan", | |
| "population": 594311 | |
| }, | |
| { | |
| "city": "Vinh", | |
| "lat": 18.7, | |
| "lng": 105.68, | |
| "country": "Vietnam", | |
| "population": 593645 | |
| }, | |
| { | |
| "city": "Abeokuta", | |
| "lat": 7.1604, | |
| "lng": 3.35, | |
| "country": "Nigeria", | |
| "population": 593100 | |
| }, | |
| { | |
| "city": "Kayseri", | |
| "lat": 38.735, | |
| "lng": 35.49, | |
| "country": "Turkey", | |
| "population": 592840 | |
| }, | |
| { | |
| "city": "Samarinda", | |
| "lat": -0.5, | |
| "lng": 117.15, | |
| "country": "Indonesia", | |
| "population": 592228 | |
| }, | |
| { | |
| "city": "Ajmer", | |
| "lat": 26.45, | |
| "lng": 74.64, | |
| "country": "India", | |
| "population": 589985 | |
| }, | |
| { | |
| "city": "Dortmund", | |
| "lat": 51.53, | |
| "lng": 7.45, | |
| "country": "Germany", | |
| "population": 588462 | |
| }, | |
| { | |
| "city": "Vladivostok", | |
| "lat": 43.13, | |
| "lng": 131.91, | |
| "country": "Russia", | |
| "population": 587022 | |
| }, | |
| { | |
| "city": "Irkutsk", | |
| "lat": 52.32, | |
| "lng": 104.245, | |
| "country": "Russia", | |
| "population": 586695 | |
| }, | |
| { | |
| "city": "Knoxville", | |
| "lat": 35.9692, | |
| "lng": -83.9495, | |
| "country": "United States", | |
| "population": 585249 | |
| }, | |
| { | |
| "city": "Blantyre", | |
| "lat": -15.79, | |
| "lng": 34.9899, | |
| "country": "Malawi", | |
| "population": 584877 | |
| }, | |
| { | |
| "city": "Baton Rouge", | |
| "lat": 30.4423, | |
| "lng": -91.1314, | |
| "country": "United States", | |
| "population": 583613 | |
| }, | |
| { | |
| "city": "Anqing", | |
| "lat": 30.5, | |
| "lng": 117.05, | |
| "country": "China", | |
| "population": 580497 | |
| }, | |
| { | |
| "city": "Cuttack", | |
| "lat": 20.47, | |
| "lng": 85.8899, | |
| "country": "India", | |
| "population": 580000 | |
| }, | |
| { | |
| "city": "Hachiōji", | |
| "lat": 35.6577, | |
| "lng": 139.3261, | |
| "country": "Japan", | |
| "population": 579399 | |
| }, | |
| { | |
| "city": "Khabarovsk", | |
| "lat": 48.455, | |
| "lng": 135.12, | |
| "country": "Russia", | |
| "population": 579000 | |
| }, | |
| { | |
| "city": "Veracruz", | |
| "lat": 19.1773, | |
| "lng": -96.16, | |
| "country": "Mexico", | |
| "population": 578963 | |
| }, | |
| { | |
| "city": "Kisangani", | |
| "lat": 0.52, | |
| "lng": 25.22, | |
| "country": "Congo (Kinshasa)", | |
| "population": 578470 | |
| }, | |
| { | |
| "city": "Libreville", | |
| "lat": 0.3854, | |
| "lng": 9.458, | |
| "country": "Gabon", | |
| "population": 578156 | |
| }, | |
| { | |
| "city": "Kerman", | |
| "lat": 30.3, | |
| "lng": 57.08, | |
| "country": "Iran", | |
| "population": 577514 | |
| }, | |
| { | |
| "city": "Urmia", | |
| "lat": 37.53, | |
| "lng": 45, | |
| "country": "Iran", | |
| "population": 577307 | |
| }, | |
| { | |
| "city": "Bikaner", | |
| "lat": 28.0304, | |
| "lng": 73.3299, | |
| "country": "India", | |
| "population": 576015 | |
| }, | |
| { | |
| "city": "Quetzaltenango", | |
| "lat": 14.83, | |
| "lng": -91.52, | |
| "country": "Guatemala", | |
| "population": 575263 | |
| }, | |
| { | |
| "city": "Bakersfield", | |
| "lat": 35.353, | |
| "lng": -119.036, | |
| "country": "United States", | |
| "population": 574362 | |
| }, | |
| { | |
| "city": "Ogden", | |
| "lat": 41.228, | |
| "lng": -111.9677, | |
| "country": "United States", | |
| "population": 573632 | |
| }, | |
| { | |
| "city": "Shihezi", | |
| "lat": 44.3, | |
| "lng": 86.0299, | |
| "country": "China", | |
| "population": 573182 | |
| }, | |
| { | |
| "city": "Kuching", | |
| "lat": 1.53, | |
| "lng": 110.33, | |
| "country": "Malaysia", | |
| "population": 570407 | |
| }, | |
| { | |
| "city": "Shuozhou", | |
| "lat": 39.3004, | |
| "lng": 112.42, | |
| "country": "China", | |
| "population": 570000 | |
| }, | |
| { | |
| "city": "Niigata", | |
| "lat": 37.92, | |
| "lng": 139.04, | |
| "country": "Japan", | |
| "population": 569797 | |
| }, | |
| { | |
| "city": "Pereira", | |
| "lat": 4.8104, | |
| "lng": -75.68, | |
| "country": "Colombia", | |
| "population": 568750 | |
| }, | |
| { | |
| "city": "Macau", | |
| "lat": 22.203, | |
| "lng": 113.545, | |
| "country": "Macau", | |
| "population": 568700 | |
| }, | |
| { | |
| "city": "New Haven", | |
| "lat": 41.3112, | |
| "lng": -72.9245, | |
| "country": "United States", | |
| "population": 568144 | |
| }, | |
| { | |
| "city": "Bouaké", | |
| "lat": 7.69, | |
| "lng": -5.03, | |
| "country": "Côte D’Ivoire", | |
| "population": 567481 | |
| }, | |
| { | |
| "city": "Columbia", | |
| "lat": 34.037, | |
| "lng": -80.9042, | |
| "country": "United States", | |
| "population": 566166 | |
| }, | |
| { | |
| "city": "Akron", | |
| "lat": 41.0802, | |
| "lng": -81.5219, | |
| "country": "United States", | |
| "population": 565920 | |
| }, | |
| { | |
| "city": "Binjai", | |
| "lat": 3.6204, | |
| "lng": 98.5001, | |
| "country": "Indonesia", | |
| "population": 564979 | |
| }, | |
| { | |
| "city": "Manama", | |
| "lat": 26.2361, | |
| "lng": 50.5831, | |
| "country": "Bahrain", | |
| "population": 563920 | |
| }, | |
| { | |
| "city": "Uberlândia", | |
| "lat": -18.9, | |
| "lng": -48.28, | |
| "country": "Brazil", | |
| "population": 563536 | |
| }, | |
| { | |
| "city": "Sorocaba", | |
| "lat": -23.49, | |
| "lng": -47.47, | |
| "country": "Brazil", | |
| "population": 563281 | |
| }, | |
| { | |
| "city": "Tongling", | |
| "lat": 30.9504, | |
| "lng": 117.78, | |
| "country": "China", | |
| "population": 562832 | |
| }, | |
| { | |
| "city": "Weihai", | |
| "lat": 37.5, | |
| "lng": 122.1, | |
| "country": "China", | |
| "population": 560255 | |
| }, | |
| { | |
| "city": "Mar del Plata", | |
| "lat": -38, | |
| "lng": -57.58, | |
| "country": "Argentina", | |
| "population": 555897 | |
| }, | |
| { | |
| "city": "Santiago de Cuba", | |
| "lat": 20.025, | |
| "lng": -75.8213, | |
| "country": "Cuba", | |
| "population": 555865 | |
| }, | |
| { | |
| "city": "Siping", | |
| "lat": 43.17, | |
| "lng": 124.33, | |
| "country": "China", | |
| "population": 555609 | |
| }, | |
| { | |
| "city": "Kagoshima", | |
| "lat": 31.586, | |
| "lng": 130.5611, | |
| "country": "Japan", | |
| "population": 555352 | |
| }, | |
| { | |
| "city": "Surakarta", | |
| "lat": -7.565, | |
| "lng": 110.825, | |
| "country": "Indonesia", | |
| "population": 555308 | |
| }, | |
| { | |
| "city": "Makhachkala", | |
| "lat": 42.98, | |
| "lng": 47.5, | |
| "country": "Russia", | |
| "population": 554981 | |
| }, | |
| { | |
| "city": "Bhavnagar", | |
| "lat": 21.7784, | |
| "lng": 72.13, | |
| "country": "India", | |
| "population": 554978 | |
| }, | |
| { | |
| "city": "Uyo", | |
| "lat": 5.008, | |
| "lng": 7.85, | |
| "country": "Nigeria", | |
| "population": 554906 | |
| }, | |
| { | |
| "city": "Bristol", | |
| "lat": 51.45, | |
| "lng": -2.5833, | |
| "country": "United Kingdom", | |
| "population": 553528 | |
| }, | |
| { | |
| "city": "Bahawalpur", | |
| "lat": 29.39, | |
| "lng": 71.675, | |
| "country": "Pakistan", | |
| "population": 552607 | |
| }, | |
| { | |
| "city": "Kenitra", | |
| "lat": 34.2704, | |
| "lng": -6.58, | |
| "country": "Morocco", | |
| "population": 551786 | |
| }, | |
| { | |
| "city": "Ribeirão Preto", | |
| "lat": -21.17, | |
| "lng": -47.83, | |
| "country": "Brazil", | |
| "population": 551267 | |
| }, | |
| { | |
| "city": "Kanazawa", | |
| "lat": 36.56, | |
| "lng": 136.64, | |
| "country": "Japan", | |
| "population": 551249 | |
| }, | |
| { | |
| "city": "Orenburg", | |
| "lat": 51.78, | |
| "lng": 55.11, | |
| "country": "Russia", | |
| "population": 550204 | |
| }, | |
| { | |
| "city": "Málaga", | |
| "lat": 36.7204, | |
| "lng": -4.42, | |
| "country": "Spain", | |
| "population": 550058 | |
| }, | |
| { | |
| "city": "Tabuk", | |
| "lat": 28.3838, | |
| "lng": 36.555, | |
| "country": "Saudi Arabia", | |
| "population": 547957 | |
| }, | |
| { | |
| "city": "Puerto la Cruz", | |
| "lat": 10.17, | |
| "lng": -64.68, | |
| "country": "Venezuela", | |
| "population": 546616 | |
| }, | |
| { | |
| "city": "Jiujiang", | |
| "lat": 29.73, | |
| "lng": 115.98, | |
| "country": "China", | |
| "population": 545616 | |
| }, | |
| { | |
| "city": "Hisar", | |
| "lat": 29.17, | |
| "lng": 75.725, | |
| "country": "India", | |
| "population": 544829 | |
| }, | |
| { | |
| "city": "Kashgar", | |
| "lat": 39.4763, | |
| "lng": 75.9699, | |
| "country": "China", | |
| "population": 543914 | |
| }, | |
| { | |
| "city": "Matola", | |
| "lat": -25.9696, | |
| "lng": 32.46, | |
| "country": "Mozambique", | |
| "population": 543907 | |
| }, | |
| { | |
| "city": "Bilaspur", | |
| "lat": 22.0904, | |
| "lng": 82.16, | |
| "country": "India", | |
| "population": 543454 | |
| }, | |
| { | |
| "city": "Sargodha", | |
| "lat": 32.0854, | |
| "lng": 72.675, | |
| "country": "Pakistan", | |
| "population": 542603 | |
| }, | |
| { | |
| "city": "Leipzig", | |
| "lat": 51.3354, | |
| "lng": 12.41, | |
| "country": "Germany", | |
| "population": 542529 | |
| }, | |
| { | |
| "city": "Vilnius", | |
| "lat": 54.6834, | |
| "lng": 25.3166, | |
| "country": "Lithuania", | |
| "population": 542366 | |
| }, | |
| { | |
| "city": "Tirunelveli", | |
| "lat": 8.7304, | |
| "lng": 77.69, | |
| "country": "India", | |
| "population": 542200 | |
| }, | |
| { | |
| "city": "Cancún", | |
| "lat": 21.17, | |
| "lng": -86.83, | |
| "country": "Mexico", | |
| "population": 542043 | |
| }, | |
| { | |
| "city": "Yangzhou", | |
| "lat": 32.4, | |
| "lng": 119.43, | |
| "country": "China", | |
| "population": 539715 | |
| }, | |
| { | |
| "city": "Novokuznetsk", | |
| "lat": 53.75, | |
| "lng": 87.115, | |
| "country": "Russia", | |
| "population": 539616 | |
| }, | |
| { | |
| "city": "Al Ladhiqiyah", | |
| "lat": 35.54, | |
| "lng": 35.78, | |
| "country": "Syria", | |
| "population": 539147 | |
| }, | |
| { | |
| "city": "Matamoros", | |
| "lat": 25.88, | |
| "lng": -97.5, | |
| "country": "Mexico", | |
| "population": 538785 | |
| }, | |
| { | |
| "city": "Göteborg", | |
| "lat": 57.75, | |
| "lng": 12, | |
| "country": "Sweden", | |
| "population": 537797 | |
| }, | |
| { | |
| "city": "Ōtsu", | |
| "lat": 35.0064, | |
| "lng": 135.8674, | |
| "country": "Japan", | |
| "population": 536976 | |
| }, | |
| { | |
| "city": "Tomsk", | |
| "lat": 56.495, | |
| "lng": 84.975, | |
| "country": "Russia", | |
| "population": 535479 | |
| }, | |
| { | |
| "city": "Linxia", | |
| "lat": 35.6, | |
| "lng": 103.2, | |
| "country": "China", | |
| "population": 534555 | |
| }, | |
| { | |
| "city": "Matsuyama", | |
| "lat": 33.8455, | |
| "lng": 132.7658, | |
| "country": "Japan", | |
| "population": 533541 | |
| }, | |
| { | |
| "city": "Rouen", | |
| "lat": 49.4304, | |
| "lng": 1.08, | |
| "country": "France", | |
| "population": 532559 | |
| }, | |
| { | |
| "city": "Jiangmen", | |
| "lat": 22.5804, | |
| "lng": 113.08, | |
| "country": "China", | |
| "population": 532419 | |
| }, | |
| { | |
| "city": "Oaxaca", | |
| "lat": 17.0827, | |
| "lng": -96.6699, | |
| "country": "Mexico", | |
| "population": 530728 | |
| }, | |
| { | |
| "city": "Beira", | |
| "lat": -19.82, | |
| "lng": 34.87, | |
| "country": "Mozambique", | |
| "population": 530604 | |
| }, | |
| { | |
| "city": "Guntur", | |
| "lat": 16.33, | |
| "lng": 80.45, | |
| "country": "India", | |
| "population": 530577 | |
| }, | |
| { | |
| "city": "Trablous", | |
| "lat": 34.42, | |
| "lng": 35.87, | |
| "country": "Lebanon", | |
| "population": 530000 | |
| }, | |
| { | |
| "city": "Hamadan", | |
| "lat": 34.796, | |
| "lng": 48.515, | |
| "country": "Iran", | |
| "population": 528256 | |
| }, | |
| { | |
| "city": "Cangzhou", | |
| "lat": 38.3204, | |
| "lng": 116.87, | |
| "country": "China", | |
| "population": 527681 | |
| }, | |
| { | |
| "city": "Kota Kinabalu", | |
| "lat": 5.98, | |
| "lng": 116.11, | |
| "country": "Malaysia", | |
| "population": 527671 | |
| }, | |
| { | |
| "city": "Gold Coast", | |
| "lat": -28.0815, | |
| "lng": 153.4482, | |
| "country": "Australia", | |
| "population": 527660 | |
| }, | |
| { | |
| "city": "Jian", | |
| "lat": 27.1304, | |
| "lng": 115, | |
| "country": "China", | |
| "population": 520248 | |
| }, | |
| { | |
| "city": "Londrina", | |
| "lat": -23.3, | |
| "lng": -51.18, | |
| "country": "Brazil", | |
| "population": 520238 | |
| }, | |
| { | |
| "city": "Ryazan", | |
| "lat": 54.62, | |
| "lng": 39.72, | |
| "country": "Russia", | |
| "population": 520173 | |
| }, | |
| { | |
| "city": "Shashi", | |
| "lat": 30.32, | |
| "lng": 112.23, | |
| "country": "China", | |
| "population": 520000 | |
| }, | |
| { | |
| "city": "Bello", | |
| "lat": 6.33, | |
| "lng": -75.57, | |
| "country": "Colombia", | |
| "population": 519670 | |
| }, | |
| { | |
| "city": "Tyumen", | |
| "lat": 57.14, | |
| "lng": 65.53, | |
| "country": "Russia", | |
| "population": 519119 | |
| }, | |
| { | |
| "city": "Lipetsk", | |
| "lat": 52.62, | |
| "lng": 39.64, | |
| "country": "Russia", | |
| "population": 515655 | |
| }, | |
| { | |
| "city": "Siliguri", | |
| "lat": 26.7204, | |
| "lng": 88.455, | |
| "country": "India", | |
| "population": 515574 | |
| }, | |
| { | |
| "city": "Eskişehir", | |
| "lat": 39.795, | |
| "lng": 30.53, | |
| "country": "Turkey", | |
| "population": 514869 | |
| }, | |
| { | |
| "city": "Banda Aceh", | |
| "lat": 5.55, | |
| "lng": 95.32, | |
| "country": "Indonesia", | |
| "population": 513698 | |
| }, | |
| { | |
| "city": "Ujjain", | |
| "lat": 23.1904, | |
| "lng": 75.79, | |
| "country": "India", | |
| "population": 513350 | |
| }, | |
| { | |
| "city": "Salta", | |
| "lat": -24.7834, | |
| "lng": -65.4166, | |
| "country": "Argentina", | |
| "population": 512686 | |
| }, | |
| { | |
| "city": "Penza", | |
| "lat": 53.18, | |
| "lng": 45, | |
| "country": "Russia", | |
| "population": 512602 | |
| }, | |
| { | |
| "city": "Blida", | |
| "lat": 36.4203, | |
| "lng": 2.83, | |
| "country": "Algeria", | |
| "population": 511348 | |
| }, | |
| { | |
| "city": "Mykolayiv", | |
| "lat": 46.9677, | |
| "lng": 31.9843, | |
| "country": "Ukraine", | |
| "population": 510840 | |
| }, | |
| { | |
| "city": "Karbala", | |
| "lat": 32.6149, | |
| "lng": 44.0245, | |
| "country": "Iraq", | |
| "population": 510692 | |
| }, | |
| { | |
| "city": "Suez", | |
| "lat": 30.005, | |
| "lng": 32.5499, | |
| "country": "Egypt", | |
| "population": 508335 | |
| }, | |
| { | |
| "city": "Gliwice", | |
| "lat": 50.3304, | |
| "lng": 18.67, | |
| "country": "Poland", | |
| "population": 507670 | |
| }, | |
| { | |
| "city": "Bukittinggi", | |
| "lat": -0.3031, | |
| "lng": 100.3615, | |
| "country": "Indonesia", | |
| "population": 506964 | |
| }, | |
| { | |
| "city": "Liaoyuan", | |
| "lat": 42.9, | |
| "lng": 125.13, | |
| "country": "China", | |
| "population": 506548 | |
| }, | |
| { | |
| "city": "Kota Baharu", | |
| "lat": 6.12, | |
| "lng": 102.23, | |
| "country": "Malaysia", | |
| "population": 505583 | |
| }, | |
| { | |
| "city": "Jundiaí", | |
| "lat": -23.2, | |
| "lng": -46.88, | |
| "country": "Brazil", | |
| "population": 505548 | |
| }, | |
| { | |
| "city": "Edinburgh", | |
| "lat": 55.9483, | |
| "lng": -3.2191, | |
| "country": "United Kingdom", | |
| "population": 504966 | |
| }, | |
| { | |
| "city": "Tlaxcala", | |
| "lat": 19.32, | |
| "lng": -98.23, | |
| "country": "Mexico", | |
| "population": 503878 | |
| }, | |
| { | |
| "city": "Provo", | |
| "lat": 40.2458, | |
| "lng": -111.6457, | |
| "country": "United States", | |
| "population": 503695 | |
| }, | |
| { | |
| "city": "Arak", | |
| "lat": 34.0804, | |
| "lng": 49.7, | |
| "country": "Iran", | |
| "population": 503647 | |
| }, | |
| { | |
| "city": "Davangere", | |
| "lat": 14.47, | |
| "lng": 75.92, | |
| "country": "India", | |
| "population": 503564 | |
| }, | |
| { | |
| "city": "Viña del Mar", | |
| "lat": -33.03, | |
| "lng": -71.54, | |
| "country": "Chile", | |
| "population": 503534 | |
| }, | |
| { | |
| "city": "Pingtung", | |
| "lat": 22.6817, | |
| "lng": 120.4817, | |
| "country": "Taiwan", | |
| "population": 503530 | |
| }, | |
| { | |
| "city": "Annaba", | |
| "lat": 36.92, | |
| "lng": 7.76, | |
| "country": "Algeria", | |
| "population": 503524 | |
| }, | |
| { | |
| "city": "Akola", | |
| "lat": 20.71, | |
| "lng": 77.01, | |
| "country": "India", | |
| "population": 503502 | |
| }, | |
| { | |
| "city": "Brighton", | |
| "lat": 50.8303, | |
| "lng": -0.17, | |
| "country": "United Kingdom", | |
| "population": 503008 | |
| }, | |
| { | |
| "city": "Astrakhan", | |
| "lat": 46.3487, | |
| "lng": 48.055, | |
| "country": "Russia", | |
| "population": 502533 | |
| }, | |
| { | |
| "city": "Bradford", | |
| "lat": 53.8, | |
| "lng": -1.75, | |
| "country": "United Kingdom", | |
| "population": 501700 | |
| }, | |
| { | |
| "city": "Bari", | |
| "lat": 41.1142, | |
| "lng": 16.8728, | |
| "country": "Italy", | |
| "population": 500577 | |
| }, | |
| { | |
| "city": "Mazatlán", | |
| "lat": 29.0171, | |
| "lng": -110.1333, | |
| "country": "Mexico", | |
| "population": 500000 | |
| }, | |
| { | |
| "city": "Awka", | |
| "lat": 6.2104, | |
| "lng": 7.07, | |
| "country": "Nigeria", | |
| "population": 500000 | |
| }, | |
| { | |
| "city": "San Lorenzo", | |
| "lat": -25.34, | |
| "lng": -57.52, | |
| "country": "Paraguay", | |
| "population": 500000 | |
| }, | |
| { | |
| "city": "Taoyuan", | |
| "lat": 24.9889, | |
| "lng": 121.3111, | |
| "country": "Taiwan", | |
| "population": 500000 | |
| }, | |
| { | |
| "city": "Chiayi", | |
| "lat": 23.4755, | |
| "lng": 120.4351, | |
| "country": "Taiwan", | |
| "population": 500000 | |
| }, | |
| { | |
| "city": "Keelung", | |
| "lat": 25.1333, | |
| "lng": 121.7333, | |
| "country": "Taiwan", | |
| "population": 500000 | |
| }, | |
| { | |
| "city": "Thái Nguyên", | |
| "lat": 21.6, | |
| "lng": 105.83, | |
| "country": "Vietnam", | |
| "population": 500000 | |
| }, | |
| { | |
| "city": "Shuangyashan", | |
| "lat": 46.6704, | |
| "lng": 131.35, | |
| "country": "China", | |
| "population": 500000 | |
| }, | |
| { | |
| "city": "El Minya", | |
| "lat": 28.09, | |
| "lng": 30.75, | |
| "country": "Egypt", | |
| "population": 500000 | |
| }, | |
| { | |
| "city": "Damanhûr", | |
| "lat": 31.0504, | |
| "lng": 30.47, | |
| "country": "Egypt", | |
| "population": 500000 | |
| }, | |
| { | |
| "city": "Pasuruan", | |
| "lat": -7.6296, | |
| "lng": 112.9, | |
| "country": "Indonesia", | |
| "population": 500000 | |
| }, | |
| { | |
| "city": "Tsu", | |
| "lat": 34.7171, | |
| "lng": 136.5167, | |
| "country": "Japan", | |
| "population": 500000 | |
| }, | |
| { | |
| "city": "Mataram", | |
| "lat": -8.5795, | |
| "lng": 116.135, | |
| "country": "Indonesia", | |
| "population": 499409 | |
| }, | |
| { | |
| "city": "Macapá", | |
| "lat": 0.033, | |
| "lng": -51.05, | |
| "country": "Brazil", | |
| "population": 499166 | |
| }, | |
| { | |
| "city": "Worcester", | |
| "lat": 42.2705, | |
| "lng": -71.8079, | |
| "country": "United States", | |
| "population": 498997 | |
| }, | |
| { | |
| "city": "Reynosa", | |
| "lat": 26.08, | |
| "lng": -98.3, | |
| "country": "Mexico", | |
| "population": 498654 | |
| }, | |
| { | |
| "city": "Shahrisabz", | |
| "lat": 39.0618, | |
| "lng": 66.8315, | |
| "country": "Uzbekistan", | |
| "population": 498545 | |
| }, | |
| { | |
| "city": "Mesa", | |
| "lat": 33.4017, | |
| "lng": -111.7181, | |
| "country": "United States", | |
| "population": 496401 | |
| }, | |
| { | |
| "city": "Douma", | |
| "lat": 33.5833, | |
| "lng": 36.4, | |
| "country": "Syria", | |
| "population": 496145 | |
| }, | |
| { | |
| "city": "Skopje", | |
| "lat": 42, | |
| "lng": 21.4335, | |
| "country": "Macedonia", | |
| "population": 494087 | |
| }, | |
| { | |
| "city": "Mwanza", | |
| "lat": -2.52, | |
| "lng": 32.93, | |
| "country": "Tanzania", | |
| "population": 493944 | |
| }, | |
| { | |
| "city": "Wuwei", | |
| "lat": 37.928, | |
| "lng": 102.641, | |
| "country": "China", | |
| "population": 493092 | |
| }, | |
| { | |
| "city": "Palm Bay", | |
| "lat": 27.9861, | |
| "lng": -80.6628, | |
| "country": "United States", | |
| "population": 489912 | |
| }, | |
| { | |
| "city": "Port Sudan", | |
| "lat": 19.6158, | |
| "lng": 37.2164, | |
| "country": "Sudan", | |
| "population": 489725 | |
| }, | |
| { | |
| "city": "Santa Fe", | |
| "lat": -31.6239, | |
| "lng": -60.69, | |
| "country": "Argentina", | |
| "population": 489505 | |
| }, | |
| { | |
| "city": "Tula", | |
| "lat": 54.2, | |
| "lng": 37.6299, | |
| "country": "Russia", | |
| "population": 489486 | |
| }, | |
| { | |
| "city": "Beni Suef", | |
| "lat": 29.0804, | |
| "lng": 31.09, | |
| "country": "Egypt", | |
| "population": 489450 | |
| }, | |
| { | |
| "city": "Yanji", | |
| "lat": 42.8823, | |
| "lng": 129.5128, | |
| "country": "China", | |
| "population": 488740 | |
| }, | |
| { | |
| "city": "Toledo", | |
| "lat": 41.6639, | |
| "lng": -83.5822, | |
| "country": "United States", | |
| "population": 488672 | |
| }, | |
| { | |
| "city": "Bologna", | |
| "lat": 44.5004, | |
| "lng": 11.34, | |
| "country": "Italy", | |
| "population": 488172 | |
| }, | |
| { | |
| "city": "Saharanpur", | |
| "lat": 29.97, | |
| "lng": 77.55, | |
| "country": "India", | |
| "population": 484873 | |
| }, | |
| { | |
| "city": "Murrieta", | |
| "lat": 33.5719, | |
| "lng": -117.1909, | |
| "country": "United States", | |
| "population": 483681 | |
| }, | |
| { | |
| "city": "Gulbarga", | |
| "lat": 17.35, | |
| "lng": 76.82, | |
| "country": "India", | |
| "population": 483615 | |
| }, | |
| { | |
| "city": "Bhatpara", | |
| "lat": 22.8504, | |
| "lng": 88.52, | |
| "country": "India", | |
| "population": 483129 | |
| }, | |
| { | |
| "city": "Wichita", | |
| "lat": 37.6897, | |
| "lng": -97.3442, | |
| "country": "United States", | |
| "population": 483057 | |
| }, | |
| { | |
| "city": "Ife", | |
| "lat": 7.4804, | |
| "lng": 4.56, | |
| "country": "Nigeria", | |
| "population": 482365 | |
| }, | |
| { | |
| "city": "Feira de Santana", | |
| "lat": -12.25, | |
| "lng": -38.97, | |
| "country": "Brazil", | |
| "population": 481911 | |
| }, | |
| { | |
| "city": "Shah Alam", | |
| "lat": 3.0667, | |
| "lng": 101.55, | |
| "country": "Malaysia", | |
| "population": 481654 | |
| }, | |
| { | |
| "city": "Mariupol", | |
| "lat": 47.0962, | |
| "lng": 37.5562, | |
| "country": "Ukraine", | |
| "population": 481626 | |
| }, | |
| { | |
| "city": "Des Moines", | |
| "lat": 41.5725, | |
| "lng": -93.6104, | |
| "country": "United States", | |
| "population": 481222 | |
| }, | |
| { | |
| "city": "Tuxtla Gutiérrez", | |
| "lat": 16.75, | |
| "lng": -93.15, | |
| "country": "Mexico", | |
| "population": 481128 | |
| }, | |
| { | |
| "city": "Herat", | |
| "lat": 34.33, | |
| "lng": 62.17, | |
| "country": "Afghanistan", | |
| "population": 481009 | |
| }, | |
| { | |
| "city": "Homyel", | |
| "lat": 52.43, | |
| "lng": 31, | |
| "country": "Belarus", | |
| "population": 480951 | |
| }, | |
| { | |
| "city": "Zhaoqing", | |
| "lat": 23.0504, | |
| "lng": 112.45, | |
| "country": "China", | |
| "population": 480000 | |
| }, | |
| { | |
| "city": "Americana", | |
| "lat": -22.7499, | |
| "lng": -47.33, | |
| "country": "Brazil", | |
| "population": 479472 | |
| }, | |
| { | |
| "city": "Dhule", | |
| "lat": 20.9, | |
| "lng": 74.77, | |
| "country": "India", | |
| "population": 479073 | |
| }, | |
| { | |
| "city": "Ostrava", | |
| "lat": 49.8304, | |
| "lng": 18.25, | |
| "country": "Czechia", | |
| "population": 478963 | |
| }, | |
| { | |
| "city": "Yazd", | |
| "lat": 31.9201, | |
| "lng": 54.37, | |
| "country": "Iran", | |
| "population": 477905 | |
| }, | |
| { | |
| "city": "Sialkote", | |
| "lat": 32.52, | |
| "lng": 74.56, | |
| "country": "Pakistan", | |
| "population": 477396 | |
| }, | |
| { | |
| "city": "Kemerovo", | |
| "lat": 55.34, | |
| "lng": 86.09, | |
| "country": "Russia", | |
| "population": 477090 | |
| }, | |
| { | |
| "city": "Nazret", | |
| "lat": 8.55, | |
| "lng": 39.27, | |
| "country": "Ethiopia", | |
| "population": 476892 | |
| }, | |
| { | |
| "city": "Staten Island", | |
| "lat": 40.5834, | |
| "lng": -74.1496, | |
| "country": "United States", | |
| "population": 476015 | |
| }, | |
| { | |
| "city": "Jiaojing", | |
| "lat": 28.6804, | |
| "lng": 121.45, | |
| "country": "China", | |
| "population": 471500 | |
| }, | |
| { | |
| "city": "Chaoyang", | |
| "lat": 41.5504, | |
| "lng": 120.42, | |
| "country": "China", | |
| "population": 470296 | |
| }, | |
| { | |
| "city": "Juiz de Fora", | |
| "lat": -21.77, | |
| "lng": -43.375, | |
| "country": "Brazil", | |
| "population": 470193 | |
| }, | |
| { | |
| "city": "Udaipur", | |
| "lat": 24.6, | |
| "lng": 73.73, | |
| "country": "India", | |
| "population": 469737 | |
| }, | |
| { | |
| "city": "Long Beach", | |
| "lat": 33.8059, | |
| "lng": -118.161, | |
| "country": "United States", | |
| "population": 469450 | |
| }, | |
| { | |
| "city": "Greenville", | |
| "lat": 34.8363, | |
| "lng": -82.365, | |
| "country": "United States", | |
| "population": 467894 | |
| }, | |
| { | |
| "city": "İzmit", | |
| "lat": 40.776, | |
| "lng": 29.9306, | |
| "country": "Turkey", | |
| "population": 466504 | |
| }, | |
| { | |
| "city": "Piraeus", | |
| "lat": 37.95, | |
| "lng": 23.7, | |
| "country": "Greece", | |
| "population": 466065 | |
| }, | |
| { | |
| "city": "Shymkent", | |
| "lat": 42.32, | |
| "lng": 69.595, | |
| "country": "Kazakhstan", | |
| "population": 465392 | |
| }, | |
| { | |
| "city": "Iligan", | |
| "lat": 8.1712, | |
| "lng": 124.2154, | |
| "country": "Philippines", | |
| "population": 464599 | |
| }, | |
| { | |
| "city": "Qazvin", | |
| "lat": 36.27, | |
| "lng": 50, | |
| "country": "Iran", | |
| "population": 464551 | |
| }, | |
| { | |
| "city": "Bloemfontein", | |
| "lat": -29.12, | |
| "lng": 26.2299, | |
| "country": "South Africa", | |
| "population": 463064 | |
| }, | |
| { | |
| "city": "Calabar", | |
| "lat": 4.9604, | |
| "lng": 8.33, | |
| "country": "Nigeria", | |
| "population": 461796 | |
| }, | |
| { | |
| "city": "Malatya", | |
| "lat": 38.3704, | |
| "lng": 38.3, | |
| "country": "Turkey", | |
| "population": 461574 | |
| }, | |
| { | |
| "city": "Panzhihua", | |
| "lat": 26.55, | |
| "lng": 101.73, | |
| "country": "China", | |
| "population": 461513 | |
| }, | |
| { | |
| "city": "Bandar-e-Abbas", | |
| "lat": 27.2041, | |
| "lng": 56.2721, | |
| "country": "Iran", | |
| "population": 461499 | |
| }, | |
| { | |
| "city": "Naberezhnyye Chelny", | |
| "lat": 55.7, | |
| "lng": 52.3199, | |
| "country": "Russia", | |
| "population": 461086 | |
| }, | |
| { | |
| "city": "Hamah", | |
| "lat": 35.1503, | |
| "lng": 36.73, | |
| "country": "Syria", | |
| "population": 460602 | |
| }, | |
| { | |
| "city": "Cranbourne", | |
| "lat": -38.0996, | |
| "lng": 145.2834, | |
| "country": "Australia", | |
| "population": 460491 | |
| }, | |
| { | |
| "city": "Iquitos", | |
| "lat": -3.75, | |
| "lng": -73.25, | |
| "country": "Peru", | |
| "population": 458729 | |
| }, | |
| { | |
| "city": "Mazar-e Sharif", | |
| "lat": 36.7, | |
| "lng": 67.1, | |
| "country": "Afghanistan", | |
| "population": 458151 | |
| }, | |
| { | |
| "city": "Leicester", | |
| "lat": 52.63, | |
| "lng": -1.1332, | |
| "country": "United Kingdom", | |
| "population": 457983 | |
| }, | |
| { | |
| "city": "Kirov", | |
| "lat": 58.5901, | |
| "lng": 49.67, | |
| "country": "Russia", | |
| "population": 457437 | |
| }, | |
| { | |
| "city": "Jingdezhen", | |
| "lat": 29.2704, | |
| "lng": 117.18, | |
| "country": "China", | |
| "population": 457298 | |
| }, | |
| { | |
| "city": "Durango", | |
| "lat": 24.0311, | |
| "lng": -104.67, | |
| "country": "Mexico", | |
| "population": 457140 | |
| }, | |
| { | |
| "city": "Jambi", | |
| "lat": -1.59, | |
| "lng": 103.61, | |
| "country": "Indonesia", | |
| "population": 457090 | |
| }, | |
| { | |
| "city": "Volta Redonda", | |
| "lat": -22.5196, | |
| "lng": -44.095, | |
| "country": "Brazil", | |
| "population": 456362 | |
| }, | |
| { | |
| "city": "Hengshui", | |
| "lat": 37.72, | |
| "lng": 115.7, | |
| "country": "China", | |
| "population": 456356 | |
| }, | |
| { | |
| "city": "Sfax", | |
| "lat": 34.75, | |
| "lng": 10.72, | |
| "country": "Tunisia", | |
| "population": 453050 | |
| }, | |
| { | |
| "city": "Sunderland", | |
| "lat": 54.92, | |
| "lng": -1.38, | |
| "country": "United Kingdom", | |
| "population": 452934 | |
| }, | |
| { | |
| "city": "Xalapa", | |
| "lat": 19.53, | |
| "lng": -96.92, | |
| "country": "Mexico", | |
| "population": 452186 | |
| }, | |
| { | |
| "city": "Luhansk", | |
| "lat": 48.5698, | |
| "lng": 39.3344, | |
| "country": "Ukraine", | |
| "population": 452000 | |
| }, | |
| { | |
| "city": "Manado", | |
| "lat": 1.48, | |
| "lng": 124.85, | |
| "country": "Indonesia", | |
| "population": 451893 | |
| }, | |
| { | |
| "city": "Qaraghandy", | |
| "lat": 49.885, | |
| "lng": 73.115, | |
| "country": "Kazakhstan", | |
| "population": 451800 | |
| }, | |
| { | |
| "city": "An Nasiriyah", | |
| "lat": 31.0429, | |
| "lng": 46.2676, | |
| "country": "Iraq", | |
| "population": 451547 | |
| }, | |
| { | |
| "city": "Oshawa", | |
| "lat": 43.88, | |
| "lng": -78.85, | |
| "country": "Canada", | |
| "population": 450963 | |
| }, | |
| { | |
| "city": "Qitaihe", | |
| "lat": 45.8, | |
| "lng": 130.85, | |
| "country": "China", | |
| "population": 450617 | |
| }, | |
| { | |
| "city": "Belfast", | |
| "lat": 54.6, | |
| "lng": -5.96, | |
| "country": "United Kingdom", | |
| "population": 450406 | |
| }, | |
| { | |
| "city": "Şanlıurfa", | |
| "lat": 37.17, | |
| "lng": 38.795, | |
| "country": "Turkey", | |
| "population": 449549 | |
| }, | |
| { | |
| "city": "Chengde", | |
| "lat": 40.9604, | |
| "lng": 117.93, | |
| "country": "China", | |
| "population": 449325 | |
| }, | |
| { | |
| "city": "Xuchang", | |
| "lat": 34.0204, | |
| "lng": 113.82, | |
| "country": "China", | |
| "population": 449258 | |
| }, | |
| { | |
| "city": "Chlef", | |
| "lat": 36.1704, | |
| "lng": 1.32, | |
| "country": "Algeria", | |
| "population": 449167 | |
| }, | |
| { | |
| "city": "Ōita", | |
| "lat": 33.2432, | |
| "lng": 131.5979, | |
| "country": "Japan", | |
| "population": 448907 | |
| }, | |
| { | |
| "city": "Baguio City", | |
| "lat": 16.43, | |
| "lng": 120.5699, | |
| "country": "Philippines", | |
| "population": 447824 | |
| }, | |
| { | |
| "city": "San Juan", | |
| "lat": -31.55, | |
| "lng": -68.52, | |
| "country": "Argentina", | |
| "population": 447048 | |
| }, | |
| { | |
| "city": "Cheboksary", | |
| "lat": 56.13, | |
| "lng": 47.25, | |
| "country": "Russia", | |
| "population": 446781 | |
| }, | |
| { | |
| "city": "Ado Ekiti", | |
| "lat": 7.6304, | |
| "lng": 5.22, | |
| "country": "Nigeria", | |
| "population": 446749 | |
| }, | |
| { | |
| "city": "Balikpapan", | |
| "lat": -1.25, | |
| "lng": 116.83, | |
| "country": "Indonesia", | |
| "population": 445905 | |
| }, | |
| { | |
| "city": "Bellary", | |
| "lat": 15.15, | |
| "lng": 76.915, | |
| "country": "India", | |
| "population": 445388 | |
| }, | |
| { | |
| "city": "Bamenda", | |
| "lat": 5.96, | |
| "lng": 10.15, | |
| "country": "Cameroon", | |
| "population": 445299 | |
| }, | |
| { | |
| "city": "Gent", | |
| "lat": 51.03, | |
| "lng": 3.7, | |
| "country": "Belgium", | |
| "population": 444336 | |
| }, | |
| { | |
| "city": "Tokushima", | |
| "lat": 34.0674, | |
| "lng": 134.5525, | |
| "country": "Japan", | |
| "population": 443760 | |
| }, | |
| { | |
| "city": "Little Rock", | |
| "lat": 34.7255, | |
| "lng": -92.3581, | |
| "country": "United States", | |
| "population": 442699 | |
| }, | |
| { | |
| "city": "Wuzhou", | |
| "lat": 23.48, | |
| "lng": 111.32, | |
| "country": "China", | |
| "population": 442315 | |
| }, | |
| { | |
| "city": "Portsmouth", | |
| "lat": 50.8003, | |
| "lng": -1.08, | |
| "country": "United Kingdom", | |
| "population": 442252 | |
| }, | |
| { | |
| "city": "Harrisburg", | |
| "lat": 40.2752, | |
| "lng": -76.8843, | |
| "country": "United States", | |
| "population": 441580 | |
| }, | |
| { | |
| "city": "Cabimas", | |
| "lat": 10.43, | |
| "lng": -71.45, | |
| "country": "Venezuela", | |
| "population": 441094 | |
| }, | |
| { | |
| "city": "Foz do Iguaçu", | |
| "lat": -25.5235, | |
| "lng": -54.53, | |
| "country": "Brazil", | |
| "population": 440455 | |
| }, | |
| { | |
| "city": "Denton", | |
| "lat": 33.2176, | |
| "lng": -97.1421, | |
| "country": "United States", | |
| "population": 440146 | |
| }, | |
| { | |
| "city": "Wakayama", | |
| "lat": 34.2231, | |
| "lng": 135.1677, | |
| "country": "Japan", | |
| "population": 440006 | |
| }, | |
| { | |
| "city": "Strasbourg", | |
| "lat": 48.58, | |
| "lng": 7.75, | |
| "country": "France", | |
| "population": 439972 | |
| }, | |
| { | |
| "city": "Madison", | |
| "lat": 43.0808, | |
| "lng": -89.3922, | |
| "country": "United States", | |
| "population": 439553 | |
| }, | |
| { | |
| "city": "Mawlamyine", | |
| "lat": 16.5004, | |
| "lng": 97.67, | |
| "country": "Burma", | |
| "population": 438861 | |
| }, | |
| { | |
| "city": "San Cristóbal", | |
| "lat": 7.77, | |
| "lng": -72.25, | |
| "country": "Venezuela", | |
| "population": 438798 | |
| }, | |
| { | |
| "city": "Nantes", | |
| "lat": 47.2104, | |
| "lng": -1.59, | |
| "country": "France", | |
| "population": 438537 | |
| }, | |
| { | |
| "city": "Khujand", | |
| "lat": 40.29, | |
| "lng": 69.6199, | |
| "country": "Tajikistan", | |
| "population": 437684 | |
| }, | |
| { | |
| "city": "Guangyuan", | |
| "lat": 32.43, | |
| "lng": 105.87, | |
| "country": "China", | |
| "population": 437435 | |
| }, | |
| { | |
| "city": "Khomeini Shahr", | |
| "lat": 32.7004, | |
| "lng": 51.47, | |
| "country": "Iran", | |
| "population": 437138 | |
| }, | |
| { | |
| "city": "Garoua", | |
| "lat": 9.3, | |
| "lng": 13.39, | |
| "country": "Cameroon", | |
| "population": 436899 | |
| }, | |
| { | |
| "city": "Bukavu", | |
| "lat": -2.51, | |
| "lng": 28.84, | |
| "country": "Congo (Kinshasa)", | |
| "population": 436779 | |
| }, | |
| { | |
| "city": "Tuticorin", | |
| "lat": 8.82, | |
| "lng": 78.13, | |
| "country": "India", | |
| "population": 436094 | |
| }, | |
| { | |
| "city": "Nagasaki", | |
| "lat": 32.765, | |
| "lng": 129.885, | |
| "country": "Japan", | |
| "population": 435455 | |
| }, | |
| { | |
| "city": "Pohang", | |
| "lat": 36.0209, | |
| "lng": 129.3715, | |
| "country": "Korea, South", | |
| "population": 435266 | |
| }, | |
| { | |
| "city": "Kaliningrad", | |
| "lat": 54.7, | |
| "lng": 20.4973, | |
| "country": "Russia", | |
| "population": 434954 | |
| }, | |
| { | |
| "city": "Likasi", | |
| "lat": -10.97, | |
| "lng": 26.78, | |
| "country": "Congo (Kinshasa)", | |
| "population": 434408 | |
| }, | |
| { | |
| "city": "Reno", | |
| "lat": 39.5497, | |
| "lng": -119.8483, | |
| "country": "United States", | |
| "population": 433271 | |
| }, | |
| { | |
| "city": "Spanish Town", | |
| "lat": 17.9833, | |
| "lng": -76.95, | |
| "country": "Jamaica", | |
| "population": 432704 | |
| }, | |
| { | |
| "city": "Port Saint Lucie", | |
| "lat": 27.2796, | |
| "lng": -80.3883, | |
| "country": "United States", | |
| "population": 432589 | |
| }, | |
| { | |
| "city": "San Luis", | |
| "lat": -33.3, | |
| "lng": -66.35, | |
| "country": "Argentina", | |
| "population": 432310 | |
| }, | |
| { | |
| "city": "Katsina", | |
| "lat": 12.9904, | |
| "lng": 7.6, | |
| "country": "Nigeria", | |
| "population": 432149 | |
| }, | |
| { | |
| "city": "Welkom", | |
| "lat": -27.97, | |
| "lng": 26.73, | |
| "country": "South Africa", | |
| "population": 431944 | |
| }, | |
| { | |
| "city": "Santa Marta", | |
| "lat": 11.2472, | |
| "lng": -74.2017, | |
| "country": "Colombia", | |
| "population": 431781 | |
| }, | |
| { | |
| "city": "Villahermosa", | |
| "lat": 18, | |
| "lng": -92.9, | |
| "country": "Mexico", | |
| "population": 428564 | |
| }, | |
| { | |
| "city": "Bryansk", | |
| "lat": 53.26, | |
| "lng": 34.43, | |
| "country": "Russia", | |
| "population": 427236 | |
| }, | |
| { | |
| "city": "Bournemouth", | |
| "lat": 50.73, | |
| "lng": -1.9, | |
| "country": "United Kingdom", | |
| "population": 426945 | |
| }, | |
| { | |
| "city": "Bengkulu", | |
| "lat": -3.8, | |
| "lng": 102.27, | |
| "country": "Indonesia", | |
| "population": 426673 | |
| }, | |
| { | |
| "city": "Heidelberg", | |
| "lat": 49.42, | |
| "lng": 8.7, | |
| "country": "Germany", | |
| "population": 426590 | |
| }, | |
| { | |
| "city": "Oakland", | |
| "lat": 37.7903, | |
| "lng": -122.2165, | |
| "country": "United States", | |
| "population": 425195 | |
| }, | |
| { | |
| "city": "Kurnool", | |
| "lat": 15.83, | |
| "lng": 78.03, | |
| "country": "India", | |
| "population": 424920 | |
| }, | |
| { | |
| "city": "Chaozhou", | |
| "lat": 23.68, | |
| "lng": 116.63, | |
| "country": "China", | |
| "population": 424787 | |
| }, | |
| { | |
| "city": "Batangas", | |
| "lat": 13.7817, | |
| "lng": 121.0217, | |
| "country": "Philippines", | |
| "population": 424508 | |
| }, | |
| { | |
| "city": "Bratislava", | |
| "lat": 48.15, | |
| "lng": 17.117, | |
| "country": "Slovakia", | |
| "population": 423737 | |
| }, | |
| { | |
| "city": "Gaya", | |
| "lat": 24.8, | |
| "lng": 85, | |
| "country": "India", | |
| "population": 423692 | |
| }, | |
| { | |
| "city": "Ibagué", | |
| "lat": 4.4389, | |
| "lng": -75.2322, | |
| "country": "Colombia", | |
| "population": 421685 | |
| }, | |
| { | |
| "city": "Ivanovo", | |
| "lat": 57.01, | |
| "lng": 41.01, | |
| "country": "Russia", | |
| "population": 420839 | |
| }, | |
| { | |
| "city": "Erzurum", | |
| "lat": 39.9204, | |
| "lng": 41.29, | |
| "country": "Turkey", | |
| "population": 420691 | |
| }, | |
| { | |
| "city": "Akure", | |
| "lat": 7.2504, | |
| "lng": 5.2, | |
| "country": "Nigeria", | |
| "population": 420594 | |
| }, | |
| { | |
| "city": "Asyut", | |
| "lat": 27.19, | |
| "lng": 31.1799, | |
| "country": "Egypt", | |
| "population": 420585 | |
| }, | |
| { | |
| "city": "Kolwezi", | |
| "lat": -10.7167, | |
| "lng": 25.4724, | |
| "country": "Congo (Kinshasa)", | |
| "population": 418000 | |
| }, | |
| { | |
| "city": "Sukkur", | |
| "lat": 27.7136, | |
| "lng": 68.8486, | |
| "country": "Pakistan", | |
| "population": 417767 | |
| }, | |
| { | |
| "city": "Luohe", | |
| "lat": 33.57, | |
| "lng": 114.03, | |
| "country": "China", | |
| "population": 417356 | |
| }, | |
| { | |
| "city": "Campina Grande", | |
| "lat": -7.23, | |
| "lng": -35.88, | |
| "country": "Brazil", | |
| "population": 417261 | |
| }, | |
| { | |
| "city": "Kitchener", | |
| "lat": 43.45, | |
| "lng": -80.5, | |
| "country": "Canada", | |
| "population": 417001 | |
| }, | |
| { | |
| "city": "Winston-Salem", | |
| "lat": 36.1029, | |
| "lng": -80.261, | |
| "country": "United States", | |
| "population": 416581 | |
| }, | |
| { | |
| "city": "Middlesbrough", | |
| "lat": 54.5804, | |
| "lng": -1.23, | |
| "country": "United Kingdom", | |
| "population": 416042 | |
| }, | |
| { | |
| "city": "Meizhou", | |
| "lat": 24.3005, | |
| "lng": 116.12, | |
| "country": "China", | |
| "population": 414930 | |
| }, | |
| { | |
| "city": "Ardabil", | |
| "lat": 38.25, | |
| "lng": 48.3, | |
| "country": "Iran", | |
| "population": 414603 | |
| }, | |
| { | |
| "city": "Magnitogorsk", | |
| "lat": 53.4227, | |
| "lng": 58.98, | |
| "country": "Russia", | |
| "population": 413351 | |
| }, | |
| { | |
| "city": "Gifu", | |
| "lat": 35.4231, | |
| "lng": 136.7628, | |
| "country": "Japan", | |
| "population": 412895 | |
| }, | |
| { | |
| "city": "Huancayo", | |
| "lat": -12.08, | |
| "lng": -75.2, | |
| "country": "Peru", | |
| "population": 412733 | |
| }, | |
| { | |
| "city": "Nha Trang", | |
| "lat": 12.25, | |
| "lng": 109.17, | |
| "country": "Vietnam", | |
| "population": 411556 | |
| }, | |
| { | |
| "city": "Maturín", | |
| "lat": 9.75, | |
| "lng": -63.17, | |
| "country": "Venezuela", | |
| "population": 410972 | |
| }, | |
| { | |
| "city": "Xuanhua", | |
| "lat": 40.5944, | |
| "lng": 115.0243, | |
| "country": "China", | |
| "population": 409745 | |
| }, | |
| { | |
| "city": "Kursk", | |
| "lat": 51.74, | |
| "lng": 36.19, | |
| "country": "Russia", | |
| "population": 409431 | |
| }, | |
| { | |
| "city": "Oujda", | |
| "lat": 34.69, | |
| "lng": -1.91, | |
| "country": "Morocco", | |
| "population": 409391 | |
| }, | |
| { | |
| "city": "Metz", | |
| "lat": 49.1203, | |
| "lng": 6.18, | |
| "country": "France", | |
| "population": 409186 | |
| }, | |
| { | |
| "city": "Al Ayn", | |
| "lat": 24.2305, | |
| "lng": 55.74, | |
| "country": "United Arab Emirates", | |
| "population": 408733 | |
| }, | |
| { | |
| "city": "Jeju", | |
| "lat": 33.5101, | |
| "lng": 126.5219, | |
| "country": "Korea, South", | |
| "population": 408364 | |
| }, | |
| { | |
| "city": "Oshogbo", | |
| "lat": 7.7704, | |
| "lng": 4.56, | |
| "country": "Nigeria", | |
| "population": 408245 | |
| }, | |
| { | |
| "city": "Indio", | |
| "lat": 33.7346, | |
| "lng": -116.2346, | |
| "country": "United States", | |
| "population": 408097 | |
| }, | |
| { | |
| "city": "Ipatinga", | |
| "lat": -19.4796, | |
| "lng": -42.52, | |
| "country": "Brazil", | |
| "population": 407894 | |
| }, | |
| { | |
| "city": "Szczecin", | |
| "lat": 53.4204, | |
| "lng": 14.53, | |
| "country": "Poland", | |
| "population": 407811 | |
| }, | |
| { | |
| "city": "Durham", | |
| "lat": 35.9797, | |
| "lng": -78.9037, | |
| "country": "United States", | |
| "population": 407575 | |
| }, | |
| { | |
| "city": "Syracuse", | |
| "lat": 43.0409, | |
| "lng": -76.1438, | |
| "country": "United States", | |
| "population": 407259 | |
| }, | |
| { | |
| "city": "Chattanooga", | |
| "lat": 35.0657, | |
| "lng": -85.2488, | |
| "country": "United States", | |
| "population": 407182 | |
| }, | |
| { | |
| "city": "Murcia", | |
| "lat": 37.98, | |
| "lng": -1.13, | |
| "country": "Spain", | |
| "population": 406807 | |
| }, | |
| { | |
| "city": "Kitwe", | |
| "lat": -12.81, | |
| "lng": 28.22, | |
| "country": "Zambia", | |
| "population": 404901 | |
| }, | |
| { | |
| "city": "Tanta", | |
| "lat": 30.7904, | |
| "lng": 31, | |
| "country": "Egypt", | |
| "population": 404901 | |
| }, | |
| { | |
| "city": "Lancaster", | |
| "lat": 40.0421, | |
| "lng": -76.3012, | |
| "country": "United States", | |
| "population": 404525 | |
| }, | |
| { | |
| "city": "Zanzibar", | |
| "lat": -6.16, | |
| "lng": 39.2, | |
| "country": "Tanzania", | |
| "population": 403658 | |
| }, | |
| { | |
| "city": "Taubaté", | |
| "lat": -23.0195, | |
| "lng": -45.56, | |
| "country": "Brazil", | |
| "population": 403560 | |
| }, | |
| { | |
| "city": "Yining", | |
| "lat": 43.9, | |
| "lng": 81.35, | |
| "country": "China", | |
| "population": 403489 | |
| }, | |
| { | |
| "city": "Bissau", | |
| "lat": 11.865, | |
| "lng": -15.5984, | |
| "country": "Guinea-Bissau", | |
| "population": 403339 | |
| }, | |
| { | |
| "city": "Pasay City", | |
| "lat": 14.5504, | |
| "lng": 121, | |
| "country": "Philippines", | |
| "population": 403064 | |
| }, | |
| { | |
| "city": "Spokane", | |
| "lat": 47.6671, | |
| "lng": -117.433, | |
| "country": "United States", | |
| "population": 403043 | |
| }, | |
| { | |
| "city": "Mbale", | |
| "lat": 1.0904, | |
| "lng": 34.17, | |
| "country": "Uganda", | |
| "population": 402368 | |
| }, | |
| { | |
| "city": "Palm Coast", | |
| "lat": 29.5389, | |
| "lng": -81.246, | |
| "country": "United States", | |
| "population": 401757 | |
| }, | |
| { | |
| "city": "Kassala", | |
| "lat": 15.46, | |
| "lng": 36.39, | |
| "country": "Sudan", | |
| "population": 401477 | |
| }, | |
| { | |
| "city": "Sunchon", | |
| "lat": 39.4236, | |
| "lng": 125.939, | |
| "country": "Korea, North", | |
| "population": 400629 | |
| }, | |
| { | |
| "city": "Tver", | |
| "lat": 56.86, | |
| "lng": 35.89, | |
| "country": "Russia", | |
| "population": 400212 | |
| }, | |
| { | |
| "city": "Surgut", | |
| "lat": 61.2599, | |
| "lng": 73.425, | |
| "country": "Russia", | |
| "population": 400000 | |
| }, | |
| { | |
| "city": "Jingmen", | |
| "lat": 31.0304, | |
| "lng": 112.1, | |
| "country": "China", | |
| "population": 400000 | |
| }, | |
| { | |
| "city": "Sikar", | |
| "lat": 27.6104, | |
| "lng": 75.14, | |
| "country": "India", | |
| "population": 400000 | |
| }, | |
| { | |
| "city": "Tumkur", | |
| "lat": 13.33, | |
| "lng": 77.1, | |
| "country": "India", | |
| "population": 399606 | |
| }, | |
| { | |
| "city": "Gómez Palacio", | |
| "lat": 25.5701, | |
| "lng": -103.5, | |
| "country": "Mexico", | |
| "population": 399328 | |
| }, | |
| { | |
| "city": "Buraydah", | |
| "lat": 26.3664, | |
| "lng": 43.9628, | |
| "country": "Saudi Arabia", | |
| "population": 398581 | |
| }, | |
| { | |
| "city": "Khmelnytskyy", | |
| "lat": 49.4249, | |
| "lng": 27.0015, | |
| "country": "Ukraine", | |
| "population": 398346 | |
| }, | |
| { | |
| "city": "Eindhoven", | |
| "lat": 51.43, | |
| "lng": 5.5, | |
| "country": "Netherlands", | |
| "population": 398053 | |
| }, | |
| { | |
| "city": "Chiang Mai", | |
| "lat": 18.8, | |
| "lng": 98.98, | |
| "country": "Thailand", | |
| "population": 397211 | |
| }, | |
| { | |
| "city": "Piura", | |
| "lat": -5.21, | |
| "lng": -80.63, | |
| "country": "Peru", | |
| "population": 396932 | |
| }, | |
| { | |
| "city": "Horlivka", | |
| "lat": 48.2996, | |
| "lng": 38.0547, | |
| "country": "Ukraine", | |
| "population": 396885 | |
| }, | |
| { | |
| "city": "Arlington", | |
| "lat": 32.6998, | |
| "lng": -97.125, | |
| "country": "United States", | |
| "population": 396394 | |
| }, | |
| { | |
| "city": "Ndola", | |
| "lat": -12.9999, | |
| "lng": 28.65, | |
| "country": "Zambia", | |
| "population": 396339 | |
| }, | |
| { | |
| "city": "Yuxi", | |
| "lat": 24.38, | |
| "lng": 102.57, | |
| "country": "China", | |
| "population": 396325 | |
| }, | |
| { | |
| "city": "Bonita Springs", | |
| "lat": 26.3559, | |
| "lng": -81.7861, | |
| "country": "United States", | |
| "population": 396220 | |
| }, | |
| { | |
| "city": "Poughkeepsie", | |
| "lat": 41.6949, | |
| "lng": -73.921, | |
| "country": "United States", | |
| "population": 396041 | |
| }, | |
| { | |
| "city": "Kisumu", | |
| "lat": -0.09, | |
| "lng": 34.75, | |
| "country": "Kenya", | |
| "population": 395615 | |
| }, | |
| { | |
| "city": "Stockton", | |
| "lat": 37.9766, | |
| "lng": -121.3112, | |
| "country": "United States", | |
| "population": 394467 | |
| }, | |
| { | |
| "city": "Kollam", | |
| "lat": 8.9004, | |
| "lng": 76.57, | |
| "country": "India", | |
| "population": 394163 | |
| }, | |
| { | |
| "city": "Tallinn", | |
| "lat": 59.4339, | |
| "lng": 24.728, | |
| "country": "Estonia", | |
| "population": 394024 | |
| }, | |
| { | |
| "city": "Wellington", | |
| "lat": -41.3, | |
| "lng": 174.7833, | |
| "country": "New Zealand", | |
| "population": 393400 | |
| }, | |
| { | |
| "city": "El Obeid", | |
| "lat": 13.1833, | |
| "lng": 30.2167, | |
| "country": "Sudan", | |
| "population": 393311 | |
| }, | |
| { | |
| "city": "Niyala", | |
| "lat": 12.06, | |
| "lng": 24.89, | |
| "country": "Sudan", | |
| "population": 392373 | |
| }, | |
| { | |
| "city": "Sandakan", | |
| "lat": 5.843, | |
| "lng": 118.108, | |
| "country": "Malaysia", | |
| "population": 392288 | |
| }, | |
| { | |
| "city": "Ahmednagar", | |
| "lat": 19.1104, | |
| "lng": 74.75, | |
| "country": "India", | |
| "population": 391760 | |
| }, | |
| { | |
| "city": "Osh", | |
| "lat": 40.5404, | |
| "lng": 72.79, | |
| "country": "Kyrgyzstan", | |
| "population": 391277 | |
| }, | |
| { | |
| "city": "Stoke", | |
| "lat": 53.0004, | |
| "lng": -2.18, | |
| "country": "United Kingdom", | |
| "population": 390801 | |
| }, | |
| { | |
| "city": "Bhilwara", | |
| "lat": 25.3504, | |
| "lng": 74.635, | |
| "country": "India", | |
| "population": 389911 | |
| }, | |
| { | |
| "city": "Oxnard", | |
| "lat": 34.1962, | |
| "lng": -119.1819, | |
| "country": "United States", | |
| "population": 389792 | |
| }, | |
| { | |
| "city": "Comilla", | |
| "lat": 23.4704, | |
| "lng": 91.17, | |
| "country": "Bangladesh", | |
| "population": 389411 | |
| }, | |
| { | |
| "city": "Augusta", | |
| "lat": 33.3645, | |
| "lng": -82.0708, | |
| "country": "United States", | |
| "population": 389383 | |
| }, | |
| { | |
| "city": "Scranton", | |
| "lat": 41.4044, | |
| "lng": -75.6649, | |
| "country": "United States", | |
| "population": 389022 | |
| }, | |
| { | |
| "city": "Samut Prakan", | |
| "lat": 13.6069, | |
| "lng": 100.6115, | |
| "country": "Thailand", | |
| "population": 388920 | |
| }, | |
| { | |
| "city": "Grenoble", | |
| "lat": 45.1804, | |
| "lng": 5.72, | |
| "country": "France", | |
| "population": 388574 | |
| }, | |
| { | |
| "city": "Nampula", | |
| "lat": -15.136, | |
| "lng": 39.293, | |
| "country": "Mozambique", | |
| "population": 388526 | |
| }, | |
| { | |
| "city": "Nizamabad", | |
| "lat": 18.6704, | |
| "lng": 78.1, | |
| "country": "India", | |
| "population": 388505 | |
| }, | |
| { | |
| "city": "Granada", | |
| "lat": 37.165, | |
| "lng": -3.585, | |
| "country": "Spain", | |
| "population": 388290 | |
| }, | |
| { | |
| "city": "Brno", | |
| "lat": 49.2004, | |
| "lng": 16.61, | |
| "country": "Czechia", | |
| "population": 388277 | |
| }, | |
| { | |
| "city": "Coventry", | |
| "lat": 52.4204, | |
| "lng": -1.5, | |
| "country": "United Kingdom", | |
| "population": 388271 | |
| }, | |
| { | |
| "city": "Alajuela", | |
| "lat": 10.02, | |
| "lng": -84.23, | |
| "country": "Costa Rica", | |
| "population": 387743 | |
| }, | |
| { | |
| "city": "Iloilo", | |
| "lat": 10.705, | |
| "lng": 122.545, | |
| "country": "Philippines", | |
| "population": 387681 | |
| }, | |
| { | |
| "city": "Campos", | |
| "lat": -21.75, | |
| "lng": -41.32, | |
| "country": "Brazil", | |
| "population": 387417 | |
| }, | |
| { | |
| "city": "Resistencia", | |
| "lat": -27.46, | |
| "lng": -58.99, | |
| "country": "Argentina", | |
| "population": 387158 | |
| }, | |
| { | |
| "city": "Baicheng", | |
| "lat": 45.62, | |
| "lng": 122.82, | |
| "country": "China", | |
| "population": 386861 | |
| }, | |
| { | |
| "city": "Qarshi", | |
| "lat": 38.8704, | |
| "lng": 65.8, | |
| "country": "Uzbekistan", | |
| "population": 386361 | |
| }, | |
| { | |
| "city": "Misratah", | |
| "lat": 32.38, | |
| "lng": 15.1, | |
| "country": "Libya", | |
| "population": 386120 | |
| }, | |
| { | |
| "city": "Hail", | |
| "lat": 27.5236, | |
| "lng": 41.7001, | |
| "country": "Saudi Arabia", | |
| "population": 385257 | |
| }, | |
| { | |
| "city": "Boise", | |
| "lat": 43.6006, | |
| "lng": -116.2316, | |
| "country": "United States", | |
| "population": 385218 | |
| }, | |
| { | |
| "city": "Béjaïa", | |
| "lat": 36.7604, | |
| "lng": 5.07, | |
| "country": "Algeria", | |
| "population": 384937 | |
| }, | |
| { | |
| "city": "Southampton", | |
| "lat": 50.9, | |
| "lng": -1.4, | |
| "country": "United Kingdom", | |
| "population": 384417 | |
| }, | |
| { | |
| "city": "Celaya", | |
| "lat": 20.53, | |
| "lng": -100.8, | |
| "country": "Mexico", | |
| "population": 383697 | |
| }, | |
| { | |
| "city": "Pasto", | |
| "lat": 1.2136, | |
| "lng": -77.2811, | |
| "country": "Colombia", | |
| "population": 382236 | |
| }, | |
| { | |
| "city": "Modesto", | |
| "lat": 37.6374, | |
| "lng": -121.0028, | |
| "country": "United States", | |
| "population": 381398 | |
| }, | |
| { | |
| "city": "Caxias do Sul", | |
| "lat": -29.18, | |
| "lng": -51.17, | |
| "country": "Brazil", | |
| "population": 381270 | |
| }, | |
| { | |
| "city": "Nizhny Tagil", | |
| "lat": 57.92, | |
| "lng": 59.975, | |
| "country": "Russia", | |
| "population": 381116 | |
| }, | |
| { | |
| "city": "Xichang", | |
| "lat": 27.88, | |
| "lng": 102.3, | |
| "country": "China", | |
| "population": 379993 | |
| }, | |
| { | |
| "city": "Dezhou", | |
| "lat": 37.4504, | |
| "lng": 116.3, | |
| "country": "China", | |
| "population": 379555 | |
| }, | |
| { | |
| "city": "Vigo", | |
| "lat": 42.22, | |
| "lng": -8.73, | |
| "country": "Spain", | |
| "population": 378952 | |
| }, | |
| { | |
| "city": "Las Palmas", | |
| "lat": 28.1, | |
| "lng": -15.43, | |
| "country": "Spain", | |
| "population": 378495 | |
| }, | |
| { | |
| "city": "Parbhani", | |
| "lat": 19.2704, | |
| "lng": 76.76, | |
| "country": "India", | |
| "population": 378326 | |
| }, | |
| { | |
| "city": "Karlsruhe", | |
| "lat": 49, | |
| "lng": 8.4, | |
| "country": "Germany", | |
| "population": 377487 | |
| }, | |
| { | |
| "city": "Zhoukou", | |
| "lat": 33.6304, | |
| "lng": 114.63, | |
| "country": "China", | |
| "population": 377061 | |
| }, | |
| { | |
| "city": "Makiyivka", | |
| "lat": 48.0297, | |
| "lng": 37.9746, | |
| "country": "Ukraine", | |
| "population": 376610 | |
| }, | |
| { | |
| "city": "Putian", | |
| "lat": 25.4303, | |
| "lng": 119.02, | |
| "country": "China", | |
| "population": 376558 | |
| }, | |
| { | |
| "city": "Kahramanmaraş", | |
| "lat": 37.61, | |
| "lng": 36.945, | |
| "country": "Turkey", | |
| "population": 376045 | |
| }, | |
| { | |
| "city": "Manizales", | |
| "lat": 5.06, | |
| "lng": -75.52, | |
| "country": "Colombia", | |
| "population": 375848 | |
| }, | |
| { | |
| "city": "Palma", | |
| "lat": 39.5743, | |
| "lng": 2.6542, | |
| "country": "Spain", | |
| "population": 375773 | |
| }, | |
| { | |
| "city": "Manukau", | |
| "lat": -37, | |
| "lng": 174.885, | |
| "country": "New Zealand", | |
| "population": 375600 | |
| }, | |
| { | |
| "city": "Shillong", | |
| "lat": 25.5705, | |
| "lng": 91.88, | |
| "country": "India", | |
| "population": 375527 | |
| }, | |
| { | |
| "city": "Khorramabad", | |
| "lat": 33.4804, | |
| "lng": 48.35, | |
| "country": "Iran", | |
| "population": 375198 | |
| }, | |
| { | |
| "city": "Villavicencio", | |
| "lat": 4.1533, | |
| "lng": -73.635, | |
| "country": "Colombia", | |
| "population": 374763 | |
| }, | |
| { | |
| "city": "São José do Rio Preto", | |
| "lat": -20.7996, | |
| "lng": -49.39, | |
| "country": "Brazil", | |
| "population": 374699 | |
| }, | |
| { | |
| "city": "Kaunas", | |
| "lat": 54.9504, | |
| "lng": 23.88, | |
| "country": "Lithuania", | |
| "population": 374643 | |
| }, | |
| { | |
| "city": "Latur", | |
| "lat": 18.4004, | |
| "lng": 76.57, | |
| "country": "India", | |
| "population": 374394 | |
| }, | |
| { | |
| "city": "Kissimmee", | |
| "lat": 28.3042, | |
| "lng": -81.4164, | |
| "country": "United States", | |
| "population": 374231 | |
| }, | |
| { | |
| "city": "Youngstown", | |
| "lat": 41.0993, | |
| "lng": -80.6463, | |
| "country": "United States", | |
| "population": 373728 | |
| }, | |
| { | |
| "city": "Shache", | |
| "lat": 38.4261, | |
| "lng": 77.25, | |
| "country": "China", | |
| "population": 373492 | |
| }, | |
| { | |
| "city": "Seremban", | |
| "lat": 2.7105, | |
| "lng": 101.94, | |
| "country": "Malaysia", | |
| "population": 372917 | |
| }, | |
| { | |
| "city": "Denizli", | |
| "lat": 37.7704, | |
| "lng": 29.08, | |
| "country": "Turkey", | |
| "population": 372344 | |
| }, | |
| { | |
| "city": "Van", | |
| "lat": 38.4954, | |
| "lng": 43.4, | |
| "country": "Turkey", | |
| "population": 371713 | |
| }, | |
| { | |
| "city": "La Coruña", | |
| "lat": 43.33, | |
| "lng": -8.42, | |
| "country": "Spain", | |
| "population": 370610 | |
| }, | |
| { | |
| "city": "Abadan", | |
| "lat": 30.3307, | |
| "lng": 48.2797, | |
| "country": "Iran", | |
| "population": 370180 | |
| }, | |
| { | |
| "city": "Quzhou", | |
| "lat": 28.9704, | |
| "lng": 118.87, | |
| "country": "China", | |
| "population": 370000 | |
| }, | |
| { | |
| "city": "Rajapalaiyam", | |
| "lat": 9.4204, | |
| "lng": 77.58, | |
| "country": "India", | |
| "population": 369991 | |
| }, | |
| { | |
| "city": "Reading", | |
| "lat": 51.47, | |
| "lng": -0.98, | |
| "country": "United Kingdom", | |
| "population": 369804 | |
| }, | |
| { | |
| "city": "Najran", | |
| "lat": 17.5065, | |
| "lng": 44.1316, | |
| "country": "Saudi Arabia", | |
| "population": 369609 | |
| }, | |
| { | |
| "city": "Mahilyow", | |
| "lat": 53.8985, | |
| "lng": 30.3247, | |
| "country": "Belarus", | |
| "population": 369200 | |
| }, | |
| { | |
| "city": "Al-Qatif", | |
| "lat": 26.5196, | |
| "lng": 50.0115, | |
| "country": "Saudi Arabia", | |
| "population": 368892 | |
| }, | |
| { | |
| "city": "Valletta", | |
| "lat": 35.8997, | |
| "lng": 14.5147, | |
| "country": "Malta", | |
| "population": 368250 | |
| }, | |
| { | |
| "city": "Mazatlán", | |
| "lat": 23.2211, | |
| "lng": -106.42, | |
| "country": "Mexico", | |
| "population": 368204 | |
| }, | |
| { | |
| "city": "Longyan", | |
| "lat": 25.1804, | |
| "lng": 117.03, | |
| "country": "China", | |
| "population": 367896 | |
| }, | |
| { | |
| "city": "Aurora", | |
| "lat": 39.7084, | |
| "lng": -104.7274, | |
| "country": "United States", | |
| "population": 366623 | |
| }, | |
| { | |
| "city": "Bydgoszcz", | |
| "lat": 53.1204, | |
| "lng": 18.01, | |
| "country": "Poland", | |
| "population": 366452 | |
| }, | |
| { | |
| "city": "Kuantan", | |
| "lat": 3.83, | |
| "lng": 103.32, | |
| "country": "Malaysia", | |
| "population": 366229 | |
| }, | |
| { | |
| "city": "Gorontalo", | |
| "lat": 0.55, | |
| "lng": 123.07, | |
| "country": "Indonesia", | |
| "population": 365497 | |
| }, | |
| { | |
| "city": "Nakuru", | |
| "lat": -0.28, | |
| "lng": 36.07, | |
| "country": "Kenya", | |
| "population": 364727 | |
| }, | |
| { | |
| "city": "Vladikavkaz", | |
| "lat": 43.0504, | |
| "lng": 44.67, | |
| "country": "Russia", | |
| "population": 364630 | |
| }, | |
| { | |
| "city": "Larkana", | |
| "lat": 27.5618, | |
| "lng": 68.2068, | |
| "country": "Pakistan", | |
| "population": 364033 | |
| }, | |
| { | |
| "city": "Christchurch", | |
| "lat": -43.535, | |
| "lng": 172.63, | |
| "country": "New Zealand", | |
| "population": 363200 | |
| }, | |
| { | |
| "city": "Stavropol", | |
| "lat": 45.05, | |
| "lng": 41.98, | |
| "country": "Russia", | |
| "population": 363064 | |
| }, | |
| { | |
| "city": "Sanya", | |
| "lat": 18.2591, | |
| "lng": 109.504, | |
| "country": "China", | |
| "population": 362689 | |
| }, | |
| { | |
| "city": "Bhagalpur", | |
| "lat": 25.23, | |
| "lng": 86.98, | |
| "country": "India", | |
| "population": 361548 | |
| }, | |
| { | |
| "city": "Maseru", | |
| "lat": -29.3167, | |
| "lng": 27.4833, | |
| "country": "Lesotho", | |
| "population": 361324 | |
| }, | |
| { | |
| "city": "Sheikhu Pura", | |
| "lat": 31.72, | |
| "lng": 73.99, | |
| "country": "Pakistan", | |
| "population": 361303 | |
| }, | |
| { | |
| "city": "Cusco", | |
| "lat": -13.525, | |
| "lng": -71.9722, | |
| "country": "Peru", | |
| "population": 361182 | |
| }, | |
| { | |
| "city": "Tamale", | |
| "lat": 9.4004, | |
| "lng": -0.84, | |
| "country": "Ghana", | |
| "population": 360579 | |
| }, | |
| { | |
| "city": "Ulan Ude", | |
| "lat": 51.825, | |
| "lng": 107.625, | |
| "country": "Russia", | |
| "population": 360278 | |
| }, | |
| { | |
| "city": "Bobo Dioulasso", | |
| "lat": 11.18, | |
| "lng": -4.29, | |
| "country": "Burkina Faso", | |
| "population": 360106 | |
| }, | |
| { | |
| "city": "Lublin", | |
| "lat": 51.2504, | |
| "lng": 22.5727, | |
| "country": "Poland", | |
| "population": 360044 | |
| }, | |
| { | |
| "city": "Halifax", | |
| "lat": 44.65, | |
| "lng": -63.6, | |
| "country": "Canada", | |
| "population": 359111 | |
| }, | |
| { | |
| "city": "Augsburg", | |
| "lat": 48.35, | |
| "lng": 10.9, | |
| "country": "Germany", | |
| "population": 358989 | |
| }, | |
| { | |
| "city": "Sungai Petani", | |
| "lat": 5.6497, | |
| "lng": 100.4793, | |
| "country": "Malaysia", | |
| "population": 358499 | |
| }, | |
| { | |
| "city": "Ad Diwaniyah", | |
| "lat": 31.9889, | |
| "lng": 44.924, | |
| "country": "Iraq", | |
| "population": 358408 | |
| }, | |
| { | |
| "city": "Taraz", | |
| "lat": 42.9, | |
| "lng": 71.365, | |
| "country": "Kazakhstan", | |
| "population": 358153 | |
| }, | |
| { | |
| "city": "Toulon", | |
| "lat": 43.1342, | |
| "lng": 5.9188, | |
| "country": "France", | |
| "population": 357693 | |
| }, | |
| { | |
| "city": "Zanjan", | |
| "lat": 36.67, | |
| "lng": 48.5, | |
| "country": "Iran", | |
| "population": 357471 | |
| }, | |
| { | |
| "city": "San Sebastián", | |
| "lat": 43.3204, | |
| "lng": -1.98, | |
| "country": "Spain", | |
| "population": 357468 | |
| }, | |
| { | |
| "city": "Iwaki", | |
| "lat": 37.0553, | |
| "lng": 140.89, | |
| "country": "Japan", | |
| "population": 357309 | |
| }, | |
| { | |
| "city": "Encarnación", | |
| "lat": -27.3472, | |
| "lng": -55.8739, | |
| "country": "Paraguay", | |
| "population": 357119 | |
| }, | |
| { | |
| "city": "Posadas", | |
| "lat": -27.3578, | |
| "lng": -55.8851, | |
| "country": "Argentina", | |
| "population": 357119 | |
| }, | |
| { | |
| "city": "Fuyu", | |
| "lat": 45.1804, | |
| "lng": 124.82, | |
| "country": "China", | |
| "population": 356905 | |
| }, | |
| { | |
| "city": "Cà Mau", | |
| "lat": 9.1774, | |
| "lng": 105.15, | |
| "country": "Vietnam", | |
| "population": 356636 | |
| }, | |
| { | |
| "city": "Asahikawa", | |
| "lat": 43.755, | |
| "lng": 142.38, | |
| "country": "Japan", | |
| "population": 356612 | |
| }, | |
| { | |
| "city": "Mirput Khas", | |
| "lat": 25.5318, | |
| "lng": 69.0118, | |
| "country": "Pakistan", | |
| "population": 356435 | |
| }, | |
| { | |
| "city": "Archangel", | |
| "lat": 64.575, | |
| "lng": 40.545, | |
| "country": "Russia", | |
| "population": 356051 | |
| }, | |
| { | |
| "city": "Wafangdian", | |
| "lat": 39.6259, | |
| "lng": 121.996, | |
| "country": "China", | |
| "population": 355844 | |
| }, | |
| { | |
| "city": "Ambon", | |
| "lat": -3.7167, | |
| "lng": 128.2, | |
| "country": "Indonesia", | |
| "population": 355596 | |
| }, | |
| { | |
| "city": "Orizaba", | |
| "lat": 18.85, | |
| "lng": -97.13, | |
| "country": "Mexico", | |
| "population": 355333 | |
| }, | |
| { | |
| "city": "Longxi", | |
| "lat": 35.0476, | |
| "lng": 104.6394, | |
| "country": "China", | |
| "population": 355037 | |
| }, | |
| { | |
| "city": "Santiago del Estero", | |
| "lat": -27.7833, | |
| "lng": -64.2667, | |
| "country": "Argentina", | |
| "population": 354692 | |
| }, | |
| { | |
| "city": "Mito", | |
| "lat": 36.3704, | |
| "lng": 140.48, | |
| "country": "Japan", | |
| "population": 353892 | |
| }, | |
| { | |
| "city": "Safi", | |
| "lat": 32.32, | |
| "lng": -9.24, | |
| "country": "Morocco", | |
| "population": 353476 | |
| }, | |
| { | |
| "city": "Eldoret", | |
| "lat": 0.52, | |
| "lng": 35.27, | |
| "country": "Kenya", | |
| "population": 353381 | |
| }, | |
| { | |
| "city": "Rahim Yar Khan", | |
| "lat": 28.4202, | |
| "lng": 70.2952, | |
| "country": "Pakistan", | |
| "population": 353203 | |
| }, | |
| { | |
| "city": "Neiva", | |
| "lat": 2.931, | |
| "lng": -75.3302, | |
| "country": "Colombia", | |
| "population": 352855 | |
| }, | |
| { | |
| "city": "Anaheim", | |
| "lat": 33.839, | |
| "lng": -117.8572, | |
| "country": "United States", | |
| "population": 352497 | |
| }, | |
| { | |
| "city": "Vinnytsya", | |
| "lat": 49.2254, | |
| "lng": 28.4816, | |
| "country": "Ukraine", | |
| "population": 352115 | |
| }, | |
| { | |
| "city": "Hualien", | |
| "lat": 23.9837, | |
| "lng": 121.6, | |
| "country": "Taiwan", | |
| "population": 350468 | |
| }, | |
| { | |
| "city": "Kuala Terengganu", | |
| "lat": 5.3304, | |
| "lng": 103.12, | |
| "country": "Malaysia", | |
| "population": 350210 | |
| }, | |
| { | |
| "city": "Qoqon", | |
| "lat": 40.5404, | |
| "lng": 70.94, | |
| "country": "Uzbekistan", | |
| "population": 350000 | |
| }, | |
| { | |
| "city": "Long Xuyen", | |
| "lat": 10.3804, | |
| "lng": 105.42, | |
| "country": "Vietnam", | |
| "population": 350000 | |
| }, | |
| { | |
| "city": "Việt Trì", | |
| "lat": 21.3304, | |
| "lng": 105.43, | |
| "country": "Vietnam", | |
| "population": 350000 | |
| }, | |
| { | |
| "city": "Yumen", | |
| "lat": 39.83, | |
| "lng": 97.73, | |
| "country": "China", | |
| "population": 350000 | |
| }, | |
| { | |
| "city": "Haarlem", | |
| "lat": 52.3804, | |
| "lng": 4.63, | |
| "country": "Netherlands", | |
| "population": 349957 | |
| }, | |
| { | |
| "city": "Buon Me Thuot", | |
| "lat": 12.667, | |
| "lng": 108.05, | |
| "country": "Vietnam", | |
| "population": 349945 | |
| }, | |
| { | |
| "city": "Chimbote", | |
| "lat": -9.07, | |
| "lng": -78.57, | |
| "country": "Peru", | |
| "population": 349846 | |
| }, | |
| { | |
| "city": "Muzaffarnagar", | |
| "lat": 29.485, | |
| "lng": 77.695, | |
| "country": "India", | |
| "population": 349706 | |
| }, | |
| { | |
| "city": "Nuevo Laredo", | |
| "lat": 27.5, | |
| "lng": -99.55, | |
| "country": "Mexico", | |
| "population": 349550 | |
| }, | |
| { | |
| "city": "Lancaster", | |
| "lat": 34.6934, | |
| "lng": -118.1753, | |
| "country": "United States", | |
| "population": 349218 | |
| }, | |
| { | |
| "city": "Sanandaj", | |
| "lat": 35.3, | |
| "lng": 47.02, | |
| "country": "Iran", | |
| "population": 349176 | |
| }, | |
| { | |
| "city": "Linz", | |
| "lat": 48.3192, | |
| "lng": 14.2888, | |
| "country": "Austria", | |
| "population": 349161 | |
| }, | |
| { | |
| "city": "Camagüey", | |
| "lat": 21.3808, | |
| "lng": -77.9169, | |
| "country": "Cuba", | |
| "population": 347562 | |
| }, | |
| { | |
| "city": "Verona", | |
| "lat": 45.4404, | |
| "lng": 10.99, | |
| "country": "Italy", | |
| "population": 347459 | |
| }, | |
| { | |
| "city": "Victorville", | |
| "lat": 34.5277, | |
| "lng": -117.3537, | |
| "country": "United States", | |
| "population": 346948 | |
| }, | |
| { | |
| "city": "London", | |
| "lat": 42.97, | |
| "lng": -81.25, | |
| "country": "Canada", | |
| "population": 346765 | |
| }, | |
| { | |
| "city": "Astana", | |
| "lat": 51.1811, | |
| "lng": 71.4278, | |
| "country": "Kazakhstan", | |
| "population": 345604 | |
| }, | |
| { | |
| "city": "Merida", | |
| "lat": 8.4, | |
| "lng": -71.13, | |
| "country": "Venezuela", | |
| "population": 345489 | |
| }, | |
| { | |
| "city": "Charleroi", | |
| "lat": 50.4204, | |
| "lng": 4.45, | |
| "country": "Belgium", | |
| "population": 345367 | |
| }, | |
| { | |
| "city": "Belgorod", | |
| "lat": 50.63, | |
| "lng": 36.5999, | |
| "country": "Russia", | |
| "population": 345289 | |
| }, | |
| { | |
| "city": "Kosti", | |
| "lat": 13.17, | |
| "lng": 32.66, | |
| "country": "Sudan", | |
| "population": 345068 | |
| }, | |
| { | |
| "city": "Al Amarah", | |
| "lat": 31.8416, | |
| "lng": 47.1512, | |
| "country": "Iraq", | |
| "population": 345007 | |
| }, | |
| { | |
| "city": "Maebashi", | |
| "lat": 36.3927, | |
| "lng": 139.0727, | |
| "country": "Japan", | |
| "population": 344871 | |
| }, | |
| { | |
| "city": "Pensacola", | |
| "lat": 30.4427, | |
| "lng": -87.1886, | |
| "country": "United States", | |
| "population": 344400 | |
| }, | |
| { | |
| "city": "Kurgan", | |
| "lat": 55.46, | |
| "lng": 65.345, | |
| "country": "Russia", | |
| "population": 343129 | |
| }, | |
| { | |
| "city": "Kohat", | |
| "lat": 33.6027, | |
| "lng": 71.4327, | |
| "country": "Pakistan", | |
| "population": 343027 | |
| }, | |
| { | |
| "city": "Vitsyebsk", | |
| "lat": 55.1887, | |
| "lng": 30.1853, | |
| "country": "Belarus", | |
| "population": 342700 | |
| }, | |
| { | |
| "city": "Piracicaba", | |
| "lat": -22.71, | |
| "lng": -47.64, | |
| "country": "Brazil", | |
| "population": 342209 | |
| }, | |
| { | |
| "city": "Yeosu", | |
| "lat": 34.7368, | |
| "lng": 127.7458, | |
| "country": "Korea, South", | |
| "population": 341994 | |
| }, | |
| { | |
| "city": "Fayetteville", | |
| "lat": 36.0713, | |
| "lng": -94.166, | |
| "country": "United States", | |
| "population": 341890 | |
| }, | |
| { | |
| "city": "Corpus Christi", | |
| "lat": 27.7173, | |
| "lng": -97.3822, | |
| "country": "United States", | |
| "population": 341435 | |
| }, | |
| { | |
| "city": "Jhang", | |
| "lat": 31.2804, | |
| "lng": 72.325, | |
| "country": "Pakistan", | |
| "population": 341210 | |
| }, | |
| { | |
| "city": "Pematangsiantar", | |
| "lat": 2.9614, | |
| "lng": 99.0615, | |
| "country": "Indonesia", | |
| "population": 341200 | |
| }, | |
| { | |
| "city": "Arusha", | |
| "lat": -3.36, | |
| "lng": 36.67, | |
| "country": "Tanzania", | |
| "population": 341136 | |
| }, | |
| { | |
| "city": "Corrientes", | |
| "lat": -27.49, | |
| "lng": -58.81, | |
| "country": "Argentina", | |
| "population": 340823 | |
| }, | |
| { | |
| "city": "Kōriyama", | |
| "lat": 37.41, | |
| "lng": 140.38, | |
| "country": "Japan", | |
| "population": 340560 | |
| }, | |
| { | |
| "city": "Plovdiv", | |
| "lat": 42.154, | |
| "lng": 24.754, | |
| "country": "Bulgaria", | |
| "population": 340494 | |
| }, | |
| { | |
| "city": "Chitungwiza", | |
| "lat": -18, | |
| "lng": 31.1, | |
| "country": "Zimbabwe", | |
| "population": 340360 | |
| }, | |
| { | |
| "city": "Aksu", | |
| "lat": 41.15, | |
| "lng": 80.25, | |
| "country": "China", | |
| "population": 340020 | |
| }, | |
| { | |
| "city": "Yaan", | |
| "lat": 29.9804, | |
| "lng": 103.08, | |
| "country": "China", | |
| "population": 340000 | |
| }, | |
| { | |
| "city": "Tieling", | |
| "lat": 42.3004, | |
| "lng": 123.82, | |
| "country": "China", | |
| "population": 340000 | |
| }, | |
| { | |
| "city": "Irapuato", | |
| "lat": 20.67, | |
| "lng": -101.5, | |
| "country": "Mexico", | |
| "population": 339554 | |
| }, | |
| { | |
| "city": "Kaluga", | |
| "lat": 54.5204, | |
| "lng": 36.27, | |
| "country": "Russia", | |
| "population": 338978 | |
| }, | |
| { | |
| "city": "East London", | |
| "lat": -32.97, | |
| "lng": 27.87, | |
| "country": "South Africa", | |
| "population": 338627 | |
| }, | |
| { | |
| "city": "Jackson", | |
| "lat": 32.3163, | |
| "lng": -90.2124, | |
| "country": "United States", | |
| "population": 338185 | |
| }, | |
| { | |
| "city": "Kaesong", | |
| "lat": 37.964, | |
| "lng": 126.5644, | |
| "country": "Korea, North", | |
| "population": 338155 | |
| }, | |
| { | |
| "city": "Ciudad Bolívar", | |
| "lat": 8.1, | |
| "lng": -63.6, | |
| "country": "Venezuela", | |
| "population": 338000 | |
| }, | |
| { | |
| "city": "Kawagoe", | |
| "lat": 35.9177, | |
| "lng": 139.4911, | |
| "country": "Japan", | |
| "population": 337931 | |
| }, | |
| { | |
| "city": "Lalitpur", | |
| "lat": 27.6666, | |
| "lng": 85.3333, | |
| "country": "Nepal", | |
| "population": 337785 | |
| }, | |
| { | |
| "city": "Phan Thiet", | |
| "lat": 10.9337, | |
| "lng": 108.1001, | |
| "country": "Vietnam", | |
| "population": 336846 | |
| }, | |
| { | |
| "city": "Alor Setar", | |
| "lat": 6.1133, | |
| "lng": 100.3729, | |
| "country": "Malaysia", | |
| "population": 336475 | |
| }, | |
| { | |
| "city": "Santa Cruz de Tenerife", | |
| "lat": 28.47, | |
| "lng": -16.25, | |
| "country": "Spain", | |
| "population": 336061 | |
| }, | |
| { | |
| "city": "Gijón", | |
| "lat": 43.53, | |
| "lng": -5.67, | |
| "country": "Spain", | |
| "population": 335972 | |
| }, | |
| { | |
| "city": "Greensboro", | |
| "lat": 36.0956, | |
| "lng": -79.8269, | |
| "country": "United States", | |
| "population": 335588 | |
| }, | |
| { | |
| "city": "Kōchi", | |
| "lat": 33.5624, | |
| "lng": 133.5375, | |
| "country": "Japan", | |
| "population": 335570 | |
| }, | |
| { | |
| "city": "Flint", | |
| "lat": 43.0236, | |
| "lng": -83.6922, | |
| "country": "United States", | |
| "population": 335354 | |
| }, | |
| { | |
| "city": "Bauru", | |
| "lat": -22.33, | |
| "lng": -49.08, | |
| "country": "Brazil", | |
| "population": 335024 | |
| }, | |
| { | |
| "city": "Nakhon Ratchasima", | |
| "lat": 15, | |
| "lng": 102.1, | |
| "country": "Thailand", | |
| "population": 334984 | |
| }, | |
| { | |
| "city": "Orel", | |
| "lat": 52.97, | |
| "lng": 36.07, | |
| "country": "Russia", | |
| "population": 334552 | |
| }, | |
| { | |
| "city": "Takamatsu", | |
| "lat": 34.3447, | |
| "lng": 134.0448, | |
| "country": "Japan", | |
| "population": 334223 | |
| }, | |
| { | |
| "city": "Santa Ana", | |
| "lat": 33.7366, | |
| "lng": -117.8819, | |
| "country": "United States", | |
| "population": 334136 | |
| }, | |
| { | |
| "city": "Muzaffarpur", | |
| "lat": 26.1204, | |
| "lng": 85.3799, | |
| "country": "India", | |
| "population": 333200 | |
| }, | |
| { | |
| "city": "Beni", | |
| "lat": 0.4904, | |
| "lng": 29.45, | |
| "country": "Congo (Kinshasa)", | |
| "population": 332903 | |
| }, | |
| { | |
| "city": "Toyama", | |
| "lat": 36.7, | |
| "lng": 137.23, | |
| "country": "Japan", | |
| "population": 332812 | |
| }, | |
| { | |
| "city": "Hangu", | |
| "lat": 39.232, | |
| "lng": 117.777, | |
| "country": "China", | |
| "population": 332793 | |
| }, | |
| { | |
| "city": "Medani", | |
| "lat": 14.4, | |
| "lng": 33.52, | |
| "country": "Sudan", | |
| "population": 332714 | |
| }, | |
| { | |
| "city": "Montes Claros", | |
| "lat": -16.72, | |
| "lng": -43.86, | |
| "country": "Brazil", | |
| "population": 332379 | |
| }, | |
| { | |
| "city": "Bielefeld", | |
| "lat": 52.03, | |
| "lng": 8.53, | |
| "country": "Germany", | |
| "population": 331906 | |
| }, | |
| { | |
| "city": "Bujumbura", | |
| "lat": -3.3761, | |
| "lng": 29.36, | |
| "country": "Burundi", | |
| "population": 331700 | |
| }, | |
| { | |
| "city": "Heyuan", | |
| "lat": 23.7304, | |
| "lng": 114.68, | |
| "country": "China", | |
| "population": 330961 | |
| }, | |
| { | |
| "city": "Mathura", | |
| "lat": 27.5, | |
| "lng": 77.67, | |
| "country": "India", | |
| "population": 330511 | |
| }, | |
| { | |
| "city": "Mymensingh", | |
| "lat": 24.7504, | |
| "lng": 90.38, | |
| "country": "Bangladesh", | |
| "population": 330126 | |
| }, | |
| { | |
| "city": "Baishan", | |
| "lat": 41.9, | |
| "lng": 126.43, | |
| "country": "China", | |
| "population": 330000 | |
| }, | |
| { | |
| "city": "Patiala", | |
| "lat": 30.3204, | |
| "lng": 76.385, | |
| "country": "India", | |
| "population": 329224 | |
| }, | |
| { | |
| "city": "Wonsan", | |
| "lat": 39.1605, | |
| "lng": 127.4308, | |
| "country": "Korea, North", | |
| "population": 329207 | |
| }, | |
| { | |
| "city": "Pavlodar", | |
| "lat": 52.3, | |
| "lng": 76.95, | |
| "country": "Kazakhstan", | |
| "population": 329002 | |
| }, | |
| { | |
| "city": "Fort Wayne", | |
| "lat": 41.0885, | |
| "lng": -85.1436, | |
| "country": "United States", | |
| "population": 328564 | |
| }, | |
| { | |
| "city": "Maringá", | |
| "lat": -23.4095, | |
| "lng": -51.93, | |
| "country": "Brazil", | |
| "population": 328335 | |
| }, | |
| { | |
| "city": "Sagar", | |
| "lat": 23.8504, | |
| "lng": 78.75, | |
| "country": "India", | |
| "population": 328240 | |
| }, | |
| { | |
| "city": "Canberra", | |
| "lat": -35.283, | |
| "lng": 149.129, | |
| "country": "Australia", | |
| "population": 327700 | |
| }, | |
| { | |
| "city": "Sochi", | |
| "lat": 43.59, | |
| "lng": 39.73, | |
| "country": "Russia", | |
| "population": 327608 | |
| }, | |
| { | |
| "city": "Montpellier", | |
| "lat": 43.6104, | |
| "lng": 3.87, | |
| "country": "France", | |
| "population": 327254 | |
| }, | |
| { | |
| "city": "Itajaí", | |
| "lat": -26.8996, | |
| "lng": -48.68, | |
| "country": "Brazil", | |
| "population": 327126 | |
| }, | |
| { | |
| "city": "Sousse", | |
| "lat": 35.83, | |
| "lng": 10.625, | |
| "country": "Tunisia", | |
| "population": 327004 | |
| }, | |
| { | |
| "city": "Ann Arbor", | |
| "lat": 42.2755, | |
| "lng": -83.7312, | |
| "country": "United States", | |
| "population": 326288 | |
| }, | |
| { | |
| "city": "Iași", | |
| "lat": 47.1683, | |
| "lng": 27.5749, | |
| "country": "Romania", | |
| "population": 325914 | |
| }, | |
| { | |
| "city": "Brahmapur", | |
| "lat": 19.32, | |
| "lng": 84.8, | |
| "country": "India", | |
| "population": 324726 | |
| }, | |
| { | |
| "city": "Birjand", | |
| "lat": 32.88, | |
| "lng": 59.2199, | |
| "country": "Iran", | |
| "population": 324703 | |
| }, | |
| { | |
| "city": "Fayetteville", | |
| "lat": 35.0846, | |
| "lng": -78.9776, | |
| "country": "United States", | |
| "population": 324700 | |
| }, | |
| { | |
| "city": "Yoshkar Ola", | |
| "lat": 56.6354, | |
| "lng": 47.8749, | |
| "country": "Russia", | |
| "population": 324406 | |
| }, | |
| { | |
| "city": "Miyazaki", | |
| "lat": 31.9182, | |
| "lng": 131.4184, | |
| "country": "Japan", | |
| "population": 324384 | |
| }, | |
| { | |
| "city": "Volzhskiy", | |
| "lat": 48.7948, | |
| "lng": 44.7744, | |
| "country": "Russia", | |
| "population": 323293 | |
| }, | |
| { | |
| "city": "Chenzhou", | |
| "lat": 25.8004, | |
| "lng": 113.0301, | |
| "country": "China", | |
| "population": 322997 | |
| }, | |
| { | |
| "city": "Valladolid", | |
| "lat": 41.65, | |
| "lng": -4.75, | |
| "country": "Spain", | |
| "population": 322304 | |
| }, | |
| { | |
| "city": "Santa Rosa", | |
| "lat": 38.4465, | |
| "lng": -122.706, | |
| "country": "United States", | |
| "population": 321908 | |
| }, | |
| { | |
| "city": "Al Kut", | |
| "lat": 32.4907, | |
| "lng": 45.8304, | |
| "country": "Iraq", | |
| "population": 321521 | |
| }, | |
| { | |
| "city": "Córdoba", | |
| "lat": 37.88, | |
| "lng": -4.77, | |
| "country": "Spain", | |
| "population": 321376 | |
| }, | |
| { | |
| "city": "Smolensk", | |
| "lat": 54.7827, | |
| "lng": 32.0473, | |
| "country": "Russia", | |
| "population": 320991 | |
| }, | |
| { | |
| "city": "Lansing", | |
| "lat": 42.7142, | |
| "lng": -84.56, | |
| "country": "United States", | |
| "population": 320928 | |
| }, | |
| { | |
| "city": "Ciudad del Este", | |
| "lat": -25.5167, | |
| "lng": -54.6161, | |
| "country": "Paraguay", | |
| "population": 320872 | |
| }, | |
| { | |
| "city": "Pelotas", | |
| "lat": -31.75, | |
| "lng": -52.33, | |
| "country": "Brazil", | |
| "population": 320674 | |
| }, | |
| { | |
| "city": "Podolsk", | |
| "lat": 55.3804, | |
| "lng": 37.5299, | |
| "country": "Russia", | |
| "population": 320635 | |
| }, | |
| { | |
| "city": "Kherson", | |
| "lat": 46.6325, | |
| "lng": 32.6007, | |
| "country": "Ukraine", | |
| "population": 320477 | |
| }, | |
| { | |
| "city": "Shahjahanpur", | |
| "lat": 27.8804, | |
| "lng": 79.905, | |
| "country": "India", | |
| "population": 320434 | |
| }, | |
| { | |
| "city": "Itu", | |
| "lat": -23.26, | |
| "lng": -47.3, | |
| "country": "Brazil", | |
| "population": 320170 | |
| }, | |
| { | |
| "city": "Legazpi", | |
| "lat": 13.17, | |
| "lng": 123.75, | |
| "country": "Philippines", | |
| "population": 320081 | |
| }, | |
| { | |
| "city": "Akita", | |
| "lat": 39.71, | |
| "lng": 140.09, | |
| "country": "Japan", | |
| "population": 320069 | |
| }, | |
| { | |
| "city": "Maroua", | |
| "lat": 10.5956, | |
| "lng": 14.3247, | |
| "country": "Cameroon", | |
| "population": 319941 | |
| }, | |
| { | |
| "city": "Anápolis", | |
| "lat": -16.3196, | |
| "lng": -48.96, | |
| "country": "Brazil", | |
| "population": 319587 | |
| }, | |
| { | |
| "city": "Pachuca", | |
| "lat": 20.1704, | |
| "lng": -98.73, | |
| "country": "Mexico", | |
| "population": 319581 | |
| }, | |
| { | |
| "city": "Bukhara", | |
| "lat": 39.78, | |
| "lng": 64.43, | |
| "country": "Uzbekistan", | |
| "population": 319476 | |
| }, | |
| { | |
| "city": "Murmansk", | |
| "lat": 68.97, | |
| "lng": 33.1, | |
| "country": "Russia", | |
| "population": 319263 | |
| }, | |
| { | |
| "city": "Windsor", | |
| "lat": 42.3333, | |
| "lng": -83.0333, | |
| "country": "Canada", | |
| "population": 319246 | |
| }, | |
| { | |
| "city": "Holguín", | |
| "lat": 20.8872, | |
| "lng": -76.2631, | |
| "country": "Cuba", | |
| "population": 319102 | |
| }, | |
| { | |
| "city": "Oskemen", | |
| "lat": 49.99, | |
| "lng": 82.6149, | |
| "country": "Kazakhstan", | |
| "population": 319067 | |
| }, | |
| { | |
| "city": "Tepic", | |
| "lat": 21.5054, | |
| "lng": -104.88, | |
| "country": "Mexico", | |
| "population": 318781 | |
| }, | |
| { | |
| "city": "Vladimir", | |
| "lat": 56.13, | |
| "lng": 40.4099, | |
| "country": "Russia", | |
| "population": 318648 | |
| }, | |
| { | |
| "city": "Mobile", | |
| "lat": 30.6783, | |
| "lng": -88.1162, | |
| "country": "United States", | |
| "population": 318084 | |
| }, | |
| { | |
| "city": "Hat Yai", | |
| "lat": 6.9964, | |
| "lng": 100.4714, | |
| "country": "Thailand", | |
| "population": 317954 | |
| }, | |
| { | |
| "city": "Poltava", | |
| "lat": 49.574, | |
| "lng": 34.5703, | |
| "country": "Ukraine", | |
| "population": 317847 | |
| }, | |
| { | |
| "city": "New Delhi", | |
| "lat": 28.6, | |
| "lng": 77.2, | |
| "country": "India", | |
| "population": 317797 | |
| }, | |
| { | |
| "city": "Cumaná", | |
| "lat": 10.45, | |
| "lng": -64.18, | |
| "country": "Venezuela", | |
| "population": 317603 | |
| }, | |
| { | |
| "city": "Hrodna", | |
| "lat": 53.6779, | |
| "lng": 23.8341, | |
| "country": "Belarus", | |
| "population": 317365 | |
| }, | |
| { | |
| "city": "Rohtak", | |
| "lat": 28.9, | |
| "lng": 76.58, | |
| "country": "India", | |
| "population": 317245 | |
| }, | |
| { | |
| "city": "El Faiyum", | |
| "lat": 29.31, | |
| "lng": 30.84, | |
| "country": "Egypt", | |
| "population": 316772 | |
| }, | |
| { | |
| "city": "Cluj-Napoca", | |
| "lat": 46.7884, | |
| "lng": 23.5984, | |
| "country": "Romania", | |
| "population": 316748 | |
| }, | |
| { | |
| "city": "Bauchi", | |
| "lat": 10.3104, | |
| "lng": 9.84, | |
| "country": "Nigeria", | |
| "population": 316149 | |
| }, | |
| { | |
| "city": "Lexington", | |
| "lat": 38.0423, | |
| "lng": -84.4587, | |
| "country": "United States", | |
| "population": 315939 | |
| }, | |
| { | |
| "city": "Alicante", | |
| "lat": 38.3512, | |
| "lng": -0.4836, | |
| "country": "Spain", | |
| "population": 315863 | |
| }, | |
| { | |
| "city": "Dezful", | |
| "lat": 32.3804, | |
| "lng": 48.47, | |
| "country": "Iran", | |
| "population": 315482 | |
| }, | |
| { | |
| "city": "Maiquetía", | |
| "lat": 10.6004, | |
| "lng": -66.97, | |
| "country": "Venezuela", | |
| "population": 315442 | |
| }, | |
| { | |
| "city": "Armenia", | |
| "lat": 4.5343, | |
| "lng": -75.6811, | |
| "country": "Colombia", | |
| "population": 315328 | |
| }, | |
| { | |
| "city": "Timișoara", | |
| "lat": 45.7588, | |
| "lng": 21.2234, | |
| "country": "Romania", | |
| "population": 315053 | |
| }, | |
| { | |
| "city": "Ljubljana", | |
| "lat": 46.0553, | |
| "lng": 14.515, | |
| "country": "Slovenia", | |
| "population": 314807 | |
| }, | |
| { | |
| "city": "Pescara", | |
| "lat": 42.4554, | |
| "lng": 14.2187, | |
| "country": "Italy", | |
| "population": 314789 | |
| }, | |
| { | |
| "city": "Gdynia", | |
| "lat": 54.5204, | |
| "lng": 18.53, | |
| "country": "Poland", | |
| "population": 314664 | |
| }, | |
| { | |
| "city": "Angeles", | |
| "lat": 15.1451, | |
| "lng": 120.5451, | |
| "country": "Philippines", | |
| "population": 314493 | |
| }, | |
| { | |
| "city": "Ninde", | |
| "lat": 26.6804, | |
| "lng": 119.5301, | |
| "country": "China", | |
| "population": 314077 | |
| }, | |
| { | |
| "city": "Aswan", | |
| "lat": 24.0875, | |
| "lng": 32.8989, | |
| "country": "Egypt", | |
| "population": 313442 | |
| }, | |
| { | |
| "city": "Varna", | |
| "lat": 43.2156, | |
| "lng": 27.8953, | |
| "country": "Bulgaria", | |
| "population": 312770 | |
| }, | |
| { | |
| "city": "Koblenz", | |
| "lat": 50.3505, | |
| "lng": 7.6, | |
| "country": "Germany", | |
| "population": 312633 | |
| }, | |
| { | |
| "city": "Cherepovets", | |
| "lat": 59.1404, | |
| "lng": 37.91, | |
| "country": "Russia", | |
| "population": 311850 | |
| }, | |
| { | |
| "city": "Qurghonteppa", | |
| "lat": 37.8373, | |
| "lng": 68.7713, | |
| "country": "Tajikistan", | |
| "population": 311574 | |
| }, | |
| { | |
| "city": "Semey", | |
| "lat": 50.435, | |
| "lng": 80.275, | |
| "country": "Kazakhstan", | |
| "population": 311353 | |
| }, | |
| { | |
| "city": "Galați", | |
| "lat": 45.4559, | |
| "lng": 28.0459, | |
| "country": "Romania", | |
| "population": 311156 | |
| }, | |
| { | |
| "city": "Brașov", | |
| "lat": 45.6475, | |
| "lng": 25.6072, | |
| "country": "Romania", | |
| "population": 311044 | |
| }, | |
| { | |
| "city": "Sambalpur", | |
| "lat": 21.4704, | |
| "lng": 83.9701, | |
| "country": "India", | |
| "population": 310852 | |
| }, | |
| { | |
| "city": "Pucallpa", | |
| "lat": -8.3689, | |
| "lng": -74.535, | |
| "country": "Peru", | |
| "population": 310750 | |
| }, | |
| { | |
| "city": "Antofagasta", | |
| "lat": -23.65, | |
| "lng": -70.4, | |
| "country": "Chile", | |
| "population": 309832 | |
| }, | |
| { | |
| "city": "Huntsville", | |
| "lat": 34.6989, | |
| "lng": -86.6414, | |
| "country": "United States", | |
| "population": 309716 | |
| }, | |
| { | |
| "city": "Santa Clarita", | |
| "lat": 34.4155, | |
| "lng": -118.4992, | |
| "country": "United States", | |
| "population": 309378 | |
| }, | |
| { | |
| "city": "Asheville", | |
| "lat": 35.5706, | |
| "lng": -82.5537, | |
| "country": "United States", | |
| "population": 309250 | |
| }, | |
| { | |
| "city": "Sapele", | |
| "lat": 5.8904, | |
| "lng": 5.68, | |
| "country": "Nigeria", | |
| "population": 309162 | |
| }, | |
| { | |
| "city": "Dayr az Zawr", | |
| "lat": 35.3304, | |
| "lng": 40.13, | |
| "country": "Syria", | |
| "population": 309141 | |
| }, | |
| { | |
| "city": "Chita", | |
| "lat": 52.055, | |
| "lng": 113.465, | |
| "country": "Russia", | |
| "population": 308500 | |
| }, | |
| { | |
| "city": "Valledupar", | |
| "lat": 10.48, | |
| "lng": -73.25, | |
| "country": "Colombia", | |
| "population": 308237 | |
| }, | |
| { | |
| "city": "Vitória da Conquista", | |
| "lat": -14.85, | |
| "lng": -40.84, | |
| "country": "Brazil", | |
| "population": 308204 | |
| }, | |
| { | |
| "city": "Antsirabe", | |
| "lat": -19.85, | |
| "lng": 47.0333, | |
| "country": "Madagascar", | |
| "population": 307921 | |
| }, | |
| { | |
| "city": "Naltchik", | |
| "lat": 43.4981, | |
| "lng": 43.6179, | |
| "country": "Russia", | |
| "population": 307866 | |
| }, | |
| { | |
| "city": "Chernihiv", | |
| "lat": 51.5049, | |
| "lng": 31.3015, | |
| "country": "Ukraine", | |
| "population": 307684 | |
| }, | |
| { | |
| "city": "Ratlam", | |
| "lat": 23.3504, | |
| "lng": 75.03, | |
| "country": "India", | |
| "population": 307229 | |
| }, | |
| { | |
| "city": "Saint Paul", | |
| "lat": 44.9477, | |
| "lng": -93.104, | |
| "country": "United States", | |
| "population": 306621 | |
| }, | |
| { | |
| "city": "Ksar El Kebir", | |
| "lat": 35.0204, | |
| "lng": -5.91, | |
| "country": "Morocco", | |
| "population": 306600 | |
| }, | |
| { | |
| "city": "Tawau", | |
| "lat": 4.271, | |
| "lng": 117.896, | |
| "country": "Malaysia", | |
| "population": 306462 | |
| }, | |
| { | |
| "city": "Firozabad", | |
| "lat": 27.15, | |
| "lng": 78.3949, | |
| "country": "India", | |
| "population": 306409 | |
| }, | |
| { | |
| "city": "Porto Velho", | |
| "lat": -8.75, | |
| "lng": -63.9, | |
| "country": "Brazil", | |
| "population": 306180 | |
| }, | |
| { | |
| "city": "San Salvador de Jujuy", | |
| "lat": -24.1833, | |
| "lng": -65.3, | |
| "country": "Argentina", | |
| "population": 305891 | |
| }, | |
| { | |
| "city": "Hatay", | |
| "lat": 36.2304, | |
| "lng": 36.12, | |
| "country": "Turkey", | |
| "population": 305564 | |
| }, | |
| { | |
| "city": "Franca", | |
| "lat": -20.53, | |
| "lng": -47.39, | |
| "country": "Brazil", | |
| "population": 305041 | |
| }, | |
| { | |
| "city": "Rajahmundry", | |
| "lat": 17.0303, | |
| "lng": 81.79, | |
| "country": "India", | |
| "population": 304804 | |
| }, | |
| { | |
| "city": "Olongapo", | |
| "lat": 14.8296, | |
| "lng": 120.2828, | |
| "country": "Philippines", | |
| "population": 304388 | |
| }, | |
| { | |
| "city": "Craiova", | |
| "lat": 44.3263, | |
| "lng": 23.8259, | |
| "country": "Romania", | |
| "population": 304142 | |
| }, | |
| { | |
| "city": "Kom Ombo", | |
| "lat": 24.47, | |
| "lng": 32.95, | |
| "country": "Egypt", | |
| "population": 303962 | |
| }, | |
| { | |
| "city": "Los Teques", | |
| "lat": 10.42, | |
| "lng": -67.02, | |
| "country": "Venezuela", | |
| "population": 303470 | |
| }, | |
| { | |
| "city": "Constanța", | |
| "lat": 44.2027, | |
| "lng": 28.61, | |
| "country": "Romania", | |
| "population": 303399 | |
| }, | |
| { | |
| "city": "Saransk", | |
| "lat": 54.1704, | |
| "lng": 45.18, | |
| "country": "Russia", | |
| "population": 303394 | |
| }, | |
| { | |
| "city": "Mengzi", | |
| "lat": 23.3619, | |
| "lng": 103.4061, | |
| "country": "China", | |
| "population": 303341 | |
| }, | |
| { | |
| "city": "Ganca", | |
| "lat": 40.685, | |
| "lng": 46.35, | |
| "country": "Azerbaijan", | |
| "population": 303268 | |
| }, | |
| { | |
| "city": "Fort Collins", | |
| "lat": 40.5479, | |
| "lng": -105.0658, | |
| "country": "United States", | |
| "population": 303184 | |
| }, | |
| { | |
| "city": "Hakodate", | |
| "lat": 41.795, | |
| "lng": 140.74, | |
| "country": "Japan", | |
| "population": 302984 | |
| }, | |
| { | |
| "city": "Antioch", | |
| "lat": 37.9789, | |
| "lng": -121.7957, | |
| "country": "United States", | |
| "population": 302885 | |
| }, | |
| { | |
| "city": "Chemnitz", | |
| "lat": 50.83, | |
| "lng": 12.92, | |
| "country": "Germany", | |
| "population": 302643 | |
| }, | |
| { | |
| "city": "Henderson", | |
| "lat": 36.0145, | |
| "lng": -115.0362, | |
| "country": "United States", | |
| "population": 302539 | |
| }, | |
| { | |
| "city": "Kingston upon Hull", | |
| "lat": 53.7504, | |
| "lng": -0.33, | |
| "country": "United Kingdom", | |
| "population": 302296 | |
| }, | |
| { | |
| "city": "Batman", | |
| "lat": 37.8904, | |
| "lng": 41.14, | |
| "country": "Turkey", | |
| "population": 302074 | |
| }, | |
| { | |
| "city": "Qena", | |
| "lat": 26.1505, | |
| "lng": 32.72, | |
| "country": "Egypt", | |
| "population": 302027 | |
| }, | |
| { | |
| "city": "Barddhaman", | |
| "lat": 23.2504, | |
| "lng": 87.865, | |
| "country": "India", | |
| "population": 301725 | |
| }, | |
| { | |
| "city": "Jinja", | |
| "lat": 0.4404, | |
| "lng": 33.1999, | |
| "country": "Uganda", | |
| "population": 301619 | |
| }, | |
| { | |
| "city": "Gujrat", | |
| "lat": 32.58, | |
| "lng": 74.08, | |
| "country": "Pakistan", | |
| "population": 301506 | |
| }, | |
| { | |
| "city": "Tambov", | |
| "lat": 52.73, | |
| "lng": 41.43, | |
| "country": "Russia", | |
| "population": 301482 | |
| }, | |
| { | |
| "city": "Hami", | |
| "lat": 42.827, | |
| "lng": 93.515, | |
| "country": "China", | |
| "population": 300848 | |
| }, | |
| { | |
| "city": "Brest", | |
| "lat": 52.1, | |
| "lng": 23.7, | |
| "country": "Belarus", | |
| "population": 300715 | |
| }, | |
| { | |
| "city": "Mardan", | |
| "lat": 34.2, | |
| "lng": 72.04, | |
| "country": "Pakistan", | |
| "population": 300424 | |
| }, | |
| { | |
| "city": "Bidar", | |
| "lat": 17.9229, | |
| "lng": 77.5175, | |
| "country": "India", | |
| "population": 300136 | |
| }, | |
| { | |
| "city": "Qyzylorda", | |
| "lat": 44.8, | |
| "lng": 65.465, | |
| "country": "Kazakhstan", | |
| "population": 300000 | |
| }, | |
| { | |
| "city": "Rạch Giá", | |
| "lat": 10.0154, | |
| "lng": 105.0914, | |
| "country": "Vietnam", | |
| "population": 300000 | |
| }, | |
| { | |
| "city": "Sóc Trăng", | |
| "lat": 9.6037, | |
| "lng": 105.98, | |
| "country": "Vietnam", | |
| "population": 300000 | |
| }, | |
| { | |
| "city": "Porto-Novo", | |
| "lat": 6.4833, | |
| "lng": 2.6166, | |
| "country": "Benin", | |
| "population": 300000 | |
| }, | |
| { | |
| "city": "Curepipe", | |
| "lat": -20.3162, | |
| "lng": 57.5166, | |
| "country": "Mauritius", | |
| "population": 299975 | |
| }, | |
| { | |
| "city": "Kanggye", | |
| "lat": 40.9732, | |
| "lng": 126.6032, | |
| "country": "Korea, North", | |
| "population": 299514 | |
| }, | |
| { | |
| "city": "Baqubah", | |
| "lat": 33.7476, | |
| "lng": 44.6573, | |
| "country": "Iraq", | |
| "population": 299479 | |
| }, | |
| { | |
| "city": "Dumyat", | |
| "lat": 31.4204, | |
| "lng": 31.82, | |
| "country": "Egypt", | |
| "population": 299459 | |
| }, | |
| { | |
| "city": "Jember", | |
| "lat": -8.1727, | |
| "lng": 113.6873, | |
| "country": "Indonesia", | |
| "population": 298585 | |
| }, | |
| { | |
| "city": "Al Mubarraz", | |
| "lat": 25.4291, | |
| "lng": 49.5659, | |
| "country": "Saudi Arabia", | |
| "population": 298562 | |
| }, | |
| { | |
| "city": "Al Kharj", | |
| "lat": 24.1556, | |
| "lng": 47.312, | |
| "country": "Saudi Arabia", | |
| "population": 298428 | |
| }, | |
| { | |
| "city": "Aomori", | |
| "lat": 40.825, | |
| "lng": 140.71, | |
| "country": "Japan", | |
| "population": 298394 | |
| }, | |
| { | |
| "city": "Chernivtsi", | |
| "lat": 48.3053, | |
| "lng": 25.9216, | |
| "country": "Ukraine", | |
| "population": 298251 | |
| }, | |
| { | |
| "city": "İskenderun", | |
| "lat": 36.5804, | |
| "lng": 36.17, | |
| "country": "Turkey", | |
| "population": 297943 | |
| }, | |
| { | |
| "city": "Cherkasy", | |
| "lat": 49.4347, | |
| "lng": 32.0709, | |
| "country": "Ukraine", | |
| "population": 297568 | |
| }, | |
| { | |
| "city": "Trenton", | |
| "lat": 40.2237, | |
| "lng": -74.764, | |
| "country": "United States", | |
| "population": 296869 | |
| }, | |
| { | |
| "city": "Bandar Seri Begawan", | |
| "lat": 4.8833, | |
| "lng": 114.9333, | |
| "country": "Brunei", | |
| "population": 296500 | |
| }, | |
| { | |
| "city": "Rampur", | |
| "lat": 28.8154, | |
| "lng": 79.025, | |
| "country": "India", | |
| "population": 296418 | |
| }, | |
| { | |
| "city": "Morioka", | |
| "lat": 39.72, | |
| "lng": 141.13, | |
| "country": "Japan", | |
| "population": 295172 | |
| }, | |
| { | |
| "city": "Ar Ramadi", | |
| "lat": 33.42, | |
| "lng": 43.3, | |
| "country": "Iraq", | |
| "population": 295121 | |
| }, | |
| { | |
| "city": "Port-of-Spain", | |
| "lat": 10.652, | |
| "lng": -61.517, | |
| "country": "Trinidad And Tobago", | |
| "population": 294934 | |
| }, | |
| { | |
| "city": "Vologda", | |
| "lat": 59.21, | |
| "lng": 39.92, | |
| "country": "Russia", | |
| "population": 294889 | |
| }, | |
| { | |
| "city": "Sumy", | |
| "lat": 50.9243, | |
| "lng": 34.7809, | |
| "country": "Ukraine", | |
| "population": 294456 | |
| }, | |
| { | |
| "city": "Swansea", | |
| "lat": 51.63, | |
| "lng": -3.95, | |
| "country": "United Kingdom", | |
| "population": 294339 | |
| }, | |
| { | |
| "city": "Fukushima", | |
| "lat": 37.74, | |
| "lng": 140.47, | |
| "country": "Japan", | |
| "population": 294237 | |
| }, | |
| { | |
| "city": "Blumenau", | |
| "lat": -26.92, | |
| "lng": -49.09, | |
| "country": "Brazil", | |
| "population": 293949 | |
| }, | |
| { | |
| "city": "Thiès", | |
| "lat": 14.8104, | |
| "lng": -16.93, | |
| "country": "Senegal", | |
| "population": 293001 | |
| }, | |
| { | |
| "city": "Kakinada", | |
| "lat": 16.9675, | |
| "lng": 82.2375, | |
| "country": "India", | |
| "population": 292923 | |
| }, | |
| { | |
| "city": "Panipat", | |
| "lat": 29.4004, | |
| "lng": 76.97, | |
| "country": "India", | |
| "population": 292808 | |
| }, | |
| { | |
| "city": "Makurdi", | |
| "lat": 7.73, | |
| "lng": 8.53, | |
| "country": "Nigeria", | |
| "population": 292645 | |
| }, | |
| { | |
| "city": "Ponta Grossa", | |
| "lat": -25.09, | |
| "lng": -50.16, | |
| "country": "Brazil", | |
| "population": 292177 | |
| }, | |
| { | |
| "city": "Minna", | |
| "lat": 9.62, | |
| "lng": 6.55, | |
| "country": "Nigeria", | |
| "population": 291905 | |
| }, | |
| { | |
| "city": "Białystok", | |
| "lat": 53.1504, | |
| "lng": 23.17, | |
| "country": "Poland", | |
| "population": 291855 | |
| }, | |
| { | |
| "city": "Mbeya", | |
| "lat": -8.89, | |
| "lng": 33.43, | |
| "country": "Tanzania", | |
| "population": 291649 | |
| }, | |
| { | |
| "city": "Cagliari", | |
| "lat": 39.2224, | |
| "lng": 9.104, | |
| "country": "Italy", | |
| "population": 291511 | |
| }, | |
| { | |
| "city": "Lakeland", | |
| "lat": 28.0557, | |
| "lng": -81.9543, | |
| "country": "United States", | |
| "population": 291281 | |
| }, | |
| { | |
| "city": "Khammam", | |
| "lat": 17.2804, | |
| "lng": 80.1601, | |
| "country": "India", | |
| "population": 290839 | |
| }, | |
| { | |
| "city": "Bafoussam", | |
| "lat": 5.4904, | |
| "lng": 10.4099, | |
| "country": "Cameroon", | |
| "population": 290768 | |
| }, | |
| { | |
| "city": "Kasur", | |
| "lat": 31.1254, | |
| "lng": 74.455, | |
| "country": "Pakistan", | |
| "population": 290643 | |
| }, | |
| { | |
| "city": "Hulan Ergi", | |
| "lat": 47.21, | |
| "lng": 123.61, | |
| "country": "China", | |
| "population": 289999 | |
| }, | |
| { | |
| "city": "Kassel", | |
| "lat": 51.3, | |
| "lng": 9.5, | |
| "country": "Germany", | |
| "population": 289924 | |
| }, | |
| { | |
| "city": "Limeira", | |
| "lat": -22.5495, | |
| "lng": -47.4, | |
| "country": "Brazil", | |
| "population": 289665 | |
| }, | |
| { | |
| "city": "Victoria", | |
| "lat": 48.4333, | |
| "lng": -123.35, | |
| "country": "Canada", | |
| "population": 289625 | |
| }, | |
| { | |
| "city": "Bhuj", | |
| "lat": 23.2504, | |
| "lng": 69.81, | |
| "country": "India", | |
| "population": 289429 | |
| }, | |
| { | |
| "city": "Huizhou", | |
| "lat": 23.08, | |
| "lng": 114.4, | |
| "country": "China", | |
| "population": 289201 | |
| }, | |
| { | |
| "city": "Karimnagar", | |
| "lat": 18.4604, | |
| "lng": 79.11, | |
| "country": "India", | |
| "population": 288251 | |
| }, | |
| { | |
| "city": "Sinuiju", | |
| "lat": 40.0859, | |
| "lng": 124.4213, | |
| "country": "Korea, North", | |
| "population": 288112 | |
| }, | |
| { | |
| "city": "Talcahuano", | |
| "lat": -36.7167, | |
| "lng": -73.1167, | |
| "country": "Chile", | |
| "population": 288074 | |
| }, | |
| { | |
| "city": "Ciudad Obregon", | |
| "lat": 27.4666, | |
| "lng": -109.925, | |
| "country": "Mexico", | |
| "population": 288002 | |
| }, | |
| { | |
| "city": "Shreveport", | |
| "lat": 32.4659, | |
| "lng": -93.7959, | |
| "country": "United States", | |
| "population": 287432 | |
| }, | |
| { | |
| "city": "Davenport", | |
| "lat": 41.5563, | |
| "lng": -90.6052, | |
| "country": "United States", | |
| "population": 287413 | |
| }, | |
| { | |
| "city": "Coatzacoalcos", | |
| "lat": 18.1204, | |
| "lng": -94.42, | |
| "country": "Mexico", | |
| "population": 287285 | |
| }, | |
| { | |
| "city": "Springfield", | |
| "lat": 37.1943, | |
| "lng": -93.2915, | |
| "country": "United States", | |
| "population": 287222 | |
| }, | |
| { | |
| "city": "Tirupati", | |
| "lat": 13.6504, | |
| "lng": 79.42, | |
| "country": "India", | |
| "population": 287035 | |
| }, | |
| { | |
| "city": "Cuenca", | |
| "lat": -2.9, | |
| "lng": -79, | |
| "country": "Ecuador", | |
| "population": 286878 | |
| }, | |
| { | |
| "city": "Butembo", | |
| "lat": 0.13, | |
| "lng": 29.28, | |
| "country": "Congo (Kinshasa)", | |
| "population": 286403 | |
| }, | |
| { | |
| "city": "Sekondi", | |
| "lat": 4.9433, | |
| "lng": -1.704, | |
| "country": "Ghana", | |
| "population": 286248 | |
| }, | |
| { | |
| "city": "Plano", | |
| "lat": 33.0502, | |
| "lng": -96.7487, | |
| "country": "United States", | |
| "population": 286143 | |
| }, | |
| { | |
| "city": "Petrópolis", | |
| "lat": -22.5095, | |
| "lng": -43.2, | |
| "country": "Brazil", | |
| "population": 286071 | |
| }, | |
| { | |
| "city": "Hospet", | |
| "lat": 15.2804, | |
| "lng": 76.375, | |
| "country": "India", | |
| "population": 286007 | |
| }, | |
| { | |
| "city": "Rangpur", | |
| "lat": 25.75, | |
| "lng": 89.28, | |
| "country": "Bangladesh", | |
| "population": 285564 | |
| }, | |
| { | |
| "city": "Rockford", | |
| "lat": 42.2598, | |
| "lng": -89.0641, | |
| "country": "United States", | |
| "population": 285562 | |
| }, | |
| { | |
| "city": "Newark", | |
| "lat": 40.7245, | |
| "lng": -74.1725, | |
| "country": "United States", | |
| "population": 285154 | |
| }, | |
| { | |
| "city": "Lincoln", | |
| "lat": 40.8098, | |
| "lng": -96.6802, | |
| "country": "United States", | |
| "population": 285118 | |
| }, | |
| { | |
| "city": "Zagazig", | |
| "lat": 30.5833, | |
| "lng": 31.5167, | |
| "country": "Egypt", | |
| "population": 285097 | |
| }, | |
| { | |
| "city": "Mandya", | |
| "lat": 12.5704, | |
| "lng": 76.92, | |
| "country": "India", | |
| "population": 285034 | |
| }, | |
| { | |
| "city": "Round Lake Beach", | |
| "lat": 42.3791, | |
| "lng": -88.0811, | |
| "country": "United States", | |
| "population": 284607 | |
| }, | |
| { | |
| "city": "Bago", | |
| "lat": 17.32, | |
| "lng": 96.515, | |
| "country": "Burma", | |
| "population": 284318 | |
| }, | |
| { | |
| "city": "Barinas", | |
| "lat": 8.6, | |
| "lng": -70.25, | |
| "country": "Venezuela", | |
| "population": 284289 | |
| }, | |
| { | |
| "city": "Port Moresby", | |
| "lat": -9.4647, | |
| "lng": 147.1925, | |
| "country": "Papua New Guinea", | |
| "population": 283733 | |
| }, | |
| { | |
| "city": "Iksan", | |
| "lat": 35.941, | |
| "lng": 126.9454, | |
| "country": "Korea, South", | |
| "population": 283501 | |
| }, | |
| { | |
| "city": "Alwar", | |
| "lat": 27.5454, | |
| "lng": 76.6049, | |
| "country": "India", | |
| "population": 283228 | |
| }, | |
| { | |
| "city": "Cadiz", | |
| "lat": 10.9587, | |
| "lng": 123.3086, | |
| "country": "Philippines", | |
| "population": 283157 | |
| }, | |
| { | |
| "city": "Cádiz", | |
| "lat": 36.535, | |
| "lng": -6.225, | |
| "country": "Spain", | |
| "population": 283157 | |
| }, | |
| { | |
| "city": "Aizawl", | |
| "lat": 23.7104, | |
| "lng": 92.72, | |
| "country": "India", | |
| "population": 283021 | |
| }, | |
| { | |
| "city": "Kupang", | |
| "lat": -10.1787, | |
| "lng": 123.583, | |
| "country": "Indonesia", | |
| "population": 282396 | |
| }, | |
| { | |
| "city": "Tongchuan", | |
| "lat": 35.08, | |
| "lng": 109.03, | |
| "country": "China", | |
| "population": 282258 | |
| }, | |
| { | |
| "city": "Zhytomyr", | |
| "lat": 50.2456, | |
| "lng": 28.6622, | |
| "country": "Ukraine", | |
| "population": 282192 | |
| }, | |
| { | |
| "city": "Jining", | |
| "lat": 41.03, | |
| "lng": 113.08, | |
| "country": "China", | |
| "population": 281716 | |
| }, | |
| { | |
| "city": "Bahía Blanca", | |
| "lat": -38.74, | |
| "lng": -62.265, | |
| "country": "Argentina", | |
| "population": 281536 | |
| }, | |
| { | |
| "city": "Cap-Haïtien", | |
| "lat": 19.7592, | |
| "lng": -72.2125, | |
| "country": "Haiti", | |
| "population": 281487 | |
| }, | |
| { | |
| "city": "Ambato", | |
| "lat": -1.2696, | |
| "lng": -78.62, | |
| "country": "Ecuador", | |
| "population": 281425 | |
| }, | |
| { | |
| "city": "South Bend", | |
| "lat": 41.6771, | |
| "lng": -86.2692, | |
| "country": "United States", | |
| "population": 281100 | |
| }, | |
| { | |
| "city": "Gorgan", | |
| "lat": 36.8303, | |
| "lng": 54.48, | |
| "country": "Iran", | |
| "population": 281023 | |
| }, | |
| { | |
| "city": "Batna", | |
| "lat": 35.57, | |
| "lng": 6.17, | |
| "country": "Algeria", | |
| "population": 280798 | |
| }, | |
| { | |
| "city": "Tacna", | |
| "lat": -18, | |
| "lng": -70.25, | |
| "country": "Peru", | |
| "population": 280098 | |
| }, | |
| { | |
| "city": "Savannah", | |
| "lat": 32.0282, | |
| "lng": -81.1786, | |
| "country": "United States", | |
| "population": 280082 | |
| }, | |
| { | |
| "city": "Tacloban", | |
| "lat": 11.2504, | |
| "lng": 125, | |
| "country": "Philippines", | |
| "population": 280006 | |
| }, | |
| { | |
| "city": "Xinzhou", | |
| "lat": 38.4104, | |
| "lng": 112.72, | |
| "country": "China", | |
| "population": 279607 | |
| }, | |
| { | |
| "city": "Cotabato", | |
| "lat": 7.2169, | |
| "lng": 124.2484, | |
| "country": "Philippines", | |
| "population": 279519 | |
| }, | |
| { | |
| "city": "Rize", | |
| "lat": 41.0208, | |
| "lng": 40.5219, | |
| "country": "Turkey", | |
| "population": 279450 | |
| }, | |
| { | |
| "city": "Ica", | |
| "lat": -14.068, | |
| "lng": -75.7255, | |
| "country": "Peru", | |
| "population": 279420 | |
| }, | |
| { | |
| "city": "Sumqayt", | |
| "lat": 40.58, | |
| "lng": 49.63, | |
| "country": "Azerbaijan", | |
| "population": 279159 | |
| }, | |
| { | |
| "city": "Taganrog", | |
| "lat": 47.23, | |
| "lng": 38.92, | |
| "country": "Russia", | |
| "population": 279056 | |
| }, | |
| { | |
| "city": "Kaolack", | |
| "lat": 14.15, | |
| "lng": -16.1, | |
| "country": "Senegal", | |
| "population": 277812 | |
| }, | |
| { | |
| "city": "Kostroma", | |
| "lat": 57.77, | |
| "lng": 40.94, | |
| "country": "Russia", | |
| "population": 277656 | |
| }, | |
| { | |
| "city": "Irvine", | |
| "lat": 33.6772, | |
| "lng": -117.7738, | |
| "country": "United States", | |
| "population": 277453 | |
| }, | |
| { | |
| "city": "Owo", | |
| "lat": 7.2004, | |
| "lng": 5.59, | |
| "country": "Nigeria", | |
| "population": 276574 | |
| }, | |
| { | |
| "city": "Sukabumi", | |
| "lat": -6.9096, | |
| "lng": 106.9, | |
| "country": "Indonesia", | |
| "population": 276414 | |
| }, | |
| { | |
| "city": "Komsomolsk na Amure", | |
| "lat": 50.555, | |
| "lng": 137.02, | |
| "country": "Russia", | |
| "population": 275908 | |
| }, | |
| { | |
| "city": "Prokopyevsk", | |
| "lat": 53.9, | |
| "lng": 86.71, | |
| "country": "Russia", | |
| "population": 275615 | |
| }, | |
| { | |
| "city": "Bern", | |
| "lat": 46.9167, | |
| "lng": 7.467, | |
| "country": "Switzerland", | |
| "population": 275329 | |
| }, | |
| { | |
| "city": "Montería", | |
| "lat": 8.7575, | |
| "lng": -75.89, | |
| "country": "Colombia", | |
| "population": 275198 | |
| }, | |
| { | |
| "city": "Mbandaka", | |
| "lat": 0.04, | |
| "lng": 18.26, | |
| "country": "Congo (Kinshasa)", | |
| "population": 274996 | |
| }, | |
| { | |
| "city": "Ciudad Victoria", | |
| "lat": 23.72, | |
| "lng": -99.13, | |
| "country": "Mexico", | |
| "population": 274900 | |
| }, | |
| { | |
| "city": "Sétif", | |
| "lat": 36.18, | |
| "lng": 5.4, | |
| "country": "Algeria", | |
| "population": 274744 | |
| }, | |
| { | |
| "city": "Pamplona", | |
| "lat": 42.82, | |
| "lng": -1.65, | |
| "country": "Spain", | |
| "population": 274545 | |
| }, | |
| { | |
| "city": "Jinshi", | |
| "lat": 29.6321, | |
| "lng": 111.8517, | |
| "country": "China", | |
| "population": 274000 | |
| }, | |
| { | |
| "city": "Ubon Ratchathani", | |
| "lat": 15.25, | |
| "lng": 104.83, | |
| "country": "Thailand", | |
| "population": 273893 | |
| }, | |
| { | |
| "city": "Crato", | |
| "lat": -7.4639, | |
| "lng": -63.04, | |
| "country": "Brazil", | |
| "population": 273883 | |
| }, | |
| { | |
| "city": "Crato", | |
| "lat": -7.2296, | |
| "lng": -39.42, | |
| "country": "Brazil", | |
| "population": 273883 | |
| }, | |
| { | |
| "city": "Guantánamo", | |
| "lat": 20.1453, | |
| "lng": -75.2061, | |
| "country": "Cuba", | |
| "population": 272801 | |
| }, | |
| { | |
| "city": "Blackpool", | |
| "lat": 53.8304, | |
| "lng": -3.05, | |
| "country": "United Kingdom", | |
| "population": 272792 | |
| }, | |
| { | |
| "city": "Majene", | |
| "lat": -3.5336, | |
| "lng": 118.966, | |
| "country": "Indonesia", | |
| "population": 272377 | |
| }, | |
| { | |
| "city": "Yamagata", | |
| "lat": 38.2705, | |
| "lng": 140.32, | |
| "country": "Japan", | |
| "population": 272209 | |
| }, | |
| { | |
| "city": "Pakalongan", | |
| "lat": -6.8796, | |
| "lng": 109.67, | |
| "country": "Indonesia", | |
| "population": 272000 | |
| }, | |
| { | |
| "city": "Elâzığ", | |
| "lat": 38.68, | |
| "lng": 39.23, | |
| "country": "Turkey", | |
| "population": 271492 | |
| }, | |
| { | |
| "city": "Sari", | |
| "lat": 36.5504, | |
| "lng": 53.1, | |
| "country": "Iran", | |
| "population": 271467 | |
| }, | |
| { | |
| "city": "Canton", | |
| "lat": 40.8076, | |
| "lng": -81.3677, | |
| "country": "United States", | |
| "population": 271184 | |
| }, | |
| { | |
| "city": "Tasikmalaya", | |
| "lat": -7.3254, | |
| "lng": 108.2147, | |
| "country": "Indonesia", | |
| "population": 271143 | |
| }, | |
| { | |
| "city": "Bijapur", | |
| "lat": 16.8354, | |
| "lng": 75.71, | |
| "country": "India", | |
| "population": 271064 | |
| }, | |
| { | |
| "city": "Venice", | |
| "lat": 45.4387, | |
| "lng": 12.335, | |
| "country": "Italy", | |
| "population": 270816 | |
| }, | |
| { | |
| "city": "Jersey City", | |
| "lat": 40.7161, | |
| "lng": -74.0682, | |
| "country": "United States", | |
| "population": 270753 | |
| }, | |
| { | |
| "city": "Chula Vista", | |
| "lat": 32.6281, | |
| "lng": -117.0145, | |
| "country": "United States", | |
| "population": 270471 | |
| }, | |
| { | |
| "city": "Gombe", | |
| "lat": 10.2904, | |
| "lng": 11.17, | |
| "country": "Nigeria", | |
| "population": 270366 | |
| }, | |
| { | |
| "city": "Münster", | |
| "lat": 51.9704, | |
| "lng": 7.62, | |
| "country": "Germany", | |
| "population": 270184 | |
| }, | |
| { | |
| "city": "Thohoyandou", | |
| "lat": -22.95, | |
| "lng": 30.48, | |
| "country": "South Africa", | |
| "population": 269707 | |
| }, | |
| { | |
| "city": "Kiel", | |
| "lat": 54.3304, | |
| "lng": 10.13, | |
| "country": "Germany", | |
| "population": 269427 | |
| }, | |
| { | |
| "city": "Malmö", | |
| "lat": 55.5833, | |
| "lng": 13.0333, | |
| "country": "Sweden", | |
| "population": 269349 | |
| }, | |
| { | |
| "city": "Nancy", | |
| "lat": 48.6837, | |
| "lng": 6.2, | |
| "country": "France", | |
| "population": 268976 | |
| }, | |
| { | |
| "city": "Mokpo", | |
| "lat": 34.8068, | |
| "lng": 126.3958, | |
| "country": "Korea, South", | |
| "population": 268402 | |
| }, | |
| { | |
| "city": "Windhoek", | |
| "lat": -22.57, | |
| "lng": 17.0835, | |
| "country": "Namibia", | |
| "population": 268132 | |
| }, | |
| { | |
| "city": "Tebingtinggi", | |
| "lat": 3.3304, | |
| "lng": 99.13, | |
| "country": "Indonesia", | |
| "population": 268043 | |
| }, | |
| { | |
| "city": "Yanbu al Bahr", | |
| "lat": 24.0943, | |
| "lng": 38.0493, | |
| "country": "Saudi Arabia", | |
| "population": 267590 | |
| }, | |
| { | |
| "city": "Eugene", | |
| "lat": 44.0563, | |
| "lng": -123.1173, | |
| "country": "United States", | |
| "population": 267568 | |
| }, | |
| { | |
| "city": "Tshikapa", | |
| "lat": -6.41, | |
| "lng": 20.77, | |
| "country": "Congo (Kinshasa)", | |
| "population": 267462 | |
| }, | |
| { | |
| "city": "Reading", | |
| "lat": 40.34, | |
| "lng": -75.9266, | |
| "country": "United States", | |
| "population": 267300 | |
| }, | |
| { | |
| "city": "Sterlitamak", | |
| "lat": 53.63, | |
| "lng": 55.96, | |
| "country": "Russia", | |
| "population": 267231 | |
| }, | |
| { | |
| "city": "Padangsidempuan", | |
| "lat": 1.3887, | |
| "lng": 99.2734, | |
| "country": "Indonesia", | |
| "population": 266882 | |
| }, | |
| { | |
| "city": "Myeik", | |
| "lat": 12.4541, | |
| "lng": 98.6115, | |
| "country": "Burma", | |
| "population": 266720 | |
| }, | |
| { | |
| "city": "Temuco", | |
| "lat": -38.73, | |
| "lng": -72.58, | |
| "country": "Chile", | |
| "population": 265901 | |
| }, | |
| { | |
| "city": "Lafayette", | |
| "lat": 30.2083, | |
| "lng": -92.0322, | |
| "country": "United States", | |
| "population": 265746 | |
| }, | |
| { | |
| "city": "Lausanne", | |
| "lat": 46.5304, | |
| "lng": 6.65, | |
| "country": "Switzerland", | |
| "population": 265702 | |
| }, | |
| { | |
| "city": "Saint-Étienne", | |
| "lat": 45.4304, | |
| "lng": 4.38, | |
| "country": "France", | |
| "population": 265684 | |
| }, | |
| { | |
| "city": "Petrozavodsk", | |
| "lat": 61.85, | |
| "lng": 34.28, | |
| "country": "Russia", | |
| "population": 265025 | |
| }, | |
| { | |
| "city": "Imphal", | |
| "lat": 24.8, | |
| "lng": 93.95, | |
| "country": "India", | |
| "population": 264986 | |
| }, | |
| { | |
| "city": "Umuahia", | |
| "lat": 5.532, | |
| "lng": 7.486, | |
| "country": "Nigeria", | |
| "population": 264662 | |
| }, | |
| { | |
| "city": "Uruapan", | |
| "lat": 19.4204, | |
| "lng": -102.07, | |
| "country": "Mexico", | |
| "population": 264531 | |
| }, | |
| { | |
| "city": "Georgetown", | |
| "lat": 6.802, | |
| "lng": -58.167, | |
| "country": "Guyana", | |
| "population": 264350 | |
| }, | |
| { | |
| "city": "Sivas", | |
| "lat": 39.7454, | |
| "lng": 37.035, | |
| "country": "Turkey", | |
| "population": 264022 | |
| }, | |
| { | |
| "city": "Tubruq", | |
| "lat": 32.08, | |
| "lng": 23.96, | |
| "country": "Libya", | |
| "population": 263527 | |
| }, | |
| { | |
| "city": "Saint Petersburg", | |
| "lat": 27.793, | |
| "lng": -82.6652, | |
| "country": "United States", | |
| "population": 263255 | |
| }, | |
| { | |
| "city": "Graz", | |
| "lat": 47.0778, | |
| "lng": 15.41, | |
| "country": "Austria", | |
| "population": 263234 | |
| }, | |
| { | |
| "city": "Kindu", | |
| "lat": -2.9639, | |
| "lng": 25.91, | |
| "country": "Congo (Kinshasa)", | |
| "population": 262914 | |
| }, | |
| { | |
| "city": "Lubbock", | |
| "lat": 33.5643, | |
| "lng": -101.8871, | |
| "country": "United States", | |
| "population": 262505 | |
| }, | |
| { | |
| "city": "Aqtobe", | |
| "lat": 50.28, | |
| "lng": 57.17, | |
| "country": "Kazakhstan", | |
| "population": 262457 | |
| }, | |
| { | |
| "city": "Paraná", | |
| "lat": -31.7333, | |
| "lng": -60.5333, | |
| "country": "Argentina", | |
| "population": 262295 | |
| }, | |
| { | |
| "city": "Az Aubayr", | |
| "lat": 30.3892, | |
| "lng": 47.708, | |
| "country": "Iraq", | |
| "population": 262219 | |
| }, | |
| { | |
| "city": "Peoria", | |
| "lat": 40.752, | |
| "lng": -89.6155, | |
| "country": "United States", | |
| "population": 262010 | |
| }, | |
| { | |
| "city": "Hotan", | |
| "lat": 37.0997, | |
| "lng": 79.9269, | |
| "country": "China", | |
| "population": 261730 | |
| }, | |
| { | |
| "city": "Cabo Frio", | |
| "lat": -22.89, | |
| "lng": -42.04, | |
| "country": "Brazil", | |
| "population": 261721 | |
| }, | |
| { | |
| "city": "Balıkesir", | |
| "lat": 39.6504, | |
| "lng": 27.89, | |
| "country": "Turkey", | |
| "population": 261516 | |
| }, | |
| { | |
| "city": "Zhuanghe", | |
| "lat": 39.6823, | |
| "lng": 122.9619, | |
| "country": "China", | |
| "population": 261510 | |
| }, | |
| { | |
| "city": "Sincelejo", | |
| "lat": 9.2904, | |
| "lng": -75.38, | |
| "country": "Colombia", | |
| "population": 261187 | |
| }, | |
| { | |
| "city": "Petrolina", | |
| "lat": -9.38, | |
| "lng": -40.51, | |
| "country": "Brazil", | |
| "population": 260985 | |
| }, | |
| { | |
| "city": "Acarigua", | |
| "lat": 9.5804, | |
| "lng": -69.2, | |
| "country": "Venezuela", | |
| "population": 260921 | |
| }, | |
| { | |
| "city": "Wollongong", | |
| "lat": -34.4154, | |
| "lng": 150.89, | |
| "country": "Australia", | |
| "population": 260914 | |
| }, | |
| { | |
| "city": "Uberaba", | |
| "lat": -19.78, | |
| "lng": -47.95, | |
| "country": "Brazil", | |
| "population": 260843 | |
| }, | |
| { | |
| "city": "Myrtle Beach", | |
| "lat": 33.7096, | |
| "lng": -78.8843, | |
| "country": "United States", | |
| "population": 260487 | |
| }, | |
| { | |
| "city": "Laredo", | |
| "lat": 27.5616, | |
| "lng": -99.487, | |
| "country": "United States", | |
| "population": 260244 | |
| }, | |
| { | |
| "city": "Adapazarı", | |
| "lat": 40.8, | |
| "lng": 30.415, | |
| "country": "Turkey", | |
| "population": 260109 | |
| }, | |
| { | |
| "city": "Konibodom", | |
| "lat": 40.2922, | |
| "lng": 70.4272, | |
| "country": "Tajikistan", | |
| "population": 259876 | |
| }, | |
| { | |
| "city": "Salem", | |
| "lat": 44.9232, | |
| "lng": -123.0245, | |
| "country": "United States", | |
| "population": 259816 | |
| }, | |
| { | |
| "city": "Kondoz", | |
| "lat": 36.728, | |
| "lng": 68.8725, | |
| "country": "Afghanistan", | |
| "population": 259809 | |
| }, | |
| { | |
| "city": "Tampere", | |
| "lat": 61.5, | |
| "lng": 23.75, | |
| "country": "Finland", | |
| "population": 259279 | |
| }, | |
| { | |
| "city": "Columbus", | |
| "lat": 32.51, | |
| "lng": -84.8771, | |
| "country": "United States", | |
| "population": 259160 | |
| }, | |
| { | |
| "city": "Popayán", | |
| "lat": 2.42, | |
| "lng": -76.61, | |
| "country": "Colombia", | |
| "population": 258750 | |
| }, | |
| { | |
| "city": "Nonthaburi", | |
| "lat": 13.8337, | |
| "lng": 100.4833, | |
| "country": "Thailand", | |
| "population": 258550 | |
| }, | |
| { | |
| "city": "Al Mukalla", | |
| "lat": 14.5412, | |
| "lng": 49.1259, | |
| "country": "Yemen", | |
| "population": 258132 | |
| }, | |
| { | |
| "city": "Rio Branco", | |
| "lat": -9.9666, | |
| "lng": -67.8, | |
| "country": "Brazil", | |
| "population": 257642 | |
| }, | |
| { | |
| "city": "Etawah", | |
| "lat": 26.7855, | |
| "lng": 79.015, | |
| "country": "India", | |
| "population": 257448 | |
| }, | |
| { | |
| "city": "Mendefera", | |
| "lat": 14.886, | |
| "lng": 38.8163, | |
| "country": "Eritrea", | |
| "population": 257390 | |
| }, | |
| { | |
| "city": "Cascavel", | |
| "lat": -24.9596, | |
| "lng": -53.46, | |
| "country": "Brazil", | |
| "population": 257172 | |
| }, | |
| { | |
| "city": "Ondo", | |
| "lat": 7.0904, | |
| "lng": 4.84, | |
| "country": "Nigeria", | |
| "population": 257005 | |
| }, | |
| { | |
| "city": "Chimoio", | |
| "lat": -19.12, | |
| "lng": 33.47, | |
| "country": "Mozambique", | |
| "population": 256936 | |
| }, | |
| { | |
| "city": "Ensenada", | |
| "lat": 31.87, | |
| "lng": -116.62, | |
| "country": "Mexico", | |
| "population": 256565 | |
| }, | |
| { | |
| "city": "Dzerzhinsk", | |
| "lat": 56.2504, | |
| "lng": 43.46, | |
| "country": "Russia", | |
| "population": 256537 | |
| }, | |
| { | |
| "city": "Da Lat", | |
| "lat": 11.9304, | |
| "lng": 108.42, | |
| "country": "Vietnam", | |
| "population": 256019 | |
| }, | |
| { | |
| "city": "Montgomery", | |
| "lat": 32.347, | |
| "lng": -86.2663, | |
| "country": "United States", | |
| "population": 255908 | |
| }, | |
| { | |
| "city": "Damaturu", | |
| "lat": 11.749, | |
| "lng": 11.966, | |
| "country": "Nigeria", | |
| "population": 255895 | |
| }, | |
| { | |
| "city": "Raichur", | |
| "lat": 16.2104, | |
| "lng": 77.355, | |
| "country": "India", | |
| "population": 255240 | |
| }, | |
| { | |
| "city": "Daloa", | |
| "lat": 6.89, | |
| "lng": -6.45, | |
| "country": "Côte D’Ivoire", | |
| "population": 255168 | |
| }, | |
| { | |
| "city": "Rivne", | |
| "lat": 50.6166, | |
| "lng": 26.2528, | |
| "country": "Ukraine", | |
| "population": 255106 | |
| }, | |
| { | |
| "city": "Turpan", | |
| "lat": 42.9354, | |
| "lng": 89.165, | |
| "country": "China", | |
| "population": 254900 | |
| }, | |
| { | |
| "city": "Freiburg", | |
| "lat": 48.0004, | |
| "lng": 7.8699, | |
| "country": "Germany", | |
| "population": 254889 | |
| }, | |
| { | |
| "city": "Poza Rica de Hidalgo", | |
| "lat": 20.5504, | |
| "lng": -97.47, | |
| "country": "Mexico", | |
| "population": 254481 | |
| }, | |
| { | |
| "city": "Chuxiong", | |
| "lat": 25.0364, | |
| "lng": 101.5456, | |
| "country": "China", | |
| "population": 254370 | |
| }, | |
| { | |
| "city": "Cirebon", | |
| "lat": -6.7333, | |
| "lng": 108.5666, | |
| "country": "Indonesia", | |
| "population": 254298 | |
| }, | |
| { | |
| "city": "Paramaribo", | |
| "lat": 5.835, | |
| "lng": -55.167, | |
| "country": "Suriname", | |
| "population": 254169 | |
| }, | |
| { | |
| "city": "Fort-de-France", | |
| "lat": 14.6104, | |
| "lng": -61.08, | |
| "country": "Martinique", | |
| "population": 253995 | |
| }, | |
| { | |
| "city": "Pathankot", | |
| "lat": 32.2703, | |
| "lng": 75.72, | |
| "country": "India", | |
| "population": 253987 | |
| }, | |
| { | |
| "city": "Chandler", | |
| "lat": 33.2827, | |
| "lng": -111.8516, | |
| "country": "United States", | |
| "population": 253458 | |
| }, | |
| { | |
| "city": "Anchorage", | |
| "lat": 61.1508, | |
| "lng": -149.1091, | |
| "country": "United States", | |
| "population": 253421 | |
| }, | |
| { | |
| "city": "Tallahassee", | |
| "lat": 30.455, | |
| "lng": -84.2526, | |
| "country": "United States", | |
| "population": 253030 | |
| }, | |
| { | |
| "city": "Chirala", | |
| "lat": 15.8604, | |
| "lng": 80.34, | |
| "country": "India", | |
| "population": 253000 | |
| }, | |
| { | |
| "city": "Buenaventura", | |
| "lat": 3.8724, | |
| "lng": -77.0505, | |
| "country": "Colombia", | |
| "population": 252805 | |
| }, | |
| { | |
| "city": "El Fasher", | |
| "lat": 13.63, | |
| "lng": 25.35, | |
| "country": "Sudan", | |
| "population": 252609 | |
| }, | |
| { | |
| "city": "Dire Dawa", | |
| "lat": 9.59, | |
| "lng": 41.86, | |
| "country": "Ethiopia", | |
| "population": 252279 | |
| }, | |
| { | |
| "city": "Suihua", | |
| "lat": 46.6304, | |
| "lng": 126.98, | |
| "country": "China", | |
| "population": 252245 | |
| }, | |
| { | |
| "city": "Messina", | |
| "lat": 38.2005, | |
| "lng": 15.55, | |
| "country": "Italy", | |
| "population": 252026 | |
| }, | |
| { | |
| "city": "Borujerd", | |
| "lat": 33.92, | |
| "lng": 48.8, | |
| "country": "Iran", | |
| "population": 251958 | |
| }, | |
| { | |
| "city": "Linhai", | |
| "lat": 28.85, | |
| "lng": 121.12, | |
| "country": "China", | |
| "population": 251759 | |
| }, | |
| { | |
| "city": "Khon Kaen", | |
| "lat": 16.42, | |
| "lng": 102.83, | |
| "country": "Thailand", | |
| "population": 251056 | |
| }, | |
| { | |
| "city": "Morogoro", | |
| "lat": -6.82, | |
| "lng": 37.66, | |
| "country": "Tanzania", | |
| "population": 250902 | |
| }, | |
| { | |
| "city": "Governador Valadares", | |
| "lat": -18.87, | |
| "lng": -41.97, | |
| "country": "Brazil", | |
| "population": 250878 | |
| }, | |
| { | |
| "city": "Sonipat", | |
| "lat": 29, | |
| "lng": 77.02, | |
| "country": "India", | |
| "population": 250521 | |
| }, | |
| { | |
| "city": "Santa Clara", | |
| "lat": 22.4, | |
| "lng": -79.9667, | |
| "country": "Cuba", | |
| "population": 250512 | |
| }, | |
| { | |
| "city": "Iwo", | |
| "lat": 7.63, | |
| "lng": 4.18, | |
| "country": "Nigeria", | |
| "population": 250443 | |
| }, | |
| { | |
| "city": "Concord", | |
| "lat": 35.3933, | |
| "lng": -80.636, | |
| "country": "United States", | |
| "population": 250186 | |
| }, | |
| { | |
| "city": "Jaffna", | |
| "lat": 9.675, | |
| "lng": 80.005, | |
| "country": "Sri Lanka", | |
| "population": 250000 | |
| }, | |
| { | |
| "city": "Zumpango", | |
| "lat": 19.8104, | |
| "lng": -99.11, | |
| "country": "Mexico", | |
| "population": 250000 | |
| }, | |
| { | |
| "city": "Niš", | |
| "lat": 43.3304, | |
| "lng": 21.9, | |
| "country": "Serbia", | |
| "population": 250000 | |
| }, | |
| { | |
| "city": "Arua", | |
| "lat": 3.0204, | |
| "lng": 30.9, | |
| "country": "Uganda", | |
| "population": 250000 | |
| }, | |
| { | |
| "city": "Quảng Ngãi", | |
| "lat": 15.1504, | |
| "lng": 108.83, | |
| "country": "Vietnam", | |
| "population": 250000 | |
| }, | |
| { | |
| "city": "Luzern", | |
| "lat": 47.0504, | |
| "lng": 8.28, | |
| "country": "Switzerland", | |
| "population": 250000 | |
| }, | |
| { | |
| "city": "Laiyang", | |
| "lat": 36.9684, | |
| "lng": 120.7084, | |
| "country": "China", | |
| "population": 250000 | |
| }, | |
| { | |
| "city": "Kashan", | |
| "lat": 33.9804, | |
| "lng": 51.58, | |
| "country": "Iran", | |
| "population": 250000 | |
| }, | |
| { | |
| "city": "Como", | |
| "lat": 45.81, | |
| "lng": 9.08, | |
| "country": "Italy", | |
| "population": 250000 | |
| }, | |
| { | |
| "city": "Caserta", | |
| "lat": 41.06, | |
| "lng": 14.3374, | |
| "country": "Italy", | |
| "population": 250000 | |
| }, | |
| { | |
| "city": "Scottsdale", | |
| "lat": 33.6872, | |
| "lng": -111.865, | |
| "country": "United States", | |
| "population": 249950 | |
| }, | |
| { | |
| "city": "Várzea Grande", | |
| "lat": -15.65, | |
| "lng": -56.14, | |
| "country": "Brazil", | |
| "population": 249752 | |
| }, | |
| { | |
| "city": "Kirovohrad", | |
| "lat": 48.5041, | |
| "lng": 32.2603, | |
| "country": "Ukraine", | |
| "population": 249454 | |
| }, | |
| { | |
| "city": "Melun", | |
| "lat": 48.5333, | |
| "lng": 2.6666, | |
| "country": "France", | |
| "population": 249432 | |
| }, | |
| { | |
| "city": "Mutare", | |
| "lat": -18.97, | |
| "lng": 32.65, | |
| "country": "Zimbabwe", | |
| "population": 249365 | |
| }, | |
| { | |
| "city": "Santa Maria", | |
| "lat": -29.6833, | |
| "lng": -53.8, | |
| "country": "Brazil", | |
| "population": 249219 | |
| }, | |
| { | |
| "city": "Hafar al Batin", | |
| "lat": 28.4337, | |
| "lng": 45.9601, | |
| "country": "Saudi Arabia", | |
| "population": 249194 | |
| }, | |
| { | |
| "city": "Los Mochis", | |
| "lat": 25.79, | |
| "lng": -109, | |
| "country": "Mexico", | |
| "population": 249047 | |
| }, | |
| { | |
| "city": "Jalal Abad", | |
| "lat": 40.9429, | |
| "lng": 73.0025, | |
| "country": "Kyrgyzstan", | |
| "population": 248899 | |
| }, | |
| { | |
| "city": "Vung Tau", | |
| "lat": 10.3554, | |
| "lng": 107.085, | |
| "country": "Vietnam", | |
| "population": 248767 | |
| }, | |
| { | |
| "city": "Fukui", | |
| "lat": 36.0704, | |
| "lng": 136.22, | |
| "country": "Japan", | |
| "population": 248707 | |
| }, | |
| { | |
| "city": "Singkawang", | |
| "lat": 0.912, | |
| "lng": 108.9655, | |
| "country": "Indonesia", | |
| "population": 248012 | |
| }, | |
| { | |
| "city": "Miskolc", | |
| "lat": 48.1004, | |
| "lng": 20.78, | |
| "country": "Hungary", | |
| "population": 247757 | |
| }, | |
| { | |
| "city": "Killeen", | |
| "lat": 31.0754, | |
| "lng": -97.7293, | |
| "country": "United States", | |
| "population": 247489 | |
| }, | |
| { | |
| "city": "Plymouth", | |
| "lat": 50.3854, | |
| "lng": -4.16, | |
| "country": "United Kingdom", | |
| "population": 247297 | |
| }, | |
| { | |
| "city": "Udon Thani", | |
| "lat": 17.4048, | |
| "lng": 102.7893, | |
| "country": "Thailand", | |
| "population": 247231 | |
| }, | |
| { | |
| "city": "Kattaqorgon", | |
| "lat": 39.9007, | |
| "lng": 66.2608, | |
| "country": "Uzbekistan", | |
| "population": 247113 | |
| }, | |
| { | |
| "city": "Orsk", | |
| "lat": 51.21, | |
| "lng": 58.6273, | |
| "country": "Russia", | |
| "population": 246836 | |
| }, | |
| { | |
| "city": "San Bernardo", | |
| "lat": -33.6, | |
| "lng": -70.7, | |
| "country": "Chile", | |
| "population": 246762 | |
| }, | |
| { | |
| "city": "Glendale", | |
| "lat": 33.5796, | |
| "lng": -112.2258, | |
| "country": "United States", | |
| "population": 246709 | |
| }, | |
| { | |
| "city": "Oruro", | |
| "lat": -17.98, | |
| "lng": -67.13, | |
| "country": "Bolivia", | |
| "population": 246501 | |
| }, | |
| { | |
| "city": "Bratsk", | |
| "lat": 56.157, | |
| "lng": 101.615, | |
| "country": "Russia", | |
| "population": 246348 | |
| }, | |
| { | |
| "city": "Wilmington", | |
| "lat": 34.21, | |
| "lng": -77.886, | |
| "country": "United States", | |
| "population": 245910 | |
| }, | |
| { | |
| "city": "Matadi", | |
| "lat": -5.8166, | |
| "lng": 13.45, | |
| "country": "Congo (Kinshasa)", | |
| "population": 245862 | |
| }, | |
| { | |
| "city": "Mirzapur", | |
| "lat": 25.1454, | |
| "lng": 82.57, | |
| "country": "India", | |
| "population": 245817 | |
| }, | |
| { | |
| "city": "Shimonoseki", | |
| "lat": 33.9654, | |
| "lng": 130.9454, | |
| "country": "Japan", | |
| "population": 245786 | |
| }, | |
| { | |
| "city": "Rzeszów", | |
| "lat": 50.0705, | |
| "lng": 22, | |
| "country": "Poland", | |
| "population": 245686 | |
| }, | |
| { | |
| "city": "Juliaca", | |
| "lat": -15.5, | |
| "lng": -70.14, | |
| "country": "Peru", | |
| "population": 245675 | |
| }, | |
| { | |
| "city": "Qinzhou", | |
| "lat": 21.9504, | |
| "lng": 108.62, | |
| "country": "China", | |
| "population": 245376 | |
| }, | |
| { | |
| "city": "Winter Haven", | |
| "lat": 28.0122, | |
| "lng": -81.7018, | |
| "country": "United States", | |
| "population": 245237 | |
| }, | |
| { | |
| "city": "Nizhenvartovsk", | |
| "lat": 60.935, | |
| "lng": 76.58, | |
| "country": "Russia", | |
| "population": 244937 | |
| }, | |
| { | |
| "city": "Ternopil", | |
| "lat": 49.536, | |
| "lng": 25.5821, | |
| "country": "Ukraine", | |
| "population": 244768 | |
| }, | |
| { | |
| "city": "Braunschweig", | |
| "lat": 52.25, | |
| "lng": 10.5, | |
| "country": "Germany", | |
| "population": 244715 | |
| }, | |
| { | |
| "city": "Norfolk", | |
| "lat": 36.8945, | |
| "lng": -76.259, | |
| "country": "United States", | |
| "population": 244703 | |
| }, | |
| { | |
| "city": "Hebi", | |
| "lat": 35.9504, | |
| "lng": 114.22, | |
| "country": "China", | |
| "population": 244662 | |
| }, | |
| { | |
| "city": "Thu Dau Mot", | |
| "lat": 10.9691, | |
| "lng": 106.6527, | |
| "country": "Vietnam", | |
| "population": 244277 | |
| }, | |
| { | |
| "city": "Gunsan", | |
| "lat": 35.9818, | |
| "lng": 126.716, | |
| "country": "Korea, South", | |
| "population": 244080 | |
| }, | |
| { | |
| "city": "Jessore", | |
| "lat": 23.1704, | |
| "lng": 89.2, | |
| "country": "Bangladesh", | |
| "population": 243987 | |
| }, | |
| { | |
| "city": "Manisa", | |
| "lat": 38.6304, | |
| "lng": 27.44, | |
| "country": "Turkey", | |
| "population": 243971 | |
| }, | |
| { | |
| "city": "Wonju", | |
| "lat": 37.3551, | |
| "lng": 127.9396, | |
| "country": "Korea, South", | |
| "population": 243387 | |
| }, | |
| { | |
| "city": "Nam Định", | |
| "lat": 20.42, | |
| "lng": 106.2, | |
| "country": "Vietnam", | |
| "population": 243186 | |
| }, | |
| { | |
| "city": "Angarsk", | |
| "lat": 52.56, | |
| "lng": 103.92, | |
| "country": "Russia", | |
| "population": 243158 | |
| }, | |
| { | |
| "city": "North Las Vegas", | |
| "lat": 36.288, | |
| "lng": -115.0901, | |
| "country": "United States", | |
| "population": 242975 | |
| }, | |
| { | |
| "city": "Hapur", | |
| "lat": 28.7437, | |
| "lng": 77.7628, | |
| "country": "India", | |
| "population": 242920 | |
| }, | |
| { | |
| "city": "Gilbert", | |
| "lat": 33.3103, | |
| "lng": -111.7463, | |
| "country": "United States", | |
| "population": 242354 | |
| }, | |
| { | |
| "city": "Le Havre", | |
| "lat": 49.505, | |
| "lng": 0.105, | |
| "country": "France", | |
| "population": 242124 | |
| }, | |
| { | |
| "city": "Caruaru", | |
| "lat": -8.28, | |
| "lng": -35.98, | |
| "country": "Brazil", | |
| "population": 242094 | |
| }, | |
| { | |
| "city": "Neuquén", | |
| "lat": -38.95, | |
| "lng": -68.06, | |
| "country": "Argentina", | |
| "population": 242092 | |
| }, | |
| { | |
| "city": "Ulanhot", | |
| "lat": 46.08, | |
| "lng": 122.08, | |
| "country": "China", | |
| "population": 241894 | |
| }, | |
| { | |
| "city": "Novorossiysk", | |
| "lat": 44.73, | |
| "lng": 37.7699, | |
| "country": "Russia", | |
| "population": 241856 | |
| }, | |
| { | |
| "city": "Tehuacan", | |
| "lat": 18.4504, | |
| "lng": -97.38, | |
| "country": "Mexico", | |
| "population": 241429 | |
| }, | |
| { | |
| "city": "Atlantic City", | |
| "lat": 39.3797, | |
| "lng": -74.4527, | |
| "country": "United States", | |
| "population": 241363 | |
| }, | |
| { | |
| "city": "Ivano-Frankivsk", | |
| "lat": 48.9348, | |
| "lng": 24.7094, | |
| "country": "Ukraine", | |
| "population": 241239 | |
| }, | |
| { | |
| "city": "Linchuan", | |
| "lat": 27.9703, | |
| "lng": 116.36, | |
| "country": "China", | |
| "population": 241104 | |
| }, | |
| { | |
| "city": "San Pablo", | |
| "lat": 14.0696, | |
| "lng": 121.3226, | |
| "country": "Philippines", | |
| "population": 240830 | |
| }, | |
| { | |
| "city": "Chesapeake", | |
| "lat": 36.6778, | |
| "lng": -76.3024, | |
| "country": "United States", | |
| "population": 240397 | |
| }, | |
| { | |
| "city": "Irving", | |
| "lat": 32.8584, | |
| "lng": -96.9702, | |
| "country": "United States", | |
| "population": 240373 | |
| }, | |
| { | |
| "city": "Hialeah", | |
| "lat": 25.8696, | |
| "lng": -80.3045, | |
| "country": "United States", | |
| "population": 239673 | |
| }, | |
| { | |
| "city": "Hachinohe", | |
| "lat": 40.51, | |
| "lng": 141.54, | |
| "country": "Japan", | |
| "population": 239046 | |
| }, | |
| { | |
| "city": "Garland", | |
| "lat": 32.91, | |
| "lng": -96.6305, | |
| "country": "United States", | |
| "population": 238002 | |
| }, | |
| { | |
| "city": "Fürth", | |
| "lat": 49.47, | |
| "lng": 11, | |
| "country": "Germany", | |
| "population": 237844 | |
| }, | |
| { | |
| "city": "As Sib", | |
| "lat": 23.6802, | |
| "lng": 58.1825, | |
| "country": "Oman", | |
| "population": 237816 | |
| }, | |
| { | |
| "city": "Århus", | |
| "lat": 56.1572, | |
| "lng": 10.2107, | |
| "country": "Denmark", | |
| "population": 237551 | |
| }, | |
| { | |
| "city": "Sasebo", | |
| "lat": 33.1631, | |
| "lng": 129.7177, | |
| "country": "Japan", | |
| "population": 237444 | |
| }, | |
| { | |
| "city": "Al Jubayl", | |
| "lat": 27.0046, | |
| "lng": 49.646, | |
| "country": "Saudi Arabia", | |
| "population": 237274 | |
| }, | |
| { | |
| "city": "Taiping", | |
| "lat": 4.865, | |
| "lng": 100.72, | |
| "country": "Malaysia", | |
| "population": 237095 | |
| }, | |
| { | |
| "city": "Pathein", | |
| "lat": 16.7704, | |
| "lng": 94.75, | |
| "country": "Burma", | |
| "population": 237089 | |
| }, | |
| { | |
| "city": "Tegal", | |
| "lat": -6.8696, | |
| "lng": 109.12, | |
| "country": "Indonesia", | |
| "population": 237084 | |
| }, | |
| { | |
| "city": "Zicheng", | |
| "lat": 30.3004, | |
| "lng": 111.5, | |
| "country": "China", | |
| "population": 237042 | |
| }, | |
| { | |
| "city": "Sylhet", | |
| "lat": 24.9036, | |
| "lng": 91.8736, | |
| "country": "Bangladesh", | |
| "population": 237000 | |
| }, | |
| { | |
| "city": "Oostanay", | |
| "lat": 53.2209, | |
| "lng": 63.6283, | |
| "country": "Kazakhstan", | |
| "population": 236901 | |
| }, | |
| { | |
| "city": "Košice", | |
| "lat": 48.7304, | |
| "lng": 21.25, | |
| "country": "Slovakia", | |
| "population": 236563 | |
| }, | |
| { | |
| "city": "Monclova", | |
| "lat": 26.9, | |
| "lng": -101.42, | |
| "country": "Mexico", | |
| "population": 236244 | |
| }, | |
| { | |
| "city": "Tours", | |
| "lat": 47.3804, | |
| "lng": 0.6999, | |
| "country": "France", | |
| "population": 236096 | |
| }, | |
| { | |
| "city": "Dera Ghazi Khan", | |
| "lat": 30.0604, | |
| "lng": 70.6351, | |
| "country": "Pakistan", | |
| "population": 236093 | |
| }, | |
| { | |
| "city": "Springs", | |
| "lat": -26.2696, | |
| "lng": 28.43, | |
| "country": "South Africa", | |
| "population": 236083 | |
| }, | |
| { | |
| "city": "Luton", | |
| "lat": 51.8804, | |
| "lng": -0.42, | |
| "country": "United Kingdom", | |
| "population": 235958 | |
| }, | |
| { | |
| "city": "Sahiwal", | |
| "lat": 30.6717, | |
| "lng": 73.1118, | |
| "country": "Pakistan", | |
| "population": 235695 | |
| }, | |
| { | |
| "city": "Oviedo", | |
| "lat": 43.3505, | |
| "lng": -5.83, | |
| "country": "Spain", | |
| "population": 235651 | |
| }, | |
| { | |
| "city": "Yakutsk", | |
| "lat": 62.035, | |
| "lng": 129.735, | |
| "country": "Russia", | |
| "population": 235600 | |
| }, | |
| { | |
| "city": "Lübeck", | |
| "lat": 53.8704, | |
| "lng": 10.67, | |
| "country": "Germany", | |
| "population": 235390 | |
| }, | |
| { | |
| "city": "Jizzax", | |
| "lat": 40.1004, | |
| "lng": 67.83, | |
| "country": "Uzbekistan", | |
| "population": 235352 | |
| }, | |
| { | |
| "city": "Palmas", | |
| "lat": -10.2377, | |
| "lng": -48.2878, | |
| "country": "Brazil", | |
| "population": 235315 | |
| }, | |
| { | |
| "city": "Boa Vista", | |
| "lat": 2.8161, | |
| "lng": -60.666, | |
| "country": "Brazil", | |
| "population": 235150 | |
| }, | |
| { | |
| "city": "Kediri", | |
| "lat": -7.7896, | |
| "lng": 112, | |
| "country": "Indonesia", | |
| "population": 235143 | |
| }, | |
| { | |
| "city": "McKinney", | |
| "lat": 33.2016, | |
| "lng": -96.6669, | |
| "country": "United States", | |
| "population": 235134 | |
| }, | |
| { | |
| "city": "Fremont", | |
| "lat": 37.5265, | |
| "lng": -121.9852, | |
| "country": "United States", | |
| "population": 234962 | |
| }, | |
| { | |
| "city": "Kismaayo", | |
| "lat": -0.3566, | |
| "lng": 42.5183, | |
| "country": "Somalia", | |
| "population": 234852 | |
| }, | |
| { | |
| "city": "Ibb", | |
| "lat": 13.9759, | |
| "lng": 44.1709, | |
| "country": "Yemen", | |
| "population": 234837 | |
| }, | |
| { | |
| "city": "Türkmenabat", | |
| "lat": 39.11, | |
| "lng": 63.58, | |
| "country": "Turkmenistan", | |
| "population": 234817 | |
| }, | |
| { | |
| "city": "Punto Fijo", | |
| "lat": 11.72, | |
| "lng": -70.21, | |
| "country": "Venezuela", | |
| "population": 234736 | |
| }, | |
| { | |
| "city": "Porbandar", | |
| "lat": 21.67, | |
| "lng": 69.67, | |
| "country": "India", | |
| "population": 234684 | |
| }, | |
| { | |
| "city": "Visalia", | |
| "lat": 36.3273, | |
| "lng": -119.3264, | |
| "country": "United States", | |
| "population": 234573 | |
| }, | |
| { | |
| "city": "Zacatecas", | |
| "lat": 22.7704, | |
| "lng": -102.58, | |
| "country": "Mexico", | |
| "population": 234481 | |
| }, | |
| { | |
| "city": "Santa Ana", | |
| "lat": 13.9946, | |
| "lng": -89.5598, | |
| "country": "El Salvador", | |
| "population": 234478 | |
| }, | |
| { | |
| "city": "Santa Ana", | |
| "lat": -13.76, | |
| "lng": -65.58, | |
| "country": "Bolivia", | |
| "population": 234478 | |
| }, | |
| { | |
| "city": "Singaraja", | |
| "lat": -8.1152, | |
| "lng": 115.0944, | |
| "country": "Indonesia", | |
| "population": 234468 | |
| }, | |
| { | |
| "city": "Dili", | |
| "lat": -8.5594, | |
| "lng": 125.5795, | |
| "country": "Timor-Leste", | |
| "population": 234331 | |
| }, | |
| { | |
| "city": "Nizhnekamsk", | |
| "lat": 55.6404, | |
| "lng": 51.82, | |
| "country": "Russia", | |
| "population": 234297 | |
| }, | |
| { | |
| "city": "York", | |
| "lat": 39.9651, | |
| "lng": -76.7315, | |
| "country": "United States", | |
| "population": 234245 | |
| }, | |
| { | |
| "city": "Zabol", | |
| "lat": 31.0215, | |
| "lng": 61.4815, | |
| "country": "Iran", | |
| "population": 233968 | |
| }, | |
| { | |
| "city": "Rancagua", | |
| "lat": -34.17, | |
| "lng": -70.74, | |
| "country": "Chile", | |
| "population": 233268 | |
| }, | |
| { | |
| "city": "Clermont-Ferrand", | |
| "lat": 45.78, | |
| "lng": 3.08, | |
| "country": "France", | |
| "population": 233050 | |
| }, | |
| { | |
| "city": "Kennewick", | |
| "lat": 46.1979, | |
| "lng": -119.1732, | |
| "country": "United States", | |
| "population": 232915 | |
| }, | |
| { | |
| "city": "Kremenchuk", | |
| "lat": 49.0835, | |
| "lng": 33.4296, | |
| "country": "Ukraine", | |
| "population": 232742 | |
| }, | |
| { | |
| "city": "Maradi", | |
| "lat": 13.4916, | |
| "lng": 7.0964, | |
| "country": "Niger", | |
| "population": 232555 | |
| }, | |
| { | |
| "city": "Ploiești", | |
| "lat": 44.9469, | |
| "lng": 26.0365, | |
| "country": "Romania", | |
| "population": 232542 | |
| }, | |
| { | |
| "city": "Nakhon Si Thammarat", | |
| "lat": 8.4, | |
| "lng": 99.97, | |
| "country": "Thailand", | |
| "population": 232335 | |
| }, | |
| { | |
| "city": "Hetauda", | |
| "lat": 27.4167, | |
| "lng": 85.0334, | |
| "country": "Nepal", | |
| "population": 232334 | |
| }, | |
| { | |
| "city": "Evansville", | |
| "lat": 37.9882, | |
| "lng": -87.5339, | |
| "country": "United States", | |
| "population": 232285 | |
| }, | |
| { | |
| "city": "Saidpur", | |
| "lat": 25.8004, | |
| "lng": 89, | |
| "country": "Bangladesh", | |
| "population": 232209 | |
| }, | |
| { | |
| "city": "Al Fallujah", | |
| "lat": 33.3477, | |
| "lng": 43.7773, | |
| "country": "Iraq", | |
| "population": 231819 | |
| }, | |
| { | |
| "city": "Shishou", | |
| "lat": 29.7004, | |
| "lng": 112.4, | |
| "country": "China", | |
| "population": 231787 | |
| }, | |
| { | |
| "city": "Ngaoundéré", | |
| "lat": 7.3204, | |
| "lng": 13.58, | |
| "country": "Cameroon", | |
| "population": 231357 | |
| }, | |
| { | |
| "city": "Debrecen", | |
| "lat": 47.5305, | |
| "lng": 21.63, | |
| "country": "Hungary", | |
| "population": 231286 | |
| }, | |
| { | |
| "city": "Osnabrück", | |
| "lat": 52.2804, | |
| "lng": 8.05, | |
| "country": "Germany", | |
| "population": 231268 | |
| }, | |
| { | |
| "city": "Nashua", | |
| "lat": 42.7491, | |
| "lng": -71.491, | |
| "country": "United States", | |
| "population": 231262 | |
| }, | |
| { | |
| "city": "Hailar", | |
| "lat": 49.2, | |
| "lng": 119.7, | |
| "country": "China", | |
| "population": 231171 | |
| }, | |
| { | |
| "city": "Syktyvkar", | |
| "lat": 61.66, | |
| "lng": 50.82, | |
| "country": "Russia", | |
| "population": 230910 | |
| }, | |
| { | |
| "city": "Zhangye", | |
| "lat": 38.93, | |
| "lng": 100.45, | |
| "country": "China", | |
| "population": 230728 | |
| }, | |
| { | |
| "city": "Ilhéus", | |
| "lat": -14.78, | |
| "lng": -39.05, | |
| "country": "Brazil", | |
| "population": 230622 | |
| }, | |
| { | |
| "city": "Santarém", | |
| "lat": -2.4333, | |
| "lng": -54.7, | |
| "country": "Brazil", | |
| "population": 230428 | |
| }, | |
| { | |
| "city": "Zinder", | |
| "lat": 13.8, | |
| "lng": 8.9833, | |
| "country": "Niger", | |
| "population": 230358 | |
| }, | |
| { | |
| "city": "Nukus", | |
| "lat": 42.47, | |
| "lng": 59.615, | |
| "country": "Uzbekistan", | |
| "population": 230006 | |
| }, | |
| { | |
| "city": "Magdeburg", | |
| "lat": 52.1304, | |
| "lng": 11.62, | |
| "country": "Germany", | |
| "population": 229826 | |
| }, | |
| { | |
| "city": "Tlimcen", | |
| "lat": 34.8904, | |
| "lng": -1.32, | |
| "country": "Algeria", | |
| "population": 229777 | |
| }, | |
| { | |
| "city": "Noginsk", | |
| "lat": 55.8704, | |
| "lng": 38.48, | |
| "country": "Russia", | |
| "population": 229731 | |
| }, | |
| { | |
| "city": "Noginsk", | |
| "lat": 64.4833, | |
| "lng": 91.2333, | |
| "country": "Russia", | |
| "population": 229731 | |
| }, | |
| { | |
| "city": "Nawabshah", | |
| "lat": 26.2454, | |
| "lng": 68.4, | |
| "country": "Pakistan", | |
| "population": 229504 | |
| }, | |
| { | |
| "city": "Bharatpur", | |
| "lat": 27.2504, | |
| "lng": 77.5, | |
| "country": "India", | |
| "population": 229384 | |
| }, | |
| { | |
| "city": "Uitenhage", | |
| "lat": -33.7596, | |
| "lng": 25.39, | |
| "country": "South Africa", | |
| "population": 228912 | |
| }, | |
| { | |
| "city": "Beipiao", | |
| "lat": 41.81, | |
| "lng": 120.76, | |
| "country": "China", | |
| "population": 228515 | |
| }, | |
| { | |
| "city": "Er Rachidia", | |
| "lat": 31.9404, | |
| "lng": -4.45, | |
| "country": "Morocco", | |
| "population": 228489 | |
| }, | |
| { | |
| "city": "Petropavlovsk", | |
| "lat": 54.88, | |
| "lng": 69.22, | |
| "country": "Kazakhstan", | |
| "population": 228238 | |
| }, | |
| { | |
| "city": "Miri", | |
| "lat": 4.3999, | |
| "lng": 113.9845, | |
| "country": "Malaysia", | |
| "population": 228212 | |
| }, | |
| { | |
| "city": "Nassau", | |
| "lat": 25.0834, | |
| "lng": -77.35, | |
| "country": "Bahamas, The", | |
| "population": 227940 | |
| }, | |
| { | |
| "city": "Brownsville", | |
| "lat": 25.998, | |
| "lng": -97.4565, | |
| "country": "United States", | |
| "population": 227883 | |
| }, | |
| { | |
| "city": "Iquique", | |
| "lat": -20.25, | |
| "lng": -70.13, | |
| "country": "Chile", | |
| "population": 227499 | |
| }, | |
| { | |
| "city": "Hyeson", | |
| "lat": 41.3927, | |
| "lng": 128.1927, | |
| "country": "Korea, North", | |
| "population": 227461 | |
| }, | |
| { | |
| "city": "Pondicherry", | |
| "lat": 11.935, | |
| "lng": 79.83, | |
| "country": "India", | |
| "population": 227411 | |
| }, | |
| { | |
| "city": "Quillacollo", | |
| "lat": -17.4, | |
| "lng": -66.28, | |
| "country": "Bolivia", | |
| "population": 227052 | |
| }, | |
| { | |
| "city": "Starsy Oskol", | |
| "lat": 51.3004, | |
| "lng": 37.84, | |
| "country": "Russia", | |
| "population": 226977 | |
| }, | |
| { | |
| "city": "Liaocheng", | |
| "lat": 36.4304, | |
| "lng": 115.97, | |
| "country": "China", | |
| "population": 226930 | |
| }, | |
| { | |
| "city": "Gusau", | |
| "lat": 12.1704, | |
| "lng": 6.66, | |
| "country": "Nigeria", | |
| "population": 226857 | |
| }, | |
| { | |
| "city": "Tanjungpinang", | |
| "lat": 0.9168, | |
| "lng": 104.4714, | |
| "country": "Indonesia", | |
| "population": 226666 | |
| }, | |
| { | |
| "city": "Chon Buri", | |
| "lat": 13.4004, | |
| "lng": 101, | |
| "country": "Thailand", | |
| "population": 226618 | |
| }, | |
| { | |
| "city": "Chuncheon", | |
| "lat": 37.8747, | |
| "lng": 127.7342, | |
| "country": "Korea, South", | |
| "population": 226509 | |
| }, | |
| { | |
| "city": "Monywa", | |
| "lat": 22.105, | |
| "lng": 95.15, | |
| "country": "Burma", | |
| "population": 226222 | |
| }, | |
| { | |
| "city": "Sabzewar", | |
| "lat": 36.22, | |
| "lng": 57.63, | |
| "country": "Iran", | |
| "population": 226183 | |
| }, | |
| { | |
| "city": "Groznyy", | |
| "lat": 43.3187, | |
| "lng": 45.6987, | |
| "country": "Russia", | |
| "population": 226100 | |
| }, | |
| { | |
| "city": "Kolpino", | |
| "lat": 59.73, | |
| "lng": 30.65, | |
| "country": "Russia", | |
| "population": 225801 | |
| }, | |
| { | |
| "city": "Sikasso", | |
| "lat": 11.3204, | |
| "lng": -5.68, | |
| "country": "Mali", | |
| "population": 225753 | |
| }, | |
| { | |
| "city": "Mubi", | |
| "lat": 10.2703, | |
| "lng": 13.27, | |
| "country": "Nigeria", | |
| "population": 225705 | |
| }, | |
| { | |
| "city": "Novi Sad", | |
| "lat": 45.2504, | |
| "lng": 19.8499, | |
| "country": "Serbia", | |
| "population": 225457 | |
| }, | |
| { | |
| "city": "Juazeiro do Norte", | |
| "lat": -7.21, | |
| "lng": -39.32, | |
| "country": "Brazil", | |
| "population": 225230 | |
| }, | |
| { | |
| "city": "Nyanza", | |
| "lat": -2.3496, | |
| "lng": 29.74, | |
| "country": "Rwanda", | |
| "population": 225209 | |
| }, | |
| { | |
| "city": "Skikda", | |
| "lat": 36.8804, | |
| "lng": 6.9, | |
| "country": "Algeria", | |
| "population": 225181 | |
| }, | |
| { | |
| "city": "Karnal", | |
| "lat": 29.6804, | |
| "lng": 76.97, | |
| "country": "India", | |
| "population": 225049 | |
| }, | |
| { | |
| "city": "Bạc Liêu", | |
| "lat": 9.2804, | |
| "lng": 105.72, | |
| "country": "Vietnam", | |
| "population": 225000 | |
| }, | |
| { | |
| "city": "Matsumoto", | |
| "lat": 36.2404, | |
| "lng": 137.97, | |
| "country": "Japan", | |
| "population": 224926 | |
| }, | |
| { | |
| "city": "Tanga", | |
| "lat": -5.07, | |
| "lng": 39.09, | |
| "country": "Tanzania", | |
| "population": 224876 | |
| }, | |
| { | |
| "city": "Sucre", | |
| "lat": -19.041, | |
| "lng": -65.2595, | |
| "country": "Bolivia", | |
| "population": 224838 | |
| }, | |
| { | |
| "city": "Nacala", | |
| "lat": -14.5186, | |
| "lng": 40.715, | |
| "country": "Mozambique", | |
| "population": 224795 | |
| }, | |
| { | |
| "city": "Vitoria", | |
| "lat": 42.85, | |
| "lng": -2.67, | |
| "country": "Spain", | |
| "population": 224578 | |
| }, | |
| { | |
| "city": "Nagercoil", | |
| "lat": 8.1804, | |
| "lng": 77.43, | |
| "country": "India", | |
| "population": 224329 | |
| }, | |
| { | |
| "city": "Nicosia", | |
| "lat": 35.1667, | |
| "lng": 33.3666, | |
| "country": "Cyprus", | |
| "population": 224300 | |
| }, | |
| { | |
| "city": "Haeju", | |
| "lat": 38.0394, | |
| "lng": 125.7144, | |
| "country": "Korea, North", | |
| "population": 224231 | |
| }, | |
| { | |
| "city": "Adıyaman", | |
| "lat": 37.7704, | |
| "lng": 38.2799, | |
| "country": "Turkey", | |
| "population": 223744 | |
| }, | |
| { | |
| "city": "Okara", | |
| "lat": 30.8104, | |
| "lng": 73.45, | |
| "country": "Pakistan", | |
| "population": 223648 | |
| }, | |
| { | |
| "city": "Narayanganj", | |
| "lat": 23.6204, | |
| "lng": 90.5, | |
| "country": "Bangladesh", | |
| "population": 223622 | |
| }, | |
| { | |
| "city": "Colima", | |
| "lat": 19.23, | |
| "lng": -103.72, | |
| "country": "Mexico", | |
| "population": 223287 | |
| }, | |
| { | |
| "city": "Appleton", | |
| "lat": 44.2774, | |
| "lng": -88.3894, | |
| "country": "United States", | |
| "population": 222222 | |
| }, | |
| { | |
| "city": "Hancheng", | |
| "lat": 35.4704, | |
| "lng": 110.43, | |
| "country": "China", | |
| "population": 222135 | |
| }, | |
| { | |
| "city": "Arar", | |
| "lat": 30.99, | |
| "lng": 41.0207, | |
| "country": "Saudi Arabia", | |
| "population": 222016 | |
| }, | |
| { | |
| "city": "Itabuna", | |
| "lat": -14.7896, | |
| "lng": -39.28, | |
| "country": "Brazil", | |
| "population": 221938 | |
| }, | |
| { | |
| "city": "Banja Luka", | |
| "lat": 44.7804, | |
| "lng": 17.18, | |
| "country": "Bosnia And Herzegovina", | |
| "population": 221738 | |
| }, | |
| { | |
| "city": "Gueckedou", | |
| "lat": 8.554, | |
| "lng": -10.151, | |
| "country": "Guinea", | |
| "population": 221715 | |
| }, | |
| { | |
| "city": "Neyshabur", | |
| "lat": 36.22, | |
| "lng": 58.82, | |
| "country": "Iran", | |
| "population": 221700 | |
| }, | |
| { | |
| "city": "Amol", | |
| "lat": 36.4713, | |
| "lng": 52.3633, | |
| "country": "Iran", | |
| "population": 221650 | |
| }, | |
| { | |
| "city": "Tapachula", | |
| "lat": 14.9, | |
| "lng": -92.27, | |
| "country": "Mexico", | |
| "population": 221521 | |
| }, | |
| { | |
| "city": "Formosa", | |
| "lat": -26.1728, | |
| "lng": -58.1828, | |
| "country": "Argentina", | |
| "population": 221383 | |
| }, | |
| { | |
| "city": "Gulfport", | |
| "lat": 30.4271, | |
| "lng": -89.0703, | |
| "country": "United States", | |
| "population": 221348 | |
| }, | |
| { | |
| "city": "Shakhty", | |
| "lat": 47.7204, | |
| "lng": 40.27, | |
| "country": "Russia", | |
| "population": 221312 | |
| }, | |
| { | |
| "city": "Blagoveshchensk", | |
| "lat": 50.2666, | |
| "lng": 127.5333, | |
| "country": "Russia", | |
| "population": 221296 | |
| }, | |
| { | |
| "city": "Córdoba", | |
| "lat": 18.9204, | |
| "lng": -96.92, | |
| "country": "Mexico", | |
| "population": 220563 | |
| }, | |
| { | |
| "city": "Babruysk", | |
| "lat": 53.1266, | |
| "lng": 29.1928, | |
| "country": "Belarus", | |
| "population": 220517 | |
| }, | |
| { | |
| "city": "Cabanatuan", | |
| "lat": 15.5021, | |
| "lng": 120.9617, | |
| "country": "Philippines", | |
| "population": 220250 | |
| }, | |
| { | |
| "city": "Polokwane", | |
| "lat": -23.89, | |
| "lng": 29.45, | |
| "country": "South Africa", | |
| "population": 220045 | |
| }, | |
| { | |
| "city": "Lhasa", | |
| "lat": 29.645, | |
| "lng": 91.1, | |
| "country": "China", | |
| "population": 219599 | |
| }, | |
| { | |
| "city": "Thanjavur", | |
| "lat": 10.7704, | |
| "lng": 79.15, | |
| "country": "India", | |
| "population": 219571 | |
| }, | |
| { | |
| "city": "Gabès", | |
| "lat": 33.9004, | |
| "lng": 10.1, | |
| "country": "Tunisia", | |
| "population": 219517 | |
| }, | |
| { | |
| "city": "Baghlan", | |
| "lat": 36.1393, | |
| "lng": 68.6993, | |
| "country": "Afghanistan", | |
| "population": 218748 | |
| }, | |
| { | |
| "city": "Thousand Oaks", | |
| "lat": 34.1914, | |
| "lng": -118.8755, | |
| "country": "United States", | |
| "population": 218729 | |
| }, | |
| { | |
| "city": "Velikiy Novgorod", | |
| "lat": 58.5, | |
| "lng": 31.33, | |
| "country": "Russia", | |
| "population": 218717 | |
| }, | |
| { | |
| "city": "Wuhai", | |
| "lat": 39.6647, | |
| "lng": 106.8122, | |
| "country": "China", | |
| "population": 218427 | |
| }, | |
| { | |
| "city": "Dodoma", | |
| "lat": -6.1833, | |
| "lng": 35.75, | |
| "country": "Tanzania", | |
| "population": 218269 | |
| }, | |
| { | |
| "city": "Bertoua", | |
| "lat": 4.5804, | |
| "lng": 13.68, | |
| "country": "Cameroon", | |
| "population": 218111 | |
| }, | |
| { | |
| "city": "Imperatriz", | |
| "lat": -5.52, | |
| "lng": -47.49, | |
| "country": "Brazil", | |
| "population": 218106 | |
| }, | |
| { | |
| "city": "Potsdam", | |
| "lat": 52.4004, | |
| "lng": 13.07, | |
| "country": "Germany", | |
| "population": 218095 | |
| }, | |
| { | |
| "city": "San Pedro de Macorís", | |
| "lat": 18.4504, | |
| "lng": -69.3, | |
| "country": "Dominican Republic", | |
| "population": 217899 | |
| }, | |
| { | |
| "city": "Mallawi", | |
| "lat": 27.7304, | |
| "lng": 30.84, | |
| "country": "Egypt", | |
| "population": 217365 | |
| }, | |
| { | |
| "city": "Sibolga", | |
| "lat": 1.75, | |
| "lng": 98.8, | |
| "country": "Indonesia", | |
| "population": 217312 | |
| }, | |
| { | |
| "city": "Orléans", | |
| "lat": 47.9004, | |
| "lng": 1.9, | |
| "country": "France", | |
| "population": 217301 | |
| }, | |
| { | |
| "city": "Denow", | |
| "lat": 38.2772, | |
| "lng": 67.8872, | |
| "country": "Uzbekistan", | |
| "population": 217274 | |
| }, | |
| { | |
| "city": "Avondale", | |
| "lat": 33.3858, | |
| "lng": -112.3236, | |
| "country": "United States", | |
| "population": 217192 | |
| }, | |
| { | |
| "city": "Colombo", | |
| "lat": 6.932, | |
| "lng": 79.8578, | |
| "country": "Sri Lanka", | |
| "population": 217000 | |
| }, | |
| { | |
| "city": "San Bernardino", | |
| "lat": 34.1412, | |
| "lng": -117.2936, | |
| "country": "United States", | |
| "population": 216995 | |
| }, | |
| { | |
| "city": "Gilgit", | |
| "lat": 35.9171, | |
| "lng": 74.3, | |
| "country": "Pakistan", | |
| "population": 216760 | |
| }, | |
| { | |
| "city": "Rybinsk", | |
| "lat": 58.0503, | |
| "lng": 38.82, | |
| "country": "Russia", | |
| "population": 216724 | |
| }, | |
| { | |
| "city": "Groningen", | |
| "lat": 53.2204, | |
| "lng": 6.58, | |
| "country": "Netherlands", | |
| "population": 216688 | |
| }, | |
| { | |
| "city": "Bremerton", | |
| "lat": 47.5436, | |
| "lng": -122.7122, | |
| "country": "United States", | |
| "population": 216480 | |
| }, | |
| { | |
| "city": "Roanoke", | |
| "lat": 37.2785, | |
| "lng": -79.958, | |
| "country": "United States", | |
| "population": 216177 | |
| }, | |
| { | |
| "city": "Trieste", | |
| "lat": 45.6504, | |
| "lng": 13.8, | |
| "country": "Italy", | |
| "population": 216035 | |
| }, | |
| { | |
| "city": "Kielce", | |
| "lat": 50.8904, | |
| "lng": 20.66, | |
| "country": "Poland", | |
| "population": 215733 | |
| }, | |
| { | |
| "city": "Mulhouse", | |
| "lat": 47.7504, | |
| "lng": 7.35, | |
| "country": "France", | |
| "population": 215454 | |
| }, | |
| { | |
| "city": "Biysk", | |
| "lat": 52.5341, | |
| "lng": 85.18, | |
| "country": "Russia", | |
| "population": 215430 | |
| }, | |
| { | |
| "city": "Hickory", | |
| "lat": 35.7427, | |
| "lng": -81.3233, | |
| "country": "United States", | |
| "population": 215353 | |
| }, | |
| { | |
| "city": "Owerri", | |
| "lat": 5.493, | |
| "lng": 7.026, | |
| "country": "Nigeria", | |
| "population": 215038 | |
| }, | |
| { | |
| "city": "Zamora", | |
| "lat": 19.9804, | |
| "lng": -102.28, | |
| "country": "Mexico", | |
| "population": 214947 | |
| }, | |
| { | |
| "city": "Navoi", | |
| "lat": 40.1104, | |
| "lng": 65.355, | |
| "country": "Uzbekistan", | |
| "population": 214828 | |
| }, | |
| { | |
| "city": "Split", | |
| "lat": 43.5204, | |
| "lng": 16.47, | |
| "country": "Croatia", | |
| "population": 214741 | |
| }, | |
| { | |
| "city": "Kalamazoo", | |
| "lat": 42.2749, | |
| "lng": -85.5881, | |
| "country": "United States", | |
| "population": 214083 | |
| }, | |
| { | |
| "city": "Oradea", | |
| "lat": 47.05, | |
| "lng": 21.92, | |
| "country": "Romania", | |
| "population": 213830 | |
| }, | |
| { | |
| "city": "Lutsk", | |
| "lat": 50.7472, | |
| "lng": 25.3334, | |
| "country": "Ukraine", | |
| "population": 213661 | |
| }, | |
| { | |
| "city": "Portoviejo", | |
| "lat": -1.06, | |
| "lng": -80.46, | |
| "country": "Ecuador", | |
| "population": 213601 | |
| }, | |
| { | |
| "city": "Bergen", | |
| "lat": 60.391, | |
| "lng": 5.3245, | |
| "country": "Norway", | |
| "population": 213585 | |
| }, | |
| { | |
| "city": "Brăila", | |
| "lat": 45.292, | |
| "lng": 27.969, | |
| "country": "Romania", | |
| "population": 213569 | |
| }, | |
| { | |
| "city": "Tacoma", | |
| "lat": 47.2431, | |
| "lng": -122.4531, | |
| "country": "United States", | |
| "population": 213418 | |
| }, | |
| { | |
| "city": "Nanping", | |
| "lat": 26.6304, | |
| "lng": 118.17, | |
| "country": "China", | |
| "population": 213054 | |
| }, | |
| { | |
| "city": "Machala", | |
| "lat": -3.26, | |
| "lng": -79.96, | |
| "country": "Ecuador", | |
| "population": 213034 | |
| }, | |
| { | |
| "city": "Limbe", | |
| "lat": 4.0304, | |
| "lng": 9.19, | |
| "country": "Cameroon", | |
| "population": 212474 | |
| }, | |
| { | |
| "city": "Marília", | |
| "lat": -22.21, | |
| "lng": -49.95, | |
| "country": "Brazil", | |
| "population": 212218 | |
| }, | |
| { | |
| "city": "Fontana", | |
| "lat": 34.0968, | |
| "lng": -117.4599, | |
| "country": "United States", | |
| "population": 211815 | |
| }, | |
| { | |
| "city": "Kırıkkale", | |
| "lat": 39.8504, | |
| "lng": 33.53, | |
| "country": "Turkey", | |
| "population": 211138 | |
| }, | |
| { | |
| "city": "Abha", | |
| "lat": 18.2301, | |
| "lng": 42.5001, | |
| "country": "Saudi Arabia", | |
| "population": 210886 | |
| }, | |
| { | |
| "city": "San-Pedro", | |
| "lat": 4.7704, | |
| "lng": -6.64, | |
| "country": "Côte D’Ivoire", | |
| "population": 210273 | |
| }, | |
| { | |
| "city": "Toamasina", | |
| "lat": -18.1818, | |
| "lng": 49.405, | |
| "country": "Madagascar", | |
| "population": 210226 | |
| }, | |
| { | |
| "city": "Pali", | |
| "lat": 25.7904, | |
| "lng": 73.3299, | |
| "country": "India", | |
| "population": 210103 | |
| }, | |
| { | |
| "city": "Thái Bình", | |
| "lat": 20.4503, | |
| "lng": 106.333, | |
| "country": "Vietnam", | |
| "population": 210000 | |
| }, | |
| { | |
| "city": "Oral", | |
| "lat": 51.2711, | |
| "lng": 51.335, | |
| "country": "Kazakhstan", | |
| "population": 209788 | |
| }, | |
| { | |
| "city": "Presidente Prudente", | |
| "lat": -22.12, | |
| "lng": -51.39, | |
| "country": "Brazil", | |
| "population": 209502 | |
| }, | |
| { | |
| "city": "Sanming", | |
| "lat": 26.23, | |
| "lng": 117.58, | |
| "country": "China", | |
| "population": 209444 | |
| }, | |
| { | |
| "city": "Rennes", | |
| "lat": 48.1, | |
| "lng": -1.67, | |
| "country": "France", | |
| "population": 209375 | |
| }, | |
| { | |
| "city": "Ijebu Ode", | |
| "lat": 6.8204, | |
| "lng": 3.92, | |
| "country": "Nigeria", | |
| "population": 209175 | |
| }, | |
| { | |
| "city": "Tema", | |
| "lat": 5.6404, | |
| "lng": 0.01, | |
| "country": "Ghana", | |
| "population": 209000 | |
| }, | |
| { | |
| "city": "Santander", | |
| "lat": 43.3805, | |
| "lng": -3.8, | |
| "country": "Spain", | |
| "population": 208763 | |
| }, | |
| { | |
| "city": "Green Bay", | |
| "lat": 44.515, | |
| "lng": -87.9896, | |
| "country": "United States", | |
| "population": 208625 | |
| }, | |
| { | |
| "city": "Sidi bel Abbes", | |
| "lat": 35.1903, | |
| "lng": -0.64, | |
| "country": "Algeria", | |
| "population": 208604 | |
| }, | |
| { | |
| "city": "Bojnurd", | |
| "lat": 37.47, | |
| "lng": 57.32, | |
| "country": "Iran", | |
| "population": 208582 | |
| }, | |
| { | |
| "city": "La Romana", | |
| "lat": 18.417, | |
| "lng": -68.9666, | |
| "country": "Dominican Republic", | |
| "population": 208437 | |
| }, | |
| { | |
| "city": "Gaborone", | |
| "lat": -24.6463, | |
| "lng": 25.9119, | |
| "country": "Botswana", | |
| "population": 208411 | |
| }, | |
| { | |
| "city": "Hajjah", | |
| "lat": 15.6917, | |
| "lng": 43.6021, | |
| "country": "Yemen", | |
| "population": 208287 | |
| }, | |
| { | |
| "city": "Waitakere", | |
| "lat": -36.8524, | |
| "lng": 174.5543, | |
| "country": "New Zealand", | |
| "population": 208100 | |
| }, | |
| { | |
| "city": "Lobito", | |
| "lat": -12.37, | |
| "lng": 13.5412, | |
| "country": "Angola", | |
| "population": 207932 | |
| }, | |
| { | |
| "city": "College Station", | |
| "lat": 30.5852, | |
| "lng": -96.296, | |
| "country": "United States", | |
| "population": 207308 | |
| }, | |
| { | |
| "city": "Pingliang", | |
| "lat": 35.5304, | |
| "lng": 106.6801, | |
| "country": "China", | |
| "population": 207256 | |
| }, | |
| { | |
| "city": "Moreno Valley", | |
| "lat": 33.9244, | |
| "lng": -117.2045, | |
| "country": "United States", | |
| "population": 207226 | |
| }, | |
| { | |
| "city": "Laoag", | |
| "lat": 18.1988, | |
| "lng": 120.5936, | |
| "country": "Philippines", | |
| "population": 207048 | |
| }, | |
| { | |
| "city": "Bahir Dar", | |
| "lat": 11.6001, | |
| "lng": 37.3833, | |
| "country": "Ethiopia", | |
| "population": 206748 | |
| }, | |
| { | |
| "city": "Yamoussoukro", | |
| "lat": 6.8184, | |
| "lng": -5.2755, | |
| "country": "Côte D’Ivoire", | |
| "population": 206499 | |
| }, | |
| { | |
| "city": "Beer Sheva", | |
| "lat": 31.25, | |
| "lng": 34.83, | |
| "country": "Israel", | |
| "population": 206408 | |
| }, | |
| { | |
| "city": "Korla", | |
| "lat": 41.73, | |
| "lng": 86.15, | |
| "country": "China", | |
| "population": 206373 | |
| }, | |
| { | |
| "city": "Salzburg", | |
| "lat": 47.8105, | |
| "lng": 13.04, | |
| "country": "Austria", | |
| "population": 206279 | |
| }, | |
| { | |
| "city": "Kalemie", | |
| "lat": -5.9333, | |
| "lng": 29.2, | |
| "country": "Congo (Kinshasa)", | |
| "population": 206257 | |
| }, | |
| { | |
| "city": "Amarillo", | |
| "lat": 35.1988, | |
| "lng": -101.8308, | |
| "country": "United States", | |
| "population": 206072 | |
| }, | |
| { | |
| "city": "Portland", | |
| "lat": 43.6773, | |
| "lng": -70.2715, | |
| "country": "United States", | |
| "population": 206023 | |
| }, | |
| { | |
| "city": "North Shore", | |
| "lat": -36.7913, | |
| "lng": 174.7758, | |
| "country": "New Zealand", | |
| "population": 205605 | |
| }, | |
| { | |
| "city": "Jiutai", | |
| "lat": 44.1447, | |
| "lng": 125.8443, | |
| "country": "China", | |
| "population": 205399 | |
| }, | |
| { | |
| "city": "Campeche", | |
| "lat": 19.83, | |
| "lng": -90.5, | |
| "country": "Mexico", | |
| "population": 205212 | |
| }, | |
| { | |
| "city": "Puqi", | |
| "lat": 29.7204, | |
| "lng": 113.88, | |
| "country": "China", | |
| "population": 205164 | |
| }, | |
| { | |
| "city": "São Carlos", | |
| "lat": -22.02, | |
| "lng": -47.89, | |
| "country": "Brazil", | |
| "population": 205035 | |
| }, | |
| { | |
| "city": "Fargo", | |
| "lat": 46.8653, | |
| "lng": -96.8292, | |
| "country": "United States", | |
| "population": 204820 | |
| }, | |
| { | |
| "city": "Funchal", | |
| "lat": 32.65, | |
| "lng": -16.88, | |
| "country": "Portugal", | |
| "population": 204767 | |
| }, | |
| { | |
| "city": "Criciúma", | |
| "lat": -28.68, | |
| "lng": -49.39, | |
| "country": "Brazil", | |
| "population": 204217 | |
| }, | |
| { | |
| "city": "Lampang", | |
| "lat": 18.2916, | |
| "lng": 99.4813, | |
| "country": "Thailand", | |
| "population": 204081 | |
| }, | |
| { | |
| "city": "Santa Barbara", | |
| "lat": 34.4285, | |
| "lng": -119.7202, | |
| "country": "United States", | |
| "population": 204034 | |
| }, | |
| { | |
| "city": "Colón", | |
| "lat": 9.365, | |
| "lng": -79.875, | |
| "country": "Panama", | |
| "population": 204000 | |
| }, | |
| { | |
| "city": "Norwich", | |
| "lat": 41.5495, | |
| "lng": -72.0882, | |
| "country": "United States", | |
| "population": 203916 | |
| }, | |
| { | |
| "city": "Salalah", | |
| "lat": 17.0255, | |
| "lng": 54.0852, | |
| "country": "Oman", | |
| "population": 203877 | |
| }, | |
| { | |
| "city": "Sibu", | |
| "lat": 2.303, | |
| "lng": 111.843, | |
| "country": "Malaysia", | |
| "population": 203832 | |
| }, | |
| { | |
| "city": "Las Tunas", | |
| "lat": 20.9601, | |
| "lng": -76.9544, | |
| "country": "Cuba", | |
| "population": 203684 | |
| }, | |
| { | |
| "city": "Lianxian", | |
| "lat": 24.7815, | |
| "lng": 112.3825, | |
| "country": "China", | |
| "population": 203639 | |
| }, | |
| { | |
| "city": "Guaratinguetá", | |
| "lat": -22.82, | |
| "lng": -45.19, | |
| "country": "Brazil", | |
| "population": 203580 | |
| }, | |
| { | |
| "city": "Pisa", | |
| "lat": 43.7205, | |
| "lng": 10.4, | |
| "country": "Italy", | |
| "population": 203336 | |
| }, | |
| { | |
| "city": "Agartala", | |
| "lat": 23.8354, | |
| "lng": 91.28, | |
| "country": "India", | |
| "population": 203264 | |
| }, | |
| { | |
| "city": "Erfurt", | |
| "lat": 50.9701, | |
| "lng": 11.03, | |
| "country": "Germany", | |
| "population": 203254 | |
| }, | |
| { | |
| "city": "Timon", | |
| "lat": -5.115, | |
| "lng": -42.845, | |
| "country": "Brazil", | |
| "population": 203157 | |
| }, | |
| { | |
| "city": "Edéa", | |
| "lat": 3.8005, | |
| "lng": 10.12, | |
| "country": "Cameroon", | |
| "population": 203149 | |
| }, | |
| { | |
| "city": "Rostock", | |
| "lat": 54.0704, | |
| "lng": 12.15, | |
| "country": "Germany", | |
| "population": 203080 | |
| }, | |
| { | |
| "city": "Glendale", | |
| "lat": 34.1818, | |
| "lng": -118.2468, | |
| "country": "United States", | |
| "population": 203054 | |
| }, | |
| { | |
| "city": "Ongole", | |
| "lat": 15.5604, | |
| "lng": 80.05, | |
| "country": "India", | |
| "population": 202860 | |
| }, | |
| { | |
| "city": "Djougou", | |
| "lat": 9.7004, | |
| "lng": 1.68, | |
| "country": "Benin", | |
| "population": 202810 | |
| }, | |
| { | |
| "city": "Khvoy", | |
| "lat": 38.5304, | |
| "lng": 44.97, | |
| "country": "Iran", | |
| "population": 202728 | |
| }, | |
| { | |
| "city": "Mossoró", | |
| "lat": -5.19, | |
| "lng": -37.34, | |
| "country": "Brazil", | |
| "population": 202583 | |
| }, | |
| { | |
| "city": "Barisal", | |
| "lat": 22.7004, | |
| "lng": 90.375, | |
| "country": "Bangladesh", | |
| "population": 202242 | |
| }, | |
| { | |
| "city": "Biskra", | |
| "lat": 34.86, | |
| "lng": 5.73, | |
| "country": "Algeria", | |
| "population": 202103 | |
| }, | |
| { | |
| "city": "Angren", | |
| "lat": 41.0304, | |
| "lng": 70.1549, | |
| "country": "Uzbekistan", | |
| "population": 202070 | |
| }, | |
| { | |
| "city": "Taranto", | |
| "lat": 40.5084, | |
| "lng": 17.23, | |
| "country": "Italy", | |
| "population": 202033 | |
| }, | |
| { | |
| "city": "Yonkers", | |
| "lat": 40.9466, | |
| "lng": -73.8674, | |
| "country": "United States", | |
| "population": 202019 | |
| }, | |
| { | |
| "city": "Pskov", | |
| "lat": 57.83, | |
| "lng": 28.3299, | |
| "country": "Russia", | |
| "population": 201990 | |
| }, | |
| { | |
| "city": "Al Khums", | |
| "lat": 32.6604, | |
| "lng": 14.26, | |
| "country": "Libya", | |
| "population": 201943 | |
| }, | |
| { | |
| "city": "Minatitlán", | |
| "lat": 17.9805, | |
| "lng": -94.53, | |
| "country": "Mexico", | |
| "population": 201902 | |
| }, | |
| { | |
| "city": "Huntington Beach", | |
| "lat": 33.696, | |
| "lng": -118.0025, | |
| "country": "United States", | |
| "population": 201874 | |
| }, | |
| { | |
| "city": "Chiniot", | |
| "lat": 31.72, | |
| "lng": 72.98, | |
| "country": "Pakistan", | |
| "population": 201781 | |
| }, | |
| { | |
| "city": "Pingzhen", | |
| "lat": 24.9439, | |
| "lng": 121.2161, | |
| "country": "Taiwan", | |
| "population": 201632 | |
| }, | |
| { | |
| "city": "San Miguel", | |
| "lat": 13.4833, | |
| "lng": -88.1833, | |
| "country": "El Salvador", | |
| "population": 201563 | |
| }, | |
| { | |
| "city": "Lashkar Gah", | |
| "lat": 31.583, | |
| "lng": 64.36, | |
| "country": "Afghanistan", | |
| "population": 201546 | |
| }, | |
| { | |
| "city": "Daşoguz", | |
| "lat": 41.84, | |
| "lng": 59.965, | |
| "country": "Turkmenistan", | |
| "population": 201424 | |
| }, | |
| { | |
| "city": "Sete Lagoas", | |
| "lat": -19.4496, | |
| "lng": -44.25, | |
| "country": "Brazil", | |
| "population": 201334 | |
| }, | |
| { | |
| "city": "Gedaref", | |
| "lat": 14.04, | |
| "lng": 35.38, | |
| "country": "Sudan", | |
| "population": 201282 | |
| }, | |
| { | |
| "city": "Cartagena", | |
| "lat": 37.6004, | |
| "lng": -0.98, | |
| "country": "Spain", | |
| "population": 201274 | |
| }, | |
| { | |
| "city": "Puri", | |
| "lat": 19.8204, | |
| "lng": 85.9, | |
| "country": "India", | |
| "population": 201026 | |
| }, | |
| { | |
| "city": "Aurora", | |
| "lat": 41.7638, | |
| "lng": -88.2901, | |
| "country": "United States", | |
| "population": 200965 | |
| }, | |
| { | |
| "city": "Dindigul", | |
| "lat": 10.38, | |
| "lng": 78, | |
| "country": "India", | |
| "population": 200797 | |
| }, | |
| { | |
| "city": "Haldia", | |
| "lat": 22.0257, | |
| "lng": 88.0583, | |
| "country": "India", | |
| "population": 200762 | |
| }, | |
| { | |
| "city": "Kasama", | |
| "lat": -10.1996, | |
| "lng": 31.1799, | |
| "country": "Zambia", | |
| "population": 200000 | |
| }, | |
| { | |
| "city": "Moratuwa", | |
| "lat": 6.7804, | |
| "lng": 79.88, | |
| "country": "Sri Lanka", | |
| "population": 200000 | |
| }, | |
| { | |
| "city": "Az Zawiyah", | |
| "lat": 32.7604, | |
| "lng": 12.72, | |
| "country": "Libya", | |
| "population": 200000 | |
| }, | |
| { | |
| "city": "Nema", | |
| "lat": 16.6171, | |
| "lng": -7.25, | |
| "country": "Mauritania", | |
| "population": 200000 | |
| }, | |
| { | |
| "city": "Pokhara", | |
| "lat": 28.264, | |
| "lng": 83.972, | |
| "country": "Nepal", | |
| "population": 200000 | |
| }, | |
| { | |
| "city": "Zhubei", | |
| "lat": 24.8333, | |
| "lng": 121.0119, | |
| "country": "Taiwan", | |
| "population": 200000 | |
| }, | |
| { | |
| "city": "Rivera", | |
| "lat": -30.8996, | |
| "lng": -55.56, | |
| "country": "Uruguay", | |
| "population": 200000 | |
| }, | |
| { | |
| "city": "Bergamo", | |
| "lat": 45.7004, | |
| "lng": 9.67, | |
| "country": "Italy", | |
| "population": 200000 | |
| }, | |
| { | |
| "city": "Meymaneh", | |
| "lat": 35.9302, | |
| "lng": 64.7701, | |
| "country": "Afghanistan", | |
| "population": 199795 | |
| }, | |
| { | |
| "city": "Gainesville", | |
| "lat": 29.6808, | |
| "lng": -82.3455, | |
| "country": "United States", | |
| "population": 199695 | |
| }, | |
| { | |
| "city": "Bacău", | |
| "lat": 46.5784, | |
| "lng": 26.9196, | |
| "country": "Romania", | |
| "population": 199668 | |
| }, | |
| { | |
| "city": "Taza", | |
| "lat": 34.2204, | |
| "lng": -4.02, | |
| "country": "Morocco", | |
| "population": 199633 | |
| }, | |
| { | |
| "city": "Batu Pahat", | |
| "lat": 1.8504, | |
| "lng": 102.9333, | |
| "country": "Malaysia", | |
| "population": 199619 | |
| }, | |
| { | |
| "city": "Balakovo", | |
| "lat": 52.03, | |
| "lng": 47.8, | |
| "country": "Russia", | |
| "population": 199572 | |
| }, | |
| { | |
| "city": "Armavir", | |
| "lat": 45.0004, | |
| "lng": 41.13, | |
| "country": "Russia", | |
| "population": 199548 | |
| }, | |
| { | |
| "city": "Rashid", | |
| "lat": 31.4604, | |
| "lng": 30.39, | |
| "country": "Egypt", | |
| "population": 199509 | |
| }, | |
| { | |
| "city": "Bila Tserkva", | |
| "lat": 49.7743, | |
| "lng": 30.1309, | |
| "country": "Ukraine", | |
| "population": 199163 | |
| }, | |
| { | |
| "city": "Saskatoon", | |
| "lat": 52.17, | |
| "lng": -106.67, | |
| "country": "Canada", | |
| "population": 198958 | |
| }, | |
| { | |
| "city": "Aydın", | |
| "lat": 37.85, | |
| "lng": 27.85, | |
| "country": "Turkey", | |
| "population": 198857 | |
| }, | |
| { | |
| "city": "Huangyan", | |
| "lat": 28.65, | |
| "lng": 121.25, | |
| "country": "China", | |
| "population": 198713 | |
| }, | |
| { | |
| "city": "Bulandshahr", | |
| "lat": 28.4104, | |
| "lng": 77.8484, | |
| "country": "India", | |
| "population": 198612 | |
| }, | |
| { | |
| "city": "Kushiro", | |
| "lat": 42.975, | |
| "lng": 144.3747, | |
| "country": "Japan", | |
| "population": 198566 | |
| }, | |
| { | |
| "city": "Purnia", | |
| "lat": 25.7854, | |
| "lng": 87.48, | |
| "country": "India", | |
| "population": 198453 | |
| }, | |
| { | |
| "city": "Martapura", | |
| "lat": -3.4135, | |
| "lng": 114.8365, | |
| "country": "Indonesia", | |
| "population": 198239 | |
| }, | |
| { | |
| "city": "Gemena", | |
| "lat": 3.26, | |
| "lng": 19.77, | |
| "country": "Congo (Kinshasa)", | |
| "population": 198056 | |
| }, | |
| { | |
| "city": "Thanh Hóa", | |
| "lat": 19.82, | |
| "lng": 105.8, | |
| "country": "Vietnam", | |
| "population": 197551 | |
| }, | |
| { | |
| "city": "Mbanza-Ngungu", | |
| "lat": -5.2496, | |
| "lng": 14.86, | |
| "country": "Congo (Kinshasa)", | |
| "population": 197545 | |
| }, | |
| { | |
| "city": "Kōfu", | |
| "lat": 35.6504, | |
| "lng": 138.5833, | |
| "country": "Japan", | |
| "population": 197540 | |
| }, | |
| { | |
| "city": "Salamanca", | |
| "lat": 20.5704, | |
| "lng": -101.2, | |
| "country": "Mexico", | |
| "population": 197524 | |
| }, | |
| { | |
| "city": "Talca", | |
| "lat": -35.455, | |
| "lng": -71.67, | |
| "country": "Chile", | |
| "population": 197479 | |
| }, | |
| { | |
| "city": "Proddatur", | |
| "lat": 14.7504, | |
| "lng": 78.57, | |
| "country": "India", | |
| "population": 197451 | |
| }, | |
| { | |
| "city": "El Tigre", | |
| "lat": 8.8903, | |
| "lng": -64.26, | |
| "country": "Venezuela", | |
| "population": 197440 | |
| }, | |
| { | |
| "city": "Gurgaon", | |
| "lat": 28.45, | |
| "lng": 77.02, | |
| "country": "India", | |
| "population": 197340 | |
| }, | |
| { | |
| "city": "Burhanpur", | |
| "lat": 21.3004, | |
| "lng": 76.13, | |
| "country": "India", | |
| "population": 197233 | |
| }, | |
| { | |
| "city": "Kure", | |
| "lat": 34.251, | |
| "lng": 132.5656, | |
| "country": "Japan", | |
| "population": 196991 | |
| }, | |
| { | |
| "city": "Cartago", | |
| "lat": 9.87, | |
| "lng": -83.93, | |
| "country": "Costa Rica", | |
| "population": 196946 | |
| }, | |
| { | |
| "city": "Porlamar", | |
| "lat": 10.9604, | |
| "lng": -63.85, | |
| "country": "Venezuela", | |
| "population": 196934 | |
| }, | |
| { | |
| "city": "Reims", | |
| "lat": 49.2504, | |
| "lng": 4.03, | |
| "country": "France", | |
| "population": 196565 | |
| }, | |
| { | |
| "city": "Olympia", | |
| "lat": 47.0418, | |
| "lng": -122.8959, | |
| "country": "United States", | |
| "population": 196078 | |
| }, | |
| { | |
| "city": "Engels", | |
| "lat": 51.5004, | |
| "lng": 46.12, | |
| "country": "Russia", | |
| "population": 196011 | |
| }, | |
| { | |
| "city": "North Port", | |
| "lat": 27.0577, | |
| "lng": -82.1976, | |
| "country": "United States", | |
| "population": 195992 | |
| }, | |
| { | |
| "city": "Burgas", | |
| "lat": 42.5146, | |
| "lng": 27.4746, | |
| "country": "Bulgaria", | |
| "population": 195966 | |
| }, | |
| { | |
| "city": "Gandhinagar", | |
| "lat": 23.3004, | |
| "lng": 72.6399, | |
| "country": "India", | |
| "population": 195891 | |
| }, | |
| { | |
| "city": "Iskandar", | |
| "lat": 41.5507, | |
| "lng": 69.6807, | |
| "country": "Uzbekistan", | |
| "population": 195633 | |
| }, | |
| { | |
| "city": "Nagaoka", | |
| "lat": 37.4504, | |
| "lng": 138.86, | |
| "country": "Japan", | |
| "population": 195318 | |
| }, | |
| { | |
| "city": "Coro", | |
| "lat": 11.42, | |
| "lng": -69.68, | |
| "country": "Venezuela", | |
| "population": 195227 | |
| }, | |
| { | |
| "city": "Brikama", | |
| "lat": 13.2804, | |
| "lng": -16.6599, | |
| "country": "Gambia, The", | |
| "population": 195136 | |
| }, | |
| { | |
| "city": "Severodvinsk", | |
| "lat": 64.57, | |
| "lng": 39.83, | |
| "country": "Russia", | |
| "population": 194292 | |
| }, | |
| { | |
| "city": "Al Jahra", | |
| "lat": 29.3375, | |
| "lng": 47.6581, | |
| "country": "Kuwait", | |
| "population": 194193 | |
| }, | |
| { | |
| "city": "Huntington", | |
| "lat": 38.4109, | |
| "lng": -82.4344, | |
| "country": "United States", | |
| "population": 194155 | |
| }, | |
| { | |
| "city": "Deltona", | |
| "lat": 28.905, | |
| "lng": -81.2136, | |
| "country": "United States", | |
| "population": 194061 | |
| }, | |
| { | |
| "city": "Bongor", | |
| "lat": 10.2859, | |
| "lng": 15.3872, | |
| "country": "Chad", | |
| "population": 193941 | |
| }, | |
| { | |
| "city": "Grand Prairie", | |
| "lat": 32.6869, | |
| "lng": -97.0209, | |
| "country": "United States", | |
| "population": 193837 | |
| }, | |
| { | |
| "city": "Divinópolis", | |
| "lat": -20.1495, | |
| "lng": -44.9, | |
| "country": "Brazil", | |
| "population": 193832 | |
| }, | |
| { | |
| "city": "Salinas", | |
| "lat": 36.6881, | |
| "lng": -121.6316, | |
| "country": "United States", | |
| "population": 193590 | |
| }, | |
| { | |
| "city": "Tarakan", | |
| "lat": 3.3, | |
| "lng": 117.633, | |
| "country": "Indonesia", | |
| "population": 193069 | |
| }, | |
| { | |
| "city": "Machilipatnam", | |
| "lat": 16.2004, | |
| "lng": 81.18, | |
| "country": "India", | |
| "population": 192827 | |
| }, | |
| { | |
| "city": "Oxford", | |
| "lat": 51.7704, | |
| "lng": -1.25, | |
| "country": "United Kingdom", | |
| "population": 192796 | |
| }, | |
| { | |
| "city": "Ciudad Madero", | |
| "lat": 22.3189, | |
| "lng": -97.8361, | |
| "country": "Mexico", | |
| "population": 192736 | |
| }, | |
| { | |
| "city": "Bayamo", | |
| "lat": 20.3795, | |
| "lng": -76.6433, | |
| "country": "Cuba", | |
| "population": 192632 | |
| }, | |
| { | |
| "city": "Klaipėda", | |
| "lat": 55.7204, | |
| "lng": 21.1199, | |
| "country": "Lithuania", | |
| "population": 192307 | |
| }, | |
| { | |
| "city": "Dunhua", | |
| "lat": 43.3505, | |
| "lng": 128.22, | |
| "country": "China", | |
| "population": 191870 | |
| }, | |
| { | |
| "city": "Ziguinchor", | |
| "lat": 12.59, | |
| "lng": -16.29, | |
| "country": "Senegal", | |
| "population": 191716 | |
| }, | |
| { | |
| "city": "Waterbury", | |
| "lat": 41.5583, | |
| "lng": -73.0361, | |
| "country": "United States", | |
| "population": 191484 | |
| }, | |
| { | |
| "city": "Barrancabermeja", | |
| "lat": 7.09, | |
| "lng": -73.85, | |
| "country": "Colombia", | |
| "population": 191403 | |
| }, | |
| { | |
| "city": "Zlatoust", | |
| "lat": 55.175, | |
| "lng": 59.65, | |
| "country": "Russia", | |
| "population": 191366 | |
| }, | |
| { | |
| "city": "Muar", | |
| "lat": 2.0337, | |
| "lng": 102.5666, | |
| "country": "Malaysia", | |
| "population": 191346 | |
| }, | |
| { | |
| "city": "Overland Park", | |
| "lat": 38.887, | |
| "lng": -94.687, | |
| "country": "United States", | |
| "population": 191278 | |
| }, | |
| { | |
| "city": "Dhamar", | |
| "lat": 14.5575, | |
| "lng": 44.3875, | |
| "country": "Yemen", | |
| "population": 191259 | |
| }, | |
| { | |
| "city": "Valera", | |
| "lat": 9.32, | |
| "lng": -70.62, | |
| "country": "Venezuela", | |
| "population": 191167 | |
| }, | |
| { | |
| "city": "Bridgetown", | |
| "lat": 13.102, | |
| "lng": -59.6165, | |
| "country": "Barbados", | |
| "population": 191152 | |
| }, | |
| { | |
| "city": "Bhiwani", | |
| "lat": 28.81, | |
| "lng": 76.125, | |
| "country": "India", | |
| "population": 190855 | |
| }, | |
| { | |
| "city": "Norwich", | |
| "lat": 52.6304, | |
| "lng": 1.3, | |
| "country": "United Kingdom", | |
| "population": 190756 | |
| }, | |
| { | |
| "city": "Butuan", | |
| "lat": 8.9495, | |
| "lng": 125.5436, | |
| "country": "Philippines", | |
| "population": 190557 | |
| }, | |
| { | |
| "city": "Caen", | |
| "lat": 49.1838, | |
| "lng": -0.35, | |
| "country": "France", | |
| "population": 190099 | |
| }, | |
| { | |
| "city": "St.-Denis", | |
| "lat": -20.8789, | |
| "lng": 55.4481, | |
| "country": "Reunion", | |
| "population": 190047 | |
| }, | |
| { | |
| "city": "Sadiqabad", | |
| "lat": 28.3006, | |
| "lng": 70.1302, | |
| "country": "Pakistan", | |
| "population": 189876 | |
| }, | |
| { | |
| "city": "La Paz", | |
| "lat": 24.14, | |
| "lng": -110.32, | |
| "country": "Mexico", | |
| "population": 189767 | |
| }, | |
| { | |
| "city": "Sơn Tây", | |
| "lat": 21.1382, | |
| "lng": 105.505, | |
| "country": "Vietnam", | |
| "population": 189547 | |
| }, | |
| { | |
| "city": "Aberdeen", | |
| "lat": 57.1704, | |
| "lng": -2.08, | |
| "country": "United Kingdom", | |
| "population": 189364 | |
| }, | |
| { | |
| "city": "Syzran", | |
| "lat": 53.17, | |
| "lng": 48.48, | |
| "country": "Russia", | |
| "population": 189338 | |
| }, | |
| { | |
| "city": "Đồng Hới", | |
| "lat": 17.4833, | |
| "lng": 106.6, | |
| "country": "Vietnam", | |
| "population": 189265 | |
| }, | |
| { | |
| "city": "Mwene-Ditu", | |
| "lat": -7, | |
| "lng": 23.44, | |
| "country": "Congo (Kinshasa)", | |
| "population": 189177 | |
| }, | |
| { | |
| "city": "Kabwe", | |
| "lat": -14.44, | |
| "lng": 28.45, | |
| "country": "Zambia", | |
| "population": 188979 | |
| }, | |
| { | |
| "city": "Quelimane", | |
| "lat": -17.88, | |
| "lng": 36.89, | |
| "country": "Mozambique", | |
| "population": 188964 | |
| }, | |
| { | |
| "city": "Cork", | |
| "lat": 51.8986, | |
| "lng": -8.4958, | |
| "country": "Ireland", | |
| "population": 188907 | |
| }, | |
| { | |
| "city": "Parakou", | |
| "lat": 9.34, | |
| "lng": 2.62, | |
| "country": "Benin", | |
| "population": 188853 | |
| }, | |
| { | |
| "city": "Catamarca", | |
| "lat": -28.47, | |
| "lng": -65.78, | |
| "country": "Argentina", | |
| "population": 188812 | |
| }, | |
| { | |
| "city": "Nandyal", | |
| "lat": 15.5204, | |
| "lng": 78.48, | |
| "country": "India", | |
| "population": 188654 | |
| }, | |
| { | |
| "city": "Waco", | |
| "lat": 31.5597, | |
| "lng": -97.1883, | |
| "country": "United States", | |
| "population": 188448 | |
| }, | |
| { | |
| "city": "Angers", | |
| "lat": 47.48, | |
| "lng": -0.53, | |
| "country": "France", | |
| "population": 188380 | |
| }, | |
| { | |
| "city": "Mostaganem", | |
| "lat": 35.9404, | |
| "lng": 0.09, | |
| "country": "Algeria", | |
| "population": 188354 | |
| }, | |
| { | |
| "city": "Erie", | |
| "lat": 42.1168, | |
| "lng": -80.0733, | |
| "country": "United States", | |
| "population": 188079 | |
| }, | |
| { | |
| "city": "Paarl", | |
| "lat": -33.6996, | |
| "lng": 18.96, | |
| "country": "South Africa", | |
| "population": 187865 | |
| }, | |
| { | |
| "city": "Rio Grande", | |
| "lat": -32.0495, | |
| "lng": -52.12, | |
| "country": "Brazil", | |
| "population": 187838 | |
| }, | |
| { | |
| "city": "Szeged", | |
| "lat": 46.2504, | |
| "lng": 20.15, | |
| "country": "Hungary", | |
| "population": 187765 | |
| }, | |
| { | |
| "city": "Arapiraca", | |
| "lat": -9.75, | |
| "lng": -36.67, | |
| "country": "Brazil", | |
| "population": 187668 | |
| }, | |
| { | |
| "city": "Ternate", | |
| "lat": 0.793, | |
| "lng": 127.363, | |
| "country": "Indonesia", | |
| "population": 187521 | |
| }, | |
| { | |
| "city": "Petropavlovsk Kamchatskiy", | |
| "lat": 53.062, | |
| "lng": 158.623, | |
| "country": "Russia", | |
| "population": 187282 | |
| }, | |
| { | |
| "city": "Kimchaek", | |
| "lat": 40.6723, | |
| "lng": 129.2027, | |
| "country": "Korea, North", | |
| "population": 187270 | |
| }, | |
| { | |
| "city": "Puerto Vallarta", | |
| "lat": 20.6771, | |
| "lng": -105.245, | |
| "country": "Mexico", | |
| "population": 187134 | |
| }, | |
| { | |
| "city": "Gibraltar", | |
| "lat": 36.1324, | |
| "lng": -5.3781, | |
| "country": "Gibraltar", | |
| "population": 187083 | |
| }, | |
| { | |
| "city": "Cachoeiro de Itapemirim", | |
| "lat": -20.85, | |
| "lng": -41.13, | |
| "country": "Brazil", | |
| "population": 187019 | |
| }, | |
| { | |
| "city": "Pinar del Rio", | |
| "lat": 22.4175, | |
| "lng": -83.6981, | |
| "country": "Cuba", | |
| "population": 186990 | |
| }, | |
| { | |
| "city": "Manpo", | |
| "lat": 41.1454, | |
| "lng": 126.2958, | |
| "country": "Korea, North", | |
| "population": 186827 | |
| }, | |
| { | |
| "city": "Olsztyn", | |
| "lat": 53.8, | |
| "lng": 20.48, | |
| "country": "Poland", | |
| "population": 186670 | |
| }, | |
| { | |
| "city": "San Cristobal de Las Casas", | |
| "lat": 16.75, | |
| "lng": -92.6334, | |
| "country": "Mexico", | |
| "population": 186661 | |
| }, | |
| { | |
| "city": "Cienfuegos", | |
| "lat": 22.1444, | |
| "lng": -80.4403, | |
| "country": "Cuba", | |
| "population": 186644 | |
| }, | |
| { | |
| "city": "Shendi", | |
| "lat": 16.6805, | |
| "lng": 33.42, | |
| "country": "Sudan", | |
| "population": 186611 | |
| }, | |
| { | |
| "city": "Pécs", | |
| "lat": 46.0804, | |
| "lng": 18.22, | |
| "country": "Hungary", | |
| "population": 186262 | |
| }, | |
| { | |
| "city": "Cedar Rapids", | |
| "lat": 41.9667, | |
| "lng": -91.6782, | |
| "country": "United States", | |
| "population": 186160 | |
| }, | |
| { | |
| "city": "Marbella", | |
| "lat": 36.5166, | |
| "lng": -4.8833, | |
| "country": "Spain", | |
| "population": 186131 | |
| }, | |
| { | |
| "city": "Madiun", | |
| "lat": -7.6346, | |
| "lng": 111.515, | |
| "country": "Indonesia", | |
| "population": 186099 | |
| }, | |
| { | |
| "city": "Ad Damazīn", | |
| "lat": 11.7704, | |
| "lng": 34.35, | |
| "country": "Sudan", | |
| "population": 186051 | |
| }, | |
| { | |
| "city": "Arica", | |
| "lat": -18.5, | |
| "lng": -70.29, | |
| "country": "Chile", | |
| "population": 185999 | |
| }, | |
| { | |
| "city": "Hagerstown", | |
| "lat": 39.6401, | |
| "lng": -77.7217, | |
| "country": "United States", | |
| "population": 185704 | |
| }, | |
| { | |
| "city": "Jamaame", | |
| "lat": 0.0722, | |
| "lng": 42.7506, | |
| "country": "Somalia", | |
| "population": 185270 | |
| }, | |
| { | |
| "city": "Tempe", | |
| "lat": 33.3881, | |
| "lng": -111.9318, | |
| "country": "United States", | |
| "population": 185038 | |
| }, | |
| { | |
| "city": "Kütahya", | |
| "lat": 39.42, | |
| "lng": 29.93, | |
| "country": "Turkey", | |
| "population": 185008 | |
| }, | |
| { | |
| "city": "Yei", | |
| "lat": 4.0904, | |
| "lng": 30.68, | |
| "country": "South Sudan", | |
| "population": 185000 | |
| }, | |
| { | |
| "city": "Mainz", | |
| "lat": 49.9825, | |
| "lng": 8.2732, | |
| "country": "Germany", | |
| "population": 184997 | |
| }, | |
| { | |
| "city": "Ruse", | |
| "lat": 43.8537, | |
| "lng": 25.9733, | |
| "country": "Bulgaria", | |
| "population": 184270 | |
| }, | |
| { | |
| "city": "Tiarat", | |
| "lat": 35.3804, | |
| "lng": 1.32, | |
| "country": "Algeria", | |
| "population": 184195 | |
| }, | |
| { | |
| "city": "Fianarantsoa", | |
| "lat": -21.4333, | |
| "lng": 47.0833, | |
| "country": "Madagascar", | |
| "population": 184184 | |
| }, | |
| { | |
| "city": "Kramatorsk", | |
| "lat": 48.7194, | |
| "lng": 37.5344, | |
| "country": "Ukraine", | |
| "population": 184105 | |
| }, | |
| { | |
| "city": "Kutaisi", | |
| "lat": 42.25, | |
| "lng": 42.73, | |
| "country": "Georgia", | |
| "population": 183945 | |
| }, | |
| { | |
| "city": "Tarlac", | |
| "lat": 15.4838, | |
| "lng": 120.5834, | |
| "country": "Philippines", | |
| "population": 183930 | |
| }, | |
| { | |
| "city": "Dese", | |
| "lat": 11.13, | |
| "lng": 39.63, | |
| "country": "Ethiopia", | |
| "population": 183802 | |
| }, | |
| { | |
| "city": "Corum", | |
| "lat": 40.52, | |
| "lng": 34.95, | |
| "country": "Turkey", | |
| "population": 183418 | |
| }, | |
| { | |
| "city": "Gweru", | |
| "lat": -19.45, | |
| "lng": 29.82, | |
| "country": "Zimbabwe", | |
| "population": 183358 | |
| }, | |
| { | |
| "city": "Mataró", | |
| "lat": 41.54, | |
| "lng": 2.45, | |
| "country": "Spain", | |
| "population": 183293 | |
| }, | |
| { | |
| "city": "Spartanburg", | |
| "lat": 34.9437, | |
| "lng": -81.9257, | |
| "country": "United States", | |
| "population": 183184 | |
| }, | |
| { | |
| "city": "Manta", | |
| "lat": -0.98, | |
| "lng": -80.73, | |
| "country": "Ecuador", | |
| "population": 183166 | |
| }, | |
| { | |
| "city": "Bhusawal", | |
| "lat": 21.02, | |
| "lng": 75.83, | |
| "country": "India", | |
| "population": 183001 | |
| }, | |
| { | |
| "city": "Shibin el Kom", | |
| "lat": 30.592, | |
| "lng": 30.9, | |
| "country": "Egypt", | |
| "population": 182900 | |
| }, | |
| { | |
| "city": "Clarksville", | |
| "lat": 36.5696, | |
| "lng": -87.3428, | |
| "country": "United States", | |
| "population": 182849 | |
| }, | |
| { | |
| "city": "Atyrau", | |
| "lat": 47.1127, | |
| "lng": 51.92, | |
| "country": "Kazakhstan", | |
| "population": 182753 | |
| }, | |
| { | |
| "city": "Pinrang", | |
| "lat": -3.7857, | |
| "lng": 119.6522, | |
| "country": "Indonesia", | |
| "population": 182731 | |
| }, | |
| { | |
| "city": "Kamensk Uralskiy", | |
| "lat": 56.4205, | |
| "lng": 61.935, | |
| "country": "Russia", | |
| "population": 182500 | |
| }, | |
| { | |
| "city": "Chilpancingo", | |
| "lat": 17.55, | |
| "lng": -99.5, | |
| "country": "Mexico", | |
| "population": 182387 | |
| }, | |
| { | |
| "city": "Biratnagar", | |
| "lat": 26.4837, | |
| "lng": 87.2833, | |
| "country": "Nepal", | |
| "population": 182324 | |
| }, | |
| { | |
| "city": "Bahraich", | |
| "lat": 27.6204, | |
| "lng": 81.6699, | |
| "country": "India", | |
| "population": 182218 | |
| }, | |
| { | |
| "city": "Barrie", | |
| "lat": 44.3838, | |
| "lng": -79.7, | |
| "country": "Canada", | |
| "population": 182041 | |
| }, | |
| { | |
| "city": "Chingola", | |
| "lat": -12.5396, | |
| "lng": 27.85, | |
| "country": "Zambia", | |
| "population": 182015 | |
| }, | |
| { | |
| "city": "Tonk", | |
| "lat": 26.1505, | |
| "lng": 75.79, | |
| "country": "India", | |
| "population": 181734 | |
| }, | |
| { | |
| "city": "Probolinggo", | |
| "lat": -7.7496, | |
| "lng": 113.15, | |
| "country": "Indonesia", | |
| "population": 181656 | |
| }, | |
| { | |
| "city": "Sirsa", | |
| "lat": 29.4904, | |
| "lng": 75.03, | |
| "country": "India", | |
| "population": 181639 | |
| }, | |
| { | |
| "city": "Anda", | |
| "lat": 46.4, | |
| "lng": 125.32, | |
| "country": "China", | |
| "population": 181533 | |
| }, | |
| { | |
| "city": "Gastonia", | |
| "lat": 35.2494, | |
| "lng": -81.1855, | |
| "country": "United States", | |
| "population": 180974 | |
| }, | |
| { | |
| "city": "Hinthada", | |
| "lat": 17.6483, | |
| "lng": 95.4679, | |
| "country": "Burma", | |
| "population": 180728 | |
| }, | |
| { | |
| "city": "Gangneung", | |
| "lat": 37.7559, | |
| "lng": 128.8962, | |
| "country": "Korea, South", | |
| "population": 180611 | |
| }, | |
| { | |
| "city": "Castello", | |
| "lat": 39.9704, | |
| "lng": -0.05, | |
| "country": "Spain", | |
| "population": 180610 | |
| }, | |
| { | |
| "city": "Funtua", | |
| "lat": 11.5204, | |
| "lng": 7.32, | |
| "country": "Nigeria", | |
| "population": 180475 | |
| }, | |
| { | |
| "city": "El Jadida", | |
| "lat": 33.2604, | |
| "lng": -8.51, | |
| "country": "Morocco", | |
| "population": 180470 | |
| }, | |
| { | |
| "city": "Reggio di Calabria", | |
| "lat": 38.115, | |
| "lng": 15.6414, | |
| "country": "Italy", | |
| "population": 180353 | |
| }, | |
| { | |
| "city": "Zuwarah", | |
| "lat": 32.9344, | |
| "lng": 12.0791, | |
| "country": "Libya", | |
| "population": 180310 | |
| }, | |
| { | |
| "city": "Lorain", | |
| "lat": 41.4409, | |
| "lng": -82.184, | |
| "country": "United States", | |
| "population": 180239 | |
| }, | |
| { | |
| "city": "Sioux Falls", | |
| "lat": 43.5397, | |
| "lng": -96.7322, | |
| "country": "United States", | |
| "population": 180204 | |
| }, | |
| { | |
| "city": "Rio Claro", | |
| "lat": -22.41, | |
| "lng": -47.56, | |
| "country": "Brazil", | |
| "population": 180147 | |
| }, | |
| { | |
| "city": "Tangail", | |
| "lat": 24.25, | |
| "lng": 89.92, | |
| "country": "Bangladesh", | |
| "population": 180144 | |
| }, | |
| { | |
| "city": "Obuasi", | |
| "lat": 6.1904, | |
| "lng": -1.66, | |
| "country": "Ghana", | |
| "population": 180117 | |
| }, | |
| { | |
| "city": "Fort Lauderdale", | |
| "lat": 26.1412, | |
| "lng": -80.1464, | |
| "country": "United States", | |
| "population": 180072 | |
| }, | |
| { | |
| "city": "Zhaodong", | |
| "lat": 46.0804, | |
| "lng": 125.98, | |
| "country": "China", | |
| "population": 179980 | |
| }, | |
| { | |
| "city": "Balkh", | |
| "lat": 36.7501, | |
| "lng": 66.8997, | |
| "country": "Afghanistan", | |
| "population": 179969 | |
| }, | |
| { | |
| "city": "Potosí", | |
| "lat": -19.5696, | |
| "lng": -65.75, | |
| "country": "Bolivia", | |
| "population": 179901 | |
| }, | |
| { | |
| "city": "Phan Rang", | |
| "lat": 11.567, | |
| "lng": 108.9833, | |
| "country": "Vietnam", | |
| "population": 179773 | |
| }, | |
| { | |
| "city": "Varamin", | |
| "lat": 35.3166, | |
| "lng": 51.6466, | |
| "country": "Iran", | |
| "population": 179603 | |
| }, | |
| { | |
| "city": "Passo Fundo", | |
| "lat": -28.25, | |
| "lng": -52.42, | |
| "country": "Brazil", | |
| "population": 179529 | |
| }, | |
| { | |
| "city": "Almería", | |
| "lat": 36.8303, | |
| "lng": -2.43, | |
| "country": "Spain", | |
| "population": 179405 | |
| }, | |
| { | |
| "city": "Newport News", | |
| "lat": 37.1051, | |
| "lng": -76.5185, | |
| "country": "United States", | |
| "population": 179388 | |
| }, | |
| { | |
| "city": "Vizianagaram", | |
| "lat": 18.1204, | |
| "lng": 83.5, | |
| "country": "India", | |
| "population": 179358 | |
| }, | |
| { | |
| "city": "Sittwe", | |
| "lat": 20.14, | |
| "lng": 92.88, | |
| "country": "Burma", | |
| "population": 179032 | |
| }, | |
| { | |
| "city": "Klerksdorp", | |
| "lat": -26.88, | |
| "lng": 26.62, | |
| "country": "South Africa", | |
| "population": 178921 | |
| }, | |
| { | |
| "city": "Si Racha", | |
| "lat": 13.159, | |
| "lng": 100.9287, | |
| "country": "Thailand", | |
| "population": 178916 | |
| }, | |
| { | |
| "city": "Mary", | |
| "lat": 37.6, | |
| "lng": 61.8333, | |
| "country": "Turkmenistan", | |
| "population": 178708 | |
| }, | |
| { | |
| "city": "El Arish", | |
| "lat": 31.1249, | |
| "lng": 33.8006, | |
| "country": "Egypt", | |
| "population": 178651 | |
| }, | |
| { | |
| "city": "Boma", | |
| "lat": -5.83, | |
| "lng": 13.05, | |
| "country": "Congo (Kinshasa)", | |
| "population": 178638 | |
| }, | |
| { | |
| "city": "Sangolquí", | |
| "lat": -0.31, | |
| "lng": -78.46, | |
| "country": "Ecuador", | |
| "population": 178582 | |
| }, | |
| { | |
| "city": "Nogales", | |
| "lat": 31.305, | |
| "lng": -110.945, | |
| "country": "Mexico", | |
| "population": 178097 | |
| }, | |
| { | |
| "city": "High Point", | |
| "lat": 35.9902, | |
| "lng": -79.9938, | |
| "country": "United States", | |
| "population": 177874 | |
| }, | |
| { | |
| "city": "Teziutlán", | |
| "lat": 19.8204, | |
| "lng": -97.36, | |
| "country": "Mexico", | |
| "population": 177796 | |
| }, | |
| { | |
| "city": "Korhogo", | |
| "lat": 9.46, | |
| "lng": -5.64, | |
| "country": "Côte D’Ivoire", | |
| "population": 177711 | |
| }, | |
| { | |
| "city": "Termiz", | |
| "lat": 37.2329, | |
| "lng": 67.2729, | |
| "country": "Uzbekistan", | |
| "population": 177687 | |
| }, | |
| { | |
| "city": "Ar Raqqah", | |
| "lat": 35.9304, | |
| "lng": 39.02, | |
| "country": "Syria", | |
| "population": 177636 | |
| }, | |
| { | |
| "city": "Santa Cruz", | |
| "lat": 36.9788, | |
| "lng": -122.0346, | |
| "country": "United States", | |
| "population": 177556 | |
| }, | |
| { | |
| "city": "El Oued", | |
| "lat": 33.3704, | |
| "lng": 6.86, | |
| "country": "Algeria", | |
| "population": 177497 | |
| }, | |
| { | |
| "city": "Rancho Cucamonga", | |
| "lat": 34.1247, | |
| "lng": -117.5664, | |
| "country": "United States", | |
| "population": 177452 | |
| }, | |
| { | |
| "city": "Treviso", | |
| "lat": 45.67, | |
| "lng": 12.24, | |
| "country": "Italy", | |
| "population": 177309 | |
| }, | |
| { | |
| "city": "Frisco", | |
| "lat": 33.1553, | |
| "lng": -96.8218, | |
| "country": "United States", | |
| "population": 177286 | |
| }, | |
| { | |
| "city": "Danbury", | |
| "lat": 41.4016, | |
| "lng": -73.471, | |
| "country": "United States", | |
| "population": 177177 | |
| }, | |
| { | |
| "city": "Vellore", | |
| "lat": 12.9204, | |
| "lng": 79.15, | |
| "country": "India", | |
| "population": 177081 | |
| }, | |
| { | |
| "city": "Kadugli", | |
| "lat": 11.01, | |
| "lng": 29.7, | |
| "country": "Sudan", | |
| "population": 176931 | |
| }, | |
| { | |
| "city": "Hemet", | |
| "lat": 33.7341, | |
| "lng": -116.9969, | |
| "country": "United States", | |
| "population": 176892 | |
| }, | |
| { | |
| "city": "Nyíregyháza", | |
| "lat": 47.9653, | |
| "lng": 21.7187, | |
| "country": "Hungary", | |
| "population": 176880 | |
| }, | |
| { | |
| "city": "Alappuzha", | |
| "lat": 9.5004, | |
| "lng": 76.37, | |
| "country": "India", | |
| "population": 176783 | |
| }, | |
| { | |
| "city": "Malayer", | |
| "lat": 34.32, | |
| "lng": 48.85, | |
| "country": "Iran", | |
| "population": 176573 | |
| }, | |
| { | |
| "city": "Letpadan", | |
| "lat": 17.7819, | |
| "lng": 95.7415, | |
| "country": "Burma", | |
| "population": 176571 | |
| }, | |
| { | |
| "city": "Yuzhno Sakhalinsk", | |
| "lat": 46.965, | |
| "lng": 142.74, | |
| "country": "Russia", | |
| "population": 176484 | |
| }, | |
| { | |
| "city": "Ouargla", | |
| "lat": 31.97, | |
| "lng": 5.34, | |
| "country": "Algeria", | |
| "population": 176271 | |
| }, | |
| { | |
| "city": "Oceanside", | |
| "lat": 33.2247, | |
| "lng": -117.3083, | |
| "country": "United States", | |
| "population": 176193 | |
| }, | |
| { | |
| "city": "Regina", | |
| "lat": 50.45, | |
| "lng": -104.617, | |
| "country": "Canada", | |
| "population": 176183 | |
| }, | |
| { | |
| "city": "Salatiga", | |
| "lat": -7.3095, | |
| "lng": 110.4901, | |
| "country": "Indonesia", | |
| "population": 176000 | |
| }, | |
| { | |
| "city": "Turku", | |
| "lat": 60.4539, | |
| "lng": 22.255, | |
| "country": "Finland", | |
| "population": 175945 | |
| }, | |
| { | |
| "city": "Ontario", | |
| "lat": 34.0393, | |
| "lng": -117.6064, | |
| "country": "United States", | |
| "population": 175841 | |
| }, | |
| { | |
| "city": "Vancouver", | |
| "lat": 45.6352, | |
| "lng": -122.597, | |
| "country": "United States", | |
| "population": 175673 | |
| }, | |
| { | |
| "city": "Saveh", | |
| "lat": 35.0218, | |
| "lng": 50.3314, | |
| "country": "Iran", | |
| "population": 175533 | |
| }, | |
| { | |
| "city": "Modena", | |
| "lat": 44.65, | |
| "lng": 10.92, | |
| "country": "Italy", | |
| "population": 175502 | |
| }, | |
| { | |
| "city": "Les Cayes", | |
| "lat": 18.2004, | |
| "lng": -73.75, | |
| "country": "Haiti", | |
| "population": 175457 | |
| }, | |
| { | |
| "city": "Suva", | |
| "lat": -18.133, | |
| "lng": 178.4417, | |
| "country": "Fiji", | |
| "population": 175399 | |
| }, | |
| { | |
| "city": "Bose", | |
| "lat": 23.8997, | |
| "lng": 106.6133, | |
| "country": "China", | |
| "population": 175282 | |
| }, | |
| { | |
| "city": "Entebbe", | |
| "lat": 0.0604, | |
| "lng": 32.46, | |
| "country": "Uganda", | |
| "population": 175128 | |
| }, | |
| { | |
| "city": "Yangmei", | |
| "lat": 24.9167, | |
| "lng": 121.15, | |
| "country": "Taiwan", | |
| "population": 175000 | |
| }, | |
| { | |
| "city": "Taitung", | |
| "lat": 22.7554, | |
| "lng": 121.14, | |
| "country": "Taiwan", | |
| "population": 175000 | |
| }, | |
| { | |
| "city": "Sirjan", | |
| "lat": 29.47, | |
| "lng": 55.73, | |
| "country": "Iran", | |
| "population": 175000 | |
| }, | |
| { | |
| "city": "Harar", | |
| "lat": 9.32, | |
| "lng": 42.15, | |
| "country": "Ethiopia", | |
| "population": 174994 | |
| }, | |
| { | |
| "city": "As Samawah", | |
| "lat": 31.3099, | |
| "lng": 45.2803, | |
| "country": "Iraq", | |
| "population": 174978 | |
| }, | |
| { | |
| "city": "Hirosaki", | |
| "lat": 40.57, | |
| "lng": 140.47, | |
| "country": "Japan", | |
| "population": 174972 | |
| }, | |
| { | |
| "city": "Tomakomai", | |
| "lat": 42.6504, | |
| "lng": 141.55, | |
| "country": "Japan", | |
| "population": 174806 | |
| }, | |
| { | |
| "city": "Puerto Montt", | |
| "lat": -41.47, | |
| "lng": -72.93, | |
| "country": "Chile", | |
| "population": 174629 | |
| }, | |
| { | |
| "city": "George", | |
| "lat": -33.95, | |
| "lng": 22.45, | |
| "country": "South Africa", | |
| "population": 174582 | |
| }, | |
| { | |
| "city": "Bo", | |
| "lat": 7.97, | |
| "lng": -11.74, | |
| "country": "Sierra Leone", | |
| "population": 174354 | |
| }, | |
| { | |
| "city": "Garden Grove", | |
| "lat": 33.7787, | |
| "lng": -117.9601, | |
| "country": "United States", | |
| "population": 174226 | |
| }, | |
| { | |
| "city": "Puerto Cabello", | |
| "lat": 10.4704, | |
| "lng": -68.17, | |
| "country": "Venezuela", | |
| "population": 174000 | |
| }, | |
| { | |
| "city": "Saida", | |
| "lat": 33.563, | |
| "lng": 35.3688, | |
| "country": "Lebanon", | |
| "population": 173894 | |
| }, | |
| { | |
| "city": "Obihiro", | |
| "lat": 42.9304, | |
| "lng": 143.17, | |
| "country": "Japan", | |
| "population": 173890 | |
| }, | |
| { | |
| "city": "Nampa", | |
| "lat": 43.5843, | |
| "lng": -116.5626, | |
| "country": "United States", | |
| "population": 173863 | |
| }, | |
| { | |
| "city": "Bida", | |
| "lat": 9.0804, | |
| "lng": 6.01, | |
| "country": "Nigeria", | |
| "population": 173849 | |
| }, | |
| { | |
| "city": "Vallejo", | |
| "lat": 38.1133, | |
| "lng": -122.2359, | |
| "country": "United States", | |
| "population": 173844 | |
| }, | |
| { | |
| "city": "Simla", | |
| "lat": 31.1, | |
| "lng": 77.1666, | |
| "country": "India", | |
| "population": 173503 | |
| }, | |
| { | |
| "city": "Stavanger", | |
| "lat": 58.97, | |
| "lng": 5.68, | |
| "country": "Norway", | |
| "population": 173132 | |
| }, | |
| { | |
| "city": "Esmeraldas", | |
| "lat": 0.9304, | |
| "lng": -79.67, | |
| "country": "Ecuador", | |
| "population": 173101 | |
| }, | |
| { | |
| "city": "Bata", | |
| "lat": 1.87, | |
| "lng": 9.77, | |
| "country": "Equatorial Guinea", | |
| "population": 173046 | |
| }, | |
| { | |
| "city": "Ulm", | |
| "lat": 48.4004, | |
| "lng": 10, | |
| "country": "Germany", | |
| "population": 172955 | |
| }, | |
| { | |
| "city": "Hong Gai", | |
| "lat": 20.9604, | |
| "lng": 107.1, | |
| "country": "Vietnam", | |
| "population": 172915 | |
| }, | |
| { | |
| "city": "Lishui", | |
| "lat": 28.4504, | |
| "lng": 119.9, | |
| "country": "China", | |
| "population": 172777 | |
| }, | |
| { | |
| "city": "Riobamba", | |
| "lat": -1.67, | |
| "lng": -78.65, | |
| "country": "Ecuador", | |
| "population": 172464 | |
| }, | |
| { | |
| "city": "Banyuwangi", | |
| "lat": -8.195, | |
| "lng": 114.3696, | |
| "country": "Indonesia", | |
| "population": 172424 | |
| }, | |
| { | |
| "city": "Isparta", | |
| "lat": 37.77, | |
| "lng": 30.53, | |
| "country": "Turkey", | |
| "population": 172334 | |
| }, | |
| { | |
| "city": "Weinan", | |
| "lat": 34.5004, | |
| "lng": 109.5001, | |
| "country": "China", | |
| "population": 172321 | |
| }, | |
| { | |
| "city": "Bade", | |
| "lat": 24.9575, | |
| "lng": 121.2989, | |
| "country": "Taiwan", | |
| "population": 172065 | |
| }, | |
| { | |
| "city": "Nova Friburgo", | |
| "lat": -22.26, | |
| "lng": -42.54, | |
| "country": "Brazil", | |
| "population": 171991 | |
| }, | |
| { | |
| "city": "Elk Grove", | |
| "lat": 38.416, | |
| "lng": -121.384, | |
| "country": "United States", | |
| "population": 171844 | |
| }, | |
| { | |
| "city": "Tébessa", | |
| "lat": 35.4104, | |
| "lng": 8.12, | |
| "country": "Algeria", | |
| "population": 171742 | |
| }, | |
| { | |
| "city": "Kragujevac", | |
| "lat": 44.02, | |
| "lng": 20.92, | |
| "country": "Serbia", | |
| "population": 171197 | |
| }, | |
| { | |
| "city": "Pitești", | |
| "lat": 44.8563, | |
| "lng": 24.8758, | |
| "country": "Romania", | |
| "population": 171021 | |
| }, | |
| { | |
| "city": "Rijeka", | |
| "lat": 45.33, | |
| "lng": 14.45, | |
| "country": "Croatia", | |
| "population": 170992 | |
| }, | |
| { | |
| "city": "Djelfa", | |
| "lat": 34.68, | |
| "lng": 3.25, | |
| "country": "Algeria", | |
| "population": 170901 | |
| }, | |
| { | |
| "city": "Pembroke Pines", | |
| "lat": 26.0128, | |
| "lng": -80.3387, | |
| "country": "United States", | |
| "population": 170712 | |
| }, | |
| { | |
| "city": "Temirtau", | |
| "lat": 50.065, | |
| "lng": 72.965, | |
| "country": "Kazakhstan", | |
| "population": 170600 | |
| }, | |
| { | |
| "city": "Uvira", | |
| "lat": -3.37, | |
| "lng": 29.14, | |
| "country": "Congo (Kinshasa)", | |
| "population": 170391 | |
| }, | |
| { | |
| "city": "Burgos", | |
| "lat": 42.3504, | |
| "lng": -3.68, | |
| "country": "Spain", | |
| "population": 170183 | |
| }, | |
| { | |
| "city": "Takaoka", | |
| "lat": 36.67, | |
| "lng": 137, | |
| "country": "Japan", | |
| "population": 170077 | |
| }, | |
| { | |
| "city": "Araçatuba", | |
| "lat": -21.21, | |
| "lng": -50.45, | |
| "country": "Brazil", | |
| "population": 170024 | |
| }, | |
| { | |
| "city": "Fuyang", | |
| "lat": 32.9004, | |
| "lng": 115.82, | |
| "country": "China", | |
| "population": 170023 | |
| }, | |
| { | |
| "city": "Čačak", | |
| "lat": 43.8897, | |
| "lng": 20.3301, | |
| "country": "Serbia", | |
| "population": 170000 | |
| }, | |
| { | |
| "city": "Dijon", | |
| "lat": 47.3304, | |
| "lng": 5.03, | |
| "country": "France", | |
| "population": 169946 | |
| }, | |
| { | |
| "city": "Keluang", | |
| "lat": 2.0383, | |
| "lng": 103.3179, | |
| "country": "Malaysia", | |
| "population": 169828 | |
| }, | |
| { | |
| "city": "Nîmes", | |
| "lat": 43.8304, | |
| "lng": 4.35, | |
| "country": "France", | |
| "population": 169547 | |
| }, | |
| { | |
| "city": "Al Marj", | |
| "lat": 32.5005, | |
| "lng": 20.83, | |
| "country": "Libya", | |
| "population": 169540 | |
| }, | |
| { | |
| "city": "Barra Mansa", | |
| "lat": -22.56, | |
| "lng": -44.17, | |
| "country": "Brazil", | |
| "population": 169386 | |
| }, | |
| { | |
| "city": "Jayapura", | |
| "lat": -2.533, | |
| "lng": 140.7, | |
| "country": "Indonesia", | |
| "population": 169341 | |
| }, | |
| { | |
| "city": "Sarh", | |
| "lat": 9.15, | |
| "lng": 18.39, | |
| "country": "Chad", | |
| "population": 169196 | |
| }, | |
| { | |
| "city": "Medinipur", | |
| "lat": 22.3304, | |
| "lng": 87.15, | |
| "country": "India", | |
| "population": 169127 | |
| }, | |
| { | |
| "city": "Arad", | |
| "lat": 46.17, | |
| "lng": 21.32, | |
| "country": "Romania", | |
| "population": 169065 | |
| }, | |
| { | |
| "city": "Bandar-e Bushehr", | |
| "lat": 28.92, | |
| "lng": 50.83, | |
| "country": "Iran", | |
| "population": 169060 | |
| }, | |
| { | |
| "city": "Sonsonate", | |
| "lat": 13.72, | |
| "lng": -89.73, | |
| "country": "El Salvador", | |
| "population": 168947 | |
| }, | |
| { | |
| "city": "Baranavichy", | |
| "lat": 53.1368, | |
| "lng": 26.0134, | |
| "country": "Belarus", | |
| "population": 168772 | |
| }, | |
| { | |
| "city": "Atbara", | |
| "lat": 17.71, | |
| "lng": 33.98, | |
| "country": "Sudan", | |
| "population": 168612 | |
| }, | |
| { | |
| "city": "Würzburg", | |
| "lat": 49.8004, | |
| "lng": 9.95, | |
| "country": "Germany", | |
| "population": 168561 | |
| }, | |
| { | |
| "city": "Hindupur", | |
| "lat": 13.7804, | |
| "lng": 77.49, | |
| "country": "India", | |
| "population": 168312 | |
| }, | |
| { | |
| "city": "Medford", | |
| "lat": 42.3372, | |
| "lng": -122.8537, | |
| "country": "United States", | |
| "population": 168219 | |
| }, | |
| { | |
| "city": "Peoria", | |
| "lat": 33.7844, | |
| "lng": -112.2989, | |
| "country": "United States", | |
| "population": 168181 | |
| }, | |
| { | |
| "city": "Nzérékoré", | |
| "lat": 7.76, | |
| "lng": -8.83, | |
| "country": "Guinea", | |
| "population": 168121 | |
| }, | |
| { | |
| "city": "Baramula", | |
| "lat": 34.2004, | |
| "lng": 74.35, | |
| "country": "India", | |
| "population": 167986 | |
| }, | |
| { | |
| "city": "Jamalpur", | |
| "lat": 24.9004, | |
| "lng": 89.95, | |
| "country": "Bangladesh", | |
| "population": 167900 | |
| }, | |
| { | |
| "city": "Chirchiq", | |
| "lat": 41.455, | |
| "lng": 69.56, | |
| "country": "Uzbekistan", | |
| "population": 167842 | |
| }, | |
| { | |
| "city": "Corona", | |
| "lat": 33.862, | |
| "lng": -117.5644, | |
| "country": "United States", | |
| "population": 167836 | |
| }, | |
| { | |
| "city": "Berezniki", | |
| "lat": 59.42, | |
| "lng": 56.76, | |
| "country": "Russia", | |
| "population": 167748 | |
| }, | |
| { | |
| "city": "Volgodonsk", | |
| "lat": 47.51, | |
| "lng": 42.1599, | |
| "country": "Russia", | |
| "population": 167731 | |
| }, | |
| { | |
| "city": "Ormac", | |
| "lat": 11.0643, | |
| "lng": 124.6075, | |
| "country": "Philippines", | |
| "population": 167584 | |
| }, | |
| { | |
| "city": "Miass", | |
| "lat": 54.9954, | |
| "lng": 60.0949, | |
| "country": "Russia", | |
| "population": 167500 | |
| }, | |
| { | |
| "city": "Oldenburg", | |
| "lat": 53.13, | |
| "lng": 8.22, | |
| "country": "Germany", | |
| "population": 167458 | |
| }, | |
| { | |
| "city": "Abakan", | |
| "lat": 53.7037, | |
| "lng": 91.445, | |
| "country": "Russia", | |
| "population": 167289 | |
| }, | |
| { | |
| "city": "Murfreesboro", | |
| "lat": 35.8493, | |
| "lng": -86.4098, | |
| "country": "United States", | |
| "population": 167055 | |
| }, | |
| { | |
| "city": "Benha", | |
| "lat": 30.4667, | |
| "lng": 31.1833, | |
| "country": "Egypt", | |
| "population": 167029 | |
| }, | |
| { | |
| "city": "Novocherkassk", | |
| "lat": 47.42, | |
| "lng": 40.08, | |
| "country": "Russia", | |
| "population": 166974 | |
| }, | |
| { | |
| "city": "Gonaïves", | |
| "lat": 19.4504, | |
| "lng": -72.6832, | |
| "country": "Haiti", | |
| "population": 166678 | |
| }, | |
| { | |
| "city": "Marysville", | |
| "lat": 48.0809, | |
| "lng": -122.1558, | |
| "country": "United States", | |
| "population": 166541 | |
| }, | |
| { | |
| "city": "Fatehpur", | |
| "lat": 25.8804, | |
| "lng": 80.8, | |
| "country": "India", | |
| "population": 166480 | |
| }, | |
| { | |
| "city": "Dibrugarh", | |
| "lat": 27.4833, | |
| "lng": 94.9, | |
| "country": "India", | |
| "population": 166366 | |
| }, | |
| { | |
| "city": "Ayacucho", | |
| "lat": -13.175, | |
| "lng": -74.22, | |
| "country": "Peru", | |
| "population": 166314 | |
| }, | |
| { | |
| "city": "Reykjavík", | |
| "lat": 64.15, | |
| "lng": -21.95, | |
| "country": "Iceland", | |
| "population": 166212 | |
| }, | |
| { | |
| "city": "Marabá", | |
| "lat": -5.35, | |
| "lng": -49.116, | |
| "country": "Brazil", | |
| "population": 166182 | |
| }, | |
| { | |
| "city": "Ocumare del Tuy", | |
| "lat": 10.12, | |
| "lng": -66.78, | |
| "country": "Venezuela", | |
| "population": 166072 | |
| }, | |
| { | |
| "city": "San Fernando", | |
| "lat": 10.2805, | |
| "lng": -61.4594, | |
| "country": "Trinidad And Tobago", | |
| "population": 166039 | |
| }, | |
| { | |
| "city": "Parma", | |
| "lat": 44.8104, | |
| "lng": 10.32, | |
| "country": "Italy", | |
| "population": 166011 | |
| }, | |
| { | |
| "city": "Rustenburg", | |
| "lat": -25.65, | |
| "lng": 27.24, | |
| "country": "South Africa", | |
| "population": 165976 | |
| }, | |
| { | |
| "city": "Cary", | |
| "lat": 35.7814, | |
| "lng": -78.8167, | |
| "country": "United States", | |
| "population": 165904 | |
| }, | |
| { | |
| "city": "Norilsk", | |
| "lat": 69.34, | |
| "lng": 88.225, | |
| "country": "Russia", | |
| "population": 165873 | |
| }, | |
| { | |
| "city": "Carpina", | |
| "lat": -7.84, | |
| "lng": -35.26, | |
| "country": "Brazil", | |
| "population": 165579 | |
| }, | |
| { | |
| "city": "Tuluá", | |
| "lat": 4.0904, | |
| "lng": -76.21, | |
| "country": "Colombia", | |
| "population": 165501 | |
| }, | |
| { | |
| "city": "Livingstone", | |
| "lat": -17.86, | |
| "lng": 25.86, | |
| "country": "Zambia", | |
| "population": 165480 | |
| }, | |
| { | |
| "city": "Hà Tĩnh", | |
| "lat": 18.3338, | |
| "lng": 105.9, | |
| "country": "Vietnam", | |
| "population": 165396 | |
| }, | |
| { | |
| "city": "Kendari", | |
| "lat": -3.9553, | |
| "lng": 122.5973, | |
| "country": "Indonesia", | |
| "population": 165377 | |
| }, | |
| { | |
| "city": "Kimberley", | |
| "lat": -28.7468, | |
| "lng": 24.77, | |
| "country": "South Africa", | |
| "population": 165264 | |
| }, | |
| { | |
| "city": "Elbasan", | |
| "lat": 41.1215, | |
| "lng": 20.0838, | |
| "country": "Albania", | |
| "population": 165010 | |
| }, | |
| { | |
| "city": "Nantou", | |
| "lat": 23.9167, | |
| "lng": 120.6833, | |
| "country": "Taiwan", | |
| "population": 165000 | |
| }, | |
| { | |
| "city": "Fredericksburg", | |
| "lat": 38.2992, | |
| "lng": -77.4872, | |
| "country": "United States", | |
| "population": 164976 | |
| }, | |
| { | |
| "city": "Serang", | |
| "lat": -6.11, | |
| "lng": 106.1496, | |
| "country": "Indonesia", | |
| "population": 164767 | |
| }, | |
| { | |
| "city": "Ocala", | |
| "lat": 29.1803, | |
| "lng": -82.1495, | |
| "country": "United States", | |
| "population": 164712 | |
| }, | |
| { | |
| "city": "Lajes", | |
| "lat": -27.8096, | |
| "lng": -50.31, | |
| "country": "Brazil", | |
| "population": 164676 | |
| }, | |
| { | |
| "city": "León", | |
| "lat": 12.4356, | |
| "lng": -86.8794, | |
| "country": "Nicaragua", | |
| "population": 164441 | |
| }, | |
| { | |
| "city": "Sitapur", | |
| "lat": 27.63, | |
| "lng": 80.75, | |
| "country": "India", | |
| "population": 164435 | |
| }, | |
| { | |
| "city": "Zenica", | |
| "lat": 44.22, | |
| "lng": 17.92, | |
| "country": "Bosnia And Herzegovina", | |
| "population": 164423 | |
| }, | |
| { | |
| "city": "Regensburg", | |
| "lat": 49.0204, | |
| "lng": 12.12, | |
| "country": "Germany", | |
| "population": 164359 | |
| }, | |
| { | |
| "city": "Kigoma", | |
| "lat": -4.8796, | |
| "lng": 29.61, | |
| "country": "Tanzania", | |
| "population": 164268 | |
| }, | |
| { | |
| "city": "Pizen", | |
| "lat": 49.7404, | |
| "lng": 13.36, | |
| "country": "Czechia", | |
| "population": 164180 | |
| }, | |
| { | |
| "city": "Phitsanulok", | |
| "lat": 16.8283, | |
| "lng": 100.2729, | |
| "country": "Thailand", | |
| "population": 164017 | |
| }, | |
| { | |
| "city": "Myingyan", | |
| "lat": 21.4618, | |
| "lng": 95.3914, | |
| "country": "Burma", | |
| "population": 163812 | |
| }, | |
| { | |
| "city": "Dagupan", | |
| "lat": 16.0479, | |
| "lng": 120.3408, | |
| "country": "Philippines", | |
| "population": 163676 | |
| }, | |
| { | |
| "city": "Patra", | |
| "lat": 38.23, | |
| "lng": 21.73, | |
| "country": "Greece", | |
| "population": 163360 | |
| }, | |
| { | |
| "city": "Ingolstadt", | |
| "lat": 48.7704, | |
| "lng": 11.45, | |
| "country": "Germany", | |
| "population": 163325 | |
| }, | |
| { | |
| "city": "La Vega", | |
| "lat": 19.2166, | |
| "lng": -70.5166, | |
| "country": "Dominican Republic", | |
| "population": 163197 | |
| }, | |
| { | |
| "city": "Mostar", | |
| "lat": 43.3505, | |
| "lng": 17.82, | |
| "country": "Bosnia And Herzegovina", | |
| "population": 163067 | |
| }, | |
| { | |
| "city": "Navsari", | |
| "lat": 20.8504, | |
| "lng": 72.92, | |
| "country": "India", | |
| "population": 163000 | |
| }, | |
| { | |
| "city": "Geneina", | |
| "lat": 13.45, | |
| "lng": 22.44, | |
| "country": "Sudan", | |
| "population": 162981 | |
| }, | |
| { | |
| "city": "Tartus", | |
| "lat": 34.8846, | |
| "lng": 35.8866, | |
| "country": "Syria", | |
| "population": 162980 | |
| }, | |
| { | |
| "city": "Simao", | |
| "lat": 22.7807, | |
| "lng": 100.9782, | |
| "country": "China", | |
| "population": 162725 | |
| }, | |
| { | |
| "city": "La Rioja", | |
| "lat": -29.41, | |
| "lng": -66.85, | |
| "country": "Argentina", | |
| "population": 162620 | |
| }, | |
| { | |
| "city": "Lecce", | |
| "lat": 40.3604, | |
| "lng": 18.15, | |
| "country": "Italy", | |
| "population": 162582 | |
| }, | |
| { | |
| "city": "Mahabad", | |
| "lat": 36.7704, | |
| "lng": 45.72, | |
| "country": "Iran", | |
| "population": 162434 | |
| }, | |
| { | |
| "city": "Salamanca", | |
| "lat": 40.9704, | |
| "lng": -5.67, | |
| "country": "Spain", | |
| "population": 162353 | |
| }, | |
| { | |
| "city": "Dourados", | |
| "lat": -22.23, | |
| "lng": -54.81, | |
| "country": "Brazil", | |
| "population": 162202 | |
| }, | |
| { | |
| "city": "Ash Shatrah", | |
| "lat": 31.4175, | |
| "lng": 46.1772, | |
| "country": "Iraq", | |
| "population": 161949 | |
| }, | |
| { | |
| "city": "Settat", | |
| "lat": 33.0104, | |
| "lng": -7.62, | |
| "country": "Morocco", | |
| "population": 161748 | |
| }, | |
| { | |
| "city": "Budaun", | |
| "lat": 28.03, | |
| "lng": 79.09, | |
| "country": "India", | |
| "population": 161555 | |
| }, | |
| { | |
| "city": "Tunja", | |
| "lat": 5.5504, | |
| "lng": -73.37, | |
| "country": "Colombia", | |
| "population": 161412 | |
| }, | |
| { | |
| "city": "Coquimbo", | |
| "lat": -29.9529, | |
| "lng": -71.3436, | |
| "country": "Chile", | |
| "population": 161317 | |
| }, | |
| { | |
| "city": "Rubtsovsk", | |
| "lat": 51.52, | |
| "lng": 81.21, | |
| "country": "Russia", | |
| "population": 161065 | |
| }, | |
| { | |
| "city": "Bhisho", | |
| "lat": -32.87, | |
| "lng": 27.39, | |
| "country": "South Africa", | |
| "population": 160997 | |
| }, | |
| { | |
| "city": "Geelong", | |
| "lat": -38.1675, | |
| "lng": 144.3956, | |
| "country": "Australia", | |
| "population": 160991 | |
| }, | |
| { | |
| "city": "Ras al Khaymah", | |
| "lat": 25.7915, | |
| "lng": 55.9428, | |
| "country": "United Arab Emirates", | |
| "population": 160849 | |
| }, | |
| { | |
| "city": "Sullana", | |
| "lat": -4.8896, | |
| "lng": -80.68, | |
| "country": "Peru", | |
| "population": 160789 | |
| }, | |
| { | |
| "city": "Malakal", | |
| "lat": 9.5369, | |
| "lng": 31.656, | |
| "country": "South Sudan", | |
| "population": 160765 | |
| }, | |
| { | |
| "city": "Manchester", | |
| "lat": 42.9848, | |
| "lng": -71.4447, | |
| "country": "United States", | |
| "population": 160742 | |
| }, | |
| { | |
| "city": "Bumba", | |
| "lat": 2.19, | |
| "lng": 22.46, | |
| "country": "Congo (Kinshasa)", | |
| "population": 160539 | |
| }, | |
| { | |
| "city": "Hayward", | |
| "lat": 37.6328, | |
| "lng": -122.0772, | |
| "country": "United States", | |
| "population": 160500 | |
| }, | |
| { | |
| "city": "Xiaogan", | |
| "lat": 30.9204, | |
| "lng": 113.9, | |
| "country": "China", | |
| "population": 160437 | |
| }, | |
| { | |
| "city": "Xapeco", | |
| "lat": -27.1, | |
| "lng": -52.64, | |
| "country": "Brazil", | |
| "population": 160157 | |
| }, | |
| { | |
| "city": "Muskegon", | |
| "lat": 43.2281, | |
| "lng": -86.2562, | |
| "country": "United States", | |
| "population": 160142 | |
| }, | |
| { | |
| "city": "Taunggyi", | |
| "lat": 20.782, | |
| "lng": 97.038, | |
| "country": "Burma", | |
| "population": 160115 | |
| }, | |
| { | |
| "city": "Lázaro Cárdenas", | |
| "lat": 17.9587, | |
| "lng": -102.2, | |
| "country": "Mexico", | |
| "population": 160087 | |
| }, | |
| { | |
| "city": "Alexandria", | |
| "lat": 38.8185, | |
| "lng": -77.0861, | |
| "country": "United States", | |
| "population": 160035 | |
| }, | |
| { | |
| "city": "Gonbad-e Kavus", | |
| "lat": 37.2518, | |
| "lng": 55.1715, | |
| "country": "Iran", | |
| "population": 159982 | |
| }, | |
| { | |
| "city": "Salavat", | |
| "lat": 53.3703, | |
| "lng": 55.93, | |
| "country": "Russia", | |
| "population": 159893 | |
| }, | |
| { | |
| "city": "Valdivia", | |
| "lat": -39.795, | |
| "lng": -73.245, | |
| "country": "Chile", | |
| "population": 159599 | |
| }, | |
| { | |
| "city": "Pagadian", | |
| "lat": 7.853, | |
| "lng": 123.507, | |
| "country": "Philippines", | |
| "population": 159590 | |
| }, | |
| { | |
| "city": "Nakhodka", | |
| "lat": 42.8374, | |
| "lng": 132.8874, | |
| "country": "Russia", | |
| "population": 159551 | |
| }, | |
| { | |
| "city": "Nakhodka", | |
| "lat": 67.7504, | |
| "lng": 77.52, | |
| "country": "Russia", | |
| "population": 159551 | |
| }, | |
| { | |
| "city": "Springfield", | |
| "lat": 39.7712, | |
| "lng": -89.6539, | |
| "country": "United States", | |
| "population": 159394 | |
| }, | |
| { | |
| "city": "Lafayette", | |
| "lat": 40.3991, | |
| "lng": -86.8594, | |
| "country": "United States", | |
| "population": 159293 | |
| }, | |
| { | |
| "city": "Tarija", | |
| "lat": -21.5167, | |
| "lng": -64.75, | |
| "country": "Bolivia", | |
| "population": 159269 | |
| }, | |
| { | |
| "city": "Zarzis", | |
| "lat": 33.5104, | |
| "lng": 11.1, | |
| "country": "Tunisia", | |
| "population": 159161 | |
| }, | |
| { | |
| "city": "Punta del Este", | |
| "lat": -34.97, | |
| "lng": -54.95, | |
| "country": "Uruguay", | |
| "population": 159000 | |
| }, | |
| { | |
| "city": "York", | |
| "lat": 53.9704, | |
| "lng": -1.08, | |
| "country": "United Kingdom", | |
| "population": 158947 | |
| }, | |
| { | |
| "city": "Cuddalore", | |
| "lat": 11.7204, | |
| "lng": 79.77, | |
| "country": "India", | |
| "population": 158569 | |
| }, | |
| { | |
| "city": "Rio Largo", | |
| "lat": -9.48, | |
| "lng": -35.84, | |
| "country": "Brazil", | |
| "population": 158545 | |
| }, | |
| { | |
| "city": "Samarra", | |
| "lat": 34.194, | |
| "lng": 43.875, | |
| "country": "Iraq", | |
| "population": 158508 | |
| }, | |
| { | |
| "city": "Maykop", | |
| "lat": 44.61, | |
| "lng": 40.12, | |
| "country": "Russia", | |
| "population": 158451 | |
| }, | |
| { | |
| "city": "Abéché", | |
| "lat": 13.84, | |
| "lng": 20.83, | |
| "country": "Chad", | |
| "population": 158317 | |
| }, | |
| { | |
| "city": "Barreiras", | |
| "lat": -12.14, | |
| "lng": -45, | |
| "country": "Brazil", | |
| "population": 158292 | |
| }, | |
| { | |
| "city": "Odense", | |
| "lat": 55.4004, | |
| "lng": 10.3833, | |
| "country": "Denmark", | |
| "population": 158222 | |
| }, | |
| { | |
| "city": "Huánuco", | |
| "lat": -9.92, | |
| "lng": -76.24, | |
| "country": "Peru", | |
| "population": 158145 | |
| }, | |
| { | |
| "city": "Hoshiarpur", | |
| "lat": 31.52, | |
| "lng": 75.98, | |
| "country": "India", | |
| "population": 158142 | |
| }, | |
| { | |
| "city": "Albacete", | |
| "lat": 39.0003, | |
| "lng": -1.87, | |
| "country": "Spain", | |
| "population": 158094 | |
| }, | |
| { | |
| "city": "Melitopol", | |
| "lat": 46.8378, | |
| "lng": 35.3775, | |
| "country": "Ukraine", | |
| "population": 158000 | |
| }, | |
| { | |
| "city": "Sobral", | |
| "lat": -3.69, | |
| "lng": -40.35, | |
| "country": "Brazil", | |
| "population": 157996 | |
| }, | |
| { | |
| "city": "Port Arthur", | |
| "lat": 29.8554, | |
| "lng": -93.9264, | |
| "country": "United States", | |
| "population": 157934 | |
| }, | |
| { | |
| "city": "Sudbury", | |
| "lat": 46.5, | |
| "lng": -80.9666, | |
| "country": "Canada", | |
| "population": 157857 | |
| }, | |
| { | |
| "city": "Surat Thani", | |
| "lat": 9.1501, | |
| "lng": 99.3401, | |
| "country": "Thailand", | |
| "population": 157627 | |
| }, | |
| { | |
| "city": "Palmdale", | |
| "lat": 34.5944, | |
| "lng": -118.1057, | |
| "country": "United States", | |
| "population": 157519 | |
| }, | |
| { | |
| "city": "Hurghada", | |
| "lat": 27.23, | |
| "lng": 33.83, | |
| "country": "Egypt", | |
| "population": 157204 | |
| }, | |
| { | |
| "city": "Isiro", | |
| "lat": 2.76, | |
| "lng": 27.62, | |
| "country": "Congo (Kinshasa)", | |
| "population": 157196 | |
| }, | |
| { | |
| "city": "Puerto Princesa", | |
| "lat": 9.7543, | |
| "lng": 118.7444, | |
| "country": "Philippines", | |
| "population": 157144 | |
| }, | |
| { | |
| "city": "Kashmar", | |
| "lat": 35.1814, | |
| "lng": 58.4515, | |
| "country": "Iran", | |
| "population": 157135 | |
| }, | |
| { | |
| "city": "Ussuriysk", | |
| "lat": 43.8, | |
| "lng": 132.02, | |
| "country": "Russia", | |
| "population": 157068 | |
| }, | |
| { | |
| "city": "Rustavi", | |
| "lat": 41.5704, | |
| "lng": 45.05, | |
| "country": "Georgia", | |
| "population": 157063 | |
| }, | |
| { | |
| "city": "Tiraspol", | |
| "lat": 46.8531, | |
| "lng": 29.64, | |
| "country": "Moldova", | |
| "population": 157000 | |
| }, | |
| { | |
| "city": "Afyon", | |
| "lat": 38.7504, | |
| "lng": 30.55, | |
| "country": "Turkey", | |
| "population": 156992 | |
| }, | |
| { | |
| "city": "Zonguldak", | |
| "lat": 41.4304, | |
| "lng": 31.78, | |
| "country": "Turkey", | |
| "population": 156918 | |
| }, | |
| { | |
| "city": "Matsue", | |
| "lat": 35.467, | |
| "lng": 133.0666, | |
| "country": "Japan", | |
| "population": 156811 | |
| }, | |
| { | |
| "city": "Champaign", | |
| "lat": 40.1144, | |
| "lng": -88.2735, | |
| "country": "United States", | |
| "population": 156794 | |
| }, | |
| { | |
| "city": "Moundou", | |
| "lat": 8.55, | |
| "lng": 16.09, | |
| "country": "Chad", | |
| "population": 156705 | |
| }, | |
| { | |
| "city": "Dali", | |
| "lat": 25.7, | |
| "lng": 100.18, | |
| "country": "China", | |
| "population": 156685 | |
| }, | |
| { | |
| "city": "Koforidua", | |
| "lat": 6.0904, | |
| "lng": -0.26, | |
| "country": "Ghana", | |
| "population": 156653 | |
| }, | |
| { | |
| "city": "Uroteppa", | |
| "lat": 39.9219, | |
| "lng": 69.0015, | |
| "country": "Tajikistan", | |
| "population": 156621 | |
| }, | |
| { | |
| "city": "Livorno", | |
| "lat": 43.5511, | |
| "lng": 10.3023, | |
| "country": "Italy", | |
| "population": 156274 | |
| }, | |
| { | |
| "city": "Gainesville", | |
| "lat": 34.2901, | |
| "lng": -83.8301, | |
| "country": "United States", | |
| "population": 156248 | |
| }, | |
| { | |
| "city": "Gondar", | |
| "lat": 12.61, | |
| "lng": 37.46, | |
| "country": "Ethiopia", | |
| "population": 156230 | |
| }, | |
| { | |
| "city": "Ciudad del Carmen", | |
| "lat": 18.6537, | |
| "lng": -91.8245, | |
| "country": "Mexico", | |
| "population": 156195 | |
| }, | |
| { | |
| "city": "Malabo", | |
| "lat": 3.75, | |
| "lng": 8.7833, | |
| "country": "Equatorial Guinea", | |
| "population": 155963 | |
| }, | |
| { | |
| "city": "Yulin", | |
| "lat": 38.2833, | |
| "lng": 109.7333, | |
| "country": "China", | |
| "population": 155960 | |
| }, | |
| { | |
| "city": "Shkodër", | |
| "lat": 42.0685, | |
| "lng": 19.5188, | |
| "country": "Albania", | |
| "population": 155767 | |
| }, | |
| { | |
| "city": "Muroran", | |
| "lat": 42.35, | |
| "lng": 140.98, | |
| "country": "Japan", | |
| "population": 155676 | |
| }, | |
| { | |
| "city": "Sibiu", | |
| "lat": 45.7971, | |
| "lng": 24.1371, | |
| "country": "Romania", | |
| "population": 155565 | |
| }, | |
| { | |
| "city": "Batumi", | |
| "lat": 41.6, | |
| "lng": 41.63, | |
| "country": "Georgia", | |
| "population": 155542 | |
| }, | |
| { | |
| "city": "Barysaw", | |
| "lat": 54.226, | |
| "lng": 28.4922, | |
| "country": "Belarus", | |
| "population": 155389 | |
| }, | |
| { | |
| "city": "Gyeongju", | |
| "lat": 35.8428, | |
| "lng": 129.2117, | |
| "country": "Korea, South", | |
| "population": 155237 | |
| }, | |
| { | |
| "city": "Innsbruck", | |
| "lat": 47.2804, | |
| "lng": 11.41, | |
| "country": "Austria", | |
| "population": 155214 | |
| }, | |
| { | |
| "city": "Foggia", | |
| "lat": 41.4605, | |
| "lng": 15.56, | |
| "country": "Italy", | |
| "population": 155203 | |
| }, | |
| { | |
| "city": "Ordu", | |
| "lat": 41.0004, | |
| "lng": 37.8699, | |
| "country": "Turkey", | |
| "population": 155117 | |
| }, | |
| { | |
| "city": "Kanchipuram", | |
| "lat": 12.8337, | |
| "lng": 79.7167, | |
| "country": "India", | |
| "population": 155029 | |
| }, | |
| { | |
| "city": "Frederick", | |
| "lat": 39.4335, | |
| "lng": -77.4157, | |
| "country": "United States", | |
| "population": 154972 | |
| }, | |
| { | |
| "city": "Lakewood", | |
| "lat": 39.6978, | |
| "lng": -105.1168, | |
| "country": "United States", | |
| "population": 154958 | |
| }, | |
| { | |
| "city": "Sariwon", | |
| "lat": 38.507, | |
| "lng": 125.762, | |
| "country": "Korea, North", | |
| "population": 154942 | |
| }, | |
| { | |
| "city": "Beian", | |
| "lat": 48.239, | |
| "lng": 126.482, | |
| "country": "China", | |
| "population": 154936 | |
| }, | |
| { | |
| "city": "Battambang", | |
| "lat": 13.1, | |
| "lng": 103.2, | |
| "country": "Cambodia", | |
| "population": 154773 | |
| }, | |
| { | |
| "city": "Guangshui", | |
| "lat": 31.6204, | |
| "lng": 114, | |
| "country": "China", | |
| "population": 154771 | |
| }, | |
| { | |
| "city": "Middelburg", | |
| "lat": -25.7596, | |
| "lng": 29.47, | |
| "country": "South Africa", | |
| "population": 154706 | |
| }, | |
| { | |
| "city": "Mahajanga", | |
| "lat": -15.67, | |
| "lng": 46.345, | |
| "country": "Madagascar", | |
| "population": 154657 | |
| }, | |
| { | |
| "city": "La Serena", | |
| "lat": -29.9, | |
| "lng": -71.25, | |
| "country": "Chile", | |
| "population": 154521 | |
| }, | |
| { | |
| "city": "Chetumal", | |
| "lat": 18.5, | |
| "lng": -88.3, | |
| "country": "Mexico", | |
| "population": 154517 | |
| }, | |
| { | |
| "city": "Gandajika", | |
| "lat": -6.7396, | |
| "lng": 23.96, | |
| "country": "Congo (Kinshasa)", | |
| "population": 154425 | |
| }, | |
| { | |
| "city": "Pathum Thani", | |
| "lat": 14.0171, | |
| "lng": 100.5333, | |
| "country": "Thailand", | |
| "population": 154412 | |
| }, | |
| { | |
| "city": "Cairns", | |
| "lat": -16.8878, | |
| "lng": 145.7633, | |
| "country": "Australia", | |
| "population": 154225 | |
| }, | |
| { | |
| "city": "Kovrov", | |
| "lat": 56.3604, | |
| "lng": 41.33, | |
| "country": "Russia", | |
| "population": 154224 | |
| }, | |
| { | |
| "city": "Tuscaloosa", | |
| "lat": 33.2349, | |
| "lng": -87.5267, | |
| "country": "United States", | |
| "population": 154204 | |
| }, | |
| { | |
| "city": "Osorno", | |
| "lat": -40.57, | |
| "lng": -73.16, | |
| "country": "Chile", | |
| "population": 154131 | |
| }, | |
| { | |
| "city": "Tottori", | |
| "lat": 35.5004, | |
| "lng": 134.2333, | |
| "country": "Japan", | |
| "population": 154098 | |
| }, | |
| { | |
| "city": "San Cristóbal", | |
| "lat": 18.416, | |
| "lng": -70.109, | |
| "country": "Dominican Republic", | |
| "population": 154040 | |
| }, | |
| { | |
| "city": "Lemosos", | |
| "lat": 34.6754, | |
| "lng": 33.0333, | |
| "country": "Cyprus", | |
| "population": 154000 | |
| }, | |
| { | |
| "city": "Moanda", | |
| "lat": -5.9229, | |
| "lng": 12.355, | |
| "country": "Congo (Kinshasa)", | |
| "population": 153915 | |
| }, | |
| { | |
| "city": "Río Cuarto", | |
| "lat": -33.13, | |
| "lng": -64.35, | |
| "country": "Argentina", | |
| "population": 153757 | |
| }, | |
| { | |
| "city": "Masjed Soleyman", | |
| "lat": 31.98, | |
| "lng": 49.2999, | |
| "country": "Iran", | |
| "population": 153663 | |
| }, | |
| { | |
| "city": "Sunnyvale", | |
| "lat": 37.3835, | |
| "lng": -122.0257, | |
| "country": "United States", | |
| "population": 153656 | |
| }, | |
| { | |
| "city": "Lake Charles", | |
| "lat": 30.203, | |
| "lng": -93.215, | |
| "country": "United States", | |
| "population": 153633 | |
| }, | |
| { | |
| "city": "Hollywood", | |
| "lat": 26.0293, | |
| "lng": -80.1678, | |
| "country": "United States", | |
| "population": 153627 | |
| }, | |
| { | |
| "city": "Mufulira", | |
| "lat": -12.55, | |
| "lng": 28.26, | |
| "country": "Zambia", | |
| "population": 153624 | |
| }, | |
| { | |
| "city": "Pasadena", | |
| "lat": 29.6584, | |
| "lng": -95.1499, | |
| "country": "United States", | |
| "population": 153520 | |
| }, | |
| { | |
| "city": "Chincha Alta", | |
| "lat": -13.4196, | |
| "lng": -76.14, | |
| "country": "Peru", | |
| "population": 153076 | |
| }, | |
| { | |
| "city": "Faizabad", | |
| "lat": 26.7504, | |
| "lng": 82.17, | |
| "country": "India", | |
| "population": 153047 | |
| }, | |
| { | |
| "city": "Pomona", | |
| "lat": 34.0585, | |
| "lng": -117.7625, | |
| "country": "United States", | |
| "population": 152939 | |
| }, | |
| { | |
| "city": "Kansas City", | |
| "lat": 39.1234, | |
| "lng": -94.7443, | |
| "country": "United States", | |
| "population": 152938 | |
| }, | |
| { | |
| "city": "Dingzhou", | |
| "lat": 38.5004, | |
| "lng": 115, | |
| "country": "China", | |
| "population": 152934 | |
| }, | |
| { | |
| "city": "Rondonópolis", | |
| "lat": -16.4695, | |
| "lng": -54.64, | |
| "country": "Brazil", | |
| "population": 152912 | |
| }, | |
| { | |
| "city": "Ilam", | |
| "lat": 33.6304, | |
| "lng": 46.43, | |
| "country": "Iran", | |
| "population": 152894 | |
| }, | |
| { | |
| "city": "Uşak", | |
| "lat": 38.6804, | |
| "lng": 29.42, | |
| "country": "Turkey", | |
| "population": 152862 | |
| }, | |
| { | |
| "city": "Nusaybin", | |
| "lat": 37.075, | |
| "lng": 41.2184, | |
| "country": "Turkey", | |
| "population": 152668 | |
| }, | |
| { | |
| "city": "San Francisco de Macorís", | |
| "lat": 19.3, | |
| "lng": -70.25, | |
| "country": "Dominican Republic", | |
| "population": 152538 | |
| }, | |
| { | |
| "city": "Zabīd", | |
| "lat": 14.1951, | |
| "lng": 43.3155, | |
| "country": "Yemen", | |
| "population": 152504 | |
| }, | |
| { | |
| "city": "Silchar", | |
| "lat": 24.7904, | |
| "lng": 92.79, | |
| "country": "India", | |
| "population": 152393 | |
| }, | |
| { | |
| "city": "Wenshan", | |
| "lat": 23.3724, | |
| "lng": 104.2497, | |
| "country": "China", | |
| "population": 152388 | |
| }, | |
| { | |
| "city": "Novokuybishevsk", | |
| "lat": 53.12, | |
| "lng": 49.9199, | |
| "country": "Russia", | |
| "population": 152334 | |
| }, | |
| { | |
| "city": "Mudon", | |
| "lat": 16.2618, | |
| "lng": 97.7215, | |
| "country": "Burma", | |
| "population": 152300 | |
| }, | |
| { | |
| "city": "Limoges", | |
| "lat": 45.83, | |
| "lng": 1.25, | |
| "country": "France", | |
| "population": 152199 | |
| }, | |
| { | |
| "city": "Deyang", | |
| "lat": 31.1333, | |
| "lng": 104.4, | |
| "country": "China", | |
| "population": 152194 | |
| }, | |
| { | |
| "city": "Samalut", | |
| "lat": 28.3004, | |
| "lng": 30.71, | |
| "country": "Egypt", | |
| "population": 152097 | |
| }, | |
| { | |
| "city": "Luanshya", | |
| "lat": -13.1333, | |
| "lng": 28.4, | |
| "country": "Zambia", | |
| "population": 151993 | |
| }, | |
| { | |
| "city": "Escondido", | |
| "lat": 33.1347, | |
| "lng": -117.0722, | |
| "country": "United States", | |
| "population": 151969 | |
| }, | |
| { | |
| "city": "El Manaqil", | |
| "lat": 14.2504, | |
| "lng": 32.98, | |
| "country": "Sudan", | |
| "population": 151827 | |
| }, | |
| { | |
| "city": "Abbotsford", | |
| "lat": 49.0504, | |
| "lng": -122.3, | |
| "country": "Canada", | |
| "population": 151683 | |
| }, | |
| { | |
| "city": "Guanare", | |
| "lat": 9.05, | |
| "lng": -69.75, | |
| "country": "Venezuela", | |
| "population": 151642 | |
| }, | |
| { | |
| "city": "Bintulu", | |
| "lat": 3.1664, | |
| "lng": 113.036, | |
| "country": "Malaysia", | |
| "population": 151617 | |
| }, | |
| { | |
| "city": "Dundee", | |
| "lat": 56.4704, | |
| "lng": -3, | |
| "country": "United Kingdom", | |
| "population": 151592 | |
| }, | |
| { | |
| "city": "Nazareth", | |
| "lat": 32.704, | |
| "lng": 35.2955, | |
| "country": "Israel", | |
| "population": 151459 | |
| }, | |
| { | |
| "city": "Maragheh", | |
| "lat": 37.4204, | |
| "lng": 46.22, | |
| "country": "Iran", | |
| "population": 151385 | |
| }, | |
| { | |
| "city": "Bălți", | |
| "lat": 47.7591, | |
| "lng": 27.9053, | |
| "country": "Moldova", | |
| "population": 151355 | |
| }, | |
| { | |
| "city": "Suhar", | |
| "lat": 24.362, | |
| "lng": 56.7344, | |
| "country": "Oman", | |
| "population": 151349 | |
| }, | |
| { | |
| "city": "Benguela", | |
| "lat": -12.5783, | |
| "lng": 13.4072, | |
| "country": "Angola", | |
| "population": 151226 | |
| }, | |
| { | |
| "city": "Guarapuava", | |
| "lat": -25.38, | |
| "lng": -51.48, | |
| "country": "Brazil", | |
| "population": 150850 | |
| }, | |
| { | |
| "city": "Uzhgorod", | |
| "lat": 48.63, | |
| "lng": 22.25, | |
| "country": "Ukraine", | |
| "population": 150832 | |
| }, | |
| { | |
| "city": "Binghamton", | |
| "lat": 42.1014, | |
| "lng": -75.9093, | |
| "country": "United States", | |
| "population": 150747 | |
| }, | |
| { | |
| "city": "Kitale", | |
| "lat": 1.0305, | |
| "lng": 34.9899, | |
| "country": "Kenya", | |
| "population": 150495 | |
| }, | |
| { | |
| "city": "Chillán", | |
| "lat": -36.6, | |
| "lng": -72.106, | |
| "country": "Chile", | |
| "population": 150396 | |
| }, | |
| { | |
| "city": "Urgentch", | |
| "lat": 41.56, | |
| "lng": 60.64, | |
| "country": "Uzbekistan", | |
| "population": 150110 | |
| }, | |
| { | |
| "city": "Vryheid", | |
| "lat": -27.76, | |
| "lng": 30.79, | |
| "country": "South Africa", | |
| "population": 150012 | |
| }, | |
| { | |
| "city": "Pattani", | |
| "lat": 6.864, | |
| "lng": 101.25, | |
| "country": "Thailand", | |
| "population": 150000 | |
| }, | |
| { | |
| "city": "Miaoli", | |
| "lat": 24.57, | |
| "lng": 120.82, | |
| "country": "Taiwan", | |
| "population": 150000 | |
| }, | |
| { | |
| "city": "Yilan", | |
| "lat": 24.75, | |
| "lng": 121.75, | |
| "country": "Taiwan", | |
| "population": 150000 | |
| }, | |
| { | |
| "city": "Tororo", | |
| "lat": 0.7104, | |
| "lng": 34.17, | |
| "country": "Uganda", | |
| "population": 150000 | |
| }, | |
| { | |
| "city": "M'sila", | |
| "lat": 35.7, | |
| "lng": 4.545, | |
| "country": "Algeria", | |
| "population": 150000 | |
| }, | |
| { | |
| "city": "Keren", | |
| "lat": 15.6804, | |
| "lng": 38.45, | |
| "country": "Eritrea", | |
| "population": 150000 | |
| }, | |
| { | |
| "city": "Cao Lãnh", | |
| "lat": 10.467, | |
| "lng": 105.636, | |
| "country": "Vietnam", | |
| "population": 149837 | |
| }, | |
| { | |
| "city": "Khiwa", | |
| "lat": 41.3911, | |
| "lng": 60.3557, | |
| "country": "Uzbekistan", | |
| "population": 149751 | |
| }, | |
| { | |
| "city": "Carora", | |
| "lat": 10.19, | |
| "lng": -70.08, | |
| "country": "Venezuela", | |
| "population": 149711 | |
| }, | |
| { | |
| "city": "Warner Robins", | |
| "lat": 32.598, | |
| "lng": -83.6528, | |
| "country": "United States", | |
| "population": 149617 | |
| }, | |
| { | |
| "city": "New Bedford", | |
| "lat": 41.6697, | |
| "lng": -70.9428, | |
| "country": "United States", | |
| "population": 149528 | |
| }, | |
| { | |
| "city": "Tirgu Mures", | |
| "lat": 46.5582, | |
| "lng": 24.5578, | |
| "country": "Romania", | |
| "population": 149433 | |
| }, | |
| { | |
| "city": "Perugia", | |
| "lat": 43.1104, | |
| "lng": 12.39, | |
| "country": "Italy", | |
| "population": 149125 | |
| }, | |
| { | |
| "city": "Gejiu", | |
| "lat": 23.38, | |
| "lng": 103.1501, | |
| "country": "China", | |
| "population": 149105 | |
| }, | |
| { | |
| "city": "Topeka", | |
| "lat": 39.0346, | |
| "lng": -95.6956, | |
| "country": "United States", | |
| "population": 148960 | |
| }, | |
| { | |
| "city": "Beaumont", | |
| "lat": 30.0849, | |
| "lng": -94.1451, | |
| "country": "United States", | |
| "population": 148954 | |
| }, | |
| { | |
| "city": "Paterson", | |
| "lat": 40.9147, | |
| "lng": -74.1624, | |
| "country": "United States", | |
| "population": 148678 | |
| }, | |
| { | |
| "city": "Joliet", | |
| "lat": 41.5193, | |
| "lng": -88.1501, | |
| "country": "United States", | |
| "population": 148462 | |
| }, | |
| { | |
| "city": "Gyumri", | |
| "lat": 40.7894, | |
| "lng": 43.8475, | |
| "country": "Armenia", | |
| "population": 148381 | |
| }, | |
| { | |
| "city": "Palangkaraya", | |
| "lat": -2.2096, | |
| "lng": 113.91, | |
| "country": "Indonesia", | |
| "population": 148289 | |
| }, | |
| { | |
| "city": "Jiayuguan", | |
| "lat": 39.82, | |
| "lng": 98.3, | |
| "country": "China", | |
| "population": 148279 | |
| }, | |
| { | |
| "city": "Hamilton", | |
| "lat": -37.7783, | |
| "lng": 175.2896, | |
| "country": "New Zealand", | |
| "population": 148200 | |
| }, | |
| { | |
| "city": "Leesburg", | |
| "lat": 28.7674, | |
| "lng": -81.8981, | |
| "country": "United States", | |
| "population": 148161 | |
| }, | |
| { | |
| "city": "Yala", | |
| "lat": 6.5505, | |
| "lng": 101.2851, | |
| "country": "Thailand", | |
| "population": 148140 | |
| }, | |
| { | |
| "city": "Elkhart", | |
| "lat": 41.6913, | |
| "lng": -85.9628, | |
| "country": "United States", | |
| "population": 148131 | |
| }, | |
| { | |
| "city": "Diourbel", | |
| "lat": 14.6604, | |
| "lng": -16.24, | |
| "country": "Senegal", | |
| "population": 148024 | |
| }, | |
| { | |
| "city": "Lạng Sơn", | |
| "lat": 21.846, | |
| "lng": 106.757, | |
| "country": "Vietnam", | |
| "population": 148000 | |
| }, | |
| { | |
| "city": "Jijel", | |
| "lat": 36.822, | |
| "lng": 5.766, | |
| "country": "Algeria", | |
| "population": 148000 | |
| }, | |
| { | |
| "city": "Trang", | |
| "lat": 7.5634, | |
| "lng": 99.608, | |
| "country": "Thailand", | |
| "population": 147820 | |
| }, | |
| { | |
| "city": "Odessa", | |
| "lat": 31.8831, | |
| "lng": -102.3407, | |
| "country": "United States", | |
| "population": 147810 | |
| }, | |
| { | |
| "city": "Turbat", | |
| "lat": 25.9918, | |
| "lng": 63.0718, | |
| "country": "Pakistan", | |
| "population": 147791 | |
| }, | |
| { | |
| "city": "Médéa", | |
| "lat": 36.2704, | |
| "lng": 2.77, | |
| "country": "Algeria", | |
| "population": 147707 | |
| }, | |
| { | |
| "city": "Kolomna", | |
| "lat": 55.08, | |
| "lng": 38.785, | |
| "country": "Russia", | |
| "population": 147690 | |
| }, | |
| { | |
| "city": "Naperville", | |
| "lat": 41.7483, | |
| "lng": -88.1657, | |
| "country": "United States", | |
| "population": 147682 | |
| }, | |
| { | |
| "city": "Fairfield", | |
| "lat": 38.2594, | |
| "lng": -122.0319, | |
| "country": "United States", | |
| "population": 147582 | |
| }, | |
| { | |
| "city": "San Juan del Río", | |
| "lat": 20.38, | |
| "lng": -100, | |
| "country": "Mexico", | |
| "population": 147559 | |
| }, | |
| { | |
| "city": "Mangyshlak", | |
| "lat": 43.6905, | |
| "lng": 51.1417, | |
| "country": "Kazakhstan", | |
| "population": 147443 | |
| }, | |
| { | |
| "city": "El Progreso", | |
| "lat": 14.85, | |
| "lng": -90.0167, | |
| "country": "Guatemala", | |
| "population": 147197 | |
| }, | |
| { | |
| "city": "Trondheim", | |
| "lat": 63.4167, | |
| "lng": 10.4167, | |
| "country": "Norway", | |
| "population": 147139 | |
| }, | |
| { | |
| "city": "Man", | |
| "lat": 7.4004, | |
| "lng": -7.55, | |
| "country": "Côte D’Ivoire", | |
| "population": 146974 | |
| }, | |
| { | |
| "city": "Wamba", | |
| "lat": 2.1404, | |
| "lng": 27.99, | |
| "country": "Congo (Kinshasa)", | |
| "population": 146871 | |
| }, | |
| { | |
| "city": "Gulu", | |
| "lat": 2.78, | |
| "lng": 32.28, | |
| "country": "Uganda", | |
| "population": 146858 | |
| }, | |
| { | |
| "city": "Aix-en-Provence", | |
| "lat": 43.52, | |
| "lng": 5.45, | |
| "country": "France", | |
| "population": 146821 | |
| }, | |
| { | |
| "city": "Willemstad", | |
| "lat": 12.2004, | |
| "lng": -69.02, | |
| "country": "Curaçao", | |
| "population": 146813 | |
| }, | |
| { | |
| "city": "Gharyan", | |
| "lat": 32.1704, | |
| "lng": 13.02, | |
| "country": "Libya", | |
| "population": 146810 | |
| }, | |
| { | |
| "city": "Ambala", | |
| "lat": 30.32, | |
| "lng": 76.82, | |
| "country": "India", | |
| "population": 146787 | |
| }, | |
| { | |
| "city": "Cam Ranh", | |
| "lat": 11.902, | |
| "lng": 109.2207, | |
| "country": "Vietnam", | |
| "population": 146771 | |
| }, | |
| { | |
| "city": "Torrance", | |
| "lat": 33.8346, | |
| "lng": -118.3417, | |
| "country": "United States", | |
| "population": 146758 | |
| }, | |
| { | |
| "city": "Ibarra", | |
| "lat": 0.3604, | |
| "lng": -78.13, | |
| "country": "Ecuador", | |
| "population": 146741 | |
| }, | |
| { | |
| "city": "Matanzas", | |
| "lat": 23.0415, | |
| "lng": -81.5775, | |
| "country": "Cuba", | |
| "population": 146733 | |
| }, | |
| { | |
| "city": "Perpignan", | |
| "lat": 42.7, | |
| "lng": 2.9, | |
| "country": "France", | |
| "population": 146620 | |
| }, | |
| { | |
| "city": "Poços de Caldas", | |
| "lat": -21.78, | |
| "lng": -46.57, | |
| "country": "Brazil", | |
| "population": 146588 | |
| }, | |
| { | |
| "city": "Tabora", | |
| "lat": -5.02, | |
| "lng": 32.8, | |
| "country": "Tanzania", | |
| "population": 146495 | |
| }, | |
| { | |
| "city": "Dar'a", | |
| "lat": 32.625, | |
| "lng": 36.105, | |
| "country": "Syria", | |
| "population": 146481 | |
| }, | |
| { | |
| "city": "Brugge", | |
| "lat": 51.2204, | |
| "lng": 3.23, | |
| "country": "Belgium", | |
| "population": 146469 | |
| }, | |
| { | |
| "city": "Cabo de Santo Agostinho", | |
| "lat": -8.29, | |
| "lng": -35.03, | |
| "country": "Brazil", | |
| "population": 146219 | |
| }, | |
| { | |
| "city": "Dawei", | |
| "lat": 14.098, | |
| "lng": 98.195, | |
| "country": "Burma", | |
| "population": 146212 | |
| }, | |
| { | |
| "city": "Hanzhong", | |
| "lat": 33.13, | |
| "lng": 107.03, | |
| "country": "China", | |
| "population": 145986 | |
| }, | |
| { | |
| "city": "La Ceiba", | |
| "lat": 15.7631, | |
| "lng": -86.797, | |
| "country": "Honduras", | |
| "population": 145926 | |
| }, | |
| { | |
| "city": "Krishnanagar", | |
| "lat": 23.3803, | |
| "lng": 88.53, | |
| "country": "India", | |
| "population": 145926 | |
| }, | |
| { | |
| "city": "Podgorica", | |
| "lat": 42.466, | |
| "lng": 19.2663, | |
| "country": "Montenegro", | |
| "population": 145850 | |
| }, | |
| { | |
| "city": "Ayutthaya", | |
| "lat": 14.3588, | |
| "lng": 100.5684, | |
| "country": "Thailand", | |
| "population": 145615 | |
| }, | |
| { | |
| "city": "Quchan", | |
| "lat": 37.1118, | |
| "lng": 58.5015, | |
| "country": "Iran", | |
| "population": 145531 | |
| }, | |
| { | |
| "city": "Pointe-à-Pitre", | |
| "lat": 16.2415, | |
| "lng": -61.533, | |
| "country": "Guadeloupe", | |
| "population": 145511 | |
| }, | |
| { | |
| "city": "Biarritz", | |
| "lat": 43.4733, | |
| "lng": -1.5616, | |
| "country": "France", | |
| "population": 145348 | |
| }, | |
| { | |
| "city": "Los Angeles", | |
| "lat": -37.46, | |
| "lng": -72.36, | |
| "country": "Chile", | |
| "population": 145239 | |
| }, | |
| { | |
| "city": "Panama City", | |
| "lat": 30.1997, | |
| "lng": -85.6003, | |
| "country": "United States", | |
| "population": 145239 | |
| }, | |
| { | |
| "city": "Concordia", | |
| "lat": -31.3896, | |
| "lng": -58.03, | |
| "country": "Argentina", | |
| "population": 145210 | |
| }, | |
| { | |
| "city": "Machakos", | |
| "lat": -1.5095, | |
| "lng": 37.26, | |
| "country": "Kenya", | |
| "population": 144925 | |
| }, | |
| { | |
| "city": "Brest", | |
| "lat": 48.3904, | |
| "lng": -4.495, | |
| "country": "France", | |
| "population": 144899 | |
| }, | |
| { | |
| "city": "Kolar", | |
| "lat": 13.1337, | |
| "lng": 78.1334, | |
| "country": "India", | |
| "population": 144625 | |
| }, | |
| { | |
| "city": "Qairouan", | |
| "lat": 35.6804, | |
| "lng": 10.1, | |
| "country": "Tunisia", | |
| "population": 144522 | |
| }, | |
| { | |
| "city": "Le Mans", | |
| "lat": 48.0004, | |
| "lng": 0.1, | |
| "country": "France", | |
| "population": 144515 | |
| }, | |
| { | |
| "city": "Tall Afar", | |
| "lat": 36.376, | |
| "lng": 42.4497, | |
| "country": "Iraq", | |
| "population": 144465 | |
| }, | |
| { | |
| "city": "Bellevue", | |
| "lat": 47.5953, | |
| "lng": -122.1551, | |
| "country": "United States", | |
| "population": 144444 | |
| }, | |
| { | |
| "city": "Kumba", | |
| "lat": 4.6404, | |
| "lng": 9.44, | |
| "country": "Cameroon", | |
| "population": 144413 | |
| }, | |
| { | |
| "city": "Jinchang", | |
| "lat": 38.4957, | |
| "lng": 102.1739, | |
| "country": "China", | |
| "population": 144363 | |
| }, | |
| { | |
| "city": "Tuzla", | |
| "lat": 44.5505, | |
| "lng": 18.68, | |
| "country": "Bosnia And Herzegovina", | |
| "population": 144334 | |
| }, | |
| { | |
| "city": "Székesfehérvár", | |
| "lat": 47.1947, | |
| "lng": 18.4081, | |
| "country": "Hungary", | |
| "population": 144319 | |
| }, | |
| { | |
| "city": "Midland", | |
| "lat": 32.0249, | |
| "lng": -102.1137, | |
| "country": "United States", | |
| "population": 144247 | |
| }, | |
| { | |
| "city": "Huelva", | |
| "lat": 37.2504, | |
| "lng": -6.9299, | |
| "country": "Spain", | |
| "population": 144174 | |
| }, | |
| { | |
| "city": "Sarnia", | |
| "lat": 42.9666, | |
| "lng": -82.4, | |
| "country": "Canada", | |
| "population": 144172 | |
| }, | |
| { | |
| "city": "Goma", | |
| "lat": -1.6788, | |
| "lng": 29.2218, | |
| "country": "Congo (Kinshasa)", | |
| "population": 144124 | |
| }, | |
| { | |
| "city": "Merced", | |
| "lat": 37.3058, | |
| "lng": -120.4778, | |
| "country": "United States", | |
| "population": 144117 | |
| }, | |
| { | |
| "city": "Tizi-Ouzou", | |
| "lat": 36.8, | |
| "lng": 4.0333, | |
| "country": "Algeria", | |
| "population": 144000 | |
| }, | |
| { | |
| "city": "Kafr el Sheikh", | |
| "lat": 31.109, | |
| "lng": 30.936, | |
| "country": "Egypt", | |
| "population": 143970 | |
| }, | |
| { | |
| "city": "Mesquite", | |
| "lat": 32.7622, | |
| "lng": -96.5889, | |
| "country": "United States", | |
| "population": 143949 | |
| }, | |
| { | |
| "city": "Ajdabiya", | |
| "lat": 30.77, | |
| "lng": 20.22, | |
| "country": "Libya", | |
| "population": 143833 | |
| }, | |
| { | |
| "city": "Otaru", | |
| "lat": 43.1887, | |
| "lng": 140.9783, | |
| "country": "Japan", | |
| "population": 143792 | |
| }, | |
| { | |
| "city": "Ipswich", | |
| "lat": 52.0703, | |
| "lng": 1.17, | |
| "country": "United Kingdom", | |
| "population": 143767 | |
| }, | |
| { | |
| "city": "Logroño", | |
| "lat": 42.4704, | |
| "lng": -2.43, | |
| "country": "Spain", | |
| "population": 143698 | |
| }, | |
| { | |
| "city": "Stara Zagora", | |
| "lat": 42.4231, | |
| "lng": 25.6227, | |
| "country": "Bulgaria", | |
| "population": 143431 | |
| }, | |
| { | |
| "city": "Béchar", | |
| "lat": 31.6111, | |
| "lng": -2.23, | |
| "country": "Algeria", | |
| "population": 143382 | |
| }, | |
| { | |
| "city": "Kenema", | |
| "lat": 7.8804, | |
| "lng": -11.19, | |
| "country": "Sierra Leone", | |
| "population": 143137 | |
| }, | |
| { | |
| "city": "Amiens", | |
| "lat": 49.9004, | |
| "lng": 2.3, | |
| "country": "France", | |
| "population": 143086 | |
| }, | |
| { | |
| "city": "Calama", | |
| "lat": -22.45, | |
| "lng": -68.92, | |
| "country": "Chile", | |
| "population": 143084 | |
| }, | |
| { | |
| "city": "Macaé", | |
| "lat": -22.38, | |
| "lng": -41.79, | |
| "country": "Brazil", | |
| "population": 143029 | |
| }, | |
| { | |
| "city": "Cape Coast", | |
| "lat": 5.1104, | |
| "lng": -1.25, | |
| "country": "Ghana", | |
| "population": 143015 | |
| }, | |
| { | |
| "city": "Houma", | |
| "lat": 29.5799, | |
| "lng": -90.7058, | |
| "country": "United States", | |
| "population": 142969 | |
| }, | |
| { | |
| "city": "Play Ku", | |
| "lat": 13.9833, | |
| "lng": 108, | |
| "country": "Vietnam", | |
| "population": 142900 | |
| }, | |
| { | |
| "city": "Pyatigorsk", | |
| "lat": 44.08, | |
| "lng": 43.09, | |
| "country": "Russia", | |
| "population": 142865 | |
| }, | |
| { | |
| "city": "Charleston", | |
| "lat": 38.3484, | |
| "lng": -81.6323, | |
| "country": "United States", | |
| "population": 142858 | |
| }, | |
| { | |
| "city": "Cajamarca", | |
| "lat": -7.15, | |
| "lng": -78.53, | |
| "country": "Peru", | |
| "population": 142665 | |
| }, | |
| { | |
| "city": "Pasadena", | |
| "lat": 34.1598, | |
| "lng": -118.139, | |
| "country": "United States", | |
| "population": 142647 | |
| }, | |
| { | |
| "city": "Arzamas", | |
| "lat": 55.4, | |
| "lng": 43.8, | |
| "country": "Russia", | |
| "population": 142597 | |
| }, | |
| { | |
| "city": "Massawa", | |
| "lat": 15.6101, | |
| "lng": 39.45, | |
| "country": "Eritrea", | |
| "population": 142564 | |
| }, | |
| { | |
| "city": "Durrës", | |
| "lat": 41.3178, | |
| "lng": 19.4482, | |
| "country": "Albania", | |
| "population": 142432 | |
| }, | |
| { | |
| "city": "Nawabganj", | |
| "lat": 24.5804, | |
| "lng": 88.35, | |
| "country": "Bangladesh", | |
| "population": 142361 | |
| }, | |
| { | |
| "city": "Pueblo", | |
| "lat": 38.2701, | |
| "lng": -104.6131, | |
| "country": "United States", | |
| "population": 142351 | |
| }, | |
| { | |
| "city": "Saïda", | |
| "lat": 34.8404, | |
| "lng": 0.14, | |
| "country": "Algeria", | |
| "population": 142213 | |
| }, | |
| { | |
| "city": "Ciego de Ávila", | |
| "lat": 21.84, | |
| "lng": -78.7619, | |
| "country": "Cuba", | |
| "population": 142027 | |
| }, | |
| { | |
| "city": "Altay", | |
| "lat": 47.8666, | |
| "lng": 88.1166, | |
| "country": "China", | |
| "population": 142000 | |
| }, | |
| { | |
| "city": "Jieshou", | |
| "lat": 33.2504, | |
| "lng": 115.35, | |
| "country": "China", | |
| "population": 141993 | |
| }, | |
| { | |
| "city": "Chongju", | |
| "lat": 39.6813, | |
| "lng": 125.2163, | |
| "country": "Korea, North", | |
| "population": 141769 | |
| }, | |
| { | |
| "city": "Arnhem", | |
| "lat": 51.988, | |
| "lng": 5.923, | |
| "country": "Netherlands", | |
| "population": 141674 | |
| }, | |
| { | |
| "city": "Phuket", | |
| "lat": 7.8765, | |
| "lng": 98.3815, | |
| "country": "Thailand", | |
| "population": 141618 | |
| }, | |
| { | |
| "city": "Nongan", | |
| "lat": 44.4304, | |
| "lng": 125.1701, | |
| "country": "China", | |
| "population": 141482 | |
| }, | |
| { | |
| "city": "Melilla", | |
| "lat": 35.3, | |
| "lng": -2.95, | |
| "country": "Spain", | |
| "population": 141308 | |
| }, | |
| { | |
| "city": "Tyler", | |
| "lat": 32.3184, | |
| "lng": -95.3065, | |
| "country": "United States", | |
| "population": 141116 | |
| }, | |
| { | |
| "city": "Paranaguá", | |
| "lat": -25.5279, | |
| "lng": -48.5345, | |
| "country": "Brazil", | |
| "population": 141013 | |
| }, | |
| { | |
| "city": "Ghazni", | |
| "lat": 33.5633, | |
| "lng": 68.4178, | |
| "country": "Afghanistan", | |
| "population": 141000 | |
| }, | |
| { | |
| "city": "Comodoro Rivadavia", | |
| "lat": -45.87, | |
| "lng": -67.5, | |
| "country": "Argentina", | |
| "population": 140850 | |
| }, | |
| { | |
| "city": "As Salt", | |
| "lat": 32.0392, | |
| "lng": 35.7272, | |
| "country": "Jordan", | |
| "population": 140689 | |
| }, | |
| { | |
| "city": "Labé", | |
| "lat": 11.32, | |
| "lng": -12.3, | |
| "country": "Guinea", | |
| "population": 140575 | |
| }, | |
| { | |
| "city": "Orange", | |
| "lat": 33.8038, | |
| "lng": -117.8219, | |
| "country": "United States", | |
| "population": 140560 | |
| }, | |
| { | |
| "city": "Almetyevsk", | |
| "lat": 54.9004, | |
| "lng": 52.3199, | |
| "country": "Russia", | |
| "population": 140437 | |
| }, | |
| { | |
| "city": "Fullerton", | |
| "lat": 33.8841, | |
| "lng": -117.9279, | |
| "country": "United States", | |
| "population": 140392 | |
| }, | |
| { | |
| "city": "Miramar", | |
| "lat": 25.9773, | |
| "lng": -80.3358, | |
| "country": "United States", | |
| "population": 140328 | |
| }, | |
| { | |
| "city": "Lhokseumawe", | |
| "lat": 5.1914, | |
| "lng": 97.1415, | |
| "country": "Indonesia", | |
| "population": 140322 | |
| }, | |
| { | |
| "city": "Orekhovo-Zuevo", | |
| "lat": 55.82, | |
| "lng": 38.98, | |
| "country": "Russia", | |
| "population": 140247 | |
| }, | |
| { | |
| "city": "Santa Maria", | |
| "lat": 34.9333, | |
| "lng": -120.4432, | |
| "country": "United States", | |
| "population": 140219 | |
| }, | |
| { | |
| "city": "Athens", | |
| "lat": 33.9508, | |
| "lng": -83.3689, | |
| "country": "United States", | |
| "population": 140169 | |
| }, | |
| { | |
| "city": "Peterborough", | |
| "lat": 52.5804, | |
| "lng": -0.25, | |
| "country": "United Kingdom", | |
| "population": 140141 | |
| }, | |
| { | |
| "city": "Badajoz", | |
| "lat": 38.8804, | |
| "lng": -6.97, | |
| "country": "Spain", | |
| "population": 140133 | |
| }, | |
| { | |
| "city": "Dunhuang", | |
| "lat": 40.1427, | |
| "lng": 94.662, | |
| "country": "China", | |
| "population": 140094 | |
| }, | |
| { | |
| "city": "Bordj Bou Arréridj", | |
| "lat": 36.059, | |
| "lng": 4.63, | |
| "country": "Algeria", | |
| "population": 140000 | |
| }, | |
| { | |
| "city": "Columbia", | |
| "lat": 38.9478, | |
| "lng": -92.3258, | |
| "country": "United States", | |
| "population": 139945 | |
| }, | |
| { | |
| "city": "Bizerte", | |
| "lat": 37.2904, | |
| "lng": 9.855, | |
| "country": "Tunisia", | |
| "population": 139843 | |
| }, | |
| { | |
| "city": "Sherbrooke", | |
| "lat": 45.4, | |
| "lng": -71.9, | |
| "country": "Canada", | |
| "population": 139652 | |
| }, | |
| { | |
| "city": "Piedras Negras", | |
| "lat": 28.7076, | |
| "lng": -100.5317, | |
| "country": "Mexico", | |
| "population": 139619 | |
| }, | |
| { | |
| "city": "Göttingen", | |
| "lat": 51.5204, | |
| "lng": 9.92, | |
| "country": "Germany", | |
| "population": 139419 | |
| }, | |
| { | |
| "city": "Kumbakonam", | |
| "lat": 10.9805, | |
| "lng": 79.4, | |
| "country": "India", | |
| "population": 139264 | |
| }, | |
| { | |
| "city": "Myitkyina", | |
| "lat": 25.3596, | |
| "lng": 97.3928, | |
| "country": "Burma", | |
| "population": 139100 | |
| }, | |
| { | |
| "city": "Chinandega", | |
| "lat": 12.6304, | |
| "lng": -87.13, | |
| "country": "Nicaragua", | |
| "population": 139023 | |
| }, | |
| { | |
| "city": "Townsville", | |
| "lat": -19.25, | |
| "lng": 146.77, | |
| "country": "Australia", | |
| "population": 138954 | |
| }, | |
| { | |
| "city": "Yuma", | |
| "lat": 32.5991, | |
| "lng": -114.5488, | |
| "country": "United States", | |
| "population": 138802 | |
| }, | |
| { | |
| "city": "Tiruvannamalai", | |
| "lat": 12.2604, | |
| "lng": 79.1, | |
| "country": "India", | |
| "population": 138243 | |
| }, | |
| { | |
| "city": "Zalantun", | |
| "lat": 48, | |
| "lng": 122.72, | |
| "country": "China", | |
| "population": 138032 | |
| }, | |
| { | |
| "city": "Parnaíba", | |
| "lat": -2.91, | |
| "lng": -41.77, | |
| "country": "Brazil", | |
| "population": 138008 | |
| }, | |
| { | |
| "city": "Pabna", | |
| "lat": 24.0004, | |
| "lng": 89.25, | |
| "country": "Bangladesh", | |
| "population": 137888 | |
| }, | |
| { | |
| "city": "Umtata", | |
| "lat": -31.58, | |
| "lng": 28.79, | |
| "country": "South Africa", | |
| "population": 137772 | |
| }, | |
| { | |
| "city": "Bremerhaven", | |
| "lat": 53.5504, | |
| "lng": 8.58, | |
| "country": "Germany", | |
| "population": 137751 | |
| }, | |
| { | |
| "city": "Tan An", | |
| "lat": 10.5337, | |
| "lng": 106.4167, | |
| "country": "Vietnam", | |
| "population": 137498 | |
| }, | |
| { | |
| "city": "Olathe", | |
| "lat": 38.8838, | |
| "lng": -94.8196, | |
| "country": "United States", | |
| "population": 137472 | |
| }, | |
| { | |
| "city": "Castanhal", | |
| "lat": -1.2896, | |
| "lng": -47.93, | |
| "country": "Brazil", | |
| "population": 137406 | |
| }, | |
| { | |
| "city": "Cerro de Pasco", | |
| "lat": -10.69, | |
| "lng": -76.27, | |
| "country": "Peru", | |
| "population": 137232 | |
| }, | |
| { | |
| "city": "Iraklio", | |
| "lat": 35.325, | |
| "lng": 25.1305, | |
| "country": "Greece", | |
| "population": 137154 | |
| }, | |
| { | |
| "city": "Thornton", | |
| "lat": 39.9205, | |
| "lng": -104.9443, | |
| "country": "United States", | |
| "population": 136978 | |
| }, | |
| { | |
| "city": "Harlingen", | |
| "lat": 26.1917, | |
| "lng": -97.6977, | |
| "country": "United States", | |
| "population": 136968 | |
| }, | |
| { | |
| "city": "Oulu", | |
| "lat": 65, | |
| "lng": 25.47, | |
| "country": "Finland", | |
| "population": 136752 | |
| }, | |
| { | |
| "city": "Grand Junction", | |
| "lat": 39.0878, | |
| "lng": -108.5673, | |
| "country": "United States", | |
| "population": 136688 | |
| }, | |
| { | |
| "city": "Shizuishan", | |
| "lat": 39.2333, | |
| "lng": 106.769, | |
| "country": "China", | |
| "population": 136570 | |
| }, | |
| { | |
| "city": "Baia Mare", | |
| "lat": 47.6595, | |
| "lng": 23.5791, | |
| "country": "Romania", | |
| "population": 136553 | |
| }, | |
| { | |
| "city": "León", | |
| "lat": 42.58, | |
| "lng": -5.57, | |
| "country": "Spain", | |
| "population": 136227 | |
| }, | |
| { | |
| "city": "West Valley City", | |
| "lat": 40.6889, | |
| "lng": -112.0115, | |
| "country": "United States", | |
| "population": 136170 | |
| }, | |
| { | |
| "city": "Győr", | |
| "lat": 47.7004, | |
| "lng": 17.63, | |
| "country": "Hungary", | |
| "population": 136081 | |
| }, | |
| { | |
| "city": "Carrollton", | |
| "lat": 32.9886, | |
| "lng": -96.9, | |
| "country": "United States", | |
| "population": 135710 | |
| }, | |
| { | |
| "city": "Serpukhov", | |
| "lat": 54.9304, | |
| "lng": 37.43, | |
| "country": "Russia", | |
| "population": 135584 | |
| }, | |
| { | |
| "city": "Jequié", | |
| "lat": -13.85, | |
| "lng": -40.08, | |
| "country": "Brazil", | |
| "population": 135574 | |
| }, | |
| { | |
| "city": "Cẩm Phả", | |
| "lat": 21.0404, | |
| "lng": 107.32, | |
| "country": "Vietnam", | |
| "population": 135477 | |
| }, | |
| { | |
| "city": "Lira", | |
| "lat": 2.2604, | |
| "lng": 32.89, | |
| "country": "Uganda", | |
| "population": 135445 | |
| }, | |
| { | |
| "city": "Roseville", | |
| "lat": 38.7691, | |
| "lng": -121.3178, | |
| "country": "United States", | |
| "population": 135329 | |
| }, | |
| { | |
| "city": "Pyay", | |
| "lat": 18.8165, | |
| "lng": 95.2114, | |
| "country": "Burma", | |
| "population": 135308 | |
| }, | |
| { | |
| "city": "Orsha", | |
| "lat": 54.5153, | |
| "lng": 30.4215, | |
| "country": "Belarus", | |
| "population": 135206 | |
| }, | |
| { | |
| "city": "May Pen", | |
| "lat": 17.9666, | |
| "lng": -77.2333, | |
| "country": "Jamaica", | |
| "population": 135142 | |
| }, | |
| { | |
| "city": "Warren", | |
| "lat": 42.4934, | |
| "lng": -83.027, | |
| "country": "United States", | |
| "population": 135022 | |
| }, | |
| { | |
| "city": "Souk Ahras", | |
| "lat": 36.2904, | |
| "lng": 7.95, | |
| "country": "Algeria", | |
| "population": 134947 | |
| }, | |
| { | |
| "city": "Bloomington", | |
| "lat": 40.4757, | |
| "lng": -88.9705, | |
| "country": "United States", | |
| "population": 134892 | |
| }, | |
| { | |
| "city": "Zakho", | |
| "lat": 37.1445, | |
| "lng": 42.6872, | |
| "country": "Iraq", | |
| "population": 134863 | |
| }, | |
| { | |
| "city": "Cartago", | |
| "lat": 4.75, | |
| "lng": -75.91, | |
| "country": "Colombia", | |
| "population": 134827 | |
| }, | |
| { | |
| "city": "Hampton", | |
| "lat": 37.0551, | |
| "lng": -76.3629, | |
| "country": "United States", | |
| "population": 134669 | |
| }, | |
| { | |
| "city": "Caxias", | |
| "lat": -4.833, | |
| "lng": -43.35, | |
| "country": "Brazil", | |
| "population": 134640 | |
| }, | |
| { | |
| "city": "Ravenna", | |
| "lat": 44.4204, | |
| "lng": 12.22, | |
| "country": "Italy", | |
| "population": 134631 | |
| }, | |
| { | |
| "city": "'s-Hertogenbosch", | |
| "lat": 51.6833, | |
| "lng": 5.3167, | |
| "country": "Netherlands", | |
| "population": 134520 | |
| }, | |
| { | |
| "city": "Nevinnomyssk", | |
| "lat": 44.6201, | |
| "lng": 41.95, | |
| "country": "Russia", | |
| "population": 134380 | |
| }, | |
| { | |
| "city": "Surprise", | |
| "lat": 33.6802, | |
| "lng": -112.4525, | |
| "country": "United States", | |
| "population": 134085 | |
| }, | |
| { | |
| "city": "Las Cruces", | |
| "lat": 32.3265, | |
| "lng": -106.7893, | |
| "country": "United States", | |
| "population": 133988 | |
| }, | |
| { | |
| "city": "Touggourt", | |
| "lat": 33.1, | |
| "lng": 6.06, | |
| "country": "Algeria", | |
| "population": 133954 | |
| }, | |
| { | |
| "city": "Greeley", | |
| "lat": 40.415, | |
| "lng": -104.7696, | |
| "country": "United States", | |
| "population": 133750 | |
| }, | |
| { | |
| "city": "Pervouralsk", | |
| "lat": 56.91, | |
| "lng": 59.955, | |
| "country": "Russia", | |
| "population": 133600 | |
| }, | |
| { | |
| "city": "Yunxian", | |
| "lat": 32.8082, | |
| "lng": 110.8136, | |
| "country": "China", | |
| "population": 133558 | |
| }, | |
| { | |
| "city": "Šiauliai", | |
| "lat": 55.9386, | |
| "lng": 23.325, | |
| "country": "Lithuania", | |
| "population": 133528 | |
| }, | |
| { | |
| "city": "Birganj", | |
| "lat": 27.0004, | |
| "lng": 84.8666, | |
| "country": "Nepal", | |
| "population": 133238 | |
| }, | |
| { | |
| "city": "Yakima", | |
| "lat": 46.5923, | |
| "lng": -120.5496, | |
| "country": "United States", | |
| "population": 133233 | |
| }, | |
| { | |
| "city": "Riohacha", | |
| "lat": 11.5403, | |
| "lng": -72.91, | |
| "country": "Colombia", | |
| "population": 133186 | |
| }, | |
| { | |
| "city": "Musoma", | |
| "lat": -1.4896, | |
| "lng": 33.8, | |
| "country": "Tanzania", | |
| "population": 133156 | |
| }, | |
| { | |
| "city": "Uppsala", | |
| "lat": 59.8601, | |
| "lng": 17.64, | |
| "country": "Sweden", | |
| "population": 133117 | |
| }, | |
| { | |
| "city": "Awasa", | |
| "lat": 7.06, | |
| "lng": 38.477, | |
| "country": "Ethiopia", | |
| "population": 133097 | |
| }, | |
| { | |
| "city": "Coral Springs", | |
| "lat": 26.2701, | |
| "lng": -80.2592, | |
| "country": "United States", | |
| "population": 133037 | |
| }, | |
| { | |
| "city": "Namibe", | |
| "lat": -15.19, | |
| "lng": 12.16, | |
| "country": "Angola", | |
| "population": 132900 | |
| }, | |
| { | |
| "city": "Kislovodsk", | |
| "lat": 43.91, | |
| "lng": 42.72, | |
| "country": "Russia", | |
| "population": 132771 | |
| }, | |
| { | |
| "city": "Sterling Heights", | |
| "lat": 42.5809, | |
| "lng": -83.0305, | |
| "country": "United States", | |
| "population": 132631 | |
| }, | |
| { | |
| "city": "San Luis", | |
| "lat": 16.2, | |
| "lng": -89.44, | |
| "country": "Guatemala", | |
| "population": 132470 | |
| }, | |
| { | |
| "city": "Blitar", | |
| "lat": -8.0696, | |
| "lng": 112.15, | |
| "country": "Indonesia", | |
| "population": 132416 | |
| }, | |
| { | |
| "city": "Mauldin", | |
| "lat": 34.7864, | |
| "lng": -82.2996, | |
| "country": "United States", | |
| "population": 132402 | |
| }, | |
| { | |
| "city": "Dimitrovgrad", | |
| "lat": 54.2504, | |
| "lng": 49.56, | |
| "country": "Russia", | |
| "population": 132226 | |
| }, | |
| { | |
| "city": "Pindamonhangaba", | |
| "lat": -22.92, | |
| "lng": -45.47, | |
| "country": "Brazil", | |
| "population": 132218 | |
| }, | |
| { | |
| "city": "Shahrud", | |
| "lat": 36.4229, | |
| "lng": 54.9629, | |
| "country": "Iran", | |
| "population": 131889 | |
| }, | |
| { | |
| "city": "Papeete", | |
| "lat": -17.5334, | |
| "lng": -149.5667, | |
| "country": "French Polynesia", | |
| "population": 131695 | |
| }, | |
| { | |
| "city": "St. John's", | |
| "lat": 47.585, | |
| "lng": -52.681, | |
| "country": "Canada", | |
| "population": 131469 | |
| }, | |
| { | |
| "city": "Racine", | |
| "lat": 42.7274, | |
| "lng": -87.8135, | |
| "country": "United States", | |
| "population": 131467 | |
| }, | |
| { | |
| "city": "Opole", | |
| "lat": 50.685, | |
| "lng": 17.9313, | |
| "country": "Poland", | |
| "population": 131412 | |
| }, | |
| { | |
| "city": "Tra Vinh", | |
| "lat": 9.934, | |
| "lng": 106.334, | |
| "country": "Vietnam", | |
| "population": 131360 | |
| }, | |
| { | |
| "city": "Murom", | |
| "lat": 55.5704, | |
| "lng": 42.04, | |
| "country": "Russia", | |
| "population": 131287 | |
| }, | |
| { | |
| "city": "Ciénaga", | |
| "lat": 11.0104, | |
| "lng": -74.25, | |
| "country": "Colombia", | |
| "population": 131171 | |
| }, | |
| { | |
| "city": "Lae", | |
| "lat": -6.733, | |
| "lng": 146.99, | |
| "country": "Papua New Guinea", | |
| "population": 131052 | |
| }, | |
| { | |
| "city": "Pilibhit", | |
| "lat": 28.64, | |
| "lng": 79.81, | |
| "country": "India", | |
| "population": 131008 | |
| }, | |
| { | |
| "city": "Ferrara", | |
| "lat": 44.8504, | |
| "lng": 11.6099, | |
| "country": "Italy", | |
| "population": 130992 | |
| }, | |
| { | |
| "city": "Novomoskovsk", | |
| "lat": 54.09, | |
| "lng": 38.22, | |
| "country": "Russia", | |
| "population": 130982 | |
| }, | |
| { | |
| "city": "Buzău", | |
| "lat": 45.1565, | |
| "lng": 26.8065, | |
| "country": "Romania", | |
| "population": 130954 | |
| }, | |
| { | |
| "city": "Stamford", | |
| "lat": 41.1036, | |
| "lng": -73.5583, | |
| "country": "United States", | |
| "population": 130824 | |
| }, | |
| { | |
| "city": "Pinsk", | |
| "lat": 52.1279, | |
| "lng": 26.0941, | |
| "country": "Belarus", | |
| "population": 130777 | |
| }, | |
| { | |
| "city": "Shuangcheng", | |
| "lat": 45.3503, | |
| "lng": 126.28, | |
| "country": "China", | |
| "population": 130710 | |
| }, | |
| { | |
| "city": "Abohar", | |
| "lat": 30.1204, | |
| "lng": 74.29, | |
| "country": "India", | |
| "population": 130603 | |
| }, | |
| { | |
| "city": "Ninh Bình", | |
| "lat": 20.2543, | |
| "lng": 105.975, | |
| "country": "Vietnam", | |
| "population": 130517 | |
| }, | |
| { | |
| "city": "Nikopol", | |
| "lat": 47.5666, | |
| "lng": 34.4062, | |
| "country": "Ukraine", | |
| "population": 130500 | |
| }, | |
| { | |
| "city": "Florencia", | |
| "lat": 1.6104, | |
| "lng": -75.62, | |
| "country": "Colombia", | |
| "population": 130337 | |
| }, | |
| { | |
| "city": "Girardot", | |
| "lat": 4.31, | |
| "lng": -74.81, | |
| "country": "Colombia", | |
| "population": 130289 | |
| }, | |
| { | |
| "city": "Elizabeth", | |
| "lat": 40.6657, | |
| "lng": -74.1912, | |
| "country": "United States", | |
| "population": 130215 | |
| }, | |
| { | |
| "city": "Jaraguá do Sul", | |
| "lat": -26.48, | |
| "lng": -49.1, | |
| "country": "Brazil", | |
| "population": 130130 | |
| }, | |
| { | |
| "city": "Sennar", | |
| "lat": 13.55, | |
| "lng": 33.6, | |
| "country": "Sudan", | |
| "population": 130122 | |
| }, | |
| { | |
| "city": "Masaya", | |
| "lat": 11.969, | |
| "lng": -86.095, | |
| "country": "Nicaragua", | |
| "population": 130113 | |
| }, | |
| { | |
| "city": "Baydhabo", | |
| "lat": 3.12, | |
| "lng": 43.65, | |
| "country": "Somalia", | |
| "population": 129839 | |
| }, | |
| { | |
| "city": "Tokat", | |
| "lat": 40.306, | |
| "lng": 36.563, | |
| "country": "Turkey", | |
| "population": 129702 | |
| }, | |
| { | |
| "city": "Erzincan", | |
| "lat": 39.7526, | |
| "lng": 39.4928, | |
| "country": "Turkey", | |
| "population": 129407 | |
| }, | |
| { | |
| "city": "Andong", | |
| "lat": 36.5659, | |
| "lng": 128.725, | |
| "country": "Korea, South", | |
| "population": 129319 | |
| }, | |
| { | |
| "city": "Tete", | |
| "lat": -16.17, | |
| "lng": 33.58, | |
| "country": "Mozambique", | |
| "population": 129316 | |
| }, | |
| { | |
| "city": "Copiapó", | |
| "lat": -27.36, | |
| "lng": -70.34, | |
| "country": "Chile", | |
| "population": 129280 | |
| }, | |
| { | |
| "city": "Batticaloa", | |
| "lat": 7.717, | |
| "lng": 81.7, | |
| "country": "Sri Lanka", | |
| "population": 129222 | |
| }, | |
| { | |
| "city": "Shar e Kord", | |
| "lat": 32.321, | |
| "lng": 50.854, | |
| "country": "Iran", | |
| "population": 129153 | |
| }, | |
| { | |
| "city": "Kokshetau", | |
| "lat": 53.3, | |
| "lng": 69.42, | |
| "country": "Kazakhstan", | |
| "population": 128873 | |
| }, | |
| { | |
| "city": "Idlib", | |
| "lat": 35.9297, | |
| "lng": 36.6317, | |
| "country": "Syria", | |
| "population": 128840 | |
| }, | |
| { | |
| "city": "Xai-Xai", | |
| "lat": -25.04, | |
| "lng": 33.64, | |
| "country": "Mozambique", | |
| "population": 128805 | |
| }, | |
| { | |
| "city": "Kamina", | |
| "lat": -8.73, | |
| "lng": 25.01, | |
| "country": "Congo (Kinshasa)", | |
| "population": 128803 | |
| }, | |
| { | |
| "city": "Larissa", | |
| "lat": 39.6304, | |
| "lng": 22.42, | |
| "country": "Greece", | |
| "population": 128758 | |
| }, | |
| { | |
| "city": "Moroni", | |
| "lat": -11.7042, | |
| "lng": 43.2402, | |
| "country": "Comoros", | |
| "population": 128698 | |
| }, | |
| { | |
| "city": "Kamyshin", | |
| "lat": 50.0804, | |
| "lng": 45.4, | |
| "country": "Russia", | |
| "population": 128626 | |
| }, | |
| { | |
| "city": "Karabük", | |
| "lat": 41.2, | |
| "lng": 32.6, | |
| "country": "Turkey", | |
| "population": 128564 | |
| }, | |
| { | |
| "city": "Cambridge", | |
| "lat": 52.2004, | |
| "lng": 0.1166, | |
| "country": "United Kingdom", | |
| "population": 128488 | |
| }, | |
| { | |
| "city": "Kent", | |
| "lat": 47.3887, | |
| "lng": -122.2128, | |
| "country": "United States", | |
| "population": 128458 | |
| }, | |
| { | |
| "city": "Besançon", | |
| "lat": 47.23, | |
| "lng": 6.03, | |
| "country": "France", | |
| "population": 128426 | |
| }, | |
| { | |
| "city": "Greenville", | |
| "lat": 35.5957, | |
| "lng": -77.3764, | |
| "country": "United States", | |
| "population": 128385 | |
| }, | |
| { | |
| "city": "Sakakah", | |
| "lat": 30, | |
| "lng": 40.1333, | |
| "country": "Saudi Arabia", | |
| "population": 128332 | |
| }, | |
| { | |
| "city": "Jima", | |
| "lat": 7.68, | |
| "lng": 36.83, | |
| "country": "Ethiopia", | |
| "population": 128306 | |
| }, | |
| { | |
| "city": "Girga", | |
| "lat": 26.3304, | |
| "lng": 31.88, | |
| "country": "Egypt", | |
| "population": 128250 | |
| }, | |
| { | |
| "city": "Manzanillo", | |
| "lat": 20.3438, | |
| "lng": -77.1166, | |
| "country": "Cuba", | |
| "population": 128188 | |
| }, | |
| { | |
| "city": "Surt", | |
| "lat": 31.21, | |
| "lng": 16.59, | |
| "country": "Libya", | |
| "population": 128123 | |
| }, | |
| { | |
| "city": "Al Hasakah", | |
| "lat": 36.4833, | |
| "lng": 40.75, | |
| "country": "Syria", | |
| "population": 128100 | |
| }, | |
| { | |
| "city": "Darnah", | |
| "lat": 32.7648, | |
| "lng": 22.6391, | |
| "country": "Libya", | |
| "population": 127974 | |
| }, | |
| { | |
| "city": "Ekibastuz", | |
| "lat": 51.73, | |
| "lng": 75.3199, | |
| "country": "Kazakhstan", | |
| "population": 127868 | |
| }, | |
| { | |
| "city": "Divo", | |
| "lat": 5.839, | |
| "lng": -5.36, | |
| "country": "Côte D’Ivoire", | |
| "population": 127867 | |
| }, | |
| { | |
| "city": "Simi Valley", | |
| "lat": 34.2663, | |
| "lng": -118.749, | |
| "country": "United States", | |
| "population": 127864 | |
| }, | |
| { | |
| "city": "San Nicolas", | |
| "lat": -33.33, | |
| "lng": -60.24, | |
| "country": "Argentina", | |
| "population": 127742 | |
| }, | |
| { | |
| "city": "Bragança Paulista", | |
| "lat": -22.95, | |
| "lng": -46.55, | |
| "country": "Brazil", | |
| "population": 127676 | |
| }, | |
| { | |
| "city": "Worcester", | |
| "lat": -33.64, | |
| "lng": 19.4399, | |
| "country": "South Africa", | |
| "population": 127597 | |
| }, | |
| { | |
| "city": "Tukuyu", | |
| "lat": -9.2496, | |
| "lng": 33.64, | |
| "country": "Tanzania", | |
| "population": 127570 | |
| }, | |
| { | |
| "city": "Port Blair", | |
| "lat": 11.667, | |
| "lng": 92.736, | |
| "country": "India", | |
| "population": 127562 | |
| }, | |
| { | |
| "city": "Elbląg", | |
| "lat": 54.19, | |
| "lng": 19.4027, | |
| "country": "Poland", | |
| "population": 127558 | |
| }, | |
| { | |
| "city": "Panevežys", | |
| "lat": 55.74, | |
| "lng": 24.37, | |
| "country": "Lithuania", | |
| "population": 127405 | |
| }, | |
| { | |
| "city": "Wau", | |
| "lat": 7.7, | |
| "lng": 27.99, | |
| "country": "South Sudan", | |
| "population": 127384 | |
| }, | |
| { | |
| "city": "Burlington", | |
| "lat": 36.0762, | |
| "lng": -79.4687, | |
| "country": "United States", | |
| "population": 127374 | |
| }, | |
| { | |
| "city": "Alipur Duar", | |
| "lat": 26.4837, | |
| "lng": 89.5667, | |
| "country": "India", | |
| "population": 127342 | |
| }, | |
| { | |
| "city": "Lafia", | |
| "lat": 8.4904, | |
| "lng": 8.52, | |
| "country": "Nigeria", | |
| "population": 127236 | |
| }, | |
| { | |
| "city": "Santa Clara", | |
| "lat": 37.3646, | |
| "lng": -121.9679, | |
| "country": "United States", | |
| "population": 127134 | |
| }, | |
| { | |
| "city": "Sancti Spíritus", | |
| "lat": 21.9301, | |
| "lng": -79.4425, | |
| "country": "Cuba", | |
| "population": 127069 | |
| }, | |
| { | |
| "city": "Pakokku", | |
| "lat": 21.332, | |
| "lng": 95.0866, | |
| "country": "Burma", | |
| "population": 126938 | |
| }, | |
| { | |
| "city": "Hathras", | |
| "lat": 27.6, | |
| "lng": 78.05, | |
| "country": "India", | |
| "population": 126882 | |
| }, | |
| { | |
| "city": "Neftekamsk", | |
| "lat": 56.0835, | |
| "lng": 54.2631, | |
| "country": "Russia", | |
| "population": 126805 | |
| }, | |
| { | |
| "city": "Gafsa", | |
| "lat": 34.4204, | |
| "lng": 8.78, | |
| "country": "Tunisia", | |
| "population": 126803 | |
| }, | |
| { | |
| "city": "Johnson City", | |
| "lat": 36.3406, | |
| "lng": -82.3804, | |
| "country": "United States", | |
| "population": 126589 | |
| }, | |
| { | |
| "city": "Sogamoso", | |
| "lat": 5.72, | |
| "lng": -72.94, | |
| "country": "Colombia", | |
| "population": 126551 | |
| }, | |
| { | |
| "city": "Edirne", | |
| "lat": 41.6704, | |
| "lng": 26.57, | |
| "country": "Turkey", | |
| "population": 126470 | |
| }, | |
| { | |
| "city": "Songea", | |
| "lat": -10.68, | |
| "lng": 35.65, | |
| "country": "Tanzania", | |
| "population": 126449 | |
| }, | |
| { | |
| "city": "Tây Ninh", | |
| "lat": 11.323, | |
| "lng": 106.147, | |
| "country": "Vietnam", | |
| "population": 126370 | |
| }, | |
| { | |
| "city": "Loja", | |
| "lat": -3.99, | |
| "lng": -79.21, | |
| "country": "Ecuador", | |
| "population": 126368 | |
| }, | |
| { | |
| "city": "Macheng", | |
| "lat": 31.18, | |
| "lng": 115.03, | |
| "country": "China", | |
| "population": 126366 | |
| }, | |
| { | |
| "city": "Carúpano", | |
| "lat": 10.67, | |
| "lng": -63.23, | |
| "country": "Venezuela", | |
| "population": 126293 | |
| }, | |
| { | |
| "city": "Tarragona", | |
| "lat": 41.1204, | |
| "lng": 1.25, | |
| "country": "Spain", | |
| "population": 126291 | |
| }, | |
| { | |
| "city": "Itapetininga", | |
| "lat": -23.59, | |
| "lng": -48.04, | |
| "country": "Brazil", | |
| "population": 126243 | |
| }, | |
| { | |
| "city": "Tengchong", | |
| "lat": 25.0333, | |
| "lng": 98.4666, | |
| "country": "China", | |
| "population": 126058 | |
| }, | |
| { | |
| "city": "Boulder", | |
| "lat": 40.0249, | |
| "lng": -105.2523, | |
| "country": "United States", | |
| "population": 126054 | |
| }, | |
| { | |
| "city": "Bellingham", | |
| "lat": 48.7543, | |
| "lng": -122.4687, | |
| "country": "United States", | |
| "population": 126015 | |
| }, | |
| { | |
| "city": "Montego Bay", | |
| "lat": 18.4667, | |
| "lng": -77.9167, | |
| "country": "Jamaica", | |
| "population": 126008 | |
| }, | |
| { | |
| "city": "Magway", | |
| "lat": 20.1445, | |
| "lng": 94.9196, | |
| "country": "Burma", | |
| "population": 125973 | |
| }, | |
| { | |
| "city": "Pangkalpinang", | |
| "lat": -2.08, | |
| "lng": 106.15, | |
| "country": "Indonesia", | |
| "population": 125933 | |
| }, | |
| { | |
| "city": "Malanje", | |
| "lat": -9.54, | |
| "lng": 16.34, | |
| "country": "Angola", | |
| "population": 125856 | |
| }, | |
| { | |
| "city": "Gashua", | |
| "lat": 12.8705, | |
| "lng": 11.04, | |
| "country": "Nigeria", | |
| "population": 125817 | |
| }, | |
| { | |
| "city": "Leeuwarden", | |
| "lat": 53.2504, | |
| "lng": 5.7834, | |
| "country": "Netherlands", | |
| "population": 125778 | |
| }, | |
| { | |
| "city": "Lubango", | |
| "lat": -14.91, | |
| "lng": 13.49, | |
| "country": "Angola", | |
| "population": 125632 | |
| }, | |
| { | |
| "city": "Fort Smith", | |
| "lat": 35.3494, | |
| "lng": -94.3695, | |
| "country": "United States", | |
| "population": 125562 | |
| }, | |
| { | |
| "city": "Sorong", | |
| "lat": -0.8554, | |
| "lng": 131.285, | |
| "country": "Indonesia", | |
| "population": 125535 | |
| }, | |
| { | |
| "city": "Kumbo", | |
| "lat": 6.2204, | |
| "lng": 10.68, | |
| "country": "Cameroon", | |
| "population": 125486 | |
| }, | |
| { | |
| "city": "Ghardaia", | |
| "lat": 32.49, | |
| "lng": 3.67, | |
| "country": "Algeria", | |
| "population": 125480 | |
| }, | |
| { | |
| "city": "Kelowna", | |
| "lat": 49.9, | |
| "lng": -119.4833, | |
| "country": "Canada", | |
| "population": 125109 | |
| }, | |
| { | |
| "city": "Lynchburg", | |
| "lat": 37.4003, | |
| "lng": -79.1908, | |
| "country": "United States", | |
| "population": 125004 | |
| }, | |
| { | |
| "city": "Marv Dasht", | |
| "lat": 29.8014, | |
| "lng": 52.8215, | |
| "country": "Iran", | |
| "population": 125000 | |
| }, | |
| { | |
| "city": "Kenosha", | |
| "lat": 42.5863, | |
| "lng": -87.8759, | |
| "country": "United States", | |
| "population": 124888 | |
| }, | |
| { | |
| "city": "Semnan", | |
| "lat": 35.5548, | |
| "lng": 53.3743, | |
| "country": "Iran", | |
| "population": 124826 | |
| }, | |
| { | |
| "city": "Nueva San Salvador", | |
| "lat": 13.674, | |
| "lng": -89.29, | |
| "country": "El Salvador", | |
| "population": 124694 | |
| }, | |
| { | |
| "city": "Zlín", | |
| "lat": 49.2304, | |
| "lng": 17.65, | |
| "country": "Czechia", | |
| "population": 124610 | |
| }, | |
| { | |
| "city": "Fasa", | |
| "lat": 28.9718, | |
| "lng": 53.6715, | |
| "country": "Iran", | |
| "population": 124458 | |
| }, | |
| { | |
| "city": "Lysychansk", | |
| "lat": 48.9204, | |
| "lng": 38.4274, | |
| "country": "Ukraine", | |
| "population": 124421 | |
| }, | |
| { | |
| "city": "Drohobych", | |
| "lat": 49.3444, | |
| "lng": 23.4994, | |
| "country": "Ukraine", | |
| "population": 124269 | |
| }, | |
| { | |
| "city": "Mỹ Tho", | |
| "lat": 10.3504, | |
| "lng": 106.35, | |
| "country": "Vietnam", | |
| "population": 124143 | |
| }, | |
| { | |
| "city": "Laiwu", | |
| "lat": 36.2004, | |
| "lng": 117.66, | |
| "country": "China", | |
| "population": 124108 | |
| }, | |
| { | |
| "city": "Alagoinhas", | |
| "lat": -12.14, | |
| "lng": -38.43, | |
| "country": "Brazil", | |
| "population": 124070 | |
| }, | |
| { | |
| "city": "Rudny", | |
| "lat": 52.9527, | |
| "lng": 63.13, | |
| "country": "Kazakhstan", | |
| "population": 124000 | |
| }, | |
| { | |
| "city": "South Lyon", | |
| "lat": 42.4614, | |
| "lng": -83.6526, | |
| "country": "United States", | |
| "population": 123850 | |
| }, | |
| { | |
| "city": "Higuey", | |
| "lat": 18.616, | |
| "lng": -68.708, | |
| "country": "Dominican Republic", | |
| "population": 123787 | |
| }, | |
| { | |
| "city": "Round Rock", | |
| "lat": 30.5252, | |
| "lng": -97.6659, | |
| "country": "United States", | |
| "population": 123678 | |
| }, | |
| { | |
| "city": "Potchefstroom", | |
| "lat": -26.6996, | |
| "lng": 27.1, | |
| "country": "South Africa", | |
| "population": 123669 | |
| }, | |
| { | |
| "city": "Siracusa", | |
| "lat": 37.0704, | |
| "lng": 15.29, | |
| "country": "Italy", | |
| "population": 123657 | |
| }, | |
| { | |
| "city": "Guelma", | |
| "lat": 36.466, | |
| "lng": 7.428, | |
| "country": "Algeria", | |
| "population": 123590 | |
| }, | |
| { | |
| "city": "Uruguaiana", | |
| "lat": -29.7696, | |
| "lng": -57.09, | |
| "country": "Brazil", | |
| "population": 123480 | |
| }, | |
| { | |
| "city": "Indramayu", | |
| "lat": -6.3356, | |
| "lng": 108.319, | |
| "country": "Indonesia", | |
| "population": 123263 | |
| }, | |
| { | |
| "city": "Gagnoa", | |
| "lat": 6.1504, | |
| "lng": -5.88, | |
| "country": "Côte D’Ivoire", | |
| "population": 123184 | |
| }, | |
| { | |
| "city": "Porto Seguro", | |
| "lat": -16.4296, | |
| "lng": -39.08, | |
| "country": "Brazil", | |
| "population": 123173 | |
| }, | |
| { | |
| "city": "Jiaohe", | |
| "lat": 43.7163, | |
| "lng": 127.346, | |
| "country": "China", | |
| "population": 123018 | |
| }, | |
| { | |
| "city": "Ségou", | |
| "lat": 13.44, | |
| "lng": -6.26, | |
| "country": "Mali", | |
| "population": 122952 | |
| }, | |
| { | |
| "city": "Pati", | |
| "lat": -6.7415, | |
| "lng": 111.0347, | |
| "country": "Indonesia", | |
| "population": 122785 | |
| }, | |
| { | |
| "city": "San Fernando de Apure", | |
| "lat": 7.9, | |
| "lng": -67.4699, | |
| "country": "Venezuela", | |
| "population": 122701 | |
| }, | |
| { | |
| "city": "Brits", | |
| "lat": -25.6296, | |
| "lng": 27.78, | |
| "country": "South Africa", | |
| "population": 122497 | |
| }, | |
| { | |
| "city": "Maina", | |
| "lat": 13.4692, | |
| "lng": 144.7332, | |
| "country": "Guam", | |
| "population": 122411 | |
| }, | |
| { | |
| "city": "Maastricht", | |
| "lat": 50.853, | |
| "lng": 5.677, | |
| "country": "Netherlands", | |
| "population": 122378 | |
| }, | |
| { | |
| "city": "Berkeley", | |
| "lat": 37.8723, | |
| "lng": -122.276, | |
| "country": "United States", | |
| "population": 122324 | |
| }, | |
| { | |
| "city": "Tekirdağ", | |
| "lat": 40.9909, | |
| "lng": 27.51, | |
| "country": "Turkey", | |
| "population": 122287 | |
| }, | |
| { | |
| "city": "Aalborg", | |
| "lat": 57.0337, | |
| "lng": 9.9166, | |
| "country": "Denmark", | |
| "population": 122219 | |
| }, | |
| { | |
| "city": "Barbacena", | |
| "lat": -21.22, | |
| "lng": -43.77, | |
| "country": "Brazil", | |
| "population": 122211 | |
| }, | |
| { | |
| "city": "Tauranga", | |
| "lat": -37.6964, | |
| "lng": 176.1536, | |
| "country": "New Zealand", | |
| "population": 121500 | |
| }, | |
| { | |
| "city": "Nancha", | |
| "lat": 47.1364, | |
| "lng": 129.2859, | |
| "country": "China", | |
| "population": 121367 | |
| }, | |
| { | |
| "city": "Olmaliq", | |
| "lat": 40.8504, | |
| "lng": 69.595, | |
| "country": "Uzbekistan", | |
| "population": 121207 | |
| }, | |
| { | |
| "city": "Xilinhot", | |
| "lat": 43.9443, | |
| "lng": 116.0443, | |
| "country": "China", | |
| "population": 120965 | |
| }, | |
| { | |
| "city": "Billings", | |
| "lat": 45.7889, | |
| "lng": -108.5503, | |
| "country": "United States", | |
| "population": 120800 | |
| }, | |
| { | |
| "city": "Sassari", | |
| "lat": 40.73, | |
| "lng": 8.57, | |
| "country": "Italy", | |
| "population": 120729 | |
| }, | |
| { | |
| "city": "Karaman", | |
| "lat": 37.1815, | |
| "lng": 33.215, | |
| "country": "Turkey", | |
| "population": 120399 | |
| }, | |
| { | |
| "city": "Redding", | |
| "lat": 40.5698, | |
| "lng": -122.365, | |
| "country": "United States", | |
| "population": 120270 | |
| }, | |
| { | |
| "city": "Yuba City", | |
| "lat": 39.1357, | |
| "lng": -121.6381, | |
| "country": "United States", | |
| "population": 120186 | |
| }, | |
| { | |
| "city": "Manbij", | |
| "lat": 36.5266, | |
| "lng": 37.9563, | |
| "country": "Syria", | |
| "population": 120169 | |
| }, | |
| { | |
| "city": "Duluth", | |
| "lat": 46.7757, | |
| "lng": -92.1392, | |
| "country": "United States", | |
| "population": 120101 | |
| }, | |
| { | |
| "city": "Larache", | |
| "lat": 35.2004, | |
| "lng": -6.16, | |
| "country": "Morocco", | |
| "population": 120082 | |
| }, | |
| { | |
| "city": "Huanghua", | |
| "lat": 38.3704, | |
| "lng": 117.33, | |
| "country": "China", | |
| "population": 120000 | |
| }, | |
| { | |
| "city": "Pearland", | |
| "lat": 29.5585, | |
| "lng": -95.3215, | |
| "country": "United States", | |
| "population": 119940 | |
| }, | |
| { | |
| "city": "Puerto Plata", | |
| "lat": 19.7902, | |
| "lng": -70.6902, | |
| "country": "Dominican Republic", | |
| "population": 119897 | |
| }, | |
| { | |
| "city": "Maxixe", | |
| "lat": -23.866, | |
| "lng": 35.3886, | |
| "country": "Mozambique", | |
| "population": 119868 | |
| }, | |
| { | |
| "city": "Trois-Rivières", | |
| "lat": 46.35, | |
| "lng": -72.5499, | |
| "country": "Canada", | |
| "population": 119693 | |
| }, | |
| { | |
| "city": "Leominster", | |
| "lat": 42.5209, | |
| "lng": -71.7717, | |
| "country": "United States", | |
| "population": 119400 | |
| }, | |
| { | |
| "city": "Saginaw", | |
| "lat": 43.4199, | |
| "lng": -83.9501, | |
| "country": "United States", | |
| "population": 119336 | |
| }, | |
| { | |
| "city": "Jaú", | |
| "lat": -22.2896, | |
| "lng": -48.57, | |
| "country": "Brazil", | |
| "population": 119206 | |
| }, | |
| { | |
| "city": "Tetovo", | |
| "lat": 42.0092, | |
| "lng": 20.9701, | |
| "country": "Macedonia", | |
| "population": 119132 | |
| }, | |
| { | |
| "city": "Iowa City", | |
| "lat": 41.6559, | |
| "lng": -91.5304, | |
| "country": "United States", | |
| "population": 119091 | |
| }, | |
| { | |
| "city": "Udine", | |
| "lat": 46.07, | |
| "lng": 13.24, | |
| "country": "Italy", | |
| "population": 119009 | |
| }, | |
| { | |
| "city": "Arvada", | |
| "lat": 39.8321, | |
| "lng": -105.151, | |
| "country": "United States", | |
| "population": 118807 | |
| }, | |
| { | |
| "city": "Pleven", | |
| "lat": 43.4238, | |
| "lng": 24.6134, | |
| "country": "Bulgaria", | |
| "population": 118675 | |
| }, | |
| { | |
| "city": "Zielona Góra", | |
| "lat": 51.9504, | |
| "lng": 15.5, | |
| "country": "Poland", | |
| "population": 118433 | |
| }, | |
| { | |
| "city": "Anuradhapura", | |
| "lat": 8.35, | |
| "lng": 80.3833, | |
| "country": "Sri Lanka", | |
| "population": 118302 | |
| }, | |
| { | |
| "city": "Qomsheh", | |
| "lat": 32.0115, | |
| "lng": 51.8597, | |
| "country": "Iran", | |
| "population": 118301 | |
| }, | |
| { | |
| "city": "Tongren", | |
| "lat": 27.6804, | |
| "lng": 109.13, | |
| "country": "China", | |
| "population": 118290 | |
| }, | |
| { | |
| "city": "Berdyansk", | |
| "lat": 46.7568, | |
| "lng": 36.7868, | |
| "country": "Ukraine", | |
| "population": 118284 | |
| }, | |
| { | |
| "city": "Bandundu", | |
| "lat": -3.31, | |
| "lng": 17.38, | |
| "country": "Congo (Kinshasa)", | |
| "population": 118211 | |
| }, | |
| { | |
| "city": "Bama", | |
| "lat": 11.5204, | |
| "lng": 13.69, | |
| "country": "Nigeria", | |
| "population": 118121 | |
| }, | |
| { | |
| "city": "Seaside", | |
| "lat": 36.6224, | |
| "lng": -121.8191, | |
| "country": "United States", | |
| "population": 118110 | |
| }, | |
| { | |
| "city": "Ourense", | |
| "lat": 42.33, | |
| "lng": -7.87, | |
| "country": "Spain", | |
| "population": 118107 | |
| }, | |
| { | |
| "city": "Kingsport", | |
| "lat": 36.522, | |
| "lng": -82.5453, | |
| "country": "United States", | |
| "population": 118001 | |
| }, | |
| { | |
| "city": "Setúbal", | |
| "lat": 38.53, | |
| "lng": -8.9, | |
| "country": "Portugal", | |
| "population": 117974 | |
| }, | |
| { | |
| "city": "Nakhon Pathom", | |
| "lat": 13.818, | |
| "lng": 100.064, | |
| "country": "Thailand", | |
| "population": 117927 | |
| }, | |
| { | |
| "city": "Sokodé", | |
| "lat": 8.9905, | |
| "lng": 1.15, | |
| "country": "Togo", | |
| "population": 117811 | |
| }, | |
| { | |
| "city": "Agadez", | |
| "lat": 16.9959, | |
| "lng": 7.9828, | |
| "country": "Niger", | |
| "population": 117770 | |
| }, | |
| { | |
| "city": "Jalingo", | |
| "lat": 8.9004, | |
| "lng": 11.36, | |
| "country": "Nigeria", | |
| "population": 117757 | |
| }, | |
| { | |
| "city": "Dunedin", | |
| "lat": -45.8854, | |
| "lng": 170.491, | |
| "country": "New Zealand", | |
| "population": 117700 | |
| }, | |
| { | |
| "city": "Achinsk", | |
| "lat": 56.27, | |
| "lng": 90.5, | |
| "country": "Russia", | |
| "population": 117634 | |
| }, | |
| { | |
| "city": "Anaco", | |
| "lat": 9.44, | |
| "lng": -64.46, | |
| "country": "Venezuela", | |
| "population": 117596 | |
| }, | |
| { | |
| "city": "Punta Arenas", | |
| "lat": -53.165, | |
| "lng": -70.94, | |
| "country": "Chile", | |
| "population": 117430 | |
| }, | |
| { | |
| "city": "San Martín", | |
| "lat": -33.07, | |
| "lng": -68.49, | |
| "country": "Argentina", | |
| "population": 117399 | |
| }, | |
| { | |
| "city": "Independence", | |
| "lat": 39.0871, | |
| "lng": -94.3503, | |
| "country": "United States", | |
| "population": 117306 | |
| }, | |
| { | |
| "city": "Langsa", | |
| "lat": 4.6736, | |
| "lng": 97.9664, | |
| "country": "Indonesia", | |
| "population": 117256 | |
| }, | |
| { | |
| "city": "Vyborg", | |
| "lat": 60.7039, | |
| "lng": 28.7549, | |
| "country": "Russia", | |
| "population": 117201 | |
| }, | |
| { | |
| "city": "Calabozo", | |
| "lat": 8.9304, | |
| "lng": -67.44, | |
| "country": "Venezuela", | |
| "population": 117132 | |
| }, | |
| { | |
| "city": "Chiang Rai", | |
| "lat": 19.9119, | |
| "lng": 99.8265, | |
| "country": "Thailand", | |
| "population": 117127 | |
| }, | |
| { | |
| "city": "Nkongsamba", | |
| "lat": 4.9604, | |
| "lng": 9.94, | |
| "country": "Cameroon", | |
| "population": 117063 | |
| }, | |
| { | |
| "city": "Kindia", | |
| "lat": 10.06, | |
| "lng": -12.87, | |
| "country": "Guinea", | |
| "population": 117062 | |
| }, | |
| { | |
| "city": "Gao", | |
| "lat": 16.2666, | |
| "lng": -0.05, | |
| "country": "Mali", | |
| "population": 116967 | |
| }, | |
| { | |
| "city": "Port-Gentil", | |
| "lat": -0.72, | |
| "lng": 8.78, | |
| "country": "Gabon", | |
| "population": 116836 | |
| }, | |
| { | |
| "city": "Richardson", | |
| "lat": 32.9717, | |
| "lng": -96.7092, | |
| "country": "United States", | |
| "population": 116783 | |
| }, | |
| { | |
| "city": "Rochester", | |
| "lat": 44.0151, | |
| "lng": -92.4778, | |
| "country": "United States", | |
| "population": 116713 | |
| }, | |
| { | |
| "city": "Huanren", | |
| "lat": 41.2563, | |
| "lng": 125.346, | |
| "country": "China", | |
| "population": 116621 | |
| }, | |
| { | |
| "city": "Taonan", | |
| "lat": 45.3304, | |
| "lng": 122.78, | |
| "country": "China", | |
| "population": 116611 | |
| }, | |
| { | |
| "city": "Puno", | |
| "lat": -15.8329, | |
| "lng": -70.0333, | |
| "country": "Peru", | |
| "population": 116552 | |
| }, | |
| { | |
| "city": "Jaén", | |
| "lat": 37.7704, | |
| "lng": -3.8, | |
| "country": "Spain", | |
| "population": 116400 | |
| }, | |
| { | |
| "city": "Nizhyn", | |
| "lat": 51.0541, | |
| "lng": 31.8903, | |
| "country": "Ukraine", | |
| "population": 116288 | |
| }, | |
| { | |
| "city": "Yakeshi", | |
| "lat": 49.2804, | |
| "lng": 120.73, | |
| "country": "China", | |
| "population": 116284 | |
| }, | |
| { | |
| "city": "Boké", | |
| "lat": 10.94, | |
| "lng": -14.3, | |
| "country": "Guinea", | |
| "population": 116270 | |
| }, | |
| { | |
| "city": "Gilroy", | |
| "lat": 37.0047, | |
| "lng": -121.5843, | |
| "country": "United States", | |
| "population": 116235 | |
| }, | |
| { | |
| "city": "Cherkessk", | |
| "lat": 44.2904, | |
| "lng": 42.06, | |
| "country": "Russia", | |
| "population": 116224 | |
| }, | |
| { | |
| "city": "El Monte", | |
| "lat": 34.074, | |
| "lng": -118.0291, | |
| "country": "United States", | |
| "population": 116109 | |
| }, | |
| { | |
| "city": "Navajoa", | |
| "lat": 27.0819, | |
| "lng": -109.4546, | |
| "country": "Mexico", | |
| "population": 116093 | |
| }, | |
| { | |
| "city": "Rock Hill", | |
| "lat": 34.9413, | |
| "lng": -81.025, | |
| "country": "United States", | |
| "population": 115963 | |
| }, | |
| { | |
| "city": "Tahoua", | |
| "lat": 14.9, | |
| "lng": 5.2599, | |
| "country": "Niger", | |
| "population": 115956 | |
| }, | |
| { | |
| "city": "Yelets", | |
| "lat": 52.58, | |
| "lng": 38.5, | |
| "country": "Russia", | |
| "population": 115919 | |
| }, | |
| { | |
| "city": "Buizhou", | |
| "lat": 37.3704, | |
| "lng": 118.02, | |
| "country": "China", | |
| "population": 115893 | |
| }, | |
| { | |
| "city": "Sri Jawewardenepura Kotte", | |
| "lat": 6.9, | |
| "lng": 79.95, | |
| "country": "Sri Lanka", | |
| "population": 115826 | |
| }, | |
| { | |
| "city": "Inhambane", | |
| "lat": -23.858, | |
| "lng": 35.3398, | |
| "country": "Mozambique", | |
| "population": 115776 | |
| }, | |
| { | |
| "city": "Clearwater", | |
| "lat": 27.9786, | |
| "lng": -82.7622, | |
| "country": "United States", | |
| "population": 115513 | |
| }, | |
| { | |
| "city": "Monroe", | |
| "lat": 32.5184, | |
| "lng": -92.0774, | |
| "country": "United States", | |
| "population": 115462 | |
| }, | |
| { | |
| "city": "Dover", | |
| "lat": 39.1603, | |
| "lng": -75.5203, | |
| "country": "United States", | |
| "population": 115352 | |
| }, | |
| { | |
| "city": "Carlsbad", | |
| "lat": 33.1246, | |
| "lng": -117.2837, | |
| "country": "United States", | |
| "population": 115330 | |
| }, | |
| { | |
| "city": "Toliara", | |
| "lat": -23.3568, | |
| "lng": 43.69, | |
| "country": "Madagascar", | |
| "population": 115319 | |
| }, | |
| { | |
| "city": "Goulimine", | |
| "lat": 28.98, | |
| "lng": -10.07, | |
| "country": "Morocco", | |
| "population": 115267 | |
| }, | |
| { | |
| "city": "Pouso Alegre", | |
| "lat": -22.22, | |
| "lng": -45.94, | |
| "country": "Brazil", | |
| "population": 115201 | |
| }, | |
| { | |
| "city": "Kulob", | |
| "lat": 37.9212, | |
| "lng": 69.7757, | |
| "country": "Tajikistan", | |
| "population": 115164 | |
| }, | |
| { | |
| "city": "Nabeul", | |
| "lat": 36.4603, | |
| "lng": 10.73, | |
| "country": "Tunisia", | |
| "population": 115149 | |
| }, | |
| { | |
| "city": "Tuguegarao", | |
| "lat": 17.6131, | |
| "lng": 121.7269, | |
| "country": "Philippines", | |
| "population": 115105 | |
| }, | |
| { | |
| "city": "Norman", | |
| "lat": 35.2335, | |
| "lng": -97.3471, | |
| "country": "United States", | |
| "population": 115065 | |
| }, | |
| { | |
| "city": "Ciudad Valles", | |
| "lat": 21.98, | |
| "lng": -99.02, | |
| "country": "Mexico", | |
| "population": 114964 | |
| }, | |
| { | |
| "city": "Abilene", | |
| "lat": 32.4543, | |
| "lng": -99.7384, | |
| "country": "United States", | |
| "population": 114964 | |
| }, | |
| { | |
| "city": "Bloomington", | |
| "lat": 39.1637, | |
| "lng": -86.5256, | |
| "country": "United States", | |
| "population": 114959 | |
| }, | |
| { | |
| "city": "Delicias", | |
| "lat": 28.2, | |
| "lng": -105.5, | |
| "country": "Mexico", | |
| "population": 114783 | |
| }, | |
| { | |
| "city": "Botoșani", | |
| "lat": 47.7484, | |
| "lng": 26.6597, | |
| "country": "Romania", | |
| "population": 114783 | |
| }, | |
| { | |
| "city": "Kamyanets-Podilskyy", | |
| "lat": 48.6843, | |
| "lng": 26.5809, | |
| "country": "Ukraine", | |
| "population": 114658 | |
| }, | |
| { | |
| "city": "Texas City", | |
| "lat": 29.4128, | |
| "lng": -94.9658, | |
| "country": "United States", | |
| "population": 114546 | |
| }, | |
| { | |
| "city": "Giyon", | |
| "lat": 8.5304, | |
| "lng": 37.97, | |
| "country": "Ethiopia", | |
| "population": 114534 | |
| }, | |
| { | |
| "city": "Shashemene", | |
| "lat": 7.2004, | |
| "lng": 38.59, | |
| "country": "Ethiopia", | |
| "population": 114350 | |
| }, | |
| { | |
| "city": "Temecula", | |
| "lat": 33.4928, | |
| "lng": -117.1314, | |
| "country": "United States", | |
| "population": 114327 | |
| }, | |
| { | |
| "city": "Utica", | |
| "lat": 43.0961, | |
| "lng": -75.226, | |
| "country": "United States", | |
| "population": 114318 | |
| }, | |
| { | |
| "city": "Valparai", | |
| "lat": 10.3204, | |
| "lng": 76.97, | |
| "country": "India", | |
| "population": 114308 | |
| }, | |
| { | |
| "city": "Kuito", | |
| "lat": -12.38, | |
| "lng": 16.94, | |
| "country": "Angola", | |
| "population": 114286 | |
| }, | |
| { | |
| "city": "Maribor", | |
| "lat": 46.5405, | |
| "lng": 15.65, | |
| "country": "Slovenia", | |
| "population": 114228 | |
| }, | |
| { | |
| "city": "Saint Cloud", | |
| "lat": 45.5339, | |
| "lng": -94.1719, | |
| "country": "United States", | |
| "population": 114225 | |
| }, | |
| { | |
| "city": "Kingston", | |
| "lat": 44.2337, | |
| "lng": -76.4833, | |
| "country": "Canada", | |
| "population": 114195 | |
| }, | |
| { | |
| "city": "Siirt", | |
| "lat": 37.944, | |
| "lng": 41.933, | |
| "country": "Turkey", | |
| "population": 114034 | |
| }, | |
| { | |
| "city": "Kankan", | |
| "lat": 10.39, | |
| "lng": -9.31, | |
| "country": "Guinea", | |
| "population": 114009 | |
| }, | |
| { | |
| "city": "Zhijiang", | |
| "lat": 27.4409, | |
| "lng": 109.678, | |
| "country": "China", | |
| "population": 113907 | |
| }, | |
| { | |
| "city": "Saint George", | |
| "lat": 37.0769, | |
| "lng": -113.577, | |
| "country": "United States", | |
| "population": 113906 | |
| }, | |
| { | |
| "city": "West Jordan", | |
| "lat": 40.6024, | |
| "lng": -112.0008, | |
| "country": "United States", | |
| "population": 113905 | |
| }, | |
| { | |
| "city": "Kecskemét", | |
| "lat": 46.9, | |
| "lng": 19.7, | |
| "country": "Hungary", | |
| "population": 113895 | |
| }, | |
| { | |
| "city": "Laghouat", | |
| "lat": 33.81, | |
| "lng": 2.88, | |
| "country": "Algeria", | |
| "population": 113872 | |
| }, | |
| { | |
| "city": "Botucatu", | |
| "lat": -22.8796, | |
| "lng": -48.45, | |
| "country": "Brazil", | |
| "population": 113862 | |
| }, | |
| { | |
| "city": "Costa Mesa", | |
| "lat": 33.6667, | |
| "lng": -117.9135, | |
| "country": "United States", | |
| "population": 113825 | |
| }, | |
| { | |
| "city": "Tobolsk", | |
| "lat": 58.1998, | |
| "lng": 68.2648, | |
| "country": "Russia", | |
| "population": 113800 | |
| }, | |
| { | |
| "city": "Miami Gardens", | |
| "lat": 25.9433, | |
| "lng": -80.2425, | |
| "country": "United States", | |
| "population": 113750 | |
| }, | |
| { | |
| "city": "Curicó", | |
| "lat": -34.98, | |
| "lng": -71.24, | |
| "country": "Chile", | |
| "population": 113711 | |
| }, | |
| { | |
| "city": "Bærum", | |
| "lat": 59.9135, | |
| "lng": 11.3472, | |
| "country": "Norway", | |
| "population": 113659 | |
| }, | |
| { | |
| "city": "Cambridge", | |
| "lat": 42.3758, | |
| "lng": -71.1184, | |
| "country": "United States", | |
| "population": 113630 | |
| }, | |
| { | |
| "city": "Santa Cruz do Sul", | |
| "lat": -29.71, | |
| "lng": -52.44, | |
| "country": "Brazil", | |
| "population": 113625 | |
| }, | |
| { | |
| "city": "Praia", | |
| "lat": 14.9167, | |
| "lng": -23.5167, | |
| "country": "Cabo Verde", | |
| "population": 113364 | |
| }, | |
| { | |
| "city": "Kipushi", | |
| "lat": -11.7596, | |
| "lng": 27.25, | |
| "country": "Congo (Kinshasa)", | |
| "population": 113347 | |
| }, | |
| { | |
| "city": "Kitami", | |
| "lat": 43.8504, | |
| "lng": 143.9, | |
| "country": "Japan", | |
| "population": 113137 | |
| }, | |
| { | |
| "city": "Exeter", | |
| "lat": 50.7004, | |
| "lng": -3.53, | |
| "country": "United Kingdom", | |
| "population": 113118 | |
| }, | |
| { | |
| "city": "Downey", | |
| "lat": 33.9379, | |
| "lng": -118.1312, | |
| "country": "United States", | |
| "population": 113092 | |
| }, | |
| { | |
| "city": "Coeur d'Alene", | |
| "lat": 47.7039, | |
| "lng": -116.7933, | |
| "country": "United States", | |
| "population": 112935 | |
| }, | |
| { | |
| "city": "Malé", | |
| "lat": 4.1667, | |
| "lng": 73.4999, | |
| "country": "Maldives", | |
| "population": 112927 | |
| }, | |
| { | |
| "city": "Tokmak", | |
| "lat": 42.8299, | |
| "lng": 75.2846, | |
| "country": "Kyrgyzstan", | |
| "population": 112860 | |
| }, | |
| { | |
| "city": "Westminster", | |
| "lat": 39.8837, | |
| "lng": -105.0627, | |
| "country": "United States", | |
| "population": 112812 | |
| }, | |
| { | |
| "city": "Nefteyugansk", | |
| "lat": 61.0777, | |
| "lng": 72.7027, | |
| "country": "Russia", | |
| "population": 112632 | |
| }, | |
| { | |
| "city": "Shaowu", | |
| "lat": 27.3004, | |
| "lng": 117.5, | |
| "country": "China", | |
| "population": 112585 | |
| }, | |
| { | |
| "city": "Mojokerto", | |
| "lat": -7.4696, | |
| "lng": 112.43, | |
| "country": "Indonesia", | |
| "population": 112557 | |
| }, | |
| { | |
| "city": "Satu Mare", | |
| "lat": 47.792, | |
| "lng": 22.885, | |
| "country": "Romania", | |
| "population": 112490 | |
| }, | |
| { | |
| "city": "Elgin", | |
| "lat": 42.0385, | |
| "lng": -88.3229, | |
| "country": "United States", | |
| "population": 112456 | |
| }, | |
| { | |
| "city": "Guanajuato", | |
| "lat": 21.0204, | |
| "lng": -101.28, | |
| "country": "Mexico", | |
| "population": 112200 | |
| }, | |
| { | |
| "city": "El Centro", | |
| "lat": 32.7873, | |
| "lng": -115.5579, | |
| "country": "United States", | |
| "population": 112145 | |
| }, | |
| { | |
| "city": "Mazyr", | |
| "lat": 52.046, | |
| "lng": 29.2722, | |
| "country": "Belarus", | |
| "population": 112137 | |
| }, | |
| { | |
| "city": "Iguala", | |
| "lat": 18.37, | |
| "lng": -99.54, | |
| "country": "Mexico", | |
| "population": 112106 | |
| }, | |
| { | |
| "city": "Waterloo", | |
| "lat": 42.492, | |
| "lng": -92.3522, | |
| "country": "United States", | |
| "population": 112060 | |
| }, | |
| { | |
| "city": "Juba", | |
| "lat": 4.83, | |
| "lng": 31.58, | |
| "country": "South Sudan", | |
| "population": 111975 | |
| }, | |
| { | |
| "city": "Nakhon Sawan", | |
| "lat": 15.7, | |
| "lng": 100.07, | |
| "country": "Thailand", | |
| "population": 111915 | |
| }, | |
| { | |
| "city": "Iringa", | |
| "lat": -7.7696, | |
| "lng": 35.69, | |
| "country": "Tanzania", | |
| "population": 111820 | |
| }, | |
| { | |
| "city": "Zwolle", | |
| "lat": 52.524, | |
| "lng": 6.097, | |
| "country": "Netherlands", | |
| "population": 111805 | |
| }, | |
| { | |
| "city": "Kandy", | |
| "lat": 7.28, | |
| "lng": 80.67, | |
| "country": "Sri Lanka", | |
| "population": 111701 | |
| }, | |
| { | |
| "city": "Conselheiro Lafaiete", | |
| "lat": -20.67, | |
| "lng": -43.79, | |
| "country": "Brazil", | |
| "population": 111596 | |
| }, | |
| { | |
| "city": "Daugavpils", | |
| "lat": 55.88, | |
| "lng": 26.51, | |
| "country": "Latvia", | |
| "population": 111564 | |
| }, | |
| { | |
| "city": "Kuqa", | |
| "lat": 41.7277, | |
| "lng": 82.9364, | |
| "country": "China", | |
| "population": 111499 | |
| }, | |
| { | |
| "city": "Magelang", | |
| "lat": -7.4696, | |
| "lng": 110.18, | |
| "country": "Indonesia", | |
| "population": 111461 | |
| }, | |
| { | |
| "city": "Santa Rosa", | |
| "lat": -36.62, | |
| "lng": -64.3, | |
| "country": "Argentina", | |
| "population": 111424 | |
| }, | |
| { | |
| "city": "Lowell", | |
| "lat": 42.6389, | |
| "lng": -71.3217, | |
| "country": "United States", | |
| "population": 111346 | |
| }, | |
| { | |
| "city": "Jawhar", | |
| "lat": 2.767, | |
| "lng": 45.5166, | |
| "country": "Somalia", | |
| "population": 111308 | |
| }, | |
| { | |
| "city": "Gresham", | |
| "lat": 45.5023, | |
| "lng": -122.4414, | |
| "country": "United States", | |
| "population": 111053 | |
| }, | |
| { | |
| "city": "Algeciras", | |
| "lat": 36.1267, | |
| "lng": -5.4665, | |
| "country": "Spain", | |
| "population": 111027 | |
| }, | |
| { | |
| "city": "Nsukka", | |
| "lat": 6.867, | |
| "lng": 7.3834, | |
| "country": "Nigeria", | |
| "population": 111017 | |
| }, | |
| { | |
| "city": "Nguru", | |
| "lat": 12.8804, | |
| "lng": 10.45, | |
| "country": "Nigeria", | |
| "population": 111014 | |
| }, | |
| { | |
| "city": "North Charleston", | |
| "lat": 32.9086, | |
| "lng": -80.0705, | |
| "country": "United States", | |
| "population": 110861 | |
| }, | |
| { | |
| "city": "Balkanabat", | |
| "lat": 39.5124, | |
| "lng": 54.3649, | |
| "country": "Turkmenistan", | |
| "population": 110827 | |
| }, | |
| { | |
| "city": "Manzanillo", | |
| "lat": 19.0496, | |
| "lng": -104.3231, | |
| "country": "Mexico", | |
| "population": 110735 | |
| }, | |
| { | |
| "city": "Pemba", | |
| "lat": -12.983, | |
| "lng": 40.5323, | |
| "country": "Mozambique", | |
| "population": 110643 | |
| }, | |
| { | |
| "city": "Volos", | |
| "lat": 39.37, | |
| "lng": 22.95, | |
| "country": "Greece", | |
| "population": 110632 | |
| }, | |
| { | |
| "city": "Inglewood", | |
| "lat": 33.9566, | |
| "lng": -118.3444, | |
| "country": "United States", | |
| "population": 110598 | |
| }, | |
| { | |
| "city": "Noyabrsk", | |
| "lat": 63.1665, | |
| "lng": 75.6165, | |
| "country": "Russia", | |
| "population": 110572 | |
| }, | |
| { | |
| "city": "Yaynangyoung", | |
| "lat": 20.4615, | |
| "lng": 94.881, | |
| "country": "Burma", | |
| "population": 110553 | |
| }, | |
| { | |
| "city": "Manzini", | |
| "lat": -26.495, | |
| "lng": 31.388, | |
| "country": "Swaziland", | |
| "population": 110537 | |
| }, | |
| { | |
| "city": "Pompano Beach", | |
| "lat": 26.2428, | |
| "lng": -80.1312, | |
| "country": "United States", | |
| "population": 110473 | |
| }, | |
| { | |
| "city": "Centennial", | |
| "lat": 39.5926, | |
| "lng": -104.8674, | |
| "country": "United States", | |
| "population": 110250 | |
| }, | |
| { | |
| "city": "West Palm Beach", | |
| "lat": 26.7467, | |
| "lng": -80.1314, | |
| "country": "United States", | |
| "population": 110222 | |
| }, | |
| { | |
| "city": "Mzuzu", | |
| "lat": -11.46, | |
| "lng": 34.02, | |
| "country": "Malawi", | |
| "population": 110201 | |
| }, | |
| { | |
| "city": "Bouïra", | |
| "lat": 36.3805, | |
| "lng": 3.9, | |
| "country": "Algeria", | |
| "population": 110144 | |
| }, | |
| { | |
| "city": "Garanhuns", | |
| "lat": -8.89, | |
| "lng": -36.5, | |
| "country": "Brazil", | |
| "population": 110085 | |
| }, | |
| { | |
| "city": "Everett", | |
| "lat": 47.9524, | |
| "lng": -122.167, | |
| "country": "United States", | |
| "population": 110079 | |
| }, | |
| { | |
| "city": "Santa Fe", | |
| "lat": 35.6619, | |
| "lng": -105.9819, | |
| "country": "United States", | |
| "population": 110078 | |
| }, | |
| { | |
| "city": "Linqing", | |
| "lat": 36.8504, | |
| "lng": 115.68, | |
| "country": "China", | |
| "population": 110046 | |
| }, | |
| { | |
| "city": "Richmond", | |
| "lat": 37.9477, | |
| "lng": -122.339, | |
| "country": "United States", | |
| "population": 110040 | |
| }, | |
| { | |
| "city": "David", | |
| "lat": 8.4333, | |
| "lng": -82.4333, | |
| "country": "Panama", | |
| "population": 110037 | |
| }, | |
| { | |
| "city": "Milagro", | |
| "lat": -2.1796, | |
| "lng": -79.6, | |
| "country": "Ecuador", | |
| "population": 109970 | |
| }, | |
| { | |
| "city": "Bataysk", | |
| "lat": 47.1368, | |
| "lng": 39.7449, | |
| "country": "Russia", | |
| "population": 109962 | |
| }, | |
| { | |
| "city": "Hailun", | |
| "lat": 47.4504, | |
| "lng": 126.93, | |
| "country": "China", | |
| "population": 109881 | |
| }, | |
| { | |
| "city": "Lichinga", | |
| "lat": -13.3, | |
| "lng": 35.24, | |
| "country": "Mozambique", | |
| "population": 109839 | |
| }, | |
| { | |
| "city": "Kandi", | |
| "lat": 11.1304, | |
| "lng": 2.94, | |
| "country": "Benin", | |
| "population": 109701 | |
| }, | |
| { | |
| "city": "Dali", | |
| "lat": 34.7953, | |
| "lng": 109.9378, | |
| "country": "China", | |
| "population": 109696 | |
| }, | |
| { | |
| "city": "Clovis", | |
| "lat": 36.8278, | |
| "lng": -119.6841, | |
| "country": "United States", | |
| "population": 109691 | |
| }, | |
| { | |
| "city": "Tieli", | |
| "lat": 46.9504, | |
| "lng": 128.05, | |
| "country": "China", | |
| "population": 109636 | |
| }, | |
| { | |
| "city": "Ipiales", | |
| "lat": 0.8304, | |
| "lng": -77.65, | |
| "country": "Colombia", | |
| "population": 109618 | |
| }, | |
| { | |
| "city": "Catanduva", | |
| "lat": -21.14, | |
| "lng": -48.98, | |
| "country": "Brazil", | |
| "population": 109612 | |
| }, | |
| { | |
| "city": "Szombathely", | |
| "lat": 47.2253, | |
| "lng": 16.6287, | |
| "country": "Hungary", | |
| "population": 109518 | |
| }, | |
| { | |
| "city": "Pottstown", | |
| "lat": 40.2508, | |
| "lng": -75.6445, | |
| "country": "United States", | |
| "population": 109437 | |
| }, | |
| { | |
| "city": "Heihe", | |
| "lat": 50.25, | |
| "lng": 127.446, | |
| "country": "China", | |
| "population": 109427 | |
| }, | |
| { | |
| "city": "Siem Reap", | |
| "lat": 13.3666, | |
| "lng": 103.85, | |
| "country": "Cambodia", | |
| "population": 109398 | |
| }, | |
| { | |
| "city": "Szolnok", | |
| "lat": 47.1864, | |
| "lng": 20.1794, | |
| "country": "Hungary", | |
| "population": 109261 | |
| }, | |
| { | |
| "city": "Sergiyev Posad", | |
| "lat": 56.33, | |
| "lng": 38.17, | |
| "country": "Russia", | |
| "population": 109252 | |
| }, | |
| { | |
| "city": "Tumbes", | |
| "lat": -3.57, | |
| "lng": -80.46, | |
| "country": "Peru", | |
| "population": 109223 | |
| }, | |
| { | |
| "city": "San Rafael", | |
| "lat": -34.6, | |
| "lng": -68.3333, | |
| "country": "Argentina", | |
| "population": 109163 | |
| }, | |
| { | |
| "city": "Matagalpa", | |
| "lat": 12.9171, | |
| "lng": -85.9167, | |
| "country": "Nicaragua", | |
| "population": 109089 | |
| }, | |
| { | |
| "city": "Tuxpam", | |
| "lat": 20.9604, | |
| "lng": -97.41, | |
| "country": "Mexico", | |
| "population": 109049 | |
| }, | |
| { | |
| "city": "Leninsk Kuznetsky", | |
| "lat": 54.66, | |
| "lng": 86.17, | |
| "country": "Russia", | |
| "population": 109023 | |
| }, | |
| { | |
| "city": "Soubré", | |
| "lat": 5.7904, | |
| "lng": -6.61, | |
| "country": "Côte D’Ivoire", | |
| "population": 108933 | |
| }, | |
| { | |
| "city": "Jacksonville", | |
| "lat": 34.7323, | |
| "lng": -77.3962, | |
| "country": "United States", | |
| "population": 108872 | |
| }, | |
| { | |
| "city": "Karamay", | |
| "lat": 45.5899, | |
| "lng": 84.8599, | |
| "country": "China", | |
| "population": 108769 | |
| }, | |
| { | |
| "city": "Kaposvár", | |
| "lat": 46.367, | |
| "lng": 17.8, | |
| "country": "Hungary", | |
| "population": 108528 | |
| }, | |
| { | |
| "city": "Mopti", | |
| "lat": 14.49, | |
| "lng": -4.18, | |
| "country": "Mali", | |
| "population": 108456 | |
| }, | |
| { | |
| "city": "Trincomalee", | |
| "lat": 8.569, | |
| "lng": 81.233, | |
| "country": "Sri Lanka", | |
| "population": 108420 | |
| }, | |
| { | |
| "city": "Broken Arrow", | |
| "lat": 36.0365, | |
| "lng": -95.7808, | |
| "country": "United States", | |
| "population": 108303 | |
| }, | |
| { | |
| "city": "Burlington", | |
| "lat": 44.4877, | |
| "lng": -73.2314, | |
| "country": "United States", | |
| "population": 108277 | |
| }, | |
| { | |
| "city": "Nehe", | |
| "lat": 48.49, | |
| "lng": 124.88, | |
| "country": "China", | |
| "population": 108253 | |
| }, | |
| { | |
| "city": "Kyzyl", | |
| "lat": 51.7067, | |
| "lng": 94.3831, | |
| "country": "Russia", | |
| "population": 108240 | |
| }, | |
| { | |
| "city": "Mascara", | |
| "lat": 35.4004, | |
| "lng": 0.14, | |
| "country": "Algeria", | |
| "population": 108230 | |
| }, | |
| { | |
| "city": "Oktyabrskiy", | |
| "lat": 54.46, | |
| "lng": 53.46, | |
| "country": "Russia", | |
| "population": 108200 | |
| }, | |
| { | |
| "city": "Birnin Kebbi", | |
| "lat": 12.4504, | |
| "lng": 4.1999, | |
| "country": "Nigeria", | |
| "population": 108164 | |
| }, | |
| { | |
| "city": "En Nuhud", | |
| "lat": 12.6904, | |
| "lng": 28.42, | |
| "country": "Sudan", | |
| "population": 108008 | |
| }, | |
| { | |
| "city": "Estelí", | |
| "lat": 13.09, | |
| "lng": -86.36, | |
| "country": "Nicaragua", | |
| "population": 107839 | |
| }, | |
| { | |
| "city": "Barletta", | |
| "lat": 41.32, | |
| "lng": 16.27, | |
| "country": "Italy", | |
| "population": 107830 | |
| }, | |
| { | |
| "city": "Trento", | |
| "lat": 46.0804, | |
| "lng": 11.12, | |
| "country": "Italy", | |
| "population": 107808 | |
| }, | |
| { | |
| "city": "Escuintla", | |
| "lat": 15.33, | |
| "lng": -92.63, | |
| "country": "Mexico", | |
| "population": 107638 | |
| }, | |
| { | |
| "city": "Escuintla", | |
| "lat": 14.3004, | |
| "lng": -90.78, | |
| "country": "Guatemala", | |
| "population": 107638 | |
| }, | |
| { | |
| "city": "West Covina", | |
| "lat": 34.0555, | |
| "lng": -117.9113, | |
| "country": "United States", | |
| "population": 107598 | |
| }, | |
| { | |
| "city": "Kogon", | |
| "lat": 39.7211, | |
| "lng": 64.5458, | |
| "country": "Uzbekistan", | |
| "population": 107566 | |
| }, | |
| { | |
| "city": "Rimnicu Vilcea", | |
| "lat": 45.11, | |
| "lng": 24.383, | |
| "country": "Romania", | |
| "population": 107558 | |
| }, | |
| { | |
| "city": "Koszalin", | |
| "lat": 54.2, | |
| "lng": 16.1833, | |
| "country": "Poland", | |
| "population": 107450 | |
| }, | |
| { | |
| "city": "Obninsk", | |
| "lat": 55.0804, | |
| "lng": 36.62, | |
| "country": "Russia", | |
| "population": 107392 | |
| }, | |
| { | |
| "city": "Shinyanga", | |
| "lat": -3.6596, | |
| "lng": 33.42, | |
| "country": "Tanzania", | |
| "population": 107362 | |
| }, | |
| { | |
| "city": "Luxembourg", | |
| "lat": 49.6117, | |
| "lng": 6.13, | |
| "country": "Luxembourg", | |
| "population": 107260 | |
| }, | |
| { | |
| "city": "Turlock", | |
| "lat": 37.5053, | |
| "lng": -120.8588, | |
| "country": "United States", | |
| "population": 107208 | |
| }, | |
| { | |
| "city": "Västerås", | |
| "lat": 59.63, | |
| "lng": 16.54, | |
| "country": "Sweden", | |
| "population": 107194 | |
| }, | |
| { | |
| "city": "Chapayevsk", | |
| "lat": 52.9743, | |
| "lng": 49.7243, | |
| "country": "Russia", | |
| "population": 107164 | |
| }, | |
| { | |
| "city": "Louangphrabang", | |
| "lat": 19.8845, | |
| "lng": 102.1416, | |
| "country": "Laos", | |
| "population": 107142 | |
| }, | |
| { | |
| "city": "Ilebo", | |
| "lat": -4.3196, | |
| "lng": 20.61, | |
| "country": "Congo (Kinshasa)", | |
| "population": 107093 | |
| }, | |
| { | |
| "city": "Golmud", | |
| "lat": 36.4166, | |
| "lng": 94.8833, | |
| "country": "China", | |
| "population": 107092 | |
| }, | |
| { | |
| "city": "Apucarana", | |
| "lat": -23.55, | |
| "lng": -51.47, | |
| "country": "Brazil", | |
| "population": 107085 | |
| }, | |
| { | |
| "city": "Daly City", | |
| "lat": 37.6863, | |
| "lng": -122.4684, | |
| "country": "United States", | |
| "population": 107074 | |
| }, | |
| { | |
| "city": "Eau Claire", | |
| "lat": 44.8203, | |
| "lng": -91.4951, | |
| "country": "United States", | |
| "population": 107068 | |
| }, | |
| { | |
| "city": "Pardubice", | |
| "lat": 50.0404, | |
| "lng": 15.76, | |
| "country": "Czechia", | |
| "population": 107064 | |
| }, | |
| { | |
| "city": "Ratchaburi", | |
| "lat": 13.5419, | |
| "lng": 99.8215, | |
| "country": "Thailand", | |
| "population": 106996 | |
| }, | |
| { | |
| "city": "Elista", | |
| "lat": 46.3287, | |
| "lng": 44.2087, | |
| "country": "Russia", | |
| "population": 106971 | |
| }, | |
| { | |
| "city": "Taungoo", | |
| "lat": 18.9483, | |
| "lng": 96.4179, | |
| "country": "Burma", | |
| "population": 106945 | |
| }, | |
| { | |
| "city": "Hillsboro", | |
| "lat": 45.5271, | |
| "lng": -122.9358, | |
| "country": "United States", | |
| "population": 106894 | |
| }, | |
| { | |
| "city": "Kandalaksha", | |
| "lat": 67.1643, | |
| "lng": 32.4144, | |
| "country": "Russia", | |
| "population": 106798 | |
| }, | |
| { | |
| "city": "Sandy Springs", | |
| "lat": 33.9366, | |
| "lng": -84.3703, | |
| "country": "United States", | |
| "population": 106739 | |
| }, | |
| { | |
| "city": "Douliou", | |
| "lat": 23.7075, | |
| "lng": 120.5439, | |
| "country": "Taiwan", | |
| "population": 106653 | |
| }, | |
| { | |
| "city": "Coimbra", | |
| "lat": 40.2004, | |
| "lng": -8.4167, | |
| "country": "Portugal", | |
| "population": 106582 | |
| }, | |
| { | |
| "city": "Drobeta-Turnu Severin", | |
| "lat": 44.6459, | |
| "lng": 22.6659, | |
| "country": "Romania", | |
| "population": 106578 | |
| }, | |
| { | |
| "city": "Longjiang", | |
| "lat": 47.3404, | |
| "lng": 123.18, | |
| "country": "China", | |
| "population": 106384 | |
| }, | |
| { | |
| "city": "Namur", | |
| "lat": 50.4704, | |
| "lng": 4.87, | |
| "country": "Belgium", | |
| "population": 106284 | |
| }, | |
| { | |
| "city": "Sioux City", | |
| "lat": 42.4959, | |
| "lng": -96.3901, | |
| "country": "United States", | |
| "population": 106279 | |
| }, | |
| { | |
| "city": "Chico", | |
| "lat": 39.7574, | |
| "lng": -121.815, | |
| "country": "United States", | |
| "population": 106268 | |
| }, | |
| { | |
| "city": "Novotroitsk", | |
| "lat": 51.2, | |
| "lng": 58.33, | |
| "country": "Russia", | |
| "population": 106186 | |
| }, | |
| { | |
| "city": "Raba", | |
| "lat": -8.45, | |
| "lng": 118.7666, | |
| "country": "Indonesia", | |
| "population": 106101 | |
| }, | |
| { | |
| "city": "Bagé", | |
| "lat": -31.32, | |
| "lng": -54.1, | |
| "country": "Brazil", | |
| "population": 106098 | |
| }, | |
| { | |
| "city": "Norwalk", | |
| "lat": 33.9069, | |
| "lng": -118.0829, | |
| "country": "United States", | |
| "population": 106084 | |
| }, | |
| { | |
| "city": "Salisbury", | |
| "lat": 38.3755, | |
| "lng": -75.5867, | |
| "country": "United States", | |
| "population": 106034 | |
| }, | |
| { | |
| "city": "Lewisville", | |
| "lat": 33.0453, | |
| "lng": -96.9823, | |
| "country": "United States", | |
| "population": 106021 | |
| }, | |
| { | |
| "city": "Derbent", | |
| "lat": 42.0578, | |
| "lng": 48.2774, | |
| "country": "Russia", | |
| "population": 105965 | |
| }, | |
| { | |
| "city": "Suceava", | |
| "lat": 47.6377, | |
| "lng": 26.2593, | |
| "country": "Romania", | |
| "population": 105796 | |
| }, | |
| { | |
| "city": "Annecy", | |
| "lat": 45.9, | |
| "lng": 6.1167, | |
| "country": "France", | |
| "population": 105749 | |
| }, | |
| { | |
| "city": "Salto", | |
| "lat": -31.3903, | |
| "lng": -57.9687, | |
| "country": "Uruguay", | |
| "population": 105690 | |
| }, | |
| { | |
| "city": "Azare", | |
| "lat": 11.6804, | |
| "lng": 10.19, | |
| "country": "Nigeria", | |
| "population": 105687 | |
| }, | |
| { | |
| "city": "Lahad Datu", | |
| "lat": 5.0464, | |
| "lng": 118.336, | |
| "country": "Malaysia", | |
| "population": 105622 | |
| }, | |
| { | |
| "city": "Sadah", | |
| "lat": 16.9398, | |
| "lng": 43.8498, | |
| "country": "Yemen", | |
| "population": 105542 | |
| }, | |
| { | |
| "city": "Assab", | |
| "lat": 13.01, | |
| "lng": 42.73, | |
| "country": "Eritrea", | |
| "population": 105496 | |
| }, | |
| { | |
| "city": "Kon Tum", | |
| "lat": 14.3838, | |
| "lng": 107.9833, | |
| "country": "Vietnam", | |
| "population": 105489 | |
| }, | |
| { | |
| "city": "Fresnillo", | |
| "lat": 23.1704, | |
| "lng": -102.86, | |
| "country": "Mexico", | |
| "population": 105488 | |
| }, | |
| { | |
| "city": "Lugano", | |
| "lat": 46.0004, | |
| "lng": 8.9667, | |
| "country": "Switzerland", | |
| "population": 105388 | |
| }, | |
| { | |
| "city": "Queenstown", | |
| "lat": -31.8996, | |
| "lng": 26.88, | |
| "country": "South Africa", | |
| "population": 105309 | |
| }, | |
| { | |
| "city": "Hoa Binh", | |
| "lat": 20.8137, | |
| "lng": 105.3383, | |
| "country": "Vietnam", | |
| "population": 105260 | |
| }, | |
| { | |
| "city": "Granada", | |
| "lat": 11.9337, | |
| "lng": -85.95, | |
| "country": "Nicaragua", | |
| "population": 105219 | |
| }, | |
| { | |
| "city": "Kongolo", | |
| "lat": -5.3795, | |
| "lng": 26.98, | |
| "country": "Congo (Kinshasa)", | |
| "population": 105202 | |
| }, | |
| { | |
| "city": "Jizan", | |
| "lat": 16.9066, | |
| "lng": 42.5566, | |
| "country": "Saudi Arabia", | |
| "population": 105198 | |
| }, | |
| { | |
| "city": "Davie", | |
| "lat": 26.079, | |
| "lng": -80.287, | |
| "country": "United States", | |
| "population": 105149 | |
| }, | |
| { | |
| "city": "Focșani", | |
| "lat": 45.6966, | |
| "lng": 27.1865, | |
| "country": "Romania", | |
| "population": 105112 | |
| }, | |
| { | |
| "city": "Linhares", | |
| "lat": -19.39, | |
| "lng": -40.05, | |
| "country": "Brazil", | |
| "population": 105075 | |
| }, | |
| { | |
| "city": "Cottbus", | |
| "lat": 51.7704, | |
| "lng": 14.33, | |
| "country": "Germany", | |
| "population": 105067 | |
| }, | |
| { | |
| "city": "Koutiala", | |
| "lat": 12.3904, | |
| "lng": -5.47, | |
| "country": "Mali", | |
| "population": 104927 | |
| }, | |
| { | |
| "city": "League City", | |
| "lat": 29.4874, | |
| "lng": -95.1087, | |
| "country": "United States", | |
| "population": 104903 | |
| }, | |
| { | |
| "city": "Prijedor", | |
| "lat": 44.9804, | |
| "lng": 16.7, | |
| "country": "Bosnia And Herzegovina", | |
| "population": 104858 | |
| }, | |
| { | |
| "city": "Burbank", | |
| "lat": 34.1879, | |
| "lng": -118.3234, | |
| "country": "United States", | |
| "population": 104834 | |
| }, | |
| { | |
| "city": "San Mateo", | |
| "lat": 37.5522, | |
| "lng": -122.3122, | |
| "country": "United States", | |
| "population": 104748 | |
| }, | |
| { | |
| "city": "Jena", | |
| "lat": 50.9304, | |
| "lng": 11.58, | |
| "country": "Germany", | |
| "population": 104712 | |
| }, | |
| { | |
| "city": "Gera", | |
| "lat": 50.8704, | |
| "lng": 12.07, | |
| "country": "Germany", | |
| "population": 104659 | |
| }, | |
| { | |
| "city": "Torbat-e Jam", | |
| "lat": 35.2233, | |
| "lng": 60.6129, | |
| "country": "Iran", | |
| "population": 104578 | |
| }, | |
| { | |
| "city": "Nong Khai", | |
| "lat": 17.8733, | |
| "lng": 102.7479, | |
| "country": "Thailand", | |
| "population": 104505 | |
| }, | |
| { | |
| "city": "Brindisi", | |
| "lat": 40.6403, | |
| "lng": 17.93, | |
| "country": "Italy", | |
| "population": 104437 | |
| }, | |
| { | |
| "city": "Mmabatho", | |
| "lat": -25.83, | |
| "lng": 25.61, | |
| "country": "South Africa", | |
| "population": 104428 | |
| }, | |
| { | |
| "city": "Zhezqazghan", | |
| "lat": 47.78, | |
| "lng": 67.77, | |
| "country": "Kazakhstan", | |
| "population": 104357 | |
| }, | |
| { | |
| "city": "Tandil", | |
| "lat": -37.32, | |
| "lng": -59.15, | |
| "country": "Argentina", | |
| "population": 104325 | |
| }, | |
| { | |
| "city": "San Antonio", | |
| "lat": -33.5995, | |
| "lng": -71.61, | |
| "country": "Chile", | |
| "population": 104292 | |
| }, | |
| { | |
| "city": "Maumere", | |
| "lat": -8.6189, | |
| "lng": 122.2123, | |
| "country": "Indonesia", | |
| "population": 104285 | |
| }, | |
| { | |
| "city": "Albury", | |
| "lat": -36.06, | |
| "lng": 146.92, | |
| "country": "Australia", | |
| "population": 104258 | |
| }, | |
| { | |
| "city": "Al Qamishli", | |
| "lat": 37.03, | |
| "lng": 41.23, | |
| "country": "Syria", | |
| "population": 104107 | |
| }, | |
| { | |
| "city": "Adigrat", | |
| "lat": 14.2804, | |
| "lng": 39.47, | |
| "country": "Ethiopia", | |
| "population": 104021 | |
| }, | |
| { | |
| "city": "Abengourou", | |
| "lat": 6.7304, | |
| "lng": -3.49, | |
| "country": "Côte D’Ivoire", | |
| "population": 104020 | |
| }, | |
| { | |
| "city": "Kiselevsk", | |
| "lat": 54, | |
| "lng": 86.64, | |
| "country": "Russia", | |
| "population": 104000 | |
| }, | |
| { | |
| "city": "Kroonstad", | |
| "lat": -27.66, | |
| "lng": 27.21, | |
| "country": "South Africa", | |
| "population": 103992 | |
| }, | |
| { | |
| "city": "EdDamer", | |
| "lat": 17.59, | |
| "lng": 33.96, | |
| "country": "Sudan", | |
| "population": 103941 | |
| }, | |
| { | |
| "city": "Loubomo", | |
| "lat": -4.1796, | |
| "lng": 12.67, | |
| "country": "Congo (Brazzaville)", | |
| "population": 103894 | |
| }, | |
| { | |
| "city": "El Cajon", | |
| "lat": 32.8017, | |
| "lng": -116.9604, | |
| "country": "United States", | |
| "population": 103894 | |
| }, | |
| { | |
| "city": "Kilinochchi", | |
| "lat": 9.4004, | |
| "lng": 80.3999, | |
| "country": "Sri Lanka", | |
| "population": 103717 | |
| }, | |
| { | |
| "city": "Ahar", | |
| "lat": 38.4829, | |
| "lng": 47.0629, | |
| "country": "Iran", | |
| "population": 103639 | |
| }, | |
| { | |
| "city": "Biak", | |
| "lat": -1.1615, | |
| "lng": 136.0485, | |
| "country": "Indonesia", | |
| "population": 103610 | |
| }, | |
| { | |
| "city": "Gardiz", | |
| "lat": 33.6001, | |
| "lng": 69.2146, | |
| "country": "Afghanistan", | |
| "population": 103601 | |
| }, | |
| { | |
| "city": "Rialto", | |
| "lat": 34.1128, | |
| "lng": -117.3885, | |
| "country": "United States", | |
| "population": 103562 | |
| }, | |
| { | |
| "city": "Konotop", | |
| "lat": 51.2424, | |
| "lng": 33.209, | |
| "country": "Ukraine", | |
| "population": 103547 | |
| }, | |
| { | |
| "city": "Matruh", | |
| "lat": 31.3504, | |
| "lng": 27.23, | |
| "country": "Egypt", | |
| "population": 103470 | |
| }, | |
| { | |
| "city": "Perabumulih", | |
| "lat": -3.4432, | |
| "lng": 104.2315, | |
| "country": "Indonesia", | |
| "population": 103470 | |
| }, | |
| { | |
| "city": "Guaymas", | |
| "lat": 27.93, | |
| "lng": -110.89, | |
| "country": "Mexico", | |
| "population": 103449 | |
| }, | |
| { | |
| "city": "Hidalgo del Parral", | |
| "lat": 26.9334, | |
| "lng": -105.6666, | |
| "country": "Mexico", | |
| "population": 103378 | |
| }, | |
| { | |
| "city": "Bend", | |
| "lat": 44.0562, | |
| "lng": -121.3087, | |
| "country": "United States", | |
| "population": 103349 | |
| }, | |
| { | |
| "city": "Vĩnh Long", | |
| "lat": 10.256, | |
| "lng": 105.964, | |
| "country": "Vietnam", | |
| "population": 103314 | |
| }, | |
| { | |
| "city": "Velikiye Luki", | |
| "lat": 56.32, | |
| "lng": 30.52, | |
| "country": "Russia", | |
| "population": 103149 | |
| }, | |
| { | |
| "city": "Palma Soriano", | |
| "lat": 20.2172, | |
| "lng": -75.9988, | |
| "country": "Cuba", | |
| "population": 102826 | |
| }, | |
| { | |
| "city": "Pedro Juan Caballero", | |
| "lat": -22.5446, | |
| "lng": -55.76, | |
| "country": "Paraguay", | |
| "population": 102787 | |
| }, | |
| { | |
| "city": "Pakxe", | |
| "lat": 15.1221, | |
| "lng": 105.8183, | |
| "country": "Laos", | |
| "population": 102775 | |
| }, | |
| { | |
| "city": "Roxas", | |
| "lat": 11.5853, | |
| "lng": 122.7511, | |
| "country": "Philippines", | |
| "population": 102688 | |
| }, | |
| { | |
| "city": "Piatra-Neamt", | |
| "lat": 46.94, | |
| "lng": 26.383, | |
| "country": "Romania", | |
| "population": 102688 | |
| }, | |
| { | |
| "city": "Grudziądz", | |
| "lat": 53.4804, | |
| "lng": 18.75, | |
| "country": "Poland", | |
| "population": 102443 | |
| }, | |
| { | |
| "city": "Lower Hutt", | |
| "lat": -41.2037, | |
| "lng": 174.9123, | |
| "country": "New Zealand", | |
| "population": 102400 | |
| }, | |
| { | |
| "city": "Houma", | |
| "lat": 35.62, | |
| "lng": 111.21, | |
| "country": "China", | |
| "population": 102400 | |
| }, | |
| { | |
| "city": "Ukhta", | |
| "lat": 63.56, | |
| "lng": 53.69, | |
| "country": "Russia", | |
| "population": 102187 | |
| }, | |
| { | |
| "city": "Liberec", | |
| "lat": 50.8, | |
| "lng": 15.08, | |
| "country": "Czechia", | |
| "population": 102175 | |
| }, | |
| { | |
| "city": "Charlottesville", | |
| "lat": 38.0375, | |
| "lng": -78.4855, | |
| "country": "United States", | |
| "population": 102016 | |
| }, | |
| { | |
| "city": "Bethal", | |
| "lat": -26.4696, | |
| "lng": 29.45, | |
| "country": "South Africa", | |
| "population": 101919 | |
| }, | |
| { | |
| "city": "La Crosse", | |
| "lat": 43.8241, | |
| "lng": -91.2268, | |
| "country": "United States", | |
| "population": 101886 | |
| }, | |
| { | |
| "city": "Temple", | |
| "lat": 31.1076, | |
| "lng": -97.3894, | |
| "country": "United States", | |
| "population": 101876 | |
| }, | |
| { | |
| "city": "Bontang", | |
| "lat": 0.1333, | |
| "lng": 117.5, | |
| "country": "Indonesia", | |
| "population": 101691 | |
| }, | |
| { | |
| "city": "Teluk Intan", | |
| "lat": 4.0119, | |
| "lng": 101.0314, | |
| "country": "Malaysia", | |
| "population": 101659 | |
| }, | |
| { | |
| "city": "Ibri", | |
| "lat": 23.2254, | |
| "lng": 56.517, | |
| "country": "Oman", | |
| "population": 101640 | |
| }, | |
| { | |
| "city": "Dera Ismail Khan", | |
| "lat": 31.829, | |
| "lng": 70.8986, | |
| "country": "Pakistan", | |
| "population": 101616 | |
| }, | |
| { | |
| "city": "Vista", | |
| "lat": 33.1895, | |
| "lng": -117.2387, | |
| "country": "United States", | |
| "population": 101568 | |
| }, | |
| { | |
| "city": "Kansk", | |
| "lat": 56.19, | |
| "lng": 95.71, | |
| "country": "Russia", | |
| "population": 101502 | |
| }, | |
| { | |
| "city": "Renton", | |
| "lat": 47.4758, | |
| "lng": -122.1905, | |
| "country": "United States", | |
| "population": 101379 | |
| }, | |
| { | |
| "city": "Sarapul", | |
| "lat": 56.4791, | |
| "lng": 53.7987, | |
| "country": "Russia", | |
| "population": 101344 | |
| }, | |
| { | |
| "city": "Maladzyechna", | |
| "lat": 54.3188, | |
| "lng": 26.8653, | |
| "country": "Belarus", | |
| "population": 101300 | |
| }, | |
| { | |
| "city": "Olomouc", | |
| "lat": 49.63, | |
| "lng": 17.25, | |
| "country": "Czechia", | |
| "population": 101268 | |
| }, | |
| { | |
| "city": "Barretos", | |
| "lat": -20.55, | |
| "lng": -48.58, | |
| "country": "Brazil", | |
| "population": 101220 | |
| }, | |
| { | |
| "city": "Teófilo Otoni", | |
| "lat": -17.87, | |
| "lng": -41.5, | |
| "country": "Brazil", | |
| "population": 101170 | |
| }, | |
| { | |
| "city": "Kilchu", | |
| "lat": 40.9604, | |
| "lng": 129.3204, | |
| "country": "Korea, North", | |
| "population": 101165 | |
| }, | |
| { | |
| "city": "Duitama", | |
| "lat": 5.8305, | |
| "lng": -73.02, | |
| "country": "Colombia", | |
| "population": 101156 | |
| }, | |
| { | |
| "city": "Vanadzor", | |
| "lat": 40.8128, | |
| "lng": 44.4883, | |
| "country": "Armenia", | |
| "population": 101098 | |
| }, | |
| { | |
| "city": "Tartu", | |
| "lat": 58.3839, | |
| "lng": 26.7099, | |
| "country": "Estonia", | |
| "population": 101092 | |
| }, | |
| { | |
| "city": "Novara", | |
| "lat": 45.45, | |
| "lng": 8.62, | |
| "country": "Italy", | |
| "population": 100910 | |
| }, | |
| { | |
| "city": "Sparks", | |
| "lat": 39.5729, | |
| "lng": -119.7157, | |
| "country": "United States", | |
| "population": 100888 | |
| }, | |
| { | |
| "city": "Holland", | |
| "lat": 42.7677, | |
| "lng": -86.0984, | |
| "country": "United States", | |
| "population": 100885 | |
| }, | |
| { | |
| "city": "Oum el Bouaghi", | |
| "lat": 35.85, | |
| "lng": 7.15, | |
| "country": "Algeria", | |
| "population": 100821 | |
| }, | |
| { | |
| "city": "Solikamsk", | |
| "lat": 59.67, | |
| "lng": 56.75, | |
| "country": "Russia", | |
| "population": 100812 | |
| }, | |
| { | |
| "city": "Vacaville", | |
| "lat": 38.3592, | |
| "lng": -121.9686, | |
| "country": "United States", | |
| "population": 100801 | |
| }, | |
| { | |
| "city": "Logan", | |
| "lat": 41.7402, | |
| "lng": -111.8419, | |
| "country": "United States", | |
| "population": 100774 | |
| }, | |
| { | |
| "city": "Allen", | |
| "lat": 33.1088, | |
| "lng": -96.6735, | |
| "country": "United States", | |
| "population": 100685 | |
| }, | |
| { | |
| "city": "Glazov", | |
| "lat": 58.1232, | |
| "lng": 52.6288, | |
| "country": "Russia", | |
| "population": 100676 | |
| }, | |
| { | |
| "city": "Ancona", | |
| "lat": 43.6004, | |
| "lng": 13.4999, | |
| "country": "Italy", | |
| "population": 100507 | |
| }, | |
| { | |
| "city": "Bukoba", | |
| "lat": -1.3196, | |
| "lng": 31.8, | |
| "country": "Tanzania", | |
| "population": 100504 | |
| }, | |
| { | |
| "city": "Kpalimé", | |
| "lat": 6.9004, | |
| "lng": 0.63, | |
| "country": "Togo", | |
| "population": 100479 | |
| }, | |
| { | |
| "city": "Sakata", | |
| "lat": 38.92, | |
| "lng": 139.8501, | |
| "country": "Japan", | |
| "population": 100446 | |
| }, | |
| { | |
| "city": "Magangué", | |
| "lat": 9.23, | |
| "lng": -74.74, | |
| "country": "Colombia", | |
| "population": 100313 | |
| }, | |
| { | |
| "city": "Ust-Ulimsk", | |
| "lat": 57.99, | |
| "lng": 102.6333, | |
| "country": "Russia", | |
| "population": 100271 | |
| }, | |
| { | |
| "city": "Sabha", | |
| "lat": 27.0333, | |
| "lng": 14.4333, | |
| "country": "Libya", | |
| "population": 100249 | |
| }, | |
| { | |
| "city": "Lida", | |
| "lat": 53.8885, | |
| "lng": 25.2846, | |
| "country": "Belarus", | |
| "population": 100216 | |
| }, | |
| { | |
| "city": "Longview", | |
| "lat": 32.5192, | |
| "lng": -94.7622, | |
| "country": "United States", | |
| "population": 100196 | |
| }, | |
| { | |
| "city": "Arlit", | |
| "lat": 18.82, | |
| "lng": 7.33, | |
| "country": "Niger", | |
| "population": 100000 | |
| }, | |
| { | |
| "city": "Subotica", | |
| "lat": 46.07, | |
| "lng": 19.68, | |
| "country": "Serbia", | |
| "population": 100000 | |
| }, | |
| { | |
| "city": "Chamdo", | |
| "lat": 31.1667, | |
| "lng": 97.2333, | |
| "country": "China", | |
| "population": 100000 | |
| }, | |
| { | |
| "city": "Isna", | |
| "lat": 25.2904, | |
| "lng": 32.5499, | |
| "country": "Egypt", | |
| "population": 100000 | |
| }, | |
| { | |
| "city": "Meridian", | |
| "lat": 43.6113, | |
| "lng": -116.3972, | |
| "country": "United States", | |
| "population": 99926 | |
| }, | |
| { | |
| "city": "San Angelo", | |
| "lat": 31.4426, | |
| "lng": -100.4501, | |
| "country": "United States", | |
| "population": 99890 | |
| }, | |
| { | |
| "city": "Tsuruoka", | |
| "lat": 38.7004, | |
| "lng": 139.8302, | |
| "country": "Japan", | |
| "population": 99820 | |
| }, | |
| { | |
| "city": "Chanthaburi", | |
| "lat": 12.6133, | |
| "lng": 102.0979, | |
| "country": "Thailand", | |
| "population": 99819 | |
| }, | |
| { | |
| "city": "Tumen", | |
| "lat": 42.97, | |
| "lng": 129.8201, | |
| "country": "China", | |
| "population": 99721 | |
| }, | |
| { | |
| "city": "Urgut", | |
| "lat": 39.4007, | |
| "lng": 67.2607, | |
| "country": "Uzbekistan", | |
| "population": 99675 | |
| }, | |
| { | |
| "city": "Wichita Falls", | |
| "lat": 33.9072, | |
| "lng": -98.5293, | |
| "country": "United States", | |
| "population": 99617 | |
| }, | |
| { | |
| "city": "Zelenodolsk", | |
| "lat": 55.8406, | |
| "lng": 48.655, | |
| "country": "Russia", | |
| "population": 99600 | |
| }, | |
| { | |
| "city": "Galle", | |
| "lat": 6.03, | |
| "lng": 80.24, | |
| "country": "Sri Lanka", | |
| "population": 99478 | |
| }, | |
| { | |
| "city": "Novoshakhtinsk", | |
| "lat": 47.77, | |
| "lng": 39.92, | |
| "country": "Russia", | |
| "population": 99478 | |
| }, | |
| { | |
| "city": "Choluteca", | |
| "lat": 13.3007, | |
| "lng": -87.1908, | |
| "country": "Honduras", | |
| "population": 99429 | |
| }, | |
| { | |
| "city": "Longmont", | |
| "lat": 40.1691, | |
| "lng": -105.0996, | |
| "country": "United States", | |
| "population": 99398 | |
| }, | |
| { | |
| "city": "Thunder Bay", | |
| "lat": 48.4462, | |
| "lng": -89.275, | |
| "country": "Canada", | |
| "population": 99334 | |
| }, | |
| { | |
| "city": "Thika", | |
| "lat": -1.0396, | |
| "lng": 37.09, | |
| "country": "Kenya", | |
| "population": 99322 | |
| }, | |
| { | |
| "city": "Bam", | |
| "lat": 29.1077, | |
| "lng": 58.362, | |
| "country": "Iran", | |
| "population": 99268 | |
| }, | |
| { | |
| "city": "Fengzhen", | |
| "lat": 40.4547, | |
| "lng": 113.1443, | |
| "country": "China", | |
| "population": 99174 | |
| }, | |
| { | |
| "city": "Kwekwe", | |
| "lat": -18.9296, | |
| "lng": 29.8, | |
| "country": "Zimbabwe", | |
| "population": 99149 | |
| }, | |
| { | |
| "city": "Tuapse", | |
| "lat": 44.1148, | |
| "lng": 39.0644, | |
| "country": "Russia", | |
| "population": 99145 | |
| }, | |
| { | |
| "city": "Talara", | |
| "lat": -4.58, | |
| "lng": -81.28, | |
| "country": "Peru", | |
| "population": 99074 | |
| }, | |
| { | |
| "city": "Giresun", | |
| "lat": 40.913, | |
| "lng": 38.39, | |
| "country": "Turkey", | |
| "population": 98864 | |
| }, | |
| { | |
| "city": "Kericho", | |
| "lat": -0.3596, | |
| "lng": 35.28, | |
| "country": "Kenya", | |
| "population": 98852 | |
| }, | |
| { | |
| "city": "České Budějovice", | |
| "lat": 48.98, | |
| "lng": 14.46, | |
| "country": "Czechia", | |
| "population": 98851 | |
| }, | |
| { | |
| "city": "Lahti", | |
| "lat": 60.9939, | |
| "lng": 25.6649, | |
| "country": "Finland", | |
| "population": 98826 | |
| }, | |
| { | |
| "city": "Kontagora", | |
| "lat": 10.4004, | |
| "lng": 5.4699, | |
| "country": "Nigeria", | |
| "population": 98754 | |
| }, | |
| { | |
| "city": "Passos", | |
| "lat": -20.71, | |
| "lng": -46.61, | |
| "country": "Brazil", | |
| "population": 98752 | |
| }, | |
| { | |
| "city": "Manteca", | |
| "lat": 37.7938, | |
| "lng": -121.227, | |
| "country": "United States", | |
| "population": 98736 | |
| }, | |
| { | |
| "city": "Thimphu", | |
| "lat": 27.473, | |
| "lng": 89.639, | |
| "country": "Bhutan", | |
| "population": 98676 | |
| }, | |
| { | |
| "city": "Votkinsk", | |
| "lat": 57.0304, | |
| "lng": 53.99, | |
| "country": "Russia", | |
| "population": 98633 | |
| }, | |
| { | |
| "city": "Örebro", | |
| "lat": 59.2803, | |
| "lng": 15.22, | |
| "country": "Sweden", | |
| "population": 98573 | |
| }, | |
| { | |
| "city": "Serov", | |
| "lat": 59.615, | |
| "lng": 60.585, | |
| "country": "Russia", | |
| "population": 98438 | |
| }, | |
| { | |
| "city": "Apatzingán", | |
| "lat": 19.08, | |
| "lng": -102.35, | |
| "country": "Mexico", | |
| "population": 98422 | |
| }, | |
| { | |
| "city": "Boca Raton", | |
| "lat": 26.3749, | |
| "lng": -80.1077, | |
| "country": "United States", | |
| "population": 98150 | |
| }, | |
| { | |
| "city": "Jyväskylä", | |
| "lat": 62.2603, | |
| "lng": 25.75, | |
| "country": "Finland", | |
| "population": 98136 | |
| }, | |
| { | |
| "city": "Balashov", | |
| "lat": 51.5535, | |
| "lng": 43.1631, | |
| "country": "Russia", | |
| "population": 98107 | |
| }, | |
| { | |
| "city": "Iseyin", | |
| "lat": 7.97, | |
| "lng": 3.59, | |
| "country": "Nigeria", | |
| "population": 98071 | |
| }, | |
| { | |
| "city": "Flensburg", | |
| "lat": 54.7837, | |
| "lng": 9.4333, | |
| "country": "Germany", | |
| "population": 97930 | |
| }, | |
| { | |
| "city": "Zheleznogorsk", | |
| "lat": 52.3548, | |
| "lng": 35.4044, | |
| "country": "Russia", | |
| "population": 97900 | |
| }, | |
| { | |
| "city": "Spokane Valley", | |
| "lat": 47.6625, | |
| "lng": -117.2346, | |
| "country": "United States", | |
| "population": 97847 | |
| }, | |
| { | |
| "city": "Atlixco", | |
| "lat": 18.9, | |
| "lng": -98.45, | |
| "country": "Mexico", | |
| "population": 97842 | |
| }, | |
| { | |
| "city": "Orem", | |
| "lat": 40.2983, | |
| "lng": -111.6993, | |
| "country": "United States", | |
| "population": 97839 | |
| }, | |
| { | |
| "city": "Ubá", | |
| "lat": -21.1196, | |
| "lng": -42.95, | |
| "country": "Brazil", | |
| "population": 97828 | |
| }, | |
| { | |
| "city": "Ozamis", | |
| "lat": 8.1462, | |
| "lng": 123.8444, | |
| "country": "Philippines", | |
| "population": 97806 | |
| }, | |
| { | |
| "city": "Ourinhos", | |
| "lat": -22.97, | |
| "lng": -49.87, | |
| "country": "Brazil", | |
| "population": 97799 | |
| }, | |
| { | |
| "city": "Middletown", | |
| "lat": 39.5032, | |
| "lng": -84.3659, | |
| "country": "United States", | |
| "population": 97762 | |
| }, | |
| { | |
| "city": "Slavonski Brod", | |
| "lat": 45.1603, | |
| "lng": 18.0156, | |
| "country": "Croatia", | |
| "population": 97718 | |
| }, | |
| { | |
| "city": "Mangochi", | |
| "lat": -14.4596, | |
| "lng": 35.27, | |
| "country": "Malawi", | |
| "population": 97711 | |
| }, | |
| { | |
| "city": "L'Ariana", | |
| "lat": 36.8667, | |
| "lng": 10.2, | |
| "country": "Tunisia", | |
| "population": 97687 | |
| }, | |
| { | |
| "city": "Compton", | |
| "lat": 33.893, | |
| "lng": -118.2275, | |
| "country": "United States", | |
| "population": 97612 | |
| }, | |
| { | |
| "city": "Idaho Falls", | |
| "lat": 43.4868, | |
| "lng": -112.0363, | |
| "country": "United States", | |
| "population": 97548 | |
| }, | |
| { | |
| "city": "Trindade", | |
| "lat": -16.65, | |
| "lng": -49.5, | |
| "country": "Brazil", | |
| "population": 97521 | |
| }, | |
| { | |
| "city": "Beaverton", | |
| "lat": 45.4779, | |
| "lng": -122.8168, | |
| "country": "United States", | |
| "population": 97514 | |
| }, | |
| { | |
| "city": "Arapongas", | |
| "lat": -23.41, | |
| "lng": -51.43, | |
| "country": "Brazil", | |
| "population": 97512 | |
| }, | |
| { | |
| "city": "Bismarck", | |
| "lat": 46.814, | |
| "lng": -100.7695, | |
| "country": "United States", | |
| "population": 97457 | |
| }, | |
| { | |
| "city": "Bafra", | |
| "lat": 41.5682, | |
| "lng": 35.9069, | |
| "country": "Turkey", | |
| "population": 97452 | |
| }, | |
| { | |
| "city": "Az Zahran", | |
| "lat": 26.2914, | |
| "lng": 50.1583, | |
| "country": "Saudi Arabia", | |
| "population": 97446 | |
| }, | |
| { | |
| "city": "Turkistan", | |
| "lat": 43.3016, | |
| "lng": 68.2549, | |
| "country": "Kazakhstan", | |
| "population": 97360 | |
| }, | |
| { | |
| "city": "Lawrence", | |
| "lat": 38.9597, | |
| "lng": -95.2641, | |
| "country": "United States", | |
| "population": 97341 | |
| }, | |
| { | |
| "city": "San Carlos del Zulia", | |
| "lat": 9.0104, | |
| "lng": -71.92, | |
| "country": "Venezuela", | |
| "population": 97288 | |
| }, | |
| { | |
| "city": "Târgu Jiu", | |
| "lat": 45.045, | |
| "lng": 23.274, | |
| "country": "Romania", | |
| "population": 97179 | |
| }, | |
| { | |
| "city": "Prescott Valley", | |
| "lat": 34.5982, | |
| "lng": -112.3178, | |
| "country": "United States", | |
| "population": 97066 | |
| }, | |
| { | |
| "city": "Shangzhi", | |
| "lat": 45.2204, | |
| "lng": 127.97, | |
| "country": "China", | |
| "population": 96980 | |
| }, | |
| { | |
| "city": "Guasave", | |
| "lat": 25.5705, | |
| "lng": -108.47, | |
| "country": "Mexico", | |
| "population": 96860 | |
| }, | |
| { | |
| "city": "Shostka", | |
| "lat": 51.8734, | |
| "lng": 33.4797, | |
| "country": "Ukraine", | |
| "population": 96825 | |
| }, | |
| { | |
| "city": "Yasuj", | |
| "lat": 30.659, | |
| "lng": 51.594, | |
| "country": "Iran", | |
| "population": 96786 | |
| }, | |
| { | |
| "city": "Bunia", | |
| "lat": 1.5604, | |
| "lng": 30.24, | |
| "country": "Congo (Kinshasa)", | |
| "population": 96764 | |
| }, | |
| { | |
| "city": "Linköping", | |
| "lat": 58.41, | |
| "lng": 15.6299, | |
| "country": "Sweden", | |
| "population": 96732 | |
| }, | |
| { | |
| "city": "Federal Way", | |
| "lat": 47.309, | |
| "lng": -122.3359, | |
| "country": "United States", | |
| "population": 96690 | |
| }, | |
| { | |
| "city": "Schwerin", | |
| "lat": 53.6333, | |
| "lng": 11.4167, | |
| "country": "Germany", | |
| "population": 96641 | |
| }, | |
| { | |
| "city": "Bolu", | |
| "lat": 40.7363, | |
| "lng": 31.6061, | |
| "country": "Turkey", | |
| "population": 96629 | |
| }, | |
| { | |
| "city": "Mtwara", | |
| "lat": -10.2696, | |
| "lng": 40.19, | |
| "country": "Tanzania", | |
| "population": 96602 | |
| }, | |
| { | |
| "city": "Araguari", | |
| "lat": -18.64, | |
| "lng": -48.2, | |
| "country": "Brazil", | |
| "population": 96565 | |
| }, | |
| { | |
| "city": "Yên Bái", | |
| "lat": 21.705, | |
| "lng": 104.875, | |
| "country": "Vietnam", | |
| "population": 96540 | |
| }, | |
| { | |
| "city": "Corumbá", | |
| "lat": -19.016, | |
| "lng": -57.65, | |
| "country": "Brazil", | |
| "population": 96520 | |
| }, | |
| { | |
| "city": "Half Way Tree", | |
| "lat": 18.0333, | |
| "lng": -76.8, | |
| "country": "Jamaica", | |
| "population": 96494 | |
| }, | |
| { | |
| "city": "Sliven", | |
| "lat": 42.6794, | |
| "lng": 26.33, | |
| "country": "Bulgaria", | |
| "population": 96368 | |
| }, | |
| { | |
| "city": "Kelo", | |
| "lat": 9.3171, | |
| "lng": 15.8, | |
| "country": "Chad", | |
| "population": 96224 | |
| }, | |
| { | |
| "city": "San Marcos", | |
| "lat": 33.1349, | |
| "lng": -117.1744, | |
| "country": "United States", | |
| "population": 96198 | |
| }, | |
| { | |
| "city": "Rio Rancho", | |
| "lat": 35.2872, | |
| "lng": -106.6981, | |
| "country": "United States", | |
| "population": 96159 | |
| }, | |
| { | |
| "city": "Erechim", | |
| "lat": -27.63, | |
| "lng": -52.27, | |
| "country": "Brazil", | |
| "population": 96087 | |
| }, | |
| { | |
| "city": "Yola", | |
| "lat": 9.21, | |
| "lng": 12.48, | |
| "country": "Nigeria", | |
| "population": 96006 | |
| }, | |
| { | |
| "city": "Tracy", | |
| "lat": 37.726, | |
| "lng": -121.444, | |
| "country": "United States", | |
| "population": 95982 | |
| }, | |
| { | |
| "city": "Aurangabad", | |
| "lat": 24.7704, | |
| "lng": 84.38, | |
| "country": "India", | |
| "population": 95929 | |
| }, | |
| { | |
| "city": "Sungaipenuh", | |
| "lat": -2.0631, | |
| "lng": 101.3964, | |
| "country": "Indonesia", | |
| "population": 95913 | |
| }, | |
| { | |
| "city": "Bolzano", | |
| "lat": 46.5004, | |
| "lng": 11.36, | |
| "country": "Italy", | |
| "population": 95895 | |
| }, | |
| { | |
| "city": "Mekele", | |
| "lat": 13.5, | |
| "lng": 39.47, | |
| "country": "Ethiopia", | |
| "population": 95856 | |
| }, | |
| { | |
| "city": "Brockton", | |
| "lat": 42.0821, | |
| "lng": -71.0242, | |
| "country": "United States", | |
| "population": 95672 | |
| }, | |
| { | |
| "city": "Kuznetsk", | |
| "lat": 53.1204, | |
| "lng": 46.6, | |
| "country": "Russia", | |
| "population": 95574 | |
| }, | |
| { | |
| "city": "Guliston", | |
| "lat": 40.4957, | |
| "lng": 68.7907, | |
| "country": "Uzbekistan", | |
| "population": 95520 | |
| }, | |
| { | |
| "city": "South Gate", | |
| "lat": 33.9447, | |
| "lng": -118.1926, | |
| "country": "United States", | |
| "population": 95430 | |
| }, | |
| { | |
| "city": "San Carlos de Bariloche", | |
| "lat": -41.15, | |
| "lng": -71.3, | |
| "country": "Argentina", | |
| "population": 95394 | |
| }, | |
| { | |
| "city": "Magadan", | |
| "lat": 59.575, | |
| "lng": 150.81, | |
| "country": "Russia", | |
| "population": 95282 | |
| }, | |
| { | |
| "city": "Boli", | |
| "lat": 45.7564, | |
| "lng": 130.5759, | |
| "country": "China", | |
| "population": 95260 | |
| }, | |
| { | |
| "city": "Catanzaro", | |
| "lat": 38.9004, | |
| "lng": 16.6, | |
| "country": "Italy", | |
| "population": 95251 | |
| }, | |
| { | |
| "city": "Hradec Králové", | |
| "lat": 50.206, | |
| "lng": 15.812, | |
| "country": "Czechia", | |
| "population": 95195 | |
| }, | |
| { | |
| "city": "Juazeiro", | |
| "lat": -9.42, | |
| "lng": -40.5, | |
| "country": "Brazil", | |
| "population": 95132 | |
| }, | |
| { | |
| "city": "Osijek", | |
| "lat": 45.5504, | |
| "lng": 18.68, | |
| "country": "Croatia", | |
| "population": 95077 | |
| }, | |
| { | |
| "city": "Al Aqabah", | |
| "lat": 29.527, | |
| "lng": 35.0777, | |
| "country": "Jordan", | |
| "population": 95048 | |
| }, | |
| { | |
| "city": "Biu", | |
| "lat": 10.6204, | |
| "lng": 12.19, | |
| "country": "Nigeria", | |
| "population": 95005 | |
| }, | |
| { | |
| "city": "Latacunga", | |
| "lat": -0.9296, | |
| "lng": -78.61, | |
| "country": "Ecuador", | |
| "population": 94972 | |
| }, | |
| { | |
| "city": "Hesperia", | |
| "lat": 34.3974, | |
| "lng": -117.3144, | |
| "country": "United States", | |
| "population": 94859 | |
| }, | |
| { | |
| "city": "Dobrich", | |
| "lat": 43.5851, | |
| "lng": 27.84, | |
| "country": "Bulgaria", | |
| "population": 94831 | |
| }, | |
| { | |
| "city": "Naxcivan", | |
| "lat": 39.2092, | |
| "lng": 45.4122, | |
| "country": "Azerbaijan", | |
| "population": 94788 | |
| }, | |
| { | |
| "city": "Roswell", | |
| "lat": 34.0391, | |
| "lng": -84.3513, | |
| "country": "United States", | |
| "population": 94786 | |
| }, | |
| { | |
| "city": "Nowra", | |
| "lat": -34.8828, | |
| "lng": 150.6, | |
| "country": "Australia", | |
| "population": 94781 | |
| }, | |
| { | |
| "city": "Mandeville", | |
| "lat": 30.375, | |
| "lng": -90.0906, | |
| "country": "United States", | |
| "population": 94760 | |
| }, | |
| { | |
| "city": "Vineland", | |
| "lat": 39.4653, | |
| "lng": -74.9981, | |
| "country": "United States", | |
| "population": 94734 | |
| }, | |
| { | |
| "city": "Prešov", | |
| "lat": 48.9997, | |
| "lng": 21.2394, | |
| "country": "Slovakia", | |
| "population": 94718 | |
| }, | |
| { | |
| "city": "Portsmouth", | |
| "lat": 36.8468, | |
| "lng": -76.354, | |
| "country": "United States", | |
| "population": 94572 | |
| }, | |
| { | |
| "city": "Dearborn", | |
| "lat": 42.3127, | |
| "lng": -83.2129, | |
| "country": "United States", | |
| "population": 94491 | |
| }, | |
| { | |
| "city": "Kırşehir", | |
| "lat": 39.142, | |
| "lng": 34.171, | |
| "country": "Turkey", | |
| "population": 94336 | |
| }, | |
| { | |
| "city": "Ponta Porã", | |
| "lat": -22.53, | |
| "lng": -55.73, | |
| "country": "Brazil", | |
| "population": 94331 | |
| }, | |
| { | |
| "city": "Sunrise", | |
| "lat": 26.1547, | |
| "lng": -80.2997, | |
| "country": "United States", | |
| "population": 94323 | |
| }, | |
| { | |
| "city": "Bento Gonçalves", | |
| "lat": -29.1695, | |
| "lng": -51.52, | |
| "country": "Brazil", | |
| "population": 94271 | |
| }, | |
| { | |
| "city": "Novy Urengoy", | |
| "lat": 66.0833, | |
| "lng": 76.6332, | |
| "country": "Russia", | |
| "population": 94212 | |
| }, | |
| { | |
| "city": "Quincy", | |
| "lat": 42.2516, | |
| "lng": -71.0183, | |
| "country": "United States", | |
| "population": 94166 | |
| }, | |
| { | |
| "city": "Al Fujayrah", | |
| "lat": 25.1234, | |
| "lng": 56.3375, | |
| "country": "United Arab Emirates", | |
| "population": 94163 | |
| }, | |
| { | |
| "city": "Lagos de Moreno", | |
| "lat": 21.3704, | |
| "lng": -101.93, | |
| "country": "Mexico", | |
| "population": 94127 | |
| }, | |
| { | |
| "city": "Yishui", | |
| "lat": 35.7904, | |
| "lng": 118.62, | |
| "country": "China", | |
| "population": 94115 | |
| }, | |
| { | |
| "city": "Usti Nad Labem", | |
| "lat": 50.663, | |
| "lng": 14.081, | |
| "country": "Czechia", | |
| "population": 94105 | |
| }, | |
| { | |
| "city": "Livonia", | |
| "lat": 42.3972, | |
| "lng": -83.3733, | |
| "country": "United States", | |
| "population": 94105 | |
| }, | |
| { | |
| "city": "Lynn", | |
| "lat": 42.4779, | |
| "lng": -70.9663, | |
| "country": "United States", | |
| "population": 94063 | |
| }, | |
| { | |
| "city": "Malindi", | |
| "lat": -3.21, | |
| "lng": 40.1, | |
| "country": "Kenya", | |
| "population": 94016 | |
| }, | |
| { | |
| "city": "Plantation", | |
| "lat": 26.126, | |
| "lng": -80.2617, | |
| "country": "United States", | |
| "population": 93909 | |
| }, | |
| { | |
| "city": "Slidell", | |
| "lat": 30.2882, | |
| "lng": -89.7826, | |
| "country": "United States", | |
| "population": 93882 | |
| }, | |
| { | |
| "city": "Samandagi", | |
| "lat": 36.1171, | |
| "lng": 35.9333, | |
| "country": "Turkey", | |
| "population": 93638 | |
| }, | |
| { | |
| "city": "Manzhouli", | |
| "lat": 49.6, | |
| "lng": 117.43, | |
| "country": "China", | |
| "population": 93620 | |
| }, | |
| { | |
| "city": "Tatuí", | |
| "lat": -23.35, | |
| "lng": -47.86, | |
| "country": "Brazil", | |
| "population": 93580 | |
| }, | |
| { | |
| "city": "Michurinsk", | |
| "lat": 52.9, | |
| "lng": 40.5, | |
| "country": "Russia", | |
| "population": 93499 | |
| }, | |
| { | |
| "city": "Trelew", | |
| "lat": -43.25, | |
| "lng": -65.33, | |
| "country": "Argentina", | |
| "population": 93442 | |
| }, | |
| { | |
| "city": "Nazran", | |
| "lat": 43.233, | |
| "lng": 44.783, | |
| "country": "Russia", | |
| "population": 93357 | |
| }, | |
| { | |
| "city": "Daan", | |
| "lat": 45.5, | |
| "lng": 124.3, | |
| "country": "China", | |
| "population": 93297 | |
| }, | |
| { | |
| "city": "Polatlı", | |
| "lat": 39.5842, | |
| "lng": 32.1472, | |
| "country": "Turkey", | |
| "population": 93262 | |
| }, | |
| { | |
| "city": "Sheberghan", | |
| "lat": 36.658, | |
| "lng": 65.7383, | |
| "country": "Afghanistan", | |
| "population": 93241 | |
| }, | |
| { | |
| "city": "Bath", | |
| "lat": 51.3837, | |
| "lng": -2.35, | |
| "country": "United Kingdom", | |
| "population": 93238 | |
| }, | |
| { | |
| "city": "Bafang", | |
| "lat": 5.1704, | |
| "lng": 10.18, | |
| "country": "Cameroon", | |
| "population": 93145 | |
| }, | |
| { | |
| "city": "Darwin", | |
| "lat": -12.4254, | |
| "lng": 130.85, | |
| "country": "Australia", | |
| "population": 93080 | |
| }, | |
| { | |
| "city": "Nouméa", | |
| "lat": -22.2625, | |
| "lng": 166.4443, | |
| "country": "New Caledonia", | |
| "population": 93060 | |
| }, | |
| { | |
| "city": "Ho", | |
| "lat": 6.6004, | |
| "lng": 0.47, | |
| "country": "Ghana", | |
| "population": 93044 | |
| }, | |
| { | |
| "city": "Kineshma", | |
| "lat": 57.47, | |
| "lng": 42.13, | |
| "country": "Russia", | |
| "population": 92983 | |
| }, | |
| { | |
| "city": "Coronel", | |
| "lat": -37.03, | |
| "lng": -73.16, | |
| "country": "Chile", | |
| "population": 92940 | |
| }, | |
| { | |
| "city": "Wukari", | |
| "lat": 7.8704, | |
| "lng": 9.78, | |
| "country": "Nigeria", | |
| "population": 92933 | |
| }, | |
| { | |
| "city": "Rosenheim", | |
| "lat": 47.8503, | |
| "lng": 12.1333, | |
| "country": "Germany", | |
| "population": 92809 | |
| }, | |
| { | |
| "city": "Toowoomba", | |
| "lat": -27.5645, | |
| "lng": 151.9555, | |
| "country": "Australia", | |
| "population": 92800 | |
| }, | |
| { | |
| "city": "Quibdó", | |
| "lat": 5.6904, | |
| "lng": -76.66, | |
| "country": "Colombia", | |
| "population": 92780 | |
| }, | |
| { | |
| "city": "Carson", | |
| "lat": 33.8374, | |
| "lng": -118.2559, | |
| "country": "United States", | |
| "population": 92735 | |
| }, | |
| { | |
| "city": "Terre Haute", | |
| "lat": 39.4654, | |
| "lng": -87.3763, | |
| "country": "United States", | |
| "population": 92722 | |
| }, | |
| { | |
| "city": "Sampit", | |
| "lat": -2.5329, | |
| "lng": 112.95, | |
| "country": "Indonesia", | |
| "population": 92710 | |
| }, | |
| { | |
| "city": "Foumban", | |
| "lat": 5.7304, | |
| "lng": 10.9, | |
| "country": "Cameroon", | |
| "population": 92673 | |
| }, | |
| { | |
| "city": "Patos", | |
| "lat": -7.0196, | |
| "lng": -37.29, | |
| "country": "Brazil", | |
| "population": 92575 | |
| }, | |
| { | |
| "city": "Blacksburg", | |
| "lat": 37.23, | |
| "lng": -80.428, | |
| "country": "United States", | |
| "population": 92573 | |
| }, | |
| { | |
| "city": "Portsmouth", | |
| "lat": 43.058, | |
| "lng": -70.7826, | |
| "country": "United States", | |
| "population": 92513 | |
| }, | |
| { | |
| "city": "Tulcea", | |
| "lat": 45.1993, | |
| "lng": 28.7967, | |
| "country": "Romania", | |
| "population": 92475 | |
| }, | |
| { | |
| "city": "Fuan", | |
| "lat": 27.0704, | |
| "lng": 119.62, | |
| "country": "China", | |
| "population": 92470 | |
| }, | |
| { | |
| "city": "Maizuru", | |
| "lat": 35.4504, | |
| "lng": 135.3333, | |
| "country": "Japan", | |
| "population": 92465 | |
| }, | |
| { | |
| "city": "Villa María", | |
| "lat": -32.41, | |
| "lng": -63.26, | |
| "country": "Argentina", | |
| "population": 92453 | |
| }, | |
| { | |
| "city": "Santiago de Compostela", | |
| "lat": 42.8829, | |
| "lng": -8.5411, | |
| "country": "Spain", | |
| "population": 92430 | |
| }, | |
| { | |
| "city": "Itaituba", | |
| "lat": -4.2586, | |
| "lng": -55.925, | |
| "country": "Brazil", | |
| "population": 92308 | |
| }, | |
| { | |
| "city": "Miami Beach", | |
| "lat": 25.8171, | |
| "lng": -80.1396, | |
| "country": "United States", | |
| "population": 92307 | |
| }, | |
| { | |
| "city": "Santa Monica", | |
| "lat": 34.0232, | |
| "lng": -118.4813, | |
| "country": "United States", | |
| "population": 92306 | |
| }, | |
| { | |
| "city": "Dhangarhi", | |
| "lat": 28.695, | |
| "lng": 80.593, | |
| "country": "Nepal", | |
| "population": 92294 | |
| }, | |
| { | |
| "city": "Tubarão", | |
| "lat": -28.48, | |
| "lng": -49.02, | |
| "country": "Brazil", | |
| "population": 92275 | |
| }, | |
| { | |
| "city": "Dover", | |
| "lat": 43.1887, | |
| "lng": -70.8845, | |
| "country": "United States", | |
| "population": 92234 | |
| }, | |
| { | |
| "city": "Calais", | |
| "lat": 50.9504, | |
| "lng": 1.8333, | |
| "country": "France", | |
| "population": 92201 | |
| }, | |
| { | |
| "city": "Carmel", | |
| "lat": 39.9658, | |
| "lng": -86.1461, | |
| "country": "United States", | |
| "population": 92198 | |
| }, | |
| { | |
| "city": "Ciudad Guzman", | |
| "lat": 19.7104, | |
| "lng": -103.46, | |
| "country": "Mexico", | |
| "population": 92161 | |
| }, | |
| { | |
| "city": "Ereğli", | |
| "lat": 37.5063, | |
| "lng": 34.0517, | |
| "country": "Turkey", | |
| "population": 92117 | |
| }, | |
| { | |
| "city": "Kohima", | |
| "lat": 25.667, | |
| "lng": 94.1166, | |
| "country": "India", | |
| "population": 92113 | |
| }, | |
| { | |
| "city": "Hanford", | |
| "lat": 36.326, | |
| "lng": -119.654, | |
| "country": "United States", | |
| "population": 92066 | |
| }, | |
| { | |
| "city": "Danjiangkou", | |
| "lat": 32.52, | |
| "lng": 111.5, | |
| "country": "China", | |
| "population": 92008 | |
| }, | |
| { | |
| "city": "Lafayette", | |
| "lat": 39.9949, | |
| "lng": -105.0997, | |
| "country": "United States", | |
| "population": 91985 | |
| }, | |
| { | |
| "city": "Edmond", | |
| "lat": 35.6689, | |
| "lng": -97.4159, | |
| "country": "United States", | |
| "population": 91950 | |
| }, | |
| { | |
| "city": "Bugulma", | |
| "lat": 54.5543, | |
| "lng": 52.7943, | |
| "country": "Russia", | |
| "population": 91900 | |
| }, | |
| { | |
| "city": "Kuopio", | |
| "lat": 62.8943, | |
| "lng": 27.6949, | |
| "country": "Finland", | |
| "population": 91900 | |
| }, | |
| { | |
| "city": "Kilosa", | |
| "lat": -6.8396, | |
| "lng": 36.99, | |
| "country": "Tanzania", | |
| "population": 91889 | |
| }, | |
| { | |
| "city": "Fishers", | |
| "lat": 39.9589, | |
| "lng": -85.967, | |
| "country": "United States", | |
| "population": 91832 | |
| }, | |
| { | |
| "city": "Cabinda", | |
| "lat": -5.5596, | |
| "lng": 12.19, | |
| "country": "Angola", | |
| "population": 91791 | |
| }, | |
| { | |
| "city": "Arezzo", | |
| "lat": 43.4617, | |
| "lng": 11.875, | |
| "country": "Italy", | |
| "population": 91589 | |
| }, | |
| { | |
| "city": "Westminster", | |
| "lat": 33.7523, | |
| "lng": -117.9938, | |
| "country": "United States", | |
| "population": 91564 | |
| }, | |
| { | |
| "city": "Grahamstown", | |
| "lat": -33.2996, | |
| "lng": 26.52, | |
| "country": "South Africa", | |
| "population": 91548 | |
| }, | |
| { | |
| "city": "Novoaltaysk", | |
| "lat": 53.3993, | |
| "lng": 83.9588, | |
| "country": "Russia", | |
| "population": 91386 | |
| }, | |
| { | |
| "city": "Lawton", | |
| "lat": 34.6171, | |
| "lng": -98.4204, | |
| "country": "United States", | |
| "population": 91383 | |
| }, | |
| { | |
| "city": "Tecoman", | |
| "lat": 18.9204, | |
| "lng": -103.88, | |
| "country": "Mexico", | |
| "population": 91321 | |
| }, | |
| { | |
| "city": "Florence", | |
| "lat": 34.1785, | |
| "lng": -79.7857, | |
| "country": "United States", | |
| "population": 91311 | |
| }, | |
| { | |
| "city": "Helsingborg", | |
| "lat": 56.0505, | |
| "lng": 12.7, | |
| "country": "Sweden", | |
| "population": 91304 | |
| }, | |
| { | |
| "city": "Mons", | |
| "lat": 50.446, | |
| "lng": 3.939, | |
| "country": "Belgium", | |
| "population": 91277 | |
| }, | |
| { | |
| "city": "Kendu Bay", | |
| "lat": -0.3596, | |
| "lng": 34.64, | |
| "country": "Kenya", | |
| "population": 91248 | |
| }, | |
| { | |
| "city": "Muriaé", | |
| "lat": -21.13, | |
| "lng": -42.39, | |
| "country": "Brazil", | |
| "population": 91173 | |
| }, | |
| { | |
| "city": "Pingdu", | |
| "lat": 36.7904, | |
| "lng": 119.94, | |
| "country": "China", | |
| "population": 91077 | |
| }, | |
| { | |
| "city": "Niğde", | |
| "lat": 37.976, | |
| "lng": 34.694, | |
| "country": "Turkey", | |
| "population": 91039 | |
| }, | |
| { | |
| "city": "Livermore", | |
| "lat": 37.6861, | |
| "lng": -121.7608, | |
| "country": "United States", | |
| "population": 91030 | |
| }, | |
| { | |
| "city": "Lüleburgaz", | |
| "lat": 41.4067, | |
| "lng": 27.3552, | |
| "country": "Turkey", | |
| "population": 90899 | |
| }, | |
| { | |
| "city": "Chauk", | |
| "lat": 20.9085, | |
| "lng": 94.823, | |
| "country": "Burma", | |
| "population": 90870 | |
| }, | |
| { | |
| "city": "Cuauhtémoc", | |
| "lat": 28.4257, | |
| "lng": -106.8696, | |
| "country": "Mexico", | |
| "population": 90835 | |
| }, | |
| { | |
| "city": "Drammen", | |
| "lat": 59.7572, | |
| "lng": 10.1907, | |
| "country": "Norway", | |
| "population": 90722 | |
| }, | |
| { | |
| "city": "Moncton", | |
| "lat": 46.0833, | |
| "lng": -64.7667, | |
| "country": "Canada", | |
| "population": 90635 | |
| }, | |
| { | |
| "city": "Klagenfurt", | |
| "lat": 46.6203, | |
| "lng": 14.31, | |
| "country": "Austria", | |
| "population": 90610 | |
| }, | |
| { | |
| "city": "Lees Summit", | |
| "lat": 38.9172, | |
| "lng": -94.3816, | |
| "country": "United States", | |
| "population": 90597 | |
| }, | |
| { | |
| "city": "Menifee", | |
| "lat": 33.6909, | |
| "lng": -117.1849, | |
| "country": "United States", | |
| "population": 90595 | |
| }, | |
| { | |
| "city": "San Leandro", | |
| "lat": 37.7071, | |
| "lng": -122.1601, | |
| "country": "United States", | |
| "population": 90553 | |
| }, | |
| { | |
| "city": "Albany", | |
| "lat": 31.5776, | |
| "lng": -84.1762, | |
| "country": "United States", | |
| "population": 90515 | |
| }, | |
| { | |
| "city": "Phetchaburi", | |
| "lat": 13.1133, | |
| "lng": 99.9412, | |
| "country": "Thailand", | |
| "population": 90497 | |
| }, | |
| { | |
| "city": "Gatchina", | |
| "lat": 59.5707, | |
| "lng": 30.1333, | |
| "country": "Russia", | |
| "population": 90486 | |
| }, | |
| { | |
| "city": "Bowling Green", | |
| "lat": 36.9721, | |
| "lng": -86.4367, | |
| "country": "United States", | |
| "population": 90448 | |
| }, | |
| { | |
| "city": "Itanhaem", | |
| "lat": -24.18, | |
| "lng": -46.8, | |
| "country": "Brazil", | |
| "population": 90385 | |
| }, | |
| { | |
| "city": "Edinburg", | |
| "lat": 26.319, | |
| "lng": -98.1607, | |
| "country": "United States", | |
| "population": 90280 | |
| }, | |
| { | |
| "city": "Kirovo-Chepetsk", | |
| "lat": 58.5544, | |
| "lng": 50.0444, | |
| "country": "Russia", | |
| "population": 90252 | |
| }, | |
| { | |
| "city": "Suffolk", | |
| "lat": 36.6953, | |
| "lng": -76.6398, | |
| "country": "United States", | |
| "population": 90237 | |
| }, | |
| { | |
| "city": "Missoula", | |
| "lat": 46.8685, | |
| "lng": -114.0094, | |
| "country": "United States", | |
| "population": 90218 | |
| }, | |
| { | |
| "city": "Reconquista", | |
| "lat": -29.1395, | |
| "lng": -59.65, | |
| "country": "Argentina", | |
| "population": 90184 | |
| }, | |
| { | |
| "city": "Mbabane", | |
| "lat": -26.3167, | |
| "lng": 31.1333, | |
| "country": "Swaziland", | |
| "population": 90138 | |
| }, | |
| { | |
| "city": "Barahona", | |
| "lat": 18.2004, | |
| "lng": -71.1, | |
| "country": "Dominican Republic", | |
| "population": 90128 | |
| }, | |
| { | |
| "city": "Buea", | |
| "lat": 4.155, | |
| "lng": 9.231, | |
| "country": "Cameroon", | |
| "population": 90088 | |
| }, | |
| { | |
| "city": "Limerick", | |
| "lat": 52.6647, | |
| "lng": -8.6231, | |
| "country": "Ireland", | |
| "population": 90054 | |
| }, | |
| { | |
| "city": "Francistown", | |
| "lat": -21.17, | |
| "lng": 27.5, | |
| "country": "Botswana", | |
| "population": 89979 | |
| }, | |
| { | |
| "city": "Chino", | |
| "lat": 33.9836, | |
| "lng": -117.6653, | |
| "country": "United States", | |
| "population": 89797 | |
| }, | |
| { | |
| "city": "Yegoryevsk", | |
| "lat": 55.3848, | |
| "lng": 39.0294, | |
| "country": "Russia", | |
| "population": 89795 | |
| }, | |
| { | |
| "city": "Jönköping", | |
| "lat": 57.7713, | |
| "lng": 14.165, | |
| "country": "Sweden", | |
| "population": 89780 | |
| }, | |
| { | |
| "city": "Santana do Livramento", | |
| "lat": -30.88, | |
| "lng": -55.53, | |
| "country": "Brazil", | |
| "population": 89694 | |
| }, | |
| { | |
| "city": "Auburn", | |
| "lat": 32.6084, | |
| "lng": -85.4897, | |
| "country": "United States", | |
| "population": 89577 | |
| }, | |
| { | |
| "city": "Vlorë", | |
| "lat": 40.4774, | |
| "lng": 19.4982, | |
| "country": "Albania", | |
| "population": 89546 | |
| }, | |
| { | |
| "city": "Chester", | |
| "lat": 53.2, | |
| "lng": -2.92, | |
| "country": "United Kingdom", | |
| "population": 89531 | |
| }, | |
| { | |
| "city": "Fujin", | |
| "lat": 47.2704, | |
| "lng": 132.02, | |
| "country": "China", | |
| "population": 89442 | |
| }, | |
| { | |
| "city": "Fall River", | |
| "lat": 41.7136, | |
| "lng": -71.1015, | |
| "country": "United States", | |
| "population": 89420 | |
| }, | |
| { | |
| "city": "Hosaina", | |
| "lat": 7.5504, | |
| "lng": 37.85, | |
| "country": "Ethiopia", | |
| "population": 89300 | |
| }, | |
| { | |
| "city": "Tambacounda", | |
| "lat": 13.7804, | |
| "lng": -13.68, | |
| "country": "Senegal", | |
| "population": 89212 | |
| }, | |
| { | |
| "city": "Sumbawanga", | |
| "lat": -7.9596, | |
| "lng": 31.62, | |
| "country": "Tanzania", | |
| "population": 89161 | |
| }, | |
| { | |
| "city": "Valle de la Pascua", | |
| "lat": 9.21, | |
| "lng": -66.02, | |
| "country": "Venezuela", | |
| "population": 89080 | |
| }, | |
| { | |
| "city": "Norwalk", | |
| "lat": 41.1144, | |
| "lng": -73.4215, | |
| "country": "United States", | |
| "population": 89005 | |
| }, | |
| { | |
| "city": "Decatur", | |
| "lat": 39.8556, | |
| "lng": -88.9337, | |
| "country": "United States", | |
| "population": 88997 | |
| }, | |
| { | |
| "city": "Newton", | |
| "lat": 42.3316, | |
| "lng": -71.2084, | |
| "country": "United States", | |
| "population": 88994 | |
| }, | |
| { | |
| "city": "Rapid City", | |
| "lat": 44.0716, | |
| "lng": -103.2205, | |
| "country": "United States", | |
| "population": 88979 | |
| }, | |
| { | |
| "city": "Shwebo", | |
| "lat": 22.5783, | |
| "lng": 95.6929, | |
| "country": "Burma", | |
| "population": 88914 | |
| }, | |
| { | |
| "city": "Zárate", | |
| "lat": -34.0896, | |
| "lng": -59.04, | |
| "country": "Argentina", | |
| "population": 88781 | |
| }, | |
| { | |
| "city": "Wangqing", | |
| "lat": 43.3248, | |
| "lng": 129.7343, | |
| "country": "China", | |
| "population": 88732 | |
| }, | |
| { | |
| "city": "Rafaela", | |
| "lat": -31.25, | |
| "lng": -61.5, | |
| "country": "Argentina", | |
| "population": 88713 | |
| }, | |
| { | |
| "city": "Muncie", | |
| "lat": 40.1989, | |
| "lng": -85.395, | |
| "country": "United States", | |
| "population": 88688 | |
| }, | |
| { | |
| "city": "Norrköping", | |
| "lat": 58.5954, | |
| "lng": 16.1787, | |
| "country": "Sweden", | |
| "population": 88639 | |
| }, | |
| { | |
| "city": "Kirkland", | |
| "lat": 47.6997, | |
| "lng": -122.2041, | |
| "country": "United States", | |
| "population": 88630 | |
| }, | |
| { | |
| "city": "Montero", | |
| "lat": -17.3496, | |
| "lng": -63.26, | |
| "country": "Bolivia", | |
| "population": 88616 | |
| }, | |
| { | |
| "city": "Chosica", | |
| "lat": -11.93, | |
| "lng": -76.71, | |
| "country": "Peru", | |
| "population": 88606 | |
| }, | |
| { | |
| "city": "Chaman", | |
| "lat": 30.925, | |
| "lng": 66.4463, | |
| "country": "Pakistan", | |
| "population": 88568 | |
| }, | |
| { | |
| "city": "Brovary", | |
| "lat": 50.4943, | |
| "lng": 30.7809, | |
| "country": "Ukraine", | |
| "population": 88506 | |
| }, | |
| { | |
| "city": "Sugar Land", | |
| "lat": 29.5965, | |
| "lng": -95.6293, | |
| "country": "United States", | |
| "population": 88485 | |
| }, | |
| { | |
| "city": "Târgoviște", | |
| "lat": 44.938, | |
| "lng": 25.459, | |
| "country": "Romania", | |
| "population": 88435 | |
| }, | |
| { | |
| "city": "Nova Lima", | |
| "lat": -19.98, | |
| "lng": -43.85, | |
| "country": "Brazil", | |
| "population": 88399 | |
| }, | |
| { | |
| "city": "Taldyqorghan", | |
| "lat": 45, | |
| "lng": 78.4, | |
| "country": "Kazakhstan", | |
| "population": 88380 | |
| }, | |
| { | |
| "city": "Zhob", | |
| "lat": 31.349, | |
| "lng": 69.4386, | |
| "country": "Pakistan", | |
| "population": 88356 | |
| }, | |
| { | |
| "city": "Qal at Bishah", | |
| "lat": 20.0087, | |
| "lng": 42.5987, | |
| "country": "Saudi Arabia", | |
| "population": 88291 | |
| }, | |
| { | |
| "city": "State College", | |
| "lat": 40.7909, | |
| "lng": -77.8568, | |
| "country": "United States", | |
| "population": 88285 | |
| }, | |
| { | |
| "city": "Brusque", | |
| "lat": -27.13, | |
| "lng": -48.93, | |
| "country": "Brazil", | |
| "population": 88284 | |
| }, | |
| { | |
| "city": "São Tomé", | |
| "lat": 0.3334, | |
| "lng": 6.7333, | |
| "country": "Sao Tome And Principe", | |
| "population": 88219 | |
| }, | |
| { | |
| "city": "Coronel Oviedo", | |
| "lat": -25.45, | |
| "lng": -56.44, | |
| "country": "Paraguay", | |
| "population": 88101 | |
| }, | |
| { | |
| "city": "Citrus Heights", | |
| "lat": 38.6948, | |
| "lng": -121.288, | |
| "country": "United States", | |
| "population": 87931 | |
| }, | |
| { | |
| "city": "Yozgat", | |
| "lat": 39.818, | |
| "lng": 34.815, | |
| "country": "Turkey", | |
| "population": 87881 | |
| }, | |
| { | |
| "city": "Madinat ath Thawrah", | |
| "lat": 35.8367, | |
| "lng": 38.5481, | |
| "country": "Syria", | |
| "population": 87880 | |
| }, | |
| { | |
| "city": "Ebolowa", | |
| "lat": 2.9, | |
| "lng": 11.15, | |
| "country": "Cameroon", | |
| "population": 87875 | |
| }, | |
| { | |
| "city": "Saint John", | |
| "lat": 45.267, | |
| "lng": -66.0767, | |
| "country": "Canada", | |
| "population": 87857 | |
| }, | |
| { | |
| "city": "Ağrı", | |
| "lat": 39.7198, | |
| "lng": 43.0513, | |
| "country": "Turkey", | |
| "population": 87854 | |
| }, | |
| { | |
| "city": "Hawthorne", | |
| "lat": 33.9147, | |
| "lng": -118.3476, | |
| "country": "United States", | |
| "population": 87854 | |
| }, | |
| { | |
| "city": "Surigao", | |
| "lat": 9.7843, | |
| "lng": 125.4888, | |
| "country": "Philippines", | |
| "population": 87832 | |
| }, | |
| { | |
| "city": "Jackson", | |
| "lat": 42.2431, | |
| "lng": -84.4038, | |
| "country": "United States", | |
| "population": 87819 | |
| }, | |
| { | |
| "city": "Yeysk", | |
| "lat": 46.6988, | |
| "lng": 38.2634, | |
| "country": "Russia", | |
| "population": 87814 | |
| }, | |
| { | |
| "city": "Çanakkale", | |
| "lat": 40.1459, | |
| "lng": 26.4064, | |
| "country": "Turkey", | |
| "population": 87791 | |
| }, | |
| { | |
| "city": "Parepare", | |
| "lat": -4.0167, | |
| "lng": 119.6333, | |
| "country": "Indonesia", | |
| "population": 87776 | |
| }, | |
| { | |
| "city": "San Juan De Los Morros", | |
| "lat": 9.901, | |
| "lng": -67.354, | |
| "country": "Venezuela", | |
| "population": 87739 | |
| }, | |
| { | |
| "city": "Waukegan", | |
| "lat": 42.3697, | |
| "lng": -87.8716, | |
| "country": "United States", | |
| "population": 87729 | |
| }, | |
| { | |
| "city": "Buzuluk", | |
| "lat": 52.7821, | |
| "lng": 52.2618, | |
| "country": "Russia", | |
| "population": 87714 | |
| }, | |
| { | |
| "city": "Makeni", | |
| "lat": 8.8804, | |
| "lng": -12.05, | |
| "country": "Sierra Leone", | |
| "population": 87679 | |
| }, | |
| { | |
| "city": "Uman", | |
| "lat": 48.7543, | |
| "lng": 30.2109, | |
| "country": "Ukraine", | |
| "population": 87658 | |
| }, | |
| { | |
| "city": "Pergamino", | |
| "lat": -33.8996, | |
| "lng": -60.57, | |
| "country": "Argentina", | |
| "population": 87652 | |
| }, | |
| { | |
| "city": "Žilina", | |
| "lat": 49.2198, | |
| "lng": 18.7494, | |
| "country": "Slovakia", | |
| "population": 87625 | |
| }, | |
| { | |
| "city": "Gitarama", | |
| "lat": -2.0696, | |
| "lng": 29.76, | |
| "country": "Rwanda", | |
| "population": 87613 | |
| }, | |
| { | |
| "city": "O'Fallon", | |
| "lat": 38.7851, | |
| "lng": -90.7176, | |
| "country": "United States", | |
| "population": 87597 | |
| }, | |
| { | |
| "city": "Koidu", | |
| "lat": 8.4405, | |
| "lng": -10.85, | |
| "country": "Sierra Leone", | |
| "population": 87539 | |
| }, | |
| { | |
| "city": "Assis", | |
| "lat": -22.6596, | |
| "lng": -50.42, | |
| "country": "Brazil", | |
| "population": 87471 | |
| }, | |
| { | |
| "city": "Changting", | |
| "lat": 25.867, | |
| "lng": 116.3167, | |
| "country": "China", | |
| "population": 87458 | |
| }, | |
| { | |
| "city": "Koudougou", | |
| "lat": 12.2505, | |
| "lng": -2.37, | |
| "country": "Burkina Faso", | |
| "population": 87347 | |
| }, | |
| { | |
| "city": "Shumen", | |
| "lat": 43.27, | |
| "lng": 26.9294, | |
| "country": "Bulgaria", | |
| "population": 87283 | |
| }, | |
| { | |
| "city": "Mishan", | |
| "lat": 45.5504, | |
| "lng": 131.88, | |
| "country": "China", | |
| "population": 87257 | |
| }, | |
| { | |
| "city": "Nenjiang", | |
| "lat": 49.18, | |
| "lng": 125.23, | |
| "country": "China", | |
| "population": 87236 | |
| }, | |
| { | |
| "city": "Ed Dueim", | |
| "lat": 13.9904, | |
| "lng": 32.3, | |
| "country": "Sudan", | |
| "population": 87068 | |
| }, | |
| { | |
| "city": "Napa", | |
| "lat": 38.2977, | |
| "lng": -122.3011, | |
| "country": "United States", | |
| "population": 87032 | |
| }, | |
| { | |
| "city": "Lokossa", | |
| "lat": 6.615, | |
| "lng": 1.715, | |
| "country": "Benin", | |
| "population": 86971 | |
| }, | |
| { | |
| "city": "Huaraz", | |
| "lat": -9.53, | |
| "lng": -77.53, | |
| "country": "Peru", | |
| "population": 86934 | |
| }, | |
| { | |
| "city": "Dalton", | |
| "lat": 34.7689, | |
| "lng": -84.9711, | |
| "country": "United States", | |
| "population": 86841 | |
| }, | |
| { | |
| "city": "Whittier", | |
| "lat": 33.9678, | |
| "lng": -118.0188, | |
| "country": "United States", | |
| "population": 86838 | |
| }, | |
| { | |
| "city": "Nouadhibou", | |
| "lat": 20.9, | |
| "lng": -17.056, | |
| "country": "Mauritania", | |
| "population": 86738 | |
| }, | |
| { | |
| "city": "Tumaco", | |
| "lat": 1.81, | |
| "lng": -78.81, | |
| "country": "Colombia", | |
| "population": 86713 | |
| }, | |
| { | |
| "city": "Ruhengeri", | |
| "lat": -1.4996, | |
| "lng": 29.63, | |
| "country": "Rwanda", | |
| "population": 86685 | |
| }, | |
| { | |
| "city": "Redwood City", | |
| "lat": 37.5026, | |
| "lng": -122.2252, | |
| "country": "United States", | |
| "population": 86685 | |
| }, | |
| { | |
| "city": "Mount Pleasant", | |
| "lat": 32.8533, | |
| "lng": -79.8269, | |
| "country": "United States", | |
| "population": 86668 | |
| }, | |
| { | |
| "city": "Clifton", | |
| "lat": 40.8631, | |
| "lng": -74.1575, | |
| "country": "United States", | |
| "population": 86607 | |
| }, | |
| { | |
| "city": "Bitola", | |
| "lat": 41.0391, | |
| "lng": 21.3395, | |
| "country": "Macedonia", | |
| "population": 86528 | |
| }, | |
| { | |
| "city": "Anderson", | |
| "lat": 40.0874, | |
| "lng": -85.692, | |
| "country": "United States", | |
| "population": 86481 | |
| }, | |
| { | |
| "city": "Olavarría", | |
| "lat": -36.9, | |
| "lng": -60.33, | |
| "country": "Argentina", | |
| "population": 86320 | |
| }, | |
| { | |
| "city": "Ioanina", | |
| "lat": 39.6679, | |
| "lng": 20.8509, | |
| "country": "Greece", | |
| "population": 86304 | |
| }, | |
| { | |
| "city": "Joplin", | |
| "lat": 37.0766, | |
| "lng": -94.5016, | |
| "country": "United States", | |
| "population": 86298 | |
| }, | |
| { | |
| "city": "Panshi", | |
| "lat": 42.9426, | |
| "lng": 126.0561, | |
| "country": "China", | |
| "population": 86216 | |
| }, | |
| { | |
| "city": "Newport Beach", | |
| "lat": 33.6151, | |
| "lng": -117.8669, | |
| "country": "United States", | |
| "population": 86160 | |
| }, | |
| { | |
| "city": "Lorca", | |
| "lat": 37.6886, | |
| "lng": -1.6985, | |
| "country": "Spain", | |
| "population": 86119 | |
| }, | |
| { | |
| "city": "Shchekino", | |
| "lat": 54.0143, | |
| "lng": 37.5143, | |
| "country": "Russia", | |
| "population": 86088 | |
| }, | |
| { | |
| "city": "Agua Prieta", | |
| "lat": 31.3223, | |
| "lng": -109.563, | |
| "country": "Mexico", | |
| "population": 86083 | |
| }, | |
| { | |
| "city": "Potiskum", | |
| "lat": 11.7104, | |
| "lng": 11.08, | |
| "country": "Nigeria", | |
| "population": 86002 | |
| }, | |
| { | |
| "city": "Huehuetenango", | |
| "lat": 15.3204, | |
| "lng": -91.47, | |
| "country": "Guatemala", | |
| "population": 85992 | |
| }, | |
| { | |
| "city": "Chipata", | |
| "lat": -13.6296, | |
| "lng": 32.64, | |
| "country": "Zambia", | |
| "population": 85963 | |
| }, | |
| { | |
| "city": "Poitier", | |
| "lat": 46.5833, | |
| "lng": 0.3333, | |
| "country": "France", | |
| "population": 85960 | |
| }, | |
| { | |
| "city": "Keffi", | |
| "lat": 8.849, | |
| "lng": 7.8736, | |
| "country": "Nigeria", | |
| "population": 85911 | |
| }, | |
| { | |
| "city": "Usolye Sibirskoye", | |
| "lat": 52.765, | |
| "lng": 103.645, | |
| "country": "Russia", | |
| "population": 85900 | |
| }, | |
| { | |
| "city": "Bloomington", | |
| "lat": 44.8306, | |
| "lng": -93.3151, | |
| "country": "United States", | |
| "population": 85866 | |
| }, | |
| { | |
| "city": "Helong", | |
| "lat": 42.5348, | |
| "lng": 129.0044, | |
| "country": "China", | |
| "population": 85756 | |
| }, | |
| { | |
| "city": "Behbehan", | |
| "lat": 30.5818, | |
| "lng": 50.2615, | |
| "country": "Iran", | |
| "population": 85707 | |
| }, | |
| { | |
| "city": "Río Gallegos", | |
| "lat": -51.6333, | |
| "lng": -69.2166, | |
| "country": "Argentina", | |
| "population": 85700 | |
| }, | |
| { | |
| "city": "Chumphon", | |
| "lat": 10.5127, | |
| "lng": 99.1872, | |
| "country": "Thailand", | |
| "population": 85686 | |
| }, | |
| { | |
| "city": "Sokcho", | |
| "lat": 38.2087, | |
| "lng": 128.5912, | |
| "country": "Korea, South", | |
| "population": 85430 | |
| }, | |
| { | |
| "city": "Versailles", | |
| "lat": 48.8005, | |
| "lng": 2.1333, | |
| "country": "France", | |
| "population": 85416 | |
| }, | |
| { | |
| "city": "Alhambra", | |
| "lat": 34.084, | |
| "lng": -118.1355, | |
| "country": "United States", | |
| "population": 85396 | |
| }, | |
| { | |
| "city": "Paulo Afonso", | |
| "lat": -9.3307, | |
| "lng": -38.2657, | |
| "country": "Brazil", | |
| "population": 85350 | |
| }, | |
| { | |
| "city": "Ituiutaba", | |
| "lat": -18.97, | |
| "lng": -49.46, | |
| "country": "Brazil", | |
| "population": 85345 | |
| }, | |
| { | |
| "city": "Cáceres", | |
| "lat": -16.05, | |
| "lng": -57.51, | |
| "country": "Brazil", | |
| "population": 85274 | |
| }, | |
| { | |
| "city": "Liepaga", | |
| "lat": 56.51, | |
| "lng": 21.01, | |
| "country": "Latvia", | |
| "population": 85132 | |
| }, | |
| { | |
| "city": "Ballarat", | |
| "lat": -37.5596, | |
| "lng": 143.84, | |
| "country": "Australia", | |
| "population": 85109 | |
| }, | |
| { | |
| "city": "Louga", | |
| "lat": 15.6104, | |
| "lng": -16.25, | |
| "country": "Senegal", | |
| "population": 85075 | |
| }, | |
| { | |
| "city": "Junín", | |
| "lat": -34.5846, | |
| "lng": -60.9589, | |
| "country": "Argentina", | |
| "population": 85007 | |
| }, | |
| { | |
| "city": "Puerto Limon", | |
| "lat": 10, | |
| "lng": -83.0333, | |
| "country": "Costa Rica", | |
| "population": 85001 | |
| }, | |
| { | |
| "city": "Lorient", | |
| "lat": 47.7504, | |
| "lng": -3.3666, | |
| "country": "France", | |
| "population": 84952 | |
| }, | |
| { | |
| "city": "Hoover", | |
| "lat": 33.3763, | |
| "lng": -86.8058, | |
| "country": "United States", | |
| "population": 84920 | |
| }, | |
| { | |
| "city": "Nanaimo", | |
| "lat": 49.146, | |
| "lng": -123.9343, | |
| "country": "Canada", | |
| "population": 84905 | |
| }, | |
| { | |
| "city": "Savannakhet", | |
| "lat": 16.5376, | |
| "lng": 104.773, | |
| "country": "Laos", | |
| "population": 84898 | |
| }, | |
| { | |
| "city": "Largo", | |
| "lat": 27.9088, | |
| "lng": -82.7713, | |
| "country": "United States", | |
| "population": 84754 | |
| }, | |
| { | |
| "city": "Sumenep", | |
| "lat": -7.0049, | |
| "lng": 113.8496, | |
| "country": "Indonesia", | |
| "population": 84656 | |
| }, | |
| { | |
| "city": "Guider", | |
| "lat": 9.9304, | |
| "lng": 13.94, | |
| "country": "Cameroon", | |
| "population": 84647 | |
| }, | |
| { | |
| "city": "Mission", | |
| "lat": 26.204, | |
| "lng": -98.3251, | |
| "country": "United States", | |
| "population": 84424 | |
| }, | |
| { | |
| "city": "Conroe", | |
| "lat": 30.322, | |
| "lng": -95.4807, | |
| "country": "United States", | |
| "population": 84378 | |
| }, | |
| { | |
| "city": "Johns Creek", | |
| "lat": 34.0333, | |
| "lng": -84.2027, | |
| "country": "United States", | |
| "population": 84350 | |
| }, | |
| { | |
| "city": "Linjiang", | |
| "lat": 41.8363, | |
| "lng": 126.936, | |
| "country": "China", | |
| "population": 84315 | |
| }, | |
| { | |
| "city": "Lake Forest", | |
| "lat": 33.6607, | |
| "lng": -117.6712, | |
| "country": "United States", | |
| "population": 84293 | |
| }, | |
| { | |
| "city": "Trinidad", | |
| "lat": -14.8334, | |
| "lng": -64.9, | |
| "country": "Bolivia", | |
| "population": 84259 | |
| }, | |
| { | |
| "city": "Yurga", | |
| "lat": 55.7258, | |
| "lng": 84.8854, | |
| "country": "Russia", | |
| "population": 84220 | |
| }, | |
| { | |
| "city": "Bryan", | |
| "lat": 30.6657, | |
| "lng": -96.3672, | |
| "country": "United States", | |
| "population": 84021 | |
| }, | |
| { | |
| "city": "Porto Santana", | |
| "lat": -0.0396, | |
| "lng": -51.18, | |
| "country": "Brazil", | |
| "population": 83927 | |
| }, | |
| { | |
| "city": "Port Huron", | |
| "lat": 42.9822, | |
| "lng": -82.4387, | |
| "country": "United States", | |
| "population": 83841 | |
| }, | |
| { | |
| "city": "Troy", | |
| "lat": 42.5818, | |
| "lng": -83.1457, | |
| "country": "United States", | |
| "population": 83813 | |
| }, | |
| { | |
| "city": "Mbarara", | |
| "lat": -0.5996, | |
| "lng": 30.65, | |
| "country": "Uganda", | |
| "population": 83700 | |
| }, | |
| { | |
| "city": "Anzhero Sudzhensk", | |
| "lat": 56.08, | |
| "lng": 86.04, | |
| "country": "Russia", | |
| "population": 83692 | |
| }, | |
| { | |
| "city": "Bethlehem", | |
| "lat": -28.2196, | |
| "lng": 28.3, | |
| "country": "South Africa", | |
| "population": 83654 | |
| }, | |
| { | |
| "city": "Londonderry", | |
| "lat": 55.0004, | |
| "lng": -7.3333, | |
| "country": "United Kingdom", | |
| "population": 83652 | |
| }, | |
| { | |
| "city": "Madera", | |
| "lat": 36.964, | |
| "lng": -120.0803, | |
| "country": "United States", | |
| "population": 83636 | |
| }, | |
| { | |
| "city": "Peterborough", | |
| "lat": 44.3, | |
| "lng": -78.3333, | |
| "country": "Canada", | |
| "population": 83627 | |
| }, | |
| { | |
| "city": "Gisenyi", | |
| "lat": -1.6847, | |
| "lng": 29.2629, | |
| "country": "Rwanda", | |
| "population": 83623 | |
| }, | |
| { | |
| "city": "Ocaña", | |
| "lat": 8.2404, | |
| "lng": -73.35, | |
| "country": "Colombia", | |
| "population": 83511 | |
| }, | |
| { | |
| "city": "Ouidah", | |
| "lat": 6.3604, | |
| "lng": 2.09, | |
| "country": "Benin", | |
| "population": 83503 | |
| }, | |
| { | |
| "city": "Reșița", | |
| "lat": 45.297, | |
| "lng": 21.8865, | |
| "country": "Romania", | |
| "population": 83324 | |
| }, | |
| { | |
| "city": "Codó", | |
| "lat": -4.4796, | |
| "lng": -43.88, | |
| "country": "Brazil", | |
| "population": 83288 | |
| }, | |
| { | |
| "city": "Springfield", | |
| "lat": 39.9304, | |
| "lng": -83.7961, | |
| "country": "United States", | |
| "population": 83286 | |
| }, | |
| { | |
| "city": "Kampong Cham", | |
| "lat": 12.0004, | |
| "lng": 105.45, | |
| "country": "Cambodia", | |
| "population": 83233 | |
| }, | |
| { | |
| "city": "Izmayil", | |
| "lat": 45.3503, | |
| "lng": 28.8374, | |
| "country": "Ukraine", | |
| "population": 83194 | |
| }, | |
| { | |
| "city": "Buena Park", | |
| "lat": 33.8572, | |
| "lng": -118.0046, | |
| "country": "United States", | |
| "population": 83015 | |
| }, | |
| { | |
| "city": "Pleasanton", | |
| "lat": 37.6664, | |
| "lng": -121.8805, | |
| "country": "United States", | |
| "population": 83007 | |
| }, | |
| { | |
| "city": "Tulcán", | |
| "lat": 0.822, | |
| "lng": -77.732, | |
| "country": "Ecuador", | |
| "population": 83000 | |
| }, | |
| { | |
| "city": "Antsiranana", | |
| "lat": -12.2765, | |
| "lng": 49.3115, | |
| "country": "Madagascar", | |
| "population": 82937 | |
| }, | |
| { | |
| "city": "Amasya", | |
| "lat": 40.6537, | |
| "lng": 35.833, | |
| "country": "Turkey", | |
| "population": 82896 | |
| }, | |
| { | |
| "city": "Wiener Neustadt", | |
| "lat": 47.816, | |
| "lng": 16.25, | |
| "country": "Austria", | |
| "population": 82762 | |
| }, | |
| { | |
| "city": "Araxá", | |
| "lat": -19.5796, | |
| "lng": -46.95, | |
| "country": "Brazil", | |
| "population": 82595 | |
| }, | |
| { | |
| "city": "Cicero", | |
| "lat": 41.8445, | |
| "lng": -87.7593, | |
| "country": "United States", | |
| "population": 82552 | |
| }, | |
| { | |
| "city": "Muş", | |
| "lat": 38.749, | |
| "lng": 41.4969, | |
| "country": "Turkey", | |
| "population": 82536 | |
| }, | |
| { | |
| "city": "Nan", | |
| "lat": 18.7868, | |
| "lng": 100.7715, | |
| "country": "Thailand", | |
| "population": 82483 | |
| }, | |
| { | |
| "city": "Pernik", | |
| "lat": 42.61, | |
| "lng": 23.0227, | |
| "country": "Bulgaria", | |
| "population": 82467 | |
| }, | |
| { | |
| "city": "Bagamoyo", | |
| "lat": -6.4396, | |
| "lng": 38.89, | |
| "country": "Tanzania", | |
| "population": 82426 | |
| }, | |
| { | |
| "city": "Chukai", | |
| "lat": 4.2332, | |
| "lng": 103.4479, | |
| "country": "Malaysia", | |
| "population": 82425 | |
| }, | |
| { | |
| "city": "Palmerston North", | |
| "lat": -40.3527, | |
| "lng": 175.6072, | |
| "country": "New Zealand", | |
| "population": 82400 | |
| }, | |
| { | |
| "city": "Nangong", | |
| "lat": 37.3704, | |
| "lng": 115.37, | |
| "country": "China", | |
| "population": 82386 | |
| }, | |
| { | |
| "city": "Chimaltenango", | |
| "lat": 14.662, | |
| "lng": -90.82, | |
| "country": "Guatemala", | |
| "population": 82370 | |
| }, | |
| { | |
| "city": "Gießen", | |
| "lat": 50.5837, | |
| "lng": 8.65, | |
| "country": "Germany", | |
| "population": 82358 | |
| }, | |
| { | |
| "city": "Troitsk", | |
| "lat": 54.1056, | |
| "lng": 61.5702, | |
| "country": "Russia", | |
| "population": 82338 | |
| }, | |
| { | |
| "city": "Banská Bystrica", | |
| "lat": 48.7333, | |
| "lng": 19.15, | |
| "country": "Slovakia", | |
| "population": 82336 | |
| }, | |
| { | |
| "city": "Kanoya", | |
| "lat": 31.3833, | |
| "lng": 130.85, | |
| "country": "Japan", | |
| "population": 82335 | |
| }, | |
| { | |
| "city": "Kilis", | |
| "lat": 36.7204, | |
| "lng": 37.12, | |
| "country": "Turkey", | |
| "population": 82301 | |
| }, | |
| { | |
| "city": "Fier", | |
| "lat": 40.73, | |
| "lng": 19.573, | |
| "country": "Albania", | |
| "population": 82297 | |
| }, | |
| { | |
| "city": "Polatsk", | |
| "lat": 55.4894, | |
| "lng": 28.786, | |
| "country": "Belarus", | |
| "population": 82258 | |
| }, | |
| { | |
| "city": "Asela", | |
| "lat": 7.9504, | |
| "lng": 39.1399, | |
| "country": "Ethiopia", | |
| "population": 82240 | |
| }, | |
| { | |
| "city": "Bolgatanga", | |
| "lat": 10.7904, | |
| "lng": -0.85, | |
| "country": "Ghana", | |
| "population": 82177 | |
| }, | |
| { | |
| "city": "Abomey", | |
| "lat": 7.1904, | |
| "lng": 1.99, | |
| "country": "Benin", | |
| "population": 82154 | |
| }, | |
| { | |
| "city": "Alexandria", | |
| "lat": 31.2923, | |
| "lng": -92.4702, | |
| "country": "United States", | |
| "population": 82131 | |
| }, | |
| { | |
| "city": "Chililabombwe", | |
| "lat": -12.3696, | |
| "lng": 27.82, | |
| "country": "Zambia", | |
| "population": 82068 | |
| }, | |
| { | |
| "city": "Melbourne", | |
| "lat": 28.1084, | |
| "lng": -80.6628, | |
| "country": "United States", | |
| "population": 82011 | |
| }, | |
| { | |
| "city": "Qasserine", | |
| "lat": 35.1804, | |
| "lng": 8.83, | |
| "country": "Tunisia", | |
| "population": 81987 | |
| }, | |
| { | |
| "city": "Presidencia Roque Saenz Pena", | |
| "lat": -26.79, | |
| "lng": -60.45, | |
| "country": "Argentina", | |
| "population": 81879 | |
| }, | |
| { | |
| "city": "Agboville", | |
| "lat": 5.9403, | |
| "lng": -4.28, | |
| "country": "Côte D’Ivoire", | |
| "population": 81770 | |
| }, | |
| { | |
| "city": "Kaspiysk", | |
| "lat": 42.8747, | |
| "lng": 47.6244, | |
| "country": "Russia", | |
| "population": 81752 | |
| }, | |
| { | |
| "city": "Luján", | |
| "lat": -34.5796, | |
| "lng": -59.11, | |
| "country": "Argentina", | |
| "population": 81749 | |
| }, | |
| { | |
| "city": "Westland", | |
| "lat": 42.3192, | |
| "lng": -83.3805, | |
| "country": "United States", | |
| "population": 81747 | |
| }, | |
| { | |
| "city": "Bendigo", | |
| "lat": -36.76, | |
| "lng": 144.28, | |
| "country": "Australia", | |
| "population": 81657 | |
| }, | |
| { | |
| "city": "Watampone", | |
| "lat": -4.5328, | |
| "lng": 120.3334, | |
| "country": "Indonesia", | |
| "population": 81629 | |
| }, | |
| { | |
| "city": "Campana", | |
| "lat": -34.16, | |
| "lng": -58.96, | |
| "country": "Argentina", | |
| "population": 81612 | |
| }, | |
| { | |
| "city": "Sukhumi", | |
| "lat": 43.02, | |
| "lng": 41.02, | |
| "country": "Georgia", | |
| "population": 81546 | |
| }, | |
| { | |
| "city": "Lavras", | |
| "lat": -21.2496, | |
| "lng": -45.01, | |
| "country": "Brazil", | |
| "population": 81472 | |
| }, | |
| { | |
| "city": "Béziers", | |
| "lat": 43.3505, | |
| "lng": 3.21, | |
| "country": "France", | |
| "population": 81438 | |
| }, | |
| { | |
| "city": "Mountain View", | |
| "lat": 37.4, | |
| "lng": -122.0796, | |
| "country": "United States", | |
| "population": 81438 | |
| }, | |
| { | |
| "city": "Balqash", | |
| "lat": 46.8532, | |
| "lng": 74.9502, | |
| "country": "Kazakhstan", | |
| "population": 81364 | |
| }, | |
| { | |
| "city": "Somerville", | |
| "lat": 42.3908, | |
| "lng": -71.1013, | |
| "country": "United States", | |
| "population": 81360 | |
| }, | |
| { | |
| "city": "Bistrița", | |
| "lat": 47.138, | |
| "lng": 24.513, | |
| "country": "Romania", | |
| "population": 81318 | |
| }, | |
| { | |
| "city": "Avaré", | |
| "lat": -23.11, | |
| "lng": -48.93, | |
| "country": "Brazil", | |
| "population": 81285 | |
| }, | |
| { | |
| "city": "Asbest", | |
| "lat": 57.023, | |
| "lng": 61.458, | |
| "country": "Russia", | |
| "population": 81248 | |
| }, | |
| { | |
| "city": "Formosa", | |
| "lat": -15.5395, | |
| "lng": -47.34, | |
| "country": "Brazil", | |
| "population": 81232 | |
| }, | |
| { | |
| "city": "Pisco", | |
| "lat": -13.71, | |
| "lng": -76.22, | |
| "country": "Peru", | |
| "population": 81207 | |
| }, | |
| { | |
| "city": "Cranston", | |
| "lat": 41.7658, | |
| "lng": -71.4858, | |
| "country": "United States", | |
| "population": 81202 | |
| }, | |
| { | |
| "city": "Salina Cruz", | |
| "lat": 16.1671, | |
| "lng": -95.2, | |
| "country": "Mexico", | |
| "population": 81063 | |
| }, | |
| { | |
| "city": "Farmington Hills", | |
| "lat": 42.486, | |
| "lng": -83.3771, | |
| "country": "United States", | |
| "population": 81050 | |
| }, | |
| { | |
| "city": "Hattiesburg", | |
| "lat": 31.3072, | |
| "lng": -89.3168, | |
| "country": "United States", | |
| "population": 81036 | |
| }, | |
| { | |
| "city": "Linares", | |
| "lat": -35.84, | |
| "lng": -71.59, | |
| "country": "Chile", | |
| "population": 81015 | |
| }, | |
| { | |
| "city": "Lakewood", | |
| "lat": 33.8471, | |
| "lng": -118.1221, | |
| "country": "United States", | |
| "population": 80967 | |
| }, | |
| { | |
| "city": "Zomba", | |
| "lat": -15.39, | |
| "lng": 35.31, | |
| "country": "Malawi", | |
| "population": 80932 | |
| }, | |
| { | |
| "city": "Natitingou", | |
| "lat": 10.3204, | |
| "lng": 1.39, | |
| "country": "Benin", | |
| "population": 80892 | |
| }, | |
| { | |
| "city": "Warwick", | |
| "lat": 41.7062, | |
| "lng": -71.4334, | |
| "country": "United States", | |
| "population": 80871 | |
| }, | |
| { | |
| "city": "Hobart", | |
| "lat": -42.85, | |
| "lng": 147.295, | |
| "country": "Australia", | |
| "population": 80870 | |
| }, | |
| { | |
| "city": "Williamsburg", | |
| "lat": 37.2693, | |
| "lng": -76.7076, | |
| "country": "United States", | |
| "population": 80855 | |
| }, | |
| { | |
| "city": "Saint Joseph", | |
| "lat": 39.7598, | |
| "lng": -94.821, | |
| "country": "United States", | |
| "population": 80818 | |
| }, | |
| { | |
| "city": "Abu Kamal", | |
| "lat": 34.4504, | |
| "lng": 40.9186, | |
| "country": "Syria", | |
| "population": 80808 | |
| }, | |
| { | |
| "city": "Klin", | |
| "lat": 56.3431, | |
| "lng": 36.6987, | |
| "country": "Russia", | |
| "population": 80778 | |
| }, | |
| { | |
| "city": "Auburn", | |
| "lat": 47.3041, | |
| "lng": -122.211, | |
| "country": "United States", | |
| "population": 80776 | |
| }, | |
| { | |
| "city": "Atakpamé", | |
| "lat": 7.53, | |
| "lng": 1.12, | |
| "country": "Togo", | |
| "population": 80683 | |
| }, | |
| { | |
| "city": "Brooklyn Park", | |
| "lat": 45.1112, | |
| "lng": -93.3505, | |
| "country": "United States", | |
| "population": 80581 | |
| }, | |
| { | |
| "city": "Deerfield Beach", | |
| "lat": 26.305, | |
| "lng": -80.1278, | |
| "country": "United States", | |
| "population": 80571 | |
| }, | |
| { | |
| "city": "Bingöl", | |
| "lat": 38.885, | |
| "lng": 40.498, | |
| "country": "Turkey", | |
| "population": 80568 | |
| }, | |
| { | |
| "city": "Tustin", | |
| "lat": 33.7309, | |
| "lng": -117.8106, | |
| "country": "United States", | |
| "population": 80498 | |
| }, | |
| { | |
| "city": "Necochea", | |
| "lat": -38.56, | |
| "lng": -58.75, | |
| "country": "Argentina", | |
| "population": 80478 | |
| }, | |
| { | |
| "city": "Huacho", | |
| "lat": -11.11, | |
| "lng": -77.6199, | |
| "country": "Peru", | |
| "population": 80474 | |
| }, | |
| { | |
| "city": "Alton", | |
| "lat": 38.9033, | |
| "lng": -90.1523, | |
| "country": "United States", | |
| "population": 80462 | |
| }, | |
| { | |
| "city": "Chino Hills", | |
| "lat": 33.9508, | |
| "lng": -117.7254, | |
| "country": "United States", | |
| "population": 80374 | |
| }, | |
| { | |
| "city": "Uvinza", | |
| "lat": -5.1196, | |
| "lng": 30.39, | |
| "country": "Tanzania", | |
| "population": 80350 | |
| }, | |
| { | |
| "city": "Kilifi", | |
| "lat": -3.6096, | |
| "lng": 39.85, | |
| "country": "Kenya", | |
| "population": 80339 | |
| }, | |
| { | |
| "city": "Mbalmayo", | |
| "lat": 3.5204, | |
| "lng": 11.5, | |
| "country": "Cameroon", | |
| "population": 80206 | |
| }, | |
| { | |
| "city": "Lawrence", | |
| "lat": 42.7003, | |
| "lng": -71.1626, | |
| "country": "United States", | |
| "population": 80162 | |
| }, | |
| { | |
| "city": "Musan", | |
| "lat": 42.2304, | |
| "lng": 129.2304, | |
| "country": "Korea, North", | |
| "population": 80146 | |
| }, | |
| { | |
| "city": "Texarkana", | |
| "lat": 33.4487, | |
| "lng": -94.0815, | |
| "country": "United States", | |
| "population": 80145 | |
| }, | |
| { | |
| "city": "Meiganga", | |
| "lat": 6.5205, | |
| "lng": 14.29, | |
| "country": "Cameroon", | |
| "population": 80100 | |
| }, | |
| { | |
| "city": "Al Karak", | |
| "lat": 31.1851, | |
| "lng": 35.7047, | |
| "country": "Jordan", | |
| "population": 80062 | |
| }, | |
| { | |
| "city": "Vorkuta", | |
| "lat": 67.5, | |
| "lng": 64.01, | |
| "country": "Russia", | |
| "population": 80039 | |
| }, | |
| { | |
| "city": "Nabatiye et Tahta", | |
| "lat": 33.3833, | |
| "lng": 35.45, | |
| "country": "Lebanon", | |
| "population": 80000 | |
| }, | |
| { | |
| "city": "Capenda-Camulemba", | |
| "lat": -9.4196, | |
| "lng": 18.43, | |
| "country": "Angola", | |
| "population": 80000 | |
| }, | |
| { | |
| "city": "Xigaze", | |
| "lat": 29.25, | |
| "lng": 88.8833, | |
| "country": "China", | |
| "population": 80000 | |
| }, | |
| { | |
| "city": "Koktokay", | |
| "lat": 47.0004, | |
| "lng": 89.4666, | |
| "country": "China", | |
| "population": 80000 | |
| }, | |
| { | |
| "city": "Ciudad Mante", | |
| "lat": 22.7334, | |
| "lng": -98.95, | |
| "country": "Mexico", | |
| "population": 79981 | |
| }, | |
| { | |
| "city": "New Rochelle", | |
| "lat": 40.9305, | |
| "lng": -73.7836, | |
| "country": "United States", | |
| "population": 79946 | |
| }, | |
| { | |
| "city": "Fort Myers", | |
| "lat": 26.6195, | |
| "lng": -81.8302, | |
| "country": "United States", | |
| "population": 79943 | |
| }, | |
| { | |
| "city": "Goodyear", | |
| "lat": 33.2614, | |
| "lng": -112.3622, | |
| "country": "United States", | |
| "population": 79858 | |
| }, | |
| { | |
| "city": "Prachin Buri", | |
| "lat": 14.0572, | |
| "lng": 101.3768, | |
| "country": "Thailand", | |
| "population": 79757 | |
| }, | |
| { | |
| "city": "Khaskovo", | |
| "lat": 41.9438, | |
| "lng": 25.5633, | |
| "country": "Bulgaria", | |
| "population": 79699 | |
| }, | |
| { | |
| "city": "Quillota", | |
| "lat": -32.88, | |
| "lng": -71.26, | |
| "country": "Chile", | |
| "population": 79686 | |
| }, | |
| { | |
| "city": "Erdenet", | |
| "lat": 49.0533, | |
| "lng": 104.1183, | |
| "country": "Mongolia", | |
| "population": 79647 | |
| }, | |
| { | |
| "city": "Kropotkin", | |
| "lat": 45.4471, | |
| "lng": 40.5821, | |
| "country": "Russia", | |
| "population": 79599 | |
| }, | |
| { | |
| "city": "Springdale", | |
| "lat": 36.1898, | |
| "lng": -94.1573, | |
| "country": "United States", | |
| "population": 79599 | |
| }, | |
| { | |
| "city": "Itumbiara", | |
| "lat": -18.3996, | |
| "lng": -49.21, | |
| "country": "Brazil", | |
| "population": 79582 | |
| }, | |
| { | |
| "city": "Beni Mazar", | |
| "lat": 28.4904, | |
| "lng": 30.81, | |
| "country": "Egypt", | |
| "population": 79553 | |
| }, | |
| { | |
| "city": "Ouahigouya", | |
| "lat": 13.5704, | |
| "lng": -2.42, | |
| "country": "Burkina Faso", | |
| "population": 79504 | |
| }, | |
| { | |
| "city": "Pharr", | |
| "lat": 26.1686, | |
| "lng": -98.1904, | |
| "country": "United States", | |
| "population": 79487 | |
| }, | |
| { | |
| "city": "Shadrinsk", | |
| "lat": 56.0837, | |
| "lng": 63.6333, | |
| "country": "Russia", | |
| "population": 79479 | |
| }, | |
| { | |
| "city": "Abaetetuba", | |
| "lat": -1.7245, | |
| "lng": -48.8849, | |
| "country": "Brazil", | |
| "population": 79420 | |
| }, | |
| { | |
| "city": "Valdosta", | |
| "lat": 30.8503, | |
| "lng": -83.2789, | |
| "country": "United States", | |
| "population": 79294 | |
| }, | |
| { | |
| "city": "Alameda", | |
| "lat": 37.767, | |
| "lng": -122.2673, | |
| "country": "United States", | |
| "population": 79177 | |
| }, | |
| { | |
| "city": "Kadoma", | |
| "lat": -18.33, | |
| "lng": 29.9099, | |
| "country": "Zimbabwe", | |
| "population": 79174 | |
| }, | |
| { | |
| "city": "Parma", | |
| "lat": 41.3842, | |
| "lng": -81.7286, | |
| "country": "United States", | |
| "population": 79167 | |
| }, | |
| { | |
| "city": "New Braunfels", | |
| "lat": 29.6995, | |
| "lng": -98.1153, | |
| "country": "United States", | |
| "population": 79152 | |
| }, | |
| { | |
| "city": "Kokomo", | |
| "lat": 40.464, | |
| "lng": -86.1277, | |
| "country": "United States", | |
| "population": 79099 | |
| }, | |
| { | |
| "city": "Newark", | |
| "lat": 40.0705, | |
| "lng": -82.425, | |
| "country": "United States", | |
| "population": 79025 | |
| }, | |
| { | |
| "city": "Paysandú", | |
| "lat": -32.33, | |
| "lng": -58.08, | |
| "country": "Uruguay", | |
| "population": 79016 | |
| }, | |
| { | |
| "city": "Inowrocław", | |
| "lat": 52.7799, | |
| "lng": 18.25, | |
| "country": "Poland", | |
| "population": 79007 | |
| }, | |
| { | |
| "city": "Slatina", | |
| "lat": 44.435, | |
| "lng": 24.371, | |
| "country": "Romania", | |
| "population": 78988 | |
| }, | |
| { | |
| "city": "Kupyansk", | |
| "lat": 49.7218, | |
| "lng": 37.5981, | |
| "country": "Ukraine", | |
| "population": 78870 | |
| }, | |
| { | |
| "city": "Shulan", | |
| "lat": 44.4091, | |
| "lng": 126.9487, | |
| "country": "China", | |
| "population": 78764 | |
| }, | |
| { | |
| "city": "Sagaing", | |
| "lat": 21.88, | |
| "lng": 95.962, | |
| "country": "Burma", | |
| "population": 78739 | |
| }, | |
| { | |
| "city": "Hania", | |
| "lat": 35.5122, | |
| "lng": 24.0156, | |
| "country": "Greece", | |
| "population": 78728 | |
| }, | |
| { | |
| "city": "Cheyenne", | |
| "lat": 41.1406, | |
| "lng": -104.7926, | |
| "country": "United States", | |
| "population": 78728 | |
| }, | |
| { | |
| "city": "Três Lagoas", | |
| "lat": -20.79, | |
| "lng": -51.72, | |
| "country": "Brazil", | |
| "population": 78712 | |
| }, | |
| { | |
| "city": "Biel", | |
| "lat": 47.1666, | |
| "lng": 7.25, | |
| "country": "Switzerland", | |
| "population": 78708 | |
| }, | |
| { | |
| "city": "Gualeguaychú", | |
| "lat": -33.02, | |
| "lng": -58.52, | |
| "country": "Argentina", | |
| "population": 78676 | |
| }, | |
| { | |
| "city": "Ceuta", | |
| "lat": 35.889, | |
| "lng": -5.307, | |
| "country": "Spain", | |
| "population": 78674 | |
| }, | |
| { | |
| "city": "Dondo", | |
| "lat": -19.6196, | |
| "lng": 34.73, | |
| "country": "Mozambique", | |
| "population": 78648 | |
| }, | |
| { | |
| "city": "Flagstaff", | |
| "lat": 35.1872, | |
| "lng": -111.6195, | |
| "country": "United States", | |
| "population": 78628 | |
| }, | |
| { | |
| "city": "São João del Rei", | |
| "lat": -21.13, | |
| "lng": -44.25, | |
| "country": "Brazil", | |
| "population": 78592 | |
| }, | |
| { | |
| "city": "St.-Jerome", | |
| "lat": 45.7666, | |
| "lng": -74, | |
| "country": "Canada", | |
| "population": 78439 | |
| }, | |
| { | |
| "city": "Plymouth", | |
| "lat": 45.0224, | |
| "lng": -93.4615, | |
| "country": "United States", | |
| "population": 78395 | |
| }, | |
| { | |
| "city": "Franklin", | |
| "lat": 35.9214, | |
| "lng": -86.8524, | |
| "country": "United States", | |
| "population": 78321 | |
| }, | |
| { | |
| "city": "Pingyi", | |
| "lat": 35.5104, | |
| "lng": 117.62, | |
| "country": "China", | |
| "population": 78254 | |
| }, | |
| { | |
| "city": "Umeå", | |
| "lat": 63.83, | |
| "lng": 20.24, | |
| "country": "Sweden", | |
| "population": 78197 | |
| }, | |
| { | |
| "city": "Zahlé", | |
| "lat": 33.8501, | |
| "lng": 35.9042, | |
| "country": "Lebanon", | |
| "population": 78145 | |
| }, | |
| { | |
| "city": "Florence", | |
| "lat": 34.83, | |
| "lng": -87.6658, | |
| "country": "United States", | |
| "population": 78112 | |
| }, | |
| { | |
| "city": "Wa", | |
| "lat": 10.0604, | |
| "lng": -2.5, | |
| "country": "Ghana", | |
| "population": 78107 | |
| }, | |
| { | |
| "city": "Milpitas", | |
| "lat": 37.4338, | |
| "lng": -121.8921, | |
| "country": "United States", | |
| "population": 78106 | |
| }, | |
| { | |
| "city": "Folsom", | |
| "lat": 38.6669, | |
| "lng": -121.1422, | |
| "country": "United States", | |
| "population": 78038 | |
| }, | |
| { | |
| "city": "Kankakee", | |
| "lat": 41.102, | |
| "lng": -87.8643, | |
| "country": "United States", | |
| "population": 78001 | |
| }, | |
| { | |
| "city": "Lebanon", | |
| "lat": 40.3412, | |
| "lng": -76.4228, | |
| "country": "United States", | |
| "population": 77973 | |
| }, | |
| { | |
| "city": "Gangtok", | |
| "lat": 27.3333, | |
| "lng": 88.6166, | |
| "country": "India", | |
| "population": 77900 | |
| }, | |
| { | |
| "city": "Perris", | |
| "lat": 33.7899, | |
| "lng": -117.2233, | |
| "country": "United States", | |
| "population": 77879 | |
| }, | |
| { | |
| "city": "Marsala", | |
| "lat": 37.8054, | |
| "lng": 12.4387, | |
| "country": "Italy", | |
| "population": 77784 | |
| }, | |
| { | |
| "city": "Bellflower", | |
| "lat": 33.888, | |
| "lng": -118.1271, | |
| "country": "United States", | |
| "population": 77772 | |
| }, | |
| { | |
| "city": "Linkou", | |
| "lat": 45.2819, | |
| "lng": 130.2519, | |
| "country": "China", | |
| "population": 77754 | |
| }, | |
| { | |
| "city": "Boynton Beach", | |
| "lat": 26.5282, | |
| "lng": -80.0811, | |
| "country": "United States", | |
| "population": 77702 | |
| }, | |
| { | |
| "city": "Watsonville", | |
| "lat": 36.9205, | |
| "lng": -121.7706, | |
| "country": "United States", | |
| "population": 77700 | |
| }, | |
| { | |
| "city": "Hakkâri", | |
| "lat": 37.5744, | |
| "lng": 43.7408, | |
| "country": "Turkey", | |
| "population": 77699 | |
| }, | |
| { | |
| "city": "Numan", | |
| "lat": 9.4604, | |
| "lng": 12.04, | |
| "country": "Nigeria", | |
| "population": 77617 | |
| }, | |
| { | |
| "city": "Kars", | |
| "lat": 40.6085, | |
| "lng": 43.0975, | |
| "country": "Turkey", | |
| "population": 77486 | |
| }, | |
| { | |
| "city": "Anderson", | |
| "lat": 34.5212, | |
| "lng": -82.6479, | |
| "country": "United States", | |
| "population": 77426 | |
| }, | |
| { | |
| "city": "Itaúna", | |
| "lat": -20.06, | |
| "lng": -44.57, | |
| "country": "Brazil", | |
| "population": 77400 | |
| }, | |
| { | |
| "city": "Söke", | |
| "lat": 37.7512, | |
| "lng": 27.4103, | |
| "country": "Turkey", | |
| "population": 77341 | |
| }, | |
| { | |
| "city": "Elizabethtown", | |
| "lat": 37.703, | |
| "lng": -85.8772, | |
| "country": "United States", | |
| "population": 77317 | |
| }, | |
| { | |
| "city": "Kayes", | |
| "lat": 14.45, | |
| "lng": -11.44, | |
| "country": "Mali", | |
| "population": 77207 | |
| }, | |
| { | |
| "city": "Wheeling", | |
| "lat": 40.0755, | |
| "lng": -80.6951, | |
| "country": "United States", | |
| "population": 77206 | |
| }, | |
| { | |
| "city": "Ende", | |
| "lat": -8.8623, | |
| "lng": 121.6489, | |
| "country": "Indonesia", | |
| "population": 77205 | |
| }, | |
| { | |
| "city": "San Carlos", | |
| "lat": 9.658, | |
| "lng": -68.59, | |
| "country": "Venezuela", | |
| "population": 77192 | |
| }, | |
| { | |
| "city": "Jiexiu", | |
| "lat": 37.04, | |
| "lng": 111.9, | |
| "country": "China", | |
| "population": 77178 | |
| }, | |
| { | |
| "city": "Ovalle", | |
| "lat": -30.59, | |
| "lng": -71.2001, | |
| "country": "Chile", | |
| "population": 77138 | |
| }, | |
| { | |
| "city": "São Mateus", | |
| "lat": -18.7296, | |
| "lng": -39.86, | |
| "country": "Brazil", | |
| "population": 77117 | |
| }, | |
| { | |
| "city": "Butare", | |
| "lat": -2.5896, | |
| "lng": 29.73, | |
| "country": "Rwanda", | |
| "population": 77000 | |
| }, | |
| { | |
| "city": "Upland", | |
| "lat": 34.1178, | |
| "lng": -117.6603, | |
| "country": "United States", | |
| "population": 76999 | |
| }, | |
| { | |
| "city": "La Rochelle", | |
| "lat": 46.1667, | |
| "lng": -1.15, | |
| "country": "France", | |
| "population": 76997 | |
| }, | |
| { | |
| "city": "Thakhek", | |
| "lat": 17.4112, | |
| "lng": 104.8361, | |
| "country": "Laos", | |
| "population": 76928 | |
| }, | |
| { | |
| "city": "Sarqan", | |
| "lat": 45.4203, | |
| "lng": 79.9149, | |
| "country": "Kazakhstan", | |
| "population": 76919 | |
| }, | |
| { | |
| "city": "Karur", | |
| "lat": 10.9504, | |
| "lng": 78.0833, | |
| "country": "India", | |
| "population": 76915 | |
| }, | |
| { | |
| "city": "Baytown", | |
| "lat": 29.7607, | |
| "lng": -94.9628, | |
| "country": "United States", | |
| "population": 76804 | |
| }, | |
| { | |
| "city": "Battle Creek", | |
| "lat": 42.2985, | |
| "lng": -85.2296, | |
| "country": "United States", | |
| "population": 76803 | |
| }, | |
| { | |
| "city": "Pori", | |
| "lat": 61.4789, | |
| "lng": 21.7749, | |
| "country": "Finland", | |
| "population": 76772 | |
| }, | |
| { | |
| "city": "San Felipe", | |
| "lat": 10.336, | |
| "lng": -68.746, | |
| "country": "Venezuela", | |
| "population": 76766 | |
| }, | |
| { | |
| "city": "Porterville", | |
| "lat": 36.0644, | |
| "lng": -119.0337, | |
| "country": "United States", | |
| "population": 76729 | |
| }, | |
| { | |
| "city": "Oudtshoorn", | |
| "lat": -33.58, | |
| "lng": 22.19, | |
| "country": "South Africa", | |
| "population": 76708 | |
| }, | |
| { | |
| "city": "Loveland", | |
| "lat": 40.4167, | |
| "lng": -105.0621, | |
| "country": "United States", | |
| "population": 76701 | |
| }, | |
| { | |
| "city": "Layton", | |
| "lat": 41.0771, | |
| "lng": -111.9622, | |
| "country": "United States", | |
| "population": 76691 | |
| }, | |
| { | |
| "city": "Flower Mound", | |
| "lat": 33.0344, | |
| "lng": -97.1147, | |
| "country": "United States", | |
| "population": 76681 | |
| }, | |
| { | |
| "city": "Uttaradit", | |
| "lat": 17.6316, | |
| "lng": 100.0972, | |
| "country": "Thailand", | |
| "population": 76630 | |
| }, | |
| { | |
| "city": "Hammond", | |
| "lat": 41.617, | |
| "lng": -87.4908, | |
| "country": "United States", | |
| "population": 76618 | |
| }, | |
| { | |
| "city": "Lake Jackson", | |
| "lat": 29.0516, | |
| "lng": -95.4522, | |
| "country": "United States", | |
| "population": 76565 | |
| }, | |
| { | |
| "city": "Jataí", | |
| "lat": -17.8796, | |
| "lng": -51.75, | |
| "country": "Brazil", | |
| "population": 76547 | |
| }, | |
| { | |
| "city": "São João da Boa Vista", | |
| "lat": -21.98, | |
| "lng": -46.79, | |
| "country": "Brazil", | |
| "population": 76540 | |
| }, | |
| { | |
| "city": "Davis", | |
| "lat": 38.5552, | |
| "lng": -121.7365, | |
| "country": "United States", | |
| "population": 76524 | |
| }, | |
| { | |
| "city": "Al Musayyib", | |
| "lat": 32.7786, | |
| "lng": 44.29, | |
| "country": "Iraq", | |
| "population": 76454 | |
| }, | |
| { | |
| "city": "Zephyrhills", | |
| "lat": 28.2407, | |
| "lng": -82.1797, | |
| "country": "United States", | |
| "population": 76416 | |
| }, | |
| { | |
| "city": "Baldwin Park", | |
| "lat": 34.0829, | |
| "lng": -117.972, | |
| "country": "United States", | |
| "population": 76402 | |
| }, | |
| { | |
| "city": "Tucuruí", | |
| "lat": -3.68, | |
| "lng": -49.72, | |
| "country": "Brazil", | |
| "population": 76337 | |
| }, | |
| { | |
| "city": "Honiara", | |
| "lat": -9.438, | |
| "lng": 159.9498, | |
| "country": "Solomon Islands", | |
| "population": 76328 | |
| }, | |
| { | |
| "city": "Masvingo", | |
| "lat": -20.0596, | |
| "lng": 30.82, | |
| "country": "Zimbabwe", | |
| "population": 76311 | |
| }, | |
| { | |
| "city": "Babahoyo", | |
| "lat": -1.7996, | |
| "lng": -79.54, | |
| "country": "Ecuador", | |
| "population": 76279 | |
| }, | |
| { | |
| "city": "Tuban", | |
| "lat": -6.8995, | |
| "lng": 112.05, | |
| "country": "Indonesia", | |
| "population": 76242 | |
| }, | |
| { | |
| "city": "Sakhon Nakhon", | |
| "lat": 17.1679, | |
| "lng": 104.1479, | |
| "country": "Thailand", | |
| "population": 76237 | |
| }, | |
| { | |
| "city": "Birobidzhan", | |
| "lat": 48.7974, | |
| "lng": 132.9508, | |
| "country": "Russia", | |
| "population": 76146 | |
| }, | |
| { | |
| "city": "Altoona", | |
| "lat": 40.5082, | |
| "lng": -78.4007, | |
| "country": "United States", | |
| "population": 76096 | |
| }, | |
| { | |
| "city": "Gary", | |
| "lat": 41.5906, | |
| "lng": -87.3472, | |
| "country": "United States", | |
| "population": 76008 | |
| }, | |
| { | |
| "city": "Tamanrasset", | |
| "lat": 22.785, | |
| "lng": 5.5228, | |
| "country": "Algeria", | |
| "population": 76000 | |
| }, | |
| { | |
| "city": "Tailai", | |
| "lat": 46.3904, | |
| "lng": 123.41, | |
| "country": "China", | |
| "population": 75992 | |
| }, | |
| { | |
| "city": "Wyoming", | |
| "lat": 42.8909, | |
| "lng": -85.7066, | |
| "country": "United States", | |
| "population": 75938 | |
| }, | |
| { | |
| "city": "Saint Augustine", | |
| "lat": 29.8979, | |
| "lng": -81.31, | |
| "country": "United States", | |
| "population": 75932 | |
| }, | |
| { | |
| "city": "San Ramon", | |
| "lat": 37.7625, | |
| "lng": -121.9365, | |
| "country": "United States", | |
| "population": 75931 | |
| }, | |
| { | |
| "city": "Mackay", | |
| "lat": -21.1439, | |
| "lng": 149.15, | |
| "country": "Australia", | |
| "population": 75922 | |
| }, | |
| { | |
| "city": "Kamensk Shakhtinskiy", | |
| "lat": 48.3318, | |
| "lng": 40.2518, | |
| "country": "Russia", | |
| "population": 75814 | |
| }, | |
| { | |
| "city": "Buynaksk", | |
| "lat": 42.8335, | |
| "lng": 47.113, | |
| "country": "Russia", | |
| "population": 75800 | |
| }, | |
| { | |
| "city": "Bethlehem", | |
| "lat": 40.6266, | |
| "lng": -75.3679, | |
| "country": "United States", | |
| "population": 75707 | |
| }, | |
| { | |
| "city": "Cedar Park", | |
| "lat": 30.5105, | |
| "lng": -97.8198, | |
| "country": "United States", | |
| "population": 75704 | |
| }, | |
| { | |
| "city": "Arlington Heights", | |
| "lat": 42.0956, | |
| "lng": -87.9825, | |
| "country": "United States", | |
| "population": 75634 | |
| }, | |
| { | |
| "city": "Galway", | |
| "lat": 53.2724, | |
| "lng": -9.0488, | |
| "country": "Ireland", | |
| "population": 75594 | |
| }, | |
| { | |
| "city": "Nevşehir", | |
| "lat": 38.624, | |
| "lng": 34.724, | |
| "country": "Turkey", | |
| "population": 75527 | |
| }, | |
| { | |
| "city": "Campo Murao", | |
| "lat": -24.0496, | |
| "lng": -52.42, | |
| "country": "Brazil", | |
| "population": 75401 | |
| }, | |
| { | |
| "city": "Union City", | |
| "lat": 37.603, | |
| "lng": -122.0187, | |
| "country": "United States", | |
| "population": 75343 | |
| }, | |
| { | |
| "city": "Kompong Chhnang", | |
| "lat": 12.2505, | |
| "lng": 104.6666, | |
| "country": "Cambodia", | |
| "population": 75244 | |
| }, | |
| { | |
| "city": "Agrinio", | |
| "lat": 38.6218, | |
| "lng": 21.4077, | |
| "country": "Greece", | |
| "population": 75233 | |
| }, | |
| { | |
| "city": "Bolingbrook", | |
| "lat": 41.6903, | |
| "lng": -88.102, | |
| "country": "United States", | |
| "population": 75201 | |
| }, | |
| { | |
| "city": "Anniston", | |
| "lat": 33.6713, | |
| "lng": -85.8136, | |
| "country": "United States", | |
| "population": 75169 | |
| }, | |
| { | |
| "city": "Oshkosh", | |
| "lat": 44.0228, | |
| "lng": -88.5616, | |
| "country": "United States", | |
| "population": 75154 | |
| }, | |
| { | |
| "city": "Idah", | |
| "lat": 7.1104, | |
| "lng": 6.7399, | |
| "country": "Nigeria", | |
| "population": 75087 | |
| }, | |
| { | |
| "city": "Bombo", | |
| "lat": 0.5833, | |
| "lng": 32.5333, | |
| "country": "Uganda", | |
| "population": 75000 | |
| }, | |
| { | |
| "city": "Gode", | |
| "lat": 5.95, | |
| "lng": 43.45, | |
| "country": "Ethiopia", | |
| "population": 75000 | |
| }, | |
| { | |
| "city": "Red Deer", | |
| "lat": 52.2666, | |
| "lng": -113.8, | |
| "country": "Canada", | |
| "population": 74857 | |
| }, | |
| { | |
| "city": "Evanston", | |
| "lat": 42.0463, | |
| "lng": -87.6942, | |
| "country": "United States", | |
| "population": 74756 | |
| }, | |
| { | |
| "city": "Darhan", | |
| "lat": 49.6167, | |
| "lng": 106.35, | |
| "country": "Mongolia", | |
| "population": 74738 | |
| }, | |
| { | |
| "city": "Cachoeira do Sul", | |
| "lat": -30.03, | |
| "lng": -52.91, | |
| "country": "Brazil", | |
| "population": 74694 | |
| }, | |
| { | |
| "city": "Camarillo", | |
| "lat": 34.223, | |
| "lng": -119.0323, | |
| "country": "United States", | |
| "population": 74682 | |
| }, | |
| { | |
| "city": "Greenock", | |
| "lat": 55.9333, | |
| "lng": -4.75, | |
| "country": "United Kingdom", | |
| "population": 74635 | |
| }, | |
| { | |
| "city": "Toledo", | |
| "lat": 39.867, | |
| "lng": -4.0167, | |
| "country": "Spain", | |
| "population": 74632 | |
| }, | |
| { | |
| "city": "Camden", | |
| "lat": 39.9361, | |
| "lng": -75.1073, | |
| "country": "United States", | |
| "population": 74532 | |
| }, | |
| { | |
| "city": "Manokwari", | |
| "lat": -0.8711, | |
| "lng": 134.0693, | |
| "country": "Indonesia", | |
| "population": 74504 | |
| }, | |
| { | |
| "city": "Hilton Head Island", | |
| "lat": 32.1896, | |
| "lng": -80.7499, | |
| "country": "United States", | |
| "population": 74500 | |
| }, | |
| { | |
| "city": "Missouri City", | |
| "lat": 29.5635, | |
| "lng": -95.5377, | |
| "country": "United States", | |
| "population": 74497 | |
| }, | |
| { | |
| "city": "Shanxian", | |
| "lat": 34.7904, | |
| "lng": 116.08, | |
| "country": "China", | |
| "population": 74459 | |
| }, | |
| { | |
| "city": "San Marcos", | |
| "lat": 29.8734, | |
| "lng": -97.9382, | |
| "country": "United States", | |
| "population": 74212 | |
| }, | |
| { | |
| "city": "Rochester Hills", | |
| "lat": 42.6645, | |
| "lng": -83.1563, | |
| "country": "United States", | |
| "population": 74205 | |
| }, | |
| { | |
| "city": "Schaumburg", | |
| "lat": 42.0307, | |
| "lng": -88.0838, | |
| "country": "United States", | |
| "population": 74184 | |
| }, | |
| { | |
| "city": "Karlstad", | |
| "lat": 59.3671, | |
| "lng": 13.4999, | |
| "country": "Sweden", | |
| "population": 74141 | |
| }, | |
| { | |
| "city": "Kara Balta", | |
| "lat": 42.8306, | |
| "lng": 73.8857, | |
| "country": "Kyrgyzstan", | |
| "population": 74133 | |
| }, | |
| { | |
| "city": "San Ramón de la Nueva Orán", | |
| "lat": -23.14, | |
| "lng": -64.32, | |
| "country": "Argentina", | |
| "population": 74059 | |
| }, | |
| { | |
| "city": "Winchester", | |
| "lat": 39.1735, | |
| "lng": -78.1746, | |
| "country": "United States", | |
| "population": 74031 | |
| }, | |
| { | |
| "city": "Harrisonburg", | |
| "lat": 38.4362, | |
| "lng": -78.8735, | |
| "country": "United States", | |
| "population": 74023 | |
| }, | |
| { | |
| "city": "Standerton", | |
| "lat": -26.9395, | |
| "lng": 29.24, | |
| "country": "South Africa", | |
| "population": 74021 | |
| }, | |
| { | |
| "city": "Riberalta", | |
| "lat": -10.983, | |
| "lng": -66.1, | |
| "country": "Bolivia", | |
| "population": 74014 | |
| }, | |
| { | |
| "city": "Prey Veng", | |
| "lat": 11.484, | |
| "lng": 105.324, | |
| "country": "Cambodia", | |
| "population": 74000 | |
| }, | |
| { | |
| "city": "Cozumel", | |
| "lat": 20.51, | |
| "lng": -86.95, | |
| "country": "Mexico", | |
| "population": 73934 | |
| }, | |
| { | |
| "city": "Wausau", | |
| "lat": 44.9615, | |
| "lng": -89.6436, | |
| "country": "United States", | |
| "population": 73933 | |
| }, | |
| { | |
| "city": "Kiffa", | |
| "lat": 16.62, | |
| "lng": -11.4, | |
| "country": "Mauritania", | |
| "population": 73930 | |
| }, | |
| { | |
| "city": "Jonesboro", | |
| "lat": 35.8212, | |
| "lng": -90.6795, | |
| "country": "United States", | |
| "population": 73788 | |
| }, | |
| { | |
| "city": "Grand Bassam", | |
| "lat": 5.2004, | |
| "lng": -3.75, | |
| "country": "Côte D’Ivoire", | |
| "population": 73772 | |
| }, | |
| { | |
| "city": "Jackson", | |
| "lat": 35.6533, | |
| "lng": -88.8352, | |
| "country": "United States", | |
| "population": 73685 | |
| }, | |
| { | |
| "city": "Farah", | |
| "lat": 32.3917, | |
| "lng": 62.0968, | |
| "country": "Afghanistan", | |
| "population": 73647 | |
| }, | |
| { | |
| "city": "Munchon", | |
| "lat": 39.3813, | |
| "lng": 127.2517, | |
| "country": "Korea, North", | |
| "population": 73619 | |
| }, | |
| { | |
| "city": "Bawku", | |
| "lat": 11.0604, | |
| "lng": -0.24, | |
| "country": "Ghana", | |
| "population": 73594 | |
| }, | |
| { | |
| "city": "Rancho Cordova", | |
| "lat": 38.5739, | |
| "lng": -121.2521, | |
| "country": "United States", | |
| "population": 73563 | |
| }, | |
| { | |
| "city": "Sundsvall", | |
| "lat": 62.4001, | |
| "lng": 17.3167, | |
| "country": "Sweden", | |
| "population": 73389 | |
| }, | |
| { | |
| "city": "Onitsha", | |
| "lat": 6.1404, | |
| "lng": 6.78, | |
| "country": "Nigeria", | |
| "population": 73374 | |
| }, | |
| { | |
| "city": "Mandurah", | |
| "lat": -32.5235, | |
| "lng": 115.7471, | |
| "country": "Australia", | |
| "population": 73356 | |
| }, | |
| { | |
| "city": "Mpanda", | |
| "lat": -6.3596, | |
| "lng": 31.05, | |
| "country": "Tanzania", | |
| "population": 73338 | |
| }, | |
| { | |
| "city": "Skien", | |
| "lat": 59.2, | |
| "lng": 9.6, | |
| "country": "Norway", | |
| "population": 73330 | |
| }, | |
| { | |
| "city": "Roanne", | |
| "lat": 46.0333, | |
| "lng": 4.0667, | |
| "country": "France", | |
| "population": 73315 | |
| }, | |
| { | |
| "city": "Bonao", | |
| "lat": 18.942, | |
| "lng": -70.409, | |
| "country": "Dominican Republic", | |
| "population": 73269 | |
| }, | |
| { | |
| "city": "Cuamba", | |
| "lat": -14.7896, | |
| "lng": 36.54, | |
| "country": "Mozambique", | |
| "population": 73268 | |
| }, | |
| { | |
| "city": "Călărași", | |
| "lat": 44.2063, | |
| "lng": 27.3259, | |
| "country": "Romania", | |
| "population": 73224 | |
| }, | |
| { | |
| "city": "Tatvan", | |
| "lat": 38.5066, | |
| "lng": 42.2816, | |
| "country": "Turkey", | |
| "population": 73222 | |
| }, | |
| { | |
| "city": "General Roca", | |
| "lat": -39.02, | |
| "lng": -67.61, | |
| "country": "Argentina", | |
| "population": 73212 | |
| }, | |
| { | |
| "city": "Southfield", | |
| "lat": 42.4765, | |
| "lng": -83.2605, | |
| "country": "United States", | |
| "population": 73208 | |
| }, | |
| { | |
| "city": "Tokar", | |
| "lat": 18.4333, | |
| "lng": 37.7333, | |
| "country": "Sudan", | |
| "population": 73202 | |
| }, | |
| { | |
| "city": "Owensboro", | |
| "lat": 37.7575, | |
| "lng": -87.1172, | |
| "country": "United States", | |
| "population": 73173 | |
| }, | |
| { | |
| "city": "Apple Valley", | |
| "lat": 34.5329, | |
| "lng": -117.2102, | |
| "country": "United States", | |
| "population": 73077 | |
| }, | |
| { | |
| "city": "Nekemte", | |
| "lat": 9.0905, | |
| "lng": 36.53, | |
| "country": "Ethiopia", | |
| "population": 73018 | |
| }, | |
| { | |
| "city": "Pasco", | |
| "lat": 46.2503, | |
| "lng": -119.1298, | |
| "country": "United States", | |
| "population": 73013 | |
| }, | |
| { | |
| "city": "Korosten", | |
| "lat": 50.9504, | |
| "lng": 28.65, | |
| "country": "Ukraine", | |
| "population": 72984 | |
| }, | |
| { | |
| "city": "San Juan", | |
| "lat": 18.807, | |
| "lng": -71.229, | |
| "country": "Dominican Republic", | |
| "population": 72950 | |
| }, | |
| { | |
| "city": "Dabou", | |
| "lat": 5.3204, | |
| "lng": -4.3899, | |
| "country": "Côte D’Ivoire", | |
| "population": 72913 | |
| }, | |
| { | |
| "city": "Conway", | |
| "lat": 35.0753, | |
| "lng": -92.4695, | |
| "country": "United States", | |
| "population": 72894 | |
| }, | |
| { | |
| "city": "Lodi", | |
| "lat": 38.1218, | |
| "lng": -121.2932, | |
| "country": "United States", | |
| "population": 72890 | |
| }, | |
| { | |
| "city": "Guadalajara", | |
| "lat": 40.6337, | |
| "lng": -3.1666, | |
| "country": "Spain", | |
| "population": 72850 | |
| }, | |
| { | |
| "city": "Quảng Trị", | |
| "lat": 16.7504, | |
| "lng": 107.2, | |
| "country": "Vietnam", | |
| "population": 72722 | |
| }, | |
| { | |
| "city": "New Britain", | |
| "lat": 41.6758, | |
| "lng": -72.7862, | |
| "country": "United States", | |
| "population": 72710 | |
| }, | |
| { | |
| "city": "Tamazunchale", | |
| "lat": 21.2704, | |
| "lng": -98.78, | |
| "country": "Mexico", | |
| "population": 72685 | |
| }, | |
| { | |
| "city": "Georgievsk", | |
| "lat": 44.1599, | |
| "lng": 43.4699, | |
| "country": "Russia", | |
| "population": 72649 | |
| }, | |
| { | |
| "city": "Mansfield", | |
| "lat": 40.7656, | |
| "lng": -82.5275, | |
| "country": "United States", | |
| "population": 72635 | |
| }, | |
| { | |
| "city": "Carlisle", | |
| "lat": 54.88, | |
| "lng": -2.93, | |
| "country": "United Kingdom", | |
| "population": 72633 | |
| }, | |
| { | |
| "city": "Lanxi", | |
| "lat": 46.2664, | |
| "lng": 126.276, | |
| "country": "China", | |
| "population": 72528 | |
| }, | |
| { | |
| "city": "Waukesha", | |
| "lat": 43.0087, | |
| "lng": -88.2464, | |
| "country": "United States", | |
| "population": 72489 | |
| }, | |
| { | |
| "city": "Launceston", | |
| "lat": -41.4498, | |
| "lng": 147.1302, | |
| "country": "Australia", | |
| "population": 72458 | |
| }, | |
| { | |
| "city": "Morgantown", | |
| "lat": 39.638, | |
| "lng": -79.9468, | |
| "country": "United States", | |
| "population": 72453 | |
| }, | |
| { | |
| "city": "Keshan", | |
| "lat": 48.0263, | |
| "lng": 125.866, | |
| "country": "China", | |
| "population": 72403 | |
| }, | |
| { | |
| "city": "Bacabal", | |
| "lat": -4.23, | |
| "lng": -44.8, | |
| "country": "Brazil", | |
| "population": 72372 | |
| }, | |
| { | |
| "city": "Venado Tuerto", | |
| "lat": -33.7496, | |
| "lng": -61.97, | |
| "country": "Argentina", | |
| "population": 72340 | |
| }, | |
| { | |
| "city": "Bourges", | |
| "lat": 47.0837, | |
| "lng": 2.4, | |
| "country": "France", | |
| "population": 72340 | |
| }, | |
| { | |
| "city": "Goya", | |
| "lat": -29.14, | |
| "lng": -59.27, | |
| "country": "Argentina", | |
| "population": 72304 | |
| }, | |
| { | |
| "city": "Montepuez", | |
| "lat": -13.1196, | |
| "lng": 39, | |
| "country": "Mozambique", | |
| "population": 72279 | |
| }, | |
| { | |
| "city": "As Suwayda", | |
| "lat": 32.7004, | |
| "lng": 36.5666, | |
| "country": "Syria", | |
| "population": 72248 | |
| }, | |
| { | |
| "city": "Esbjerg", | |
| "lat": 55.467, | |
| "lng": 8.45, | |
| "country": "Denmark", | |
| "population": 72205 | |
| }, | |
| { | |
| "city": "Pittsburg", | |
| "lat": 38.019, | |
| "lng": -121.8969, | |
| "country": "United States", | |
| "population": 72141 | |
| }, | |
| { | |
| "city": "Sumter", | |
| "lat": 33.9392, | |
| "lng": -80.393, | |
| "country": "United States", | |
| "population": 72131 | |
| }, | |
| { | |
| "city": "Chusovoy", | |
| "lat": 58.2934, | |
| "lng": 57.813, | |
| "country": "Russia", | |
| "population": 72113 | |
| }, | |
| { | |
| "city": "Nizwa", | |
| "lat": 22.9264, | |
| "lng": 57.5314, | |
| "country": "Oman", | |
| "population": 72076 | |
| }, | |
| { | |
| "city": "Pawtucket", | |
| "lat": 41.8743, | |
| "lng": -71.3743, | |
| "country": "United States", | |
| "population": 72001 | |
| }, | |
| { | |
| "city": "Lauderhill", | |
| "lat": 26.1605, | |
| "lng": -80.2241, | |
| "country": "United States", | |
| "population": 71970 | |
| }, | |
| { | |
| "city": "Cleveland", | |
| "lat": 35.1817, | |
| "lng": -84.8707, | |
| "country": "United States", | |
| "population": 71944 | |
| }, | |
| { | |
| "city": "Chalkida", | |
| "lat": 38.464, | |
| "lng": 23.6124, | |
| "country": "Greece", | |
| "population": 71842 | |
| }, | |
| { | |
| "city": "Kalamata", | |
| "lat": 37.0389, | |
| "lng": 22.1142, | |
| "country": "Greece", | |
| "population": 71823 | |
| }, | |
| { | |
| "city": "Andkhvoy", | |
| "lat": 36.9317, | |
| "lng": 65.1015, | |
| "country": "Afghanistan", | |
| "population": 71730 | |
| }, | |
| { | |
| "city": "Vratsa", | |
| "lat": 43.21, | |
| "lng": 23.5625, | |
| "country": "Bulgaria", | |
| "population": 71633 | |
| }, | |
| { | |
| "city": "Dothan", | |
| "lat": 31.2336, | |
| "lng": -85.4068, | |
| "country": "United States", | |
| "population": 71620 | |
| }, | |
| { | |
| "city": "Chernogorsk", | |
| "lat": 53.8313, | |
| "lng": 91.2227, | |
| "country": "Russia", | |
| "population": 71582 | |
| }, | |
| { | |
| "city": "Porto União", | |
| "lat": -26.2396, | |
| "lng": -51.08, | |
| "country": "Brazil", | |
| "population": 71578 | |
| }, | |
| { | |
| "city": "Redlands", | |
| "lat": 34.0512, | |
| "lng": -117.171, | |
| "country": "United States", | |
| "population": 71554 | |
| }, | |
| { | |
| "city": "Goiana", | |
| "lat": -7.5596, | |
| "lng": -35, | |
| "country": "Brazil", | |
| "population": 71549 | |
| }, | |
| { | |
| "city": "Monastir", | |
| "lat": 35.7307, | |
| "lng": 10.7673, | |
| "country": "Tunisia", | |
| "population": 71546 | |
| }, | |
| { | |
| "city": "Wenatchee", | |
| "lat": 47.4338, | |
| "lng": -120.3285, | |
| "country": "United States", | |
| "population": 71512 | |
| }, | |
| { | |
| "city": "Çankırı", | |
| "lat": 40.607, | |
| "lng": 33.621, | |
| "country": "Turkey", | |
| "population": 71379 | |
| }, | |
| { | |
| "city": "Upington", | |
| "lat": -28.46, | |
| "lng": 21.23, | |
| "country": "South Africa", | |
| "population": 71373 | |
| }, | |
| { | |
| "city": "Mardin", | |
| "lat": 37.3115, | |
| "lng": 40.7427, | |
| "country": "Turkey", | |
| "population": 71373 | |
| }, | |
| { | |
| "city": "Kovel", | |
| "lat": 51.2171, | |
| "lng": 24.7166, | |
| "country": "Ukraine", | |
| "population": 71301 | |
| }, | |
| { | |
| "city": "Sotik", | |
| "lat": -0.6796, | |
| "lng": 35.12, | |
| "country": "Kenya", | |
| "population": 71285 | |
| }, | |
| { | |
| "city": "Asti", | |
| "lat": 44.93, | |
| "lng": 8.21, | |
| "country": "Italy", | |
| "population": 71276 | |
| }, | |
| { | |
| "city": "Zadar", | |
| "lat": 44.1201, | |
| "lng": 15.2623, | |
| "country": "Croatia", | |
| "population": 71258 | |
| }, | |
| { | |
| "city": "Passaic", | |
| "lat": 40.8574, | |
| "lng": -74.1282, | |
| "country": "United States", | |
| "population": 71247 | |
| }, | |
| { | |
| "city": "Ijuí", | |
| "lat": -28.3895, | |
| "lng": -53.9199, | |
| "country": "Brazil", | |
| "population": 71202 | |
| }, | |
| { | |
| "city": "Anlu", | |
| "lat": 31.27, | |
| "lng": 113.67, | |
| "country": "China", | |
| "population": 71198 | |
| }, | |
| { | |
| "city": "Salima", | |
| "lat": -13.7829, | |
| "lng": 34.4333, | |
| "country": "Malawi", | |
| "population": 71181 | |
| }, | |
| { | |
| "city": "Mamou", | |
| "lat": 10.3804, | |
| "lng": -12.1, | |
| "country": "Guinea", | |
| "population": 71153 | |
| }, | |
| { | |
| "city": "Comayagua", | |
| "lat": 14.4604, | |
| "lng": -87.65, | |
| "country": "Honduras", | |
| "population": 71142 | |
| }, | |
| { | |
| "city": "Wilmington", | |
| "lat": 39.7415, | |
| "lng": -75.5413, | |
| "country": "United States", | |
| "population": 71106 | |
| }, | |
| { | |
| "city": "Lynwood", | |
| "lat": 33.924, | |
| "lng": -118.2017, | |
| "country": "United States", | |
| "population": 71099 | |
| }, | |
| { | |
| "city": "Muyinga", | |
| "lat": -2.8523, | |
| "lng": 30.3173, | |
| "country": "Burundi", | |
| "population": 71076 | |
| }, | |
| { | |
| "city": "Maple Grove", | |
| "lat": 45.1089, | |
| "lng": -93.4626, | |
| "country": "United States", | |
| "population": 71066 | |
| }, | |
| { | |
| "city": "Pocatello", | |
| "lat": 42.8716, | |
| "lng": -112.4656, | |
| "country": "United States", | |
| "population": 71020 | |
| }, | |
| { | |
| "city": "South Jordan", | |
| "lat": 40.5571, | |
| "lng": -111.9782, | |
| "country": "United States", | |
| "population": 70954 | |
| }, | |
| { | |
| "city": "Weston", | |
| "lat": 26.1006, | |
| "lng": -80.4057, | |
| "country": "United States", | |
| "population": 70944 | |
| }, | |
| { | |
| "city": "Altamira", | |
| "lat": -3.1996, | |
| "lng": -52.21, | |
| "country": "Brazil", | |
| "population": 70888 | |
| }, | |
| { | |
| "city": "Saraburi", | |
| "lat": 14.5304, | |
| "lng": 100.88, | |
| "country": "Thailand", | |
| "population": 70769 | |
| }, | |
| { | |
| "city": "Debre Markos", | |
| "lat": 10.34, | |
| "lng": 37.72, | |
| "country": "Ethiopia", | |
| "population": 70758 | |
| }, | |
| { | |
| "city": "Paracatu", | |
| "lat": -17.1996, | |
| "lng": -46.87, | |
| "country": "Brazil", | |
| "population": 70753 | |
| }, | |
| { | |
| "city": "Georgetown", | |
| "lat": 30.6664, | |
| "lng": -97.6937, | |
| "country": "United States", | |
| "population": 70685 | |
| }, | |
| { | |
| "city": "Ali Bayramli", | |
| "lat": 39.9323, | |
| "lng": 48.9203, | |
| "country": "Azerbaijan", | |
| "population": 70684 | |
| }, | |
| { | |
| "city": "Lethbridge", | |
| "lat": 49.7005, | |
| "lng": -112.8333, | |
| "country": "Canada", | |
| "population": 70617 | |
| }, | |
| { | |
| "city": "Mindelo", | |
| "lat": 16.8838, | |
| "lng": -25, | |
| "country": "Cabo Verde", | |
| "population": 70611 | |
| }, | |
| { | |
| "city": "Byumba", | |
| "lat": -1.5796, | |
| "lng": 30.06, | |
| "country": "Rwanda", | |
| "population": 70593 | |
| }, | |
| { | |
| "city": "Saint Gallen", | |
| "lat": 47.423, | |
| "lng": 9.362, | |
| "country": "Switzerland", | |
| "population": 70572 | |
| }, | |
| { | |
| "city": "Scarborough", | |
| "lat": 54.2804, | |
| "lng": -0.43, | |
| "country": "United Kingdom", | |
| "population": 70571 | |
| }, | |
| { | |
| "city": "Tatabánya", | |
| "lat": 47.55, | |
| "lng": 18.433, | |
| "country": "Hungary", | |
| "population": 70541 | |
| }, | |
| { | |
| "city": "Janesville", | |
| "lat": 42.6855, | |
| "lng": -89.0136, | |
| "country": "United States", | |
| "population": 70518 | |
| }, | |
| { | |
| "city": "Volsk", | |
| "lat": 52.0347, | |
| "lng": 47.3743, | |
| "country": "Russia", | |
| "population": 70500 | |
| }, | |
| { | |
| "city": "Baiquan", | |
| "lat": 47.6018, | |
| "lng": 126.0819, | |
| "country": "China", | |
| "population": 70472 | |
| }, | |
| { | |
| "city": "North Richland Hills", | |
| "lat": 32.8605, | |
| "lng": -97.218, | |
| "country": "United States", | |
| "population": 70441 | |
| }, | |
| { | |
| "city": "Kastamonu", | |
| "lat": 41.389, | |
| "lng": 33.783, | |
| "country": "Turkey", | |
| "population": 70402 | |
| }, | |
| { | |
| "city": "Union City", | |
| "lat": 40.7674, | |
| "lng": -74.0323, | |
| "country": "United States", | |
| "population": 70387 | |
| }, | |
| { | |
| "city": "Iguatu", | |
| "lat": -6.36, | |
| "lng": -39.3, | |
| "country": "Brazil", | |
| "population": 70380 | |
| }, | |
| { | |
| "city": "Saint Charles", | |
| "lat": 38.7958, | |
| "lng": -90.5159, | |
| "country": "United States", | |
| "population": 70329 | |
| }, | |
| { | |
| "city": "Sunyani", | |
| "lat": 7.336, | |
| "lng": -2.336, | |
| "country": "Ghana", | |
| "population": 70299 | |
| }, | |
| { | |
| "city": "Châu Đốc", | |
| "lat": 10.7004, | |
| "lng": 105.1167, | |
| "country": "Vietnam", | |
| "population": 70239 | |
| }, | |
| { | |
| "city": "Belogorsk", | |
| "lat": 50.9191, | |
| "lng": 128.4637, | |
| "country": "Russia", | |
| "population": 70203 | |
| }, | |
| { | |
| "city": "Karakol", | |
| "lat": 42.492, | |
| "lng": 78.3818, | |
| "country": "Kyrgyzstan", | |
| "population": 70171 | |
| }, | |
| { | |
| "city": "Lisala", | |
| "lat": 2.14, | |
| "lng": 21.51, | |
| "country": "Congo (Kinshasa)", | |
| "population": 70087 | |
| }, | |
| { | |
| "city": "Rongzhag", | |
| "lat": 30.9504, | |
| "lng": 101.9167, | |
| "country": "China", | |
| "population": 70000 | |
| }, | |
| { | |
| "city": "Sheboygan", | |
| "lat": 43.7447, | |
| "lng": -87.7322, | |
| "country": "United States", | |
| "population": 69920 | |
| }, | |
| { | |
| "city": "Homestead", | |
| "lat": 25.4664, | |
| "lng": -80.4472, | |
| "country": "United States", | |
| "population": 69907 | |
| }, | |
| { | |
| "city": "Bristol", | |
| "lat": 36.5572, | |
| "lng": -82.2144, | |
| "country": "United States", | |
| "population": 69865 | |
| }, | |
| { | |
| "city": "Lobatse", | |
| "lat": -25.2196, | |
| "lng": 25.68, | |
| "country": "Botswana", | |
| "population": 69804 | |
| }, | |
| { | |
| "city": "Lima", | |
| "lat": 40.7409, | |
| "lng": -84.1121, | |
| "country": "United States", | |
| "population": 69798 | |
| }, | |
| { | |
| "city": "Trnava", | |
| "lat": 48.3666, | |
| "lng": 17.6, | |
| "country": "Slovakia", | |
| "population": 69785 | |
| }, | |
| { | |
| "city": "Walnut Creek", | |
| "lat": 37.9025, | |
| "lng": -122.0398, | |
| "country": "United States", | |
| "population": 69773 | |
| }, | |
| { | |
| "city": "Woodbury", | |
| "lat": 44.9057, | |
| "lng": -92.923, | |
| "country": "United States", | |
| "population": 69756 | |
| }, | |
| { | |
| "city": "Totonicapán", | |
| "lat": 14.914, | |
| "lng": -91.358, | |
| "country": "Guatemala", | |
| "population": 69734 | |
| }, | |
| { | |
| "city": "Ouezzane", | |
| "lat": 34.8103, | |
| "lng": -5.57, | |
| "country": "Morocco", | |
| "population": 69658 | |
| }, | |
| { | |
| "city": "Arba Minch", | |
| "lat": 6.04, | |
| "lng": 37.55, | |
| "country": "Ethiopia", | |
| "population": 69622 | |
| }, | |
| { | |
| "city": "Rio Verde", | |
| "lat": 21.93, | |
| "lng": -99.98, | |
| "country": "Mexico", | |
| "population": 69613 | |
| }, | |
| { | |
| "city": "Paragominas", | |
| "lat": -2.9596, | |
| "lng": -47.49, | |
| "country": "Brazil", | |
| "population": 69613 | |
| }, | |
| { | |
| "city": "Tuy Hòa", | |
| "lat": 13.082, | |
| "lng": 109.316, | |
| "country": "Vietnam", | |
| "population": 69596 | |
| }, | |
| { | |
| "city": "Guajara-Miram", | |
| "lat": -10.8, | |
| "lng": -65.3499, | |
| "country": "Brazil", | |
| "population": 69586 | |
| }, | |
| { | |
| "city": "West Bend", | |
| "lat": 43.4184, | |
| "lng": -88.1822, | |
| "country": "United States", | |
| "population": 69577 | |
| }, | |
| { | |
| "city": "Mount Vernon", | |
| "lat": 48.4202, | |
| "lng": -122.3116, | |
| "country": "United States", | |
| "population": 69528 | |
| }, | |
| { | |
| "city": "Villa Carlos Paz", | |
| "lat": -31.42, | |
| "lng": -64.5, | |
| "country": "Argentina", | |
| "population": 69451 | |
| }, | |
| { | |
| "city": "Jaboticabal", | |
| "lat": -21.25, | |
| "lng": -48.33, | |
| "country": "Brazil", | |
| "population": 69394 | |
| }, | |
| { | |
| "city": "Bafia", | |
| "lat": 4.7504, | |
| "lng": 11.23, | |
| "country": "Cameroon", | |
| "population": 69270 | |
| }, | |
| { | |
| "city": "Kolda", | |
| "lat": 12.9104, | |
| "lng": -14.95, | |
| "country": "Senegal", | |
| "population": 69267 | |
| }, | |
| { | |
| "city": "Arauca", | |
| "lat": 7.0907, | |
| "lng": -70.7616, | |
| "country": "Colombia", | |
| "population": 69264 | |
| }, | |
| { | |
| "city": "Vaslui", | |
| "lat": 46.6333, | |
| "lng": 27.7333, | |
| "country": "Romania", | |
| "population": 69225 | |
| }, | |
| { | |
| "city": "Hasselt", | |
| "lat": 50.964, | |
| "lng": 5.484, | |
| "country": "Belgium", | |
| "population": 69222 | |
| }, | |
| { | |
| "city": "Ongjin", | |
| "lat": 37.9371, | |
| "lng": 125.3571, | |
| "country": "Korea, North", | |
| "population": 69195 | |
| }, | |
| { | |
| "city": "Hammond", | |
| "lat": 30.506, | |
| "lng": -90.456, | |
| "country": "United States", | |
| "population": 69180 | |
| }, | |
| { | |
| "city": "Azogues", | |
| "lat": -2.74, | |
| "lng": -78.84, | |
| "country": "Ecuador", | |
| "population": 69087 | |
| }, | |
| { | |
| "city": "Giurgiu", | |
| "lat": 43.93, | |
| "lng": 25.84, | |
| "country": "Romania", | |
| "population": 69067 | |
| }, | |
| { | |
| "city": "Daphne", | |
| "lat": 30.6291, | |
| "lng": -87.8872, | |
| "country": "United States", | |
| "population": 69065 | |
| }, | |
| { | |
| "city": "Potenza", | |
| "lat": 40.642, | |
| "lng": 15.799, | |
| "country": "Italy", | |
| "population": 69060 | |
| }, | |
| { | |
| "city": "Ayr", | |
| "lat": 55.4504, | |
| "lng": -4.6167, | |
| "country": "United Kingdom", | |
| "population": 69042 | |
| }, | |
| { | |
| "city": "Jorhat", | |
| "lat": 26.75, | |
| "lng": 94.2167, | |
| "country": "India", | |
| "population": 69033 | |
| }, | |
| { | |
| "city": "Mocuba", | |
| "lat": -16.8496, | |
| "lng": 38.26, | |
| "country": "Mozambique", | |
| "population": 68984 | |
| }, | |
| { | |
| "city": "Ragusa", | |
| "lat": 36.93, | |
| "lng": 14.73, | |
| "country": "Italy", | |
| "population": 68956 | |
| }, | |
| { | |
| "city": "Liuhe", | |
| "lat": 42.2789, | |
| "lng": 125.7173, | |
| "country": "China", | |
| "population": 68938 | |
| }, | |
| { | |
| "city": "Güines", | |
| "lat": 22.8361, | |
| "lng": -82.028, | |
| "country": "Cuba", | |
| "population": 68935 | |
| }, | |
| { | |
| "city": "Mansfield", | |
| "lat": 32.569, | |
| "lng": -97.1211, | |
| "country": "United States", | |
| "population": 68928 | |
| }, | |
| { | |
| "city": "Timbuktu", | |
| "lat": 16.7666, | |
| "lng": -3.0166, | |
| "country": "Mali", | |
| "population": 68872 | |
| }, | |
| { | |
| "city": "Wum", | |
| "lat": 6.4004, | |
| "lng": 10.07, | |
| "country": "Cameroon", | |
| "population": 68836 | |
| }, | |
| { | |
| "city": "Chulucanas", | |
| "lat": -5.0896, | |
| "lng": -80.17, | |
| "country": "Peru", | |
| "population": 68835 | |
| }, | |
| { | |
| "city": "Tuymazy", | |
| "lat": 54.6048, | |
| "lng": 53.6943, | |
| "country": "Russia", | |
| "population": 68829 | |
| }, | |
| { | |
| "city": "Decatur", | |
| "lat": 34.573, | |
| "lng": -86.9905, | |
| "country": "United States", | |
| "population": 68816 | |
| }, | |
| { | |
| "city": "Oranjestad", | |
| "lat": 12.5304, | |
| "lng": -70.029, | |
| "country": "Aruba", | |
| "population": 68775 | |
| }, | |
| { | |
| "city": "Al Ahmadi", | |
| "lat": 29.0769, | |
| "lng": 48.0838, | |
| "country": "Kuwait", | |
| "population": 68763 | |
| }, | |
| { | |
| "city": "Delray Beach", | |
| "lat": 26.455, | |
| "lng": -80.0905, | |
| "country": "United States", | |
| "population": 68749 | |
| }, | |
| { | |
| "city": "Saywun", | |
| "lat": 15.943, | |
| "lng": 48.7873, | |
| "country": "Yemen", | |
| "population": 68747 | |
| }, | |
| { | |
| "city": "Kamloops", | |
| "lat": 50.6667, | |
| "lng": -120.3333, | |
| "country": "Canada", | |
| "population": 68714 | |
| }, | |
| { | |
| "city": "Gaithersburg", | |
| "lat": 39.1347, | |
| "lng": -77.213, | |
| "country": "United States", | |
| "population": 68710 | |
| }, | |
| { | |
| "city": "Mount Vernon", | |
| "lat": 40.9136, | |
| "lng": -73.8291, | |
| "country": "United States", | |
| "population": 68703 | |
| }, | |
| { | |
| "city": "Palatine", | |
| "lat": 42.1181, | |
| "lng": -88.043, | |
| "country": "United States", | |
| "population": 68644 | |
| }, | |
| { | |
| "city": "Gävle", | |
| "lat": 60.667, | |
| "lng": 17.1666, | |
| "country": "Sweden", | |
| "population": 68635 | |
| }, | |
| { | |
| "city": "Borisoglebsk", | |
| "lat": 51.3687, | |
| "lng": 42.0887, | |
| "country": "Russia", | |
| "population": 68597 | |
| }, | |
| { | |
| "city": "Dubuque", | |
| "lat": 42.5007, | |
| "lng": -90.7067, | |
| "country": "United States", | |
| "population": 68573 | |
| }, | |
| { | |
| "city": "Bossier City", | |
| "lat": 32.523, | |
| "lng": -93.6666, | |
| "country": "United States", | |
| "population": 68554 | |
| }, | |
| { | |
| "city": "Sabanalarga", | |
| "lat": 10.64, | |
| "lng": -74.92, | |
| "country": "Colombia", | |
| "population": 68535 | |
| }, | |
| { | |
| "city": "L'Aquila", | |
| "lat": 42.3504, | |
| "lng": 13.39, | |
| "country": "Italy", | |
| "population": 68503 | |
| }, | |
| { | |
| "city": "Buckeye", | |
| "lat": 33.4318, | |
| "lng": -112.643, | |
| "country": "United States", | |
| "population": 68453 | |
| }, | |
| { | |
| "city": "Rockville", | |
| "lat": 39.0834, | |
| "lng": -77.1553, | |
| "country": "United States", | |
| "population": 68401 | |
| }, | |
| { | |
| "city": "Broomfield", | |
| "lat": 39.9541, | |
| "lng": -105.0527, | |
| "country": "United States", | |
| "population": 68341 | |
| }, | |
| { | |
| "city": "Türkmenbaşy", | |
| "lat": 40.023, | |
| "lng": 52.9697, | |
| "country": "Turkmenistan", | |
| "population": 68292 | |
| }, | |
| { | |
| "city": "Saldanha", | |
| "lat": -33.01, | |
| "lng": 17.93, | |
| "country": "South Africa", | |
| "population": 68284 | |
| }, | |
| { | |
| "city": "Victoria", | |
| "lat": 28.8285, | |
| "lng": -96.985, | |
| "country": "United States", | |
| "population": 68271 | |
| }, | |
| { | |
| "city": "Matara", | |
| "lat": 5.949, | |
| "lng": 80.5428, | |
| "country": "Sri Lanka", | |
| "population": 68244 | |
| }, | |
| { | |
| "city": "Lodja", | |
| "lat": -3.4896, | |
| "lng": 23.42, | |
| "country": "Congo (Kinshasa)", | |
| "population": 68244 | |
| }, | |
| { | |
| "city": "Yorba Linda", | |
| "lat": 33.889, | |
| "lng": -117.7714, | |
| "country": "United States", | |
| "population": 68229 | |
| }, | |
| { | |
| "city": "Oturkpo", | |
| "lat": 7.1904, | |
| "lng": 8.13, | |
| "country": "Nigeria", | |
| "population": 68220 | |
| }, | |
| { | |
| "city": "Ames", | |
| "lat": 42.0261, | |
| "lng": -93.6279, | |
| "country": "United States", | |
| "population": 68156 | |
| }, | |
| { | |
| "city": "Narathiwat", | |
| "lat": 6.4318, | |
| "lng": 101.8214, | |
| "country": "Thailand", | |
| "population": 68112 | |
| }, | |
| { | |
| "city": "Artemisa", | |
| "lat": 22.8134, | |
| "lng": -82.7619, | |
| "country": "Cuba", | |
| "population": 68073 | |
| }, | |
| { | |
| "city": "Balsas", | |
| "lat": -7.52, | |
| "lng": -46.05, | |
| "country": "Brazil", | |
| "population": 68056 | |
| }, | |
| { | |
| "city": "Daytona Beach", | |
| "lat": 29.1995, | |
| "lng": -81.0982, | |
| "country": "United States", | |
| "population": 68055 | |
| }, | |
| { | |
| "city": "Putrajaya", | |
| "lat": 2.914, | |
| "lng": 101.7019, | |
| "country": "Malaysia", | |
| "population": 67964 | |
| }, | |
| { | |
| "city": "Calbayog", | |
| "lat": 12.0672, | |
| "lng": 124.6042, | |
| "country": "Philippines", | |
| "population": 67921 | |
| }, | |
| { | |
| "city": "Redondo Beach", | |
| "lat": 33.8574, | |
| "lng": -118.3766, | |
| "country": "United States", | |
| "population": 67908 | |
| }, | |
| { | |
| "city": "Concepción del Uruguay", | |
| "lat": -32.48, | |
| "lng": -58.24, | |
| "country": "Argentina", | |
| "population": 67895 | |
| }, | |
| { | |
| "city": "Garissa", | |
| "lat": -0.4396, | |
| "lng": 39.67, | |
| "country": "Kenya", | |
| "population": 67861 | |
| }, | |
| { | |
| "city": "Minxian", | |
| "lat": 34.4362, | |
| "lng": 104.0306, | |
| "country": "China", | |
| "population": 67826 | |
| }, | |
| { | |
| "city": "Carbondale", | |
| "lat": 37.722, | |
| "lng": -89.2238, | |
| "country": "United States", | |
| "population": 67807 | |
| }, | |
| { | |
| "city": "Deva", | |
| "lat": 45.8833, | |
| "lng": 22.9167, | |
| "country": "Romania", | |
| "population": 67802 | |
| }, | |
| { | |
| "city": "Khanty Mansiysk", | |
| "lat": 61.0015, | |
| "lng": 69.0015, | |
| "country": "Russia", | |
| "population": 67800 | |
| }, | |
| { | |
| "city": "Ishim", | |
| "lat": 56.1502, | |
| "lng": 69.4498, | |
| "country": "Russia", | |
| "population": 67762 | |
| }, | |
| { | |
| "city": "Matehuala", | |
| "lat": 23.6604, | |
| "lng": -100.65, | |
| "country": "Mexico", | |
| "population": 67717 | |
| }, | |
| { | |
| "city": "Hanover", | |
| "lat": 39.8117, | |
| "lng": -76.9835, | |
| "country": "United States", | |
| "population": 67679 | |
| }, | |
| { | |
| "city": "Juchitan", | |
| "lat": 16.43, | |
| "lng": -95.02, | |
| "country": "Mexico", | |
| "population": 67637 | |
| }, | |
| { | |
| "city": "Saratoga Springs", | |
| "lat": 43.0674, | |
| "lng": -73.7775, | |
| "country": "United States", | |
| "population": 67582 | |
| }, | |
| { | |
| "city": "DeKalb", | |
| "lat": 41.9312, | |
| "lng": -88.7483, | |
| "country": "United States", | |
| "population": 67500 | |
| }, | |
| { | |
| "city": "Soyo", | |
| "lat": -6.1296, | |
| "lng": 12.37, | |
| "country": "Angola", | |
| "population": 67491 | |
| }, | |
| { | |
| "city": "Casper", | |
| "lat": 42.8421, | |
| "lng": -106.3208, | |
| "country": "United States", | |
| "population": 67462 | |
| }, | |
| { | |
| "city": "Kenner", | |
| "lat": 30.0109, | |
| "lng": -90.2549, | |
| "country": "United States", | |
| "population": 67451 | |
| }, | |
| { | |
| "city": "South San Francisco", | |
| "lat": 37.6536, | |
| "lng": -122.4197, | |
| "country": "United States", | |
| "population": 67429 | |
| }, | |
| { | |
| "city": "Santa Inês", | |
| "lat": -3.66, | |
| "lng": -45.39, | |
| "country": "Brazil", | |
| "population": 67424 | |
| }, | |
| { | |
| "city": "El Bayadh", | |
| "lat": 33.6904, | |
| "lng": 1.01, | |
| "country": "Algeria", | |
| "population": 67413 | |
| }, | |
| { | |
| "city": "Oktyabrskiy", | |
| "lat": 52.6636, | |
| "lng": 156.2387, | |
| "country": "Russia", | |
| "population": 67386 | |
| }, | |
| { | |
| "city": "Sherman", | |
| "lat": 33.6266, | |
| "lng": -96.6195, | |
| "country": "United States", | |
| "population": 67354 | |
| }, | |
| { | |
| "city": "Dimbokro", | |
| "lat": 6.6505, | |
| "lng": -4.71, | |
| "country": "Côte D’Ivoire", | |
| "population": 67349 | |
| }, | |
| { | |
| "city": "Petaluma", | |
| "lat": 38.2423, | |
| "lng": -122.6267, | |
| "country": "United States", | |
| "population": 67316 | |
| }, | |
| { | |
| "city": "Tejen", | |
| "lat": 37.3786, | |
| "lng": 60.496, | |
| "country": "Turkmenistan", | |
| "population": 67294 | |
| }, | |
| { | |
| "city": "Kasese", | |
| "lat": 0.2325, | |
| "lng": 29.9883, | |
| "country": "Uganda", | |
| "population": 67269 | |
| }, | |
| { | |
| "city": "Tzaneen", | |
| "lat": -23.8195, | |
| "lng": 30.17, | |
| "country": "South Africa", | |
| "population": 67245 | |
| }, | |
| { | |
| "city": "Jelgava", | |
| "lat": 56.6527, | |
| "lng": 23.7128, | |
| "country": "Latvia", | |
| "population": 67207 | |
| }, | |
| { | |
| "city": "Lao Chi", | |
| "lat": 22.5014, | |
| "lng": 103.966, | |
| "country": "Vietnam", | |
| "population": 67206 | |
| }, | |
| { | |
| "city": "Bayonne", | |
| "lat": 40.6659, | |
| "lng": -74.1141, | |
| "country": "United States", | |
| "population": 67186 | |
| }, | |
| { | |
| "city": "Palo Alto", | |
| "lat": 37.3913, | |
| "lng": -122.1467, | |
| "country": "United States", | |
| "population": 67178 | |
| }, | |
| { | |
| "city": "Puerto Maldonado", | |
| "lat": -12.6, | |
| "lng": -69.1833, | |
| "country": "Peru", | |
| "population": 67155 | |
| }, | |
| { | |
| "city": "Mbaïki", | |
| "lat": 3.8704, | |
| "lng": 18, | |
| "country": "Central African Republic", | |
| "population": 67132 | |
| }, | |
| { | |
| "city": "Weirton", | |
| "lat": 40.406, | |
| "lng": -80.5671, | |
| "country": "United States", | |
| "population": 67082 | |
| }, | |
| { | |
| "city": "Bay City", | |
| "lat": 43.5903, | |
| "lng": -83.8886, | |
| "country": "United States", | |
| "population": 67059 | |
| }, | |
| { | |
| "city": "Jaltipan", | |
| "lat": 17.94, | |
| "lng": -94.74, | |
| "country": "Mexico", | |
| "population": 66998 | |
| }, | |
| { | |
| "city": "Narva", | |
| "lat": 59.3776, | |
| "lng": 28.1603, | |
| "country": "Estonia", | |
| "population": 66980 | |
| }, | |
| { | |
| "city": "Apatity", | |
| "lat": 67.5731, | |
| "lng": 33.393, | |
| "country": "Russia", | |
| "population": 66907 | |
| }, | |
| { | |
| "city": "Kati", | |
| "lat": 12.7504, | |
| "lng": -8.08, | |
| "country": "Mali", | |
| "population": 66895 | |
| }, | |
| { | |
| "city": "Aleksin", | |
| "lat": 54.5143, | |
| "lng": 37.0944, | |
| "country": "Russia", | |
| "population": 66885 | |
| }, | |
| { | |
| "city": "Kissidougou", | |
| "lat": 9.1905, | |
| "lng": -10.12, | |
| "country": "Guinea", | |
| "population": 66815 | |
| }, | |
| { | |
| "city": "Baní", | |
| "lat": 18.28, | |
| "lng": -70.331, | |
| "country": "Dominican Republic", | |
| "population": 66709 | |
| }, | |
| { | |
| "city": "Las Heras", | |
| "lat": -32.825, | |
| "lng": -68.8017, | |
| "country": "Argentina", | |
| "population": 66663 | |
| }, | |
| { | |
| "city": "Eagan", | |
| "lat": 44.817, | |
| "lng": -93.1638, | |
| "country": "United States", | |
| "population": 66627 | |
| }, | |
| { | |
| "city": "Los Lunas", | |
| "lat": 34.8114, | |
| "lng": -106.7808, | |
| "country": "United States", | |
| "population": 66613 | |
| }, | |
| { | |
| "city": "Nalut", | |
| "lat": 31.8804, | |
| "lng": 10.97, | |
| "country": "Libya", | |
| "population": 66609 | |
| }, | |
| { | |
| "city": "Mansehra", | |
| "lat": 34.3418, | |
| "lng": 73.1968, | |
| "country": "Pakistan", | |
| "population": 66486 | |
| }, | |
| { | |
| "city": "Corvallis", | |
| "lat": 44.5697, | |
| "lng": -123.278, | |
| "country": "United States", | |
| "population": 66441 | |
| }, | |
| { | |
| "city": "Rogers", | |
| "lat": 36.3173, | |
| "lng": -94.1514, | |
| "country": "United States", | |
| "population": 66430 | |
| }, | |
| { | |
| "city": "Lake Elsinore", | |
| "lat": 33.6843, | |
| "lng": -117.3348, | |
| "country": "United States", | |
| "population": 66411 | |
| }, | |
| { | |
| "city": "Kungur", | |
| "lat": 57.4348, | |
| "lng": 56.9543, | |
| "country": "Russia", | |
| "population": 66389 | |
| }, | |
| { | |
| "city": "Klintsy", | |
| "lat": 52.7652, | |
| "lng": 32.2448, | |
| "country": "Russia", | |
| "population": 66336 | |
| }, | |
| { | |
| "city": "Laguna Niguel", | |
| "lat": 33.5275, | |
| "lng": -117.705, | |
| "country": "United States", | |
| "population": 66334 | |
| }, | |
| { | |
| "city": "Neryungri", | |
| "lat": 56.674, | |
| "lng": 124.7104, | |
| "country": "Russia", | |
| "population": 66320 | |
| }, | |
| { | |
| "city": "Huinan", | |
| "lat": 42.6229, | |
| "lng": 126.2614, | |
| "country": "China", | |
| "population": 66315 | |
| }, | |
| { | |
| "city": "Lahij", | |
| "lat": 13.0582, | |
| "lng": 44.8838, | |
| "country": "Yemen", | |
| "population": 66288 | |
| }, | |
| { | |
| "city": "Leninogorsk", | |
| "lat": 54.5987, | |
| "lng": 52.4487, | |
| "country": "Russia", | |
| "population": 66263 | |
| }, | |
| { | |
| "city": "Pyongsan", | |
| "lat": 38.3367, | |
| "lng": 126.3866, | |
| "country": "Korea, North", | |
| "population": 66260 | |
| }, | |
| { | |
| "city": "Grand Forks", | |
| "lat": 47.9223, | |
| "lng": -97.0887, | |
| "country": "United States", | |
| "population": 66159 | |
| }, | |
| { | |
| "city": "Burdur", | |
| "lat": 37.7167, | |
| "lng": 30.2833, | |
| "country": "Turkey", | |
| "population": 66158 | |
| }, | |
| { | |
| "city": "Alba Lulia", | |
| "lat": 46.077, | |
| "lng": 23.58, | |
| "country": "Romania", | |
| "population": 66085 | |
| }, | |
| { | |
| "city": "Morón", | |
| "lat": 22.1099, | |
| "lng": -78.6275, | |
| "country": "Cuba", | |
| "population": 66060 | |
| }, | |
| { | |
| "city": "Lesosibirsk", | |
| "lat": 58.2433, | |
| "lng": 92.4833, | |
| "country": "Russia", | |
| "population": 65945 | |
| }, | |
| { | |
| "city": "North Little Rock", | |
| "lat": 34.7814, | |
| "lng": -92.2378, | |
| "country": "United States", | |
| "population": 65911 | |
| }, | |
| { | |
| "city": "Lahat", | |
| "lat": -3.8, | |
| "lng": 103.5333, | |
| "country": "Indonesia", | |
| "population": 65906 | |
| }, | |
| { | |
| "city": "Rockhampton", | |
| "lat": -23.3639, | |
| "lng": 150.52, | |
| "country": "Australia", | |
| "population": 65850 | |
| }, | |
| { | |
| "city": "Chabahar", | |
| "lat": 25.3004, | |
| "lng": 60.6299, | |
| "country": "Iran", | |
| "population": 65801 | |
| }, | |
| { | |
| "city": "Alpharetta", | |
| "lat": 34.0704, | |
| "lng": -84.2739, | |
| "country": "United States", | |
| "population": 65799 | |
| }, | |
| { | |
| "city": "Polevskoy", | |
| "lat": 56.4434, | |
| "lng": 60.188, | |
| "country": "Russia", | |
| "population": 65770 | |
| }, | |
| { | |
| "city": "Sodo", | |
| "lat": 6.9, | |
| "lng": 37.75, | |
| "country": "Ethiopia", | |
| "population": 65737 | |
| }, | |
| { | |
| "city": "Tamarac", | |
| "lat": 26.2058, | |
| "lng": -80.2547, | |
| "country": "United States", | |
| "population": 65669 | |
| }, | |
| { | |
| "city": "Schenectady", | |
| "lat": 42.8025, | |
| "lng": -73.9276, | |
| "country": "United States", | |
| "population": 65625 | |
| }, | |
| { | |
| "city": "Great Falls", | |
| "lat": 47.5022, | |
| "lng": -111.2995, | |
| "country": "United States", | |
| "population": 65624 | |
| }, | |
| { | |
| "city": "Longview", | |
| "lat": 46.146, | |
| "lng": -122.963, | |
| "country": "United States", | |
| "population": 65619 | |
| }, | |
| { | |
| "city": "West Des Moines", | |
| "lat": 41.5527, | |
| "lng": -93.7805, | |
| "country": "United States", | |
| "population": 65608 | |
| }, | |
| { | |
| "city": "Phyarpon", | |
| "lat": 16.2933, | |
| "lng": 95.6829, | |
| "country": "Burma", | |
| "population": 65601 | |
| }, | |
| { | |
| "city": "Rio Negro", | |
| "lat": -26.1, | |
| "lng": -49.79, | |
| "country": "Brazil", | |
| "population": 65597 | |
| }, | |
| { | |
| "city": "Panaji", | |
| "lat": 15.492, | |
| "lng": 73.818, | |
| "country": "India", | |
| "population": 65586 | |
| }, | |
| { | |
| "city": "Prince George", | |
| "lat": 53.9167, | |
| "lng": -122.7667, | |
| "country": "Canada", | |
| "population": 65558 | |
| }, | |
| { | |
| "city": "Shawnee", | |
| "lat": 39.0158, | |
| "lng": -94.8076, | |
| "country": "United States", | |
| "population": 65513 | |
| }, | |
| { | |
| "city": "Santo Ângelo", | |
| "lat": -28.3, | |
| "lng": -54.28, | |
| "country": "Brazil", | |
| "population": 65420 | |
| }, | |
| { | |
| "city": "Bani Walid", | |
| "lat": 31.7704, | |
| "lng": 13.99, | |
| "country": "Libya", | |
| "population": 65392 | |
| }, | |
| { | |
| "city": "East Orange", | |
| "lat": 40.7651, | |
| "lng": -74.2117, | |
| "country": "United States", | |
| "population": 65378 | |
| }, | |
| { | |
| "city": "Masaka", | |
| "lat": -0.3296, | |
| "lng": 31.73, | |
| "country": "Uganda", | |
| "population": 65373 | |
| }, | |
| { | |
| "city": "Kumertau", | |
| "lat": 52.7748, | |
| "lng": 55.7843, | |
| "country": "Russia", | |
| "population": 65321 | |
| }, | |
| { | |
| "city": "San Clemente", | |
| "lat": 33.4498, | |
| "lng": -117.6103, | |
| "country": "United States", | |
| "population": 65267 | |
| }, | |
| { | |
| "city": "Birni Nkonni", | |
| "lat": 13.7904, | |
| "lng": 5.2599, | |
| "country": "Niger", | |
| "population": 65252 | |
| }, | |
| { | |
| "city": "Debre Birhan", | |
| "lat": 9.6804, | |
| "lng": 39.53, | |
| "country": "Ethiopia", | |
| "population": 65231 | |
| }, | |
| { | |
| "city": "Békéscsaba", | |
| "lat": 46.672, | |
| "lng": 21.101, | |
| "country": "Hungary", | |
| "population": 65206 | |
| }, | |
| { | |
| "city": "Cobán", | |
| "lat": 15.47, | |
| "lng": -90.38, | |
| "country": "Guatemala", | |
| "population": 65194 | |
| }, | |
| { | |
| "city": "Michigan City", | |
| "lat": 41.7098, | |
| "lng": -86.8705, | |
| "country": "United States", | |
| "population": 65144 | |
| }, | |
| { | |
| "city": "Ji-Paraná", | |
| "lat": -10.8333, | |
| "lng": -61.967, | |
| "country": "Brazil", | |
| "population": 65016 | |
| }, | |
| { | |
| "city": "Borås", | |
| "lat": 57.7304, | |
| "lng": 12.92, | |
| "country": "Sweden", | |
| "population": 65008 | |
| }, | |
| { | |
| "city": "Solwezi", | |
| "lat": -12.1796, | |
| "lng": 26.4, | |
| "country": "Zambia", | |
| "population": 65000 | |
| }, | |
| { | |
| "city": "Jupiter", | |
| "lat": 26.9199, | |
| "lng": -80.1127, | |
| "country": "United States", | |
| "population": 64976 | |
| }, | |
| { | |
| "city": "Saki", | |
| "lat": 41.1923, | |
| "lng": 47.1705, | |
| "country": "Azerbaijan", | |
| "population": 64968 | |
| }, | |
| { | |
| "city": "Krasnoturinsk", | |
| "lat": 59.7948, | |
| "lng": 60.4848, | |
| "country": "Russia", | |
| "population": 64878 | |
| }, | |
| { | |
| "city": "Tan Tan", | |
| "lat": 28.4304, | |
| "lng": -11.1, | |
| "country": "Morocco", | |
| "population": 64868 | |
| }, | |
| { | |
| "city": "Wellington", | |
| "lat": 26.6464, | |
| "lng": -80.2707, | |
| "country": "United States", | |
| "population": 64848 | |
| }, | |
| { | |
| "city": "Rocklin", | |
| "lat": 38.8075, | |
| "lng": -121.2488, | |
| "country": "United States", | |
| "population": 64838 | |
| }, | |
| { | |
| "city": "Gurupi", | |
| "lat": -11.7196, | |
| "lng": -49.06, | |
| "country": "Brazil", | |
| "population": 64789 | |
| }, | |
| { | |
| "city": "Rafha", | |
| "lat": 29.6202, | |
| "lng": 43.4948, | |
| "country": "Saudi Arabia", | |
| "population": 64755 | |
| }, | |
| { | |
| "city": "Rocky Mount", | |
| "lat": 35.9676, | |
| "lng": -77.8047, | |
| "country": "United States", | |
| "population": 64732 | |
| }, | |
| { | |
| "city": "Fairbanks", | |
| "lat": 64.8353, | |
| "lng": -147.6533, | |
| "country": "United States", | |
| "population": 64732 | |
| }, | |
| { | |
| "city": "Feyzabad", | |
| "lat": 37.1298, | |
| "lng": 70.5792, | |
| "country": "Afghanistan", | |
| "population": 64704 | |
| }, | |
| { | |
| "city": "Elmira", | |
| "lat": 42.0938, | |
| "lng": -76.8097, | |
| "country": "United States", | |
| "population": 64664 | |
| }, | |
| { | |
| "city": "Mazatenango", | |
| "lat": 14.5304, | |
| "lng": -91.51, | |
| "country": "Guatemala", | |
| "population": 64652 | |
| }, | |
| { | |
| "city": "Binga", | |
| "lat": 2.3834, | |
| "lng": 20.42, | |
| "country": "Congo (Kinshasa)", | |
| "population": 64639 | |
| }, | |
| { | |
| "city": "Johnstown", | |
| "lat": 40.3258, | |
| "lng": -78.9194, | |
| "country": "United States", | |
| "population": 64615 | |
| }, | |
| { | |
| "city": "Blaine", | |
| "lat": 45.1696, | |
| "lng": -93.2077, | |
| "country": "United States", | |
| "population": 64557 | |
| }, | |
| { | |
| "city": "Puerto Madryn", | |
| "lat": -42.77, | |
| "lng": -65.04, | |
| "country": "Argentina", | |
| "population": 64555 | |
| }, | |
| { | |
| "city": "Sammamish", | |
| "lat": 47.6019, | |
| "lng": -122.0419, | |
| "country": "United States", | |
| "population": 64548 | |
| }, | |
| { | |
| "city": "Parintins", | |
| "lat": -2.61, | |
| "lng": -56.74, | |
| "country": "Brazil", | |
| "population": 64428 | |
| }, | |
| { | |
| "city": "Nepalganj", | |
| "lat": 28.0503, | |
| "lng": 81.6167, | |
| "country": "Nepal", | |
| "population": 64400 | |
| }, | |
| { | |
| "city": "Eden Prairie", | |
| "lat": 44.8488, | |
| "lng": -93.4595, | |
| "country": "United States", | |
| "population": 64400 | |
| }, | |
| { | |
| "city": "Tikhoretsk", | |
| "lat": 45.8531, | |
| "lng": 40.1377, | |
| "country": "Russia", | |
| "population": 64387 | |
| }, | |
| { | |
| "city": "Redmond", | |
| "lat": 47.6762, | |
| "lng": -122.1166, | |
| "country": "United States", | |
| "population": 64291 | |
| }, | |
| { | |
| "city": "Glens Falls", | |
| "lat": 43.3109, | |
| "lng": -73.6459, | |
| "country": "United States", | |
| "population": 64287 | |
| }, | |
| { | |
| "city": "Taloqan", | |
| "lat": 36.73, | |
| "lng": 69.54, | |
| "country": "Afghanistan", | |
| "population": 64256 | |
| }, | |
| { | |
| "city": "Parkersburg", | |
| "lat": 39.2623, | |
| "lng": -81.5419, | |
| "country": "United States", | |
| "population": 64253 | |
| }, | |
| { | |
| "city": "Qinggang", | |
| "lat": 46.69, | |
| "lng": 126.1, | |
| "country": "China", | |
| "population": 64182 | |
| }, | |
| { | |
| "city": "Arras", | |
| "lat": 50.2833, | |
| "lng": 2.7833, | |
| "country": "France", | |
| "population": 64165 | |
| }, | |
| { | |
| "city": "Ciudad Hidalgo", | |
| "lat": 19.68, | |
| "lng": -100.57, | |
| "country": "Mexico", | |
| "population": 64154 | |
| }, | |
| { | |
| "city": "Zrenjanin", | |
| "lat": 45.3786, | |
| "lng": 20.3995, | |
| "country": "Serbia", | |
| "population": 64053 | |
| }, | |
| { | |
| "city": "Mazabuka", | |
| "lat": -15.86, | |
| "lng": 27.76, | |
| "country": "Zambia", | |
| "population": 64006 | |
| }, | |
| { | |
| "city": "Skokie", | |
| "lat": 42.0359, | |
| "lng": -87.74, | |
| "country": "United States", | |
| "population": 63978 | |
| }, | |
| { | |
| "city": "Curvelo", | |
| "lat": -18.7596, | |
| "lng": -44.43, | |
| "country": "Brazil", | |
| "population": 63954 | |
| }, | |
| { | |
| "city": "Colón", | |
| "lat": 22.7196, | |
| "lng": -80.9058, | |
| "country": "Cuba", | |
| "population": 63882 | |
| }, | |
| { | |
| "city": "Kangar", | |
| "lat": 6.433, | |
| "lng": 100.19, | |
| "country": "Malaysia", | |
| "population": 63869 | |
| }, | |
| { | |
| "city": "Ramla", | |
| "lat": 31.9167, | |
| "lng": 34.8667, | |
| "country": "Israel", | |
| "population": 63860 | |
| }, | |
| { | |
| "city": "Tulare", | |
| "lat": 36.1996, | |
| "lng": -119.34, | |
| "country": "United States", | |
| "population": 63855 | |
| }, | |
| { | |
| "city": "Kristiansand", | |
| "lat": 58.1666, | |
| "lng": 8, | |
| "country": "Norway", | |
| "population": 63814 | |
| }, | |
| { | |
| "city": "Lakeville", | |
| "lat": 44.6776, | |
| "lng": -93.2521, | |
| "country": "United States", | |
| "population": 63748 | |
| }, | |
| { | |
| "city": "Caçador", | |
| "lat": -26.77, | |
| "lng": -51.02, | |
| "country": "Brazil", | |
| "population": 63726 | |
| }, | |
| { | |
| "city": "Kanchanaburi", | |
| "lat": 14.0174, | |
| "lng": 99.522, | |
| "country": "Thailand", | |
| "population": 63699 | |
| }, | |
| { | |
| "city": "Haverhill", | |
| "lat": 42.7838, | |
| "lng": -71.0871, | |
| "country": "United States", | |
| "population": 63639 | |
| }, | |
| { | |
| "city": "Irecê", | |
| "lat": -11.3, | |
| "lng": -41.87, | |
| "country": "Brazil", | |
| "population": 63626 | |
| }, | |
| { | |
| "city": "Svobodnyy", | |
| "lat": 51.4062, | |
| "lng": 128.1312, | |
| "country": "Russia", | |
| "population": 63620 | |
| }, | |
| { | |
| "city": "Catalão", | |
| "lat": -18.18, | |
| "lng": -47.95, | |
| "country": "Brazil", | |
| "population": 63544 | |
| }, | |
| { | |
| "city": "Zarafshon", | |
| "lat": 41.5822, | |
| "lng": 64.2018, | |
| "country": "Uzbekistan", | |
| "population": 63543 | |
| }, | |
| { | |
| "city": "Pico Rivera", | |
| "lat": 33.9902, | |
| "lng": -118.0888, | |
| "country": "United States", | |
| "population": 63522 | |
| }, | |
| { | |
| "city": "Samut Sakhon", | |
| "lat": 13.536, | |
| "lng": 100.274, | |
| "country": "Thailand", | |
| "population": 63498 | |
| }, | |
| { | |
| "city": "Beloit", | |
| "lat": 42.523, | |
| "lng": -89.0184, | |
| "country": "United States", | |
| "population": 63498 | |
| }, | |
| { | |
| "city": "Kakamega", | |
| "lat": 0.2904, | |
| "lng": 34.73, | |
| "country": "Kenya", | |
| "population": 63426 | |
| }, | |
| { | |
| "city": "Sefra", | |
| "lat": 32.7604, | |
| "lng": -0.5799, | |
| "country": "Algeria", | |
| "population": 63420 | |
| }, | |
| { | |
| "city": "Rzhev", | |
| "lat": 56.2574, | |
| "lng": 34.3275, | |
| "country": "Russia", | |
| "population": 63414 | |
| }, | |
| { | |
| "city": "Cahul", | |
| "lat": 45.9079, | |
| "lng": 28.1944, | |
| "country": "Moldova", | |
| "population": 63407 | |
| }, | |
| { | |
| "city": "Bhairawa", | |
| "lat": 27.5333, | |
| "lng": 83.3833, | |
| "country": "Nepal", | |
| "population": 63367 | |
| }, | |
| { | |
| "city": "Pflugerville", | |
| "lat": 30.4528, | |
| "lng": -97.6022, | |
| "country": "United States", | |
| "population": 63359 | |
| }, | |
| { | |
| "city": "Molepolole", | |
| "lat": -24.4, | |
| "lng": 25.51, | |
| "country": "Botswana", | |
| "population": 63248 | |
| }, | |
| { | |
| "city": "Zalău", | |
| "lat": 47.175, | |
| "lng": 23.063, | |
| "country": "Romania", | |
| "population": 63232 | |
| }, | |
| { | |
| "city": "Vilhena", | |
| "lat": -12.7166, | |
| "lng": -60.1166, | |
| "country": "Brazil", | |
| "population": 63231 | |
| }, | |
| { | |
| "city": "Valença", | |
| "lat": -13.3596, | |
| "lng": -39.08, | |
| "country": "Brazil", | |
| "population": 63231 | |
| }, | |
| { | |
| "city": "Eastvale", | |
| "lat": 33.9617, | |
| "lng": -117.5802, | |
| "country": "United States", | |
| "population": 63211 | |
| }, | |
| { | |
| "city": "Port Orange", | |
| "lat": 29.1084, | |
| "lng": -81.0136, | |
| "country": "United States", | |
| "population": 63203 | |
| }, | |
| { | |
| "city": "Montebello", | |
| "lat": 34.0155, | |
| "lng": -118.1108, | |
| "country": "United States", | |
| "population": 63192 | |
| }, | |
| { | |
| "city": "Encinitas", | |
| "lat": 33.0492, | |
| "lng": -117.2613, | |
| "country": "United States", | |
| "population": 63184 | |
| }, | |
| { | |
| "city": "Medicine Hat", | |
| "lat": 50.0333, | |
| "lng": -110.6833, | |
| "country": "Canada", | |
| "population": 63138 | |
| }, | |
| { | |
| "city": "Knysna", | |
| "lat": -34.0329, | |
| "lng": 23.0333, | |
| "country": "South Africa", | |
| "population": 63106 | |
| }, | |
| { | |
| "city": "Balakhna", | |
| "lat": 56.4943, | |
| "lng": 43.5944, | |
| "country": "Russia", | |
| "population": 63083 | |
| }, | |
| { | |
| "city": "Bossangoa", | |
| "lat": 6.4837, | |
| "lng": 17.45, | |
| "country": "Central African Republic", | |
| "population": 63064 | |
| }, | |
| { | |
| "city": "Sopore", | |
| "lat": 34.3, | |
| "lng": 74.4667, | |
| "country": "India", | |
| "population": 63035 | |
| }, | |
| { | |
| "city": "Belize City", | |
| "lat": 17.4987, | |
| "lng": -88.1884, | |
| "country": "Belize", | |
| "population": 63028 | |
| }, | |
| { | |
| "city": "Kasongo", | |
| "lat": -4.45, | |
| "lng": 26.66, | |
| "country": "Congo (Kinshasa)", | |
| "population": 63000 | |
| }, | |
| { | |
| "city": "Coffs Harbour", | |
| "lat": -30.3071, | |
| "lng": 153.1123, | |
| "country": "Australia", | |
| "population": 62978 | |
| }, | |
| { | |
| "city": "Machiques", | |
| "lat": 10.0704, | |
| "lng": -72.5499, | |
| "country": "Venezuela", | |
| "population": 62968 | |
| }, | |
| { | |
| "city": "Itapeva", | |
| "lat": -23.9796, | |
| "lng": -48.88, | |
| "country": "Brazil", | |
| "population": 62957 | |
| }, | |
| { | |
| "city": "Beledweyne", | |
| "lat": 4.74, | |
| "lng": 45.2, | |
| "country": "Somalia", | |
| "population": 62945 | |
| }, | |
| { | |
| "city": "Graaff Reinet", | |
| "lat": -32.3, | |
| "lng": 24.54, | |
| "country": "South Africa", | |
| "population": 62896 | |
| }, | |
| { | |
| "city": "Balboa", | |
| "lat": 8.95, | |
| "lng": -79.5667, | |
| "country": "Panama", | |
| "population": 62882 | |
| }, | |
| { | |
| "city": "Rowlett", | |
| "lat": 32.9156, | |
| "lng": -96.5488, | |
| "country": "United States", | |
| "population": 62868 | |
| }, | |
| { | |
| "city": "Monessen", | |
| "lat": 40.1519, | |
| "lng": -79.8828, | |
| "country": "United States", | |
| "population": 62833 | |
| }, | |
| { | |
| "city": "Sebring", | |
| "lat": 27.477, | |
| "lng": -81.453, | |
| "country": "United States", | |
| "population": 62814 | |
| }, | |
| { | |
| "city": "Bitlis", | |
| "lat": 38.394, | |
| "lng": 42.123, | |
| "country": "Turkey", | |
| "population": 62811 | |
| }, | |
| { | |
| "city": "Lehi", | |
| "lat": 40.4137, | |
| "lng": -111.8728, | |
| "country": "United States", | |
| "population": 62712 | |
| }, | |
| { | |
| "city": "Guamúchil", | |
| "lat": 25.4704, | |
| "lng": -108.09, | |
| "country": "Mexico", | |
| "population": 62695 | |
| }, | |
| { | |
| "city": "Nkawkaw", | |
| "lat": 6.5505, | |
| "lng": -0.78, | |
| "country": "Ghana", | |
| "population": 62667 | |
| }, | |
| { | |
| "city": "Coon Rapids", | |
| "lat": 45.1755, | |
| "lng": -93.3094, | |
| "country": "United States", | |
| "population": 62656 | |
| }, | |
| { | |
| "city": "Belebey", | |
| "lat": 54.1291, | |
| "lng": 54.1187, | |
| "country": "Russia", | |
| "population": 62582 | |
| }, | |
| { | |
| "city": "Tataouine", | |
| "lat": 33, | |
| "lng": 10.4667, | |
| "country": "Tunisia", | |
| "population": 62577 | |
| }, | |
| { | |
| "city": "Surin", | |
| "lat": 14.8868, | |
| "lng": 103.4915, | |
| "country": "Thailand", | |
| "population": 62536 | |
| }, | |
| { | |
| "city": "Kayes", | |
| "lat": -4.18, | |
| "lng": 13.28, | |
| "country": "Congo (Brazzaville)", | |
| "population": 62521 | |
| }, | |
| { | |
| "city": "La Habra", | |
| "lat": 33.9278, | |
| "lng": -117.9513, | |
| "country": "United States", | |
| "population": 62466 | |
| }, | |
| { | |
| "city": "Waltham", | |
| "lat": 42.3889, | |
| "lng": -71.2423, | |
| "country": "United States", | |
| "population": 62442 | |
| }, | |
| { | |
| "city": "Brentwood", | |
| "lat": 37.9355, | |
| "lng": -121.7191, | |
| "country": "United States", | |
| "population": 62433 | |
| }, | |
| { | |
| "city": "Singida", | |
| "lat": -4.8196, | |
| "lng": 34.74, | |
| "country": "Tanzania", | |
| "population": 62432 | |
| }, | |
| { | |
| "city": "Ankeny", | |
| "lat": 41.728, | |
| "lng": -93.6031, | |
| "country": "United States", | |
| "population": 62416 | |
| }, | |
| { | |
| "city": "San Luis Obispo", | |
| "lat": 35.2671, | |
| "lng": -120.6689, | |
| "country": "United States", | |
| "population": 62398 | |
| }, | |
| { | |
| "city": "Tanjungpandan", | |
| "lat": -2.75, | |
| "lng": 107.65, | |
| "country": "Indonesia", | |
| "population": 62374 | |
| }, | |
| { | |
| "city": "Springfield", | |
| "lat": 44.0538, | |
| "lng": -122.9811, | |
| "country": "United States", | |
| "population": 62353 | |
| }, | |
| { | |
| "city": "Council Bluffs", | |
| "lat": 41.2369, | |
| "lng": -95.8517, | |
| "country": "United States", | |
| "population": 62316 | |
| }, | |
| { | |
| "city": "Castle Rock", | |
| "lat": 39.3761, | |
| "lng": -104.8534, | |
| "country": "United States", | |
| "population": 62276 | |
| }, | |
| { | |
| "city": "Assen", | |
| "lat": 53, | |
| "lng": 6.55, | |
| "country": "Netherlands", | |
| "population": 62237 | |
| }, | |
| { | |
| "city": "North Miami", | |
| "lat": 25.9006, | |
| "lng": -80.1681, | |
| "country": "United States", | |
| "population": 62225 | |
| }, | |
| { | |
| "city": "Chistopol", | |
| "lat": 55.3648, | |
| "lng": 50.6407, | |
| "country": "Russia", | |
| "population": 62200 | |
| }, | |
| { | |
| "city": "Bambari", | |
| "lat": 5.762, | |
| "lng": 20.6672, | |
| "country": "Central African Republic", | |
| "population": 62098 | |
| }, | |
| { | |
| "city": "Hamilton", | |
| "lat": 39.3938, | |
| "lng": -84.5653, | |
| "country": "United States", | |
| "population": 62092 | |
| }, | |
| { | |
| "city": "Tikhvin", | |
| "lat": 59.6448, | |
| "lng": 33.5144, | |
| "country": "Russia", | |
| "population": 62075 | |
| }, | |
| { | |
| "city": "Sagua la Grande", | |
| "lat": 22.809, | |
| "lng": -80.0711, | |
| "country": "Cuba", | |
| "population": 62073 | |
| }, | |
| { | |
| "city": "Tupã", | |
| "lat": -21.93, | |
| "lng": -50.52, | |
| "country": "Brazil", | |
| "population": 62035 | |
| }, | |
| { | |
| "city": "Madang", | |
| "lat": -5.2248, | |
| "lng": 145.7853, | |
| "country": "Papua New Guinea", | |
| "population": 62023 | |
| }, | |
| { | |
| "city": "Veszprém", | |
| "lat": 47.091, | |
| "lng": 17.911, | |
| "country": "Hungary", | |
| "population": 62023 | |
| }, | |
| { | |
| "city": "Ferkessédougou", | |
| "lat": 9.6004, | |
| "lng": -5.2, | |
| "country": "Côte D’Ivoire", | |
| "population": 62008 | |
| }, | |
| { | |
| "city": "Labinsk", | |
| "lat": 44.6348, | |
| "lng": 40.7443, | |
| "country": "Russia", | |
| "population": 61945 | |
| }, | |
| { | |
| "city": "Fernandópolis", | |
| "lat": -20.2696, | |
| "lng": -50.26, | |
| "country": "Brazil", | |
| "population": 61931 | |
| }, | |
| { | |
| "city": "Apia", | |
| "lat": -13.8415, | |
| "lng": -171.7386, | |
| "country": "Samoa", | |
| "population": 61916 | |
| }, | |
| { | |
| "city": "Mankato", | |
| "lat": 44.1712, | |
| "lng": -93.9773, | |
| "country": "United States", | |
| "population": 61912 | |
| }, | |
| { | |
| "city": "Zalaegerszeg", | |
| "lat": 46.844, | |
| "lng": 16.84, | |
| "country": "Hungary", | |
| "population": 61898 | |
| }, | |
| { | |
| "city": "Noblesville", | |
| "lat": 40.0353, | |
| "lng": -86.006, | |
| "country": "United States", | |
| "population": 61882 | |
| }, | |
| { | |
| "city": "Bamian", | |
| "lat": 34.8211, | |
| "lng": 67.521, | |
| "country": "Afghanistan", | |
| "population": 61863 | |
| }, | |
| { | |
| "city": "Bassar", | |
| "lat": 9.261, | |
| "lng": 0.789, | |
| "country": "Togo", | |
| "population": 61845 | |
| }, | |
| { | |
| "city": "Moca", | |
| "lat": 19.397, | |
| "lng": -70.523, | |
| "country": "Dominican Republic", | |
| "population": 61834 | |
| }, | |
| { | |
| "city": "Iskitim", | |
| "lat": 54.6509, | |
| "lng": 83.2865, | |
| "country": "Russia", | |
| "population": 61827 | |
| }, | |
| { | |
| "city": "Berbérati", | |
| "lat": 4.25, | |
| "lng": 15.78, | |
| "country": "Central African Republic", | |
| "population": 61815 | |
| }, | |
| { | |
| "city": "Benevento", | |
| "lat": 41.1337, | |
| "lng": 14.75, | |
| "country": "Italy", | |
| "population": 61791 | |
| }, | |
| { | |
| "city": "Chinhoyi", | |
| "lat": -17.3596, | |
| "lng": 30.18, | |
| "country": "Zimbabwe", | |
| "population": 61739 | |
| }, | |
| { | |
| "city": "Medenine", | |
| "lat": 33.4, | |
| "lng": 10.4167, | |
| "country": "Tunisia", | |
| "population": 61705 | |
| }, | |
| { | |
| "city": "Troyes", | |
| "lat": 48.3404, | |
| "lng": 4.0834, | |
| "country": "France", | |
| "population": 61703 | |
| }, | |
| { | |
| "city": "Vyska", | |
| "lat": 55.3247, | |
| "lng": 42.1644, | |
| "country": "Russia", | |
| "population": 61664 | |
| }, | |
| { | |
| "city": "Gadsden", | |
| "lat": 34.009, | |
| "lng": -86.0156, | |
| "country": "United States", | |
| "population": 61656 | |
| }, | |
| { | |
| "city": "Pula", | |
| "lat": 44.8687, | |
| "lng": 13.8481, | |
| "country": "Croatia", | |
| "population": 61599 | |
| }, | |
| { | |
| "city": "Sibay", | |
| "lat": 52.7091, | |
| "lng": 58.6387, | |
| "country": "Russia", | |
| "population": 61590 | |
| }, | |
| { | |
| "city": "Cayenne", | |
| "lat": 4.933, | |
| "lng": -52.33, | |
| "country": "French Guiana", | |
| "population": 61550 | |
| }, | |
| { | |
| "city": "Ponta Delgada", | |
| "lat": 37.7483, | |
| "lng": -25.6666, | |
| "country": "Portugal", | |
| "population": 61526 | |
| }, | |
| { | |
| "city": "Moore", | |
| "lat": 35.3294, | |
| "lng": -97.4758, | |
| "country": "United States", | |
| "population": 61523 | |
| }, | |
| { | |
| "city": "Fengcheng", | |
| "lat": 28.2004, | |
| "lng": 115.77, | |
| "country": "China", | |
| "population": 61469 | |
| }, | |
| { | |
| "city": "Burnsville", | |
| "lat": 44.7648, | |
| "lng": -93.2795, | |
| "country": "United States", | |
| "population": 61439 | |
| }, | |
| { | |
| "city": "Stralsund", | |
| "lat": 54.3004, | |
| "lng": 13.1, | |
| "country": "Germany", | |
| "population": 61368 | |
| }, | |
| { | |
| "city": "National City", | |
| "lat": 32.6654, | |
| "lng": -117.0983, | |
| "country": "United States", | |
| "population": 61363 | |
| }, | |
| { | |
| "city": "Civitavecchia", | |
| "lat": 42.1004, | |
| "lng": 11.8, | |
| "country": "Italy", | |
| "population": 61316 | |
| }, | |
| { | |
| "city": "Taylor", | |
| "lat": 42.226, | |
| "lng": -83.2688, | |
| "country": "United States", | |
| "population": 61276 | |
| }, | |
| { | |
| "city": "Malden", | |
| "lat": 42.4305, | |
| "lng": -71.0576, | |
| "country": "United States", | |
| "population": 61246 | |
| }, | |
| { | |
| "city": "Portimão", | |
| "lat": 37.1337, | |
| "lng": -8.5333, | |
| "country": "Portugal", | |
| "population": 61226 | |
| }, | |
| { | |
| "city": "Gaalkacyo", | |
| "lat": 6.77, | |
| "lng": 47.43, | |
| "country": "Somalia", | |
| "population": 61200 | |
| }, | |
| { | |
| "city": "Doral", | |
| "lat": 25.8149, | |
| "lng": -80.3565, | |
| "country": "United States", | |
| "population": 61130 | |
| }, | |
| { | |
| "city": "Coburg", | |
| "lat": 50.2666, | |
| "lng": 10.9666, | |
| "country": "Germany", | |
| "population": 61054 | |
| }, | |
| { | |
| "city": "Marietta", | |
| "lat": 33.9532, | |
| "lng": -84.5421, | |
| "country": "United States", | |
| "population": 61048 | |
| }, | |
| { | |
| "city": "Monterey Park", | |
| "lat": 34.0497, | |
| "lng": -118.1325, | |
| "country": "United States", | |
| "population": 61044 | |
| }, | |
| { | |
| "city": "Yopal", | |
| "lat": 5.347, | |
| "lng": -72.406, | |
| "country": "Colombia", | |
| "population": 61029 | |
| }, | |
| { | |
| "city": "Coconut Creek", | |
| "lat": 26.2803, | |
| "lng": -80.1842, | |
| "country": "United States", | |
| "population": 61010 | |
| }, | |
| { | |
| "city": "Salsk", | |
| "lat": 46.4775, | |
| "lng": 41.542, | |
| "country": "Russia", | |
| "population": 61000 | |
| }, | |
| { | |
| "city": "Cherbourg", | |
| "lat": 49.6504, | |
| "lng": -1.65, | |
| "country": "France", | |
| "population": 60991 | |
| }, | |
| { | |
| "city": "El Carmen de Bolívar", | |
| "lat": 9.7204, | |
| "lng": -75.13, | |
| "country": "Colombia", | |
| "population": 60980 | |
| }, | |
| { | |
| "city": "Rome", | |
| "lat": 34.2662, | |
| "lng": -85.1862, | |
| "country": "United States", | |
| "population": 60966 | |
| }, | |
| { | |
| "city": "Bouaflé", | |
| "lat": 6.978, | |
| "lng": -5.748, | |
| "country": "Côte D’Ivoire", | |
| "population": 60962 | |
| }, | |
| { | |
| "city": "Dublin", | |
| "lat": 37.7161, | |
| "lng": -121.8964, | |
| "country": "United States", | |
| "population": 60939 | |
| }, | |
| { | |
| "city": "Sonbong", | |
| "lat": 42.3377, | |
| "lng": 130.4027, | |
| "country": "Korea, North", | |
| "population": 60864 | |
| }, | |
| { | |
| "city": "Tartagal", | |
| "lat": -22.55, | |
| "lng": -63.81, | |
| "country": "Argentina", | |
| "population": 60819 | |
| }, | |
| { | |
| "city": "Canela", | |
| "lat": -29.36, | |
| "lng": -50.81, | |
| "country": "Brazil", | |
| "population": 60806 | |
| }, | |
| { | |
| "city": "Nelson", | |
| "lat": -41.2926, | |
| "lng": 173.2474, | |
| "country": "New Zealand", | |
| "population": 60800 | |
| }, | |
| { | |
| "city": "Albany", | |
| "lat": 44.6274, | |
| "lng": -123.0966, | |
| "country": "United States", | |
| "population": 60795 | |
| }, | |
| { | |
| "city": "Cupertino", | |
| "lat": 37.3168, | |
| "lng": -122.0465, | |
| "country": "United States", | |
| "population": 60777 | |
| }, | |
| { | |
| "city": "San Fernando", | |
| "lat": -34.58, | |
| "lng": -70.99, | |
| "country": "Chile", | |
| "population": 60746 | |
| }, | |
| { | |
| "city": "Shuya", | |
| "lat": 56.8543, | |
| "lng": 41.3643, | |
| "country": "Russia", | |
| "population": 60705 | |
| }, | |
| { | |
| "city": "Sfintu-Gheorghe", | |
| "lat": 45.868, | |
| "lng": 25.793, | |
| "country": "Romania", | |
| "population": 60677 | |
| }, | |
| { | |
| "city": "Tidore", | |
| "lat": 0.6964, | |
| "lng": 127.436, | |
| "country": "Indonesia", | |
| "population": 60611 | |
| }, | |
| { | |
| "city": "Lokoja", | |
| "lat": 7.8004, | |
| "lng": 6.7399, | |
| "country": "Nigeria", | |
| "population": 60579 | |
| }, | |
| { | |
| "city": "Langzhong", | |
| "lat": 31.5759, | |
| "lng": 105.9656, | |
| "country": "China", | |
| "population": 60542 | |
| }, | |
| { | |
| "city": "Pirassununga", | |
| "lat": -21.99, | |
| "lng": -47.43, | |
| "country": "Brazil", | |
| "population": 60413 | |
| }, | |
| { | |
| "city": "Khujayli", | |
| "lat": 42.4047, | |
| "lng": 59.4517, | |
| "country": "Uzbekistan", | |
| "population": 60401 | |
| }, | |
| { | |
| "city": "Morristown", | |
| "lat": 36.2043, | |
| "lng": -83.3001, | |
| "country": "United States", | |
| "population": 60316 | |
| }, | |
| { | |
| "city": "Lakewood", | |
| "lat": 47.1628, | |
| "lng": -122.5299, | |
| "country": "United States", | |
| "population": 60296 | |
| }, | |
| { | |
| "city": "Banfora", | |
| "lat": 10.6304, | |
| "lng": -4.76, | |
| "country": "Burkina Faso", | |
| "population": 60288 | |
| }, | |
| { | |
| "city": "Zima", | |
| "lat": 53.9331, | |
| "lng": 102.0331, | |
| "country": "Russia", | |
| "population": 60239 | |
| }, | |
| { | |
| "city": "Gardena", | |
| "lat": 33.8944, | |
| "lng": -118.3073, | |
| "country": "United States", | |
| "population": 60224 | |
| }, | |
| { | |
| "city": "Bristol", | |
| "lat": 41.6812, | |
| "lng": -72.9407, | |
| "country": "United States", | |
| "population": 60223 | |
| }, | |
| { | |
| "city": "Millcreek", | |
| "lat": 40.6892, | |
| "lng": -111.8291, | |
| "country": "United States", | |
| "population": 60192 | |
| }, | |
| { | |
| "city": "Mbanza-Congo", | |
| "lat": -6.2696, | |
| "lng": 14.24, | |
| "country": "Angola", | |
| "population": 60182 | |
| }, | |
| { | |
| "city": "Lankaran", | |
| "lat": 38.754, | |
| "lng": 48.8511, | |
| "country": "Azerbaijan", | |
| "population": 60180 | |
| }, | |
| { | |
| "city": "Pirapora", | |
| "lat": -17.33, | |
| "lng": -44.93, | |
| "country": "Brazil", | |
| "population": 60164 | |
| }, | |
| { | |
| "city": "Caratinga", | |
| "lat": -19.79, | |
| "lng": -42.14, | |
| "country": "Brazil", | |
| "population": 60066 | |
| }, | |
| { | |
| "city": "Woodland", | |
| "lat": 38.6712, | |
| "lng": -121.75, | |
| "country": "United States", | |
| "population": 60062 | |
| }, | |
| { | |
| "city": "La Mesa", | |
| "lat": 32.7703, | |
| "lng": -117.0204, | |
| "country": "United States", | |
| "population": 60021 | |
| }, | |
| { | |
| "city": "Crotone", | |
| "lat": 39.0833, | |
| "lng": 17.1233, | |
| "country": "Italy", | |
| "population": 60010 | |
| }, | |
| { | |
| "city": "Uíge", | |
| "lat": -7.62, | |
| "lng": 15.05, | |
| "country": "Angola", | |
| "population": 60008 | |
| }, | |
| { | |
| "city": "Taylorsville", | |
| "lat": 40.6569, | |
| "lng": -111.9493, | |
| "country": "United States", | |
| "population": 59992 | |
| }, | |
| { | |
| "city": "Benton Harbor", | |
| "lat": 42.1159, | |
| "lng": -86.4488, | |
| "country": "United States", | |
| "population": 59939 | |
| }, | |
| { | |
| "city": "West Allis", | |
| "lat": 43.0068, | |
| "lng": -88.0296, | |
| "country": "United States", | |
| "population": 59934 | |
| }, | |
| { | |
| "city": "Meriden", | |
| "lat": 41.5367, | |
| "lng": -72.7943, | |
| "country": "United States", | |
| "population": 59927 | |
| }, | |
| { | |
| "city": "Kotlas", | |
| "lat": 61.2631, | |
| "lng": 46.6631, | |
| "country": "Russia", | |
| "population": 59879 | |
| }, | |
| { | |
| "city": "Gorno Altaysk", | |
| "lat": 51.9613, | |
| "lng": 85.9577, | |
| "country": "Russia", | |
| "population": 59868 | |
| }, | |
| { | |
| "city": "Chapel Hill", | |
| "lat": 35.9269, | |
| "lng": -79.039, | |
| "country": "United States", | |
| "population": 59862 | |
| }, | |
| { | |
| "city": "Nkhotakota", | |
| "lat": -12.9163, | |
| "lng": 34.3, | |
| "country": "Malawi", | |
| "population": 59854 | |
| }, | |
| { | |
| "city": "Pontiac", | |
| "lat": 42.6493, | |
| "lng": -83.2878, | |
| "country": "United States", | |
| "population": 59792 | |
| }, | |
| { | |
| "city": "Linares", | |
| "lat": 38.0833, | |
| "lng": -3.6334, | |
| "country": "Spain", | |
| "population": 59761 | |
| }, | |
| { | |
| "city": "Itapetinga", | |
| "lat": -15.25, | |
| "lng": -40.25, | |
| "country": "Brazil", | |
| "population": 59721 | |
| }, | |
| { | |
| "city": "Novi", | |
| "lat": 42.4786, | |
| "lng": -83.4893, | |
| "country": "United States", | |
| "population": 59715 | |
| }, | |
| { | |
| "city": "Saint Clair Shores", | |
| "lat": 42.4921, | |
| "lng": -82.8957, | |
| "country": "United States", | |
| "population": 59635 | |
| }, | |
| { | |
| "city": "Beckley", | |
| "lat": 37.7878, | |
| "lng": -81.1841, | |
| "country": "United States", | |
| "population": 59629 | |
| }, | |
| { | |
| "city": "São Borja", | |
| "lat": -28.6596, | |
| "lng": -56.01, | |
| "country": "Brazil", | |
| "population": 59613 | |
| }, | |
| { | |
| "city": "Växjö", | |
| "lat": 56.8837, | |
| "lng": 14.8167, | |
| "country": "Sweden", | |
| "population": 59600 | |
| }, | |
| { | |
| "city": "Leticia", | |
| "lat": -4.22, | |
| "lng": -69.94, | |
| "country": "Colombia", | |
| "population": 59575 | |
| }, | |
| { | |
| "city": "Béja", | |
| "lat": 36.7304, | |
| "lng": 9.19, | |
| "country": "Tunisia", | |
| "population": 59567 | |
| }, | |
| { | |
| "city": "Drummondville", | |
| "lat": 45.8833, | |
| "lng": -72.4834, | |
| "country": "Canada", | |
| "population": 59489 | |
| }, | |
| { | |
| "city": "Truc Giang", | |
| "lat": 10.235, | |
| "lng": 106.375, | |
| "country": "Vietnam", | |
| "population": 59442 | |
| }, | |
| { | |
| "city": "Carazinho", | |
| "lat": -28.29, | |
| "lng": -52.8, | |
| "country": "Brazil", | |
| "population": 59417 | |
| }, | |
| { | |
| "city": "Dengzhou", | |
| "lat": 32.6804, | |
| "lng": 112.08, | |
| "country": "China", | |
| "population": 59338 | |
| }, | |
| { | |
| "city": "Sanford", | |
| "lat": 28.7891, | |
| "lng": -81.2757, | |
| "country": "United States", | |
| "population": 59317 | |
| }, | |
| { | |
| "city": "San Felipe", | |
| "lat": -32.75, | |
| "lng": -70.72, | |
| "country": "Chile", | |
| "population": 59294 | |
| }, | |
| { | |
| "city": "Santa Rosa", | |
| "lat": -27.8695, | |
| "lng": -54.46, | |
| "country": "Brazil", | |
| "population": 59281 | |
| }, | |
| { | |
| "city": "Lappeenranta", | |
| "lat": 61.0671, | |
| "lng": 28.1833, | |
| "country": "Finland", | |
| "population": 59276 | |
| }, | |
| { | |
| "city": "Kavala", | |
| "lat": 40.9412, | |
| "lng": 24.4018, | |
| "country": "Greece", | |
| "population": 59240 | |
| }, | |
| { | |
| "city": "Gannan", | |
| "lat": 47.9204, | |
| "lng": 123.51, | |
| "country": "China", | |
| "population": 59239 | |
| }, | |
| { | |
| "city": "Azua", | |
| "lat": 18.454, | |
| "lng": -70.729, | |
| "country": "Dominican Republic", | |
| "population": 59139 | |
| }, | |
| { | |
| "city": "Midland", | |
| "lat": 43.6239, | |
| "lng": -84.2315, | |
| "country": "United States", | |
| "population": 59138 | |
| }, | |
| { | |
| "city": "Viedma", | |
| "lat": -40.8, | |
| "lng": -63, | |
| "country": "Argentina", | |
| "population": 59122 | |
| }, | |
| { | |
| "city": "Concepción", | |
| "lat": -23.4064, | |
| "lng": -57.4344, | |
| "country": "Paraguay", | |
| "population": 59118 | |
| }, | |
| { | |
| "city": "Royal Oak", | |
| "lat": 42.5084, | |
| "lng": -83.1539, | |
| "country": "United States", | |
| "population": 59112 | |
| }, | |
| { | |
| "city": "Bangor", | |
| "lat": 44.8322, | |
| "lng": -68.7906, | |
| "country": "United States", | |
| "population": 59107 | |
| }, | |
| { | |
| "city": "Manacapuru", | |
| "lat": -3.2896, | |
| "lng": -60.62, | |
| "country": "Brazil", | |
| "population": 59102 | |
| }, | |
| { | |
| "city": "Bartlett", | |
| "lat": 35.2337, | |
| "lng": -89.8195, | |
| "country": "United States", | |
| "population": 59102 | |
| }, | |
| { | |
| "city": "San Rafael", | |
| "lat": 37.9905, | |
| "lng": -122.5222, | |
| "country": "United States", | |
| "population": 59070 | |
| }, | |
| { | |
| "city": "Mt. Hagen", | |
| "lat": -5.8632, | |
| "lng": 144.2168, | |
| "country": "Papua New Guinea", | |
| "population": 59064 | |
| }, | |
| { | |
| "city": "San Francisco", | |
| "lat": -31.43, | |
| "lng": -62.09, | |
| "country": "Argentina", | |
| "population": 59062 | |
| }, | |
| { | |
| "city": "White Plains", | |
| "lat": 41.022, | |
| "lng": -73.7548, | |
| "country": "United States", | |
| "population": 59047 | |
| }, | |
| { | |
| "city": "Kabinda", | |
| "lat": -6.1296, | |
| "lng": 24.48, | |
| "country": "Congo (Kinshasa)", | |
| "population": 59004 | |
| }, | |
| { | |
| "city": "Goldsboro", | |
| "lat": 35.3777, | |
| "lng": -77.972, | |
| "country": "United States", | |
| "population": 58972 | |
| }, | |
| { | |
| "city": "Mikhaylovka", | |
| "lat": 50.0679, | |
| "lng": 43.2175, | |
| "country": "Russia", | |
| "population": 58898 | |
| }, | |
| { | |
| "city": "Solnechnogorsk", | |
| "lat": 56.1807, | |
| "lng": 36.9809, | |
| "country": "Russia", | |
| "population": 58891 | |
| }, | |
| { | |
| "city": "Telêmaco Borba", | |
| "lat": -24.33, | |
| "lng": -50.62, | |
| "country": "Brazil", | |
| "population": 58880 | |
| }, | |
| { | |
| "city": "Guanambi", | |
| "lat": -14.2296, | |
| "lng": -42.79, | |
| "country": "Brazil", | |
| "population": 58877 | |
| }, | |
| { | |
| "city": "Bowie", | |
| "lat": 38.9575, | |
| "lng": -76.7421, | |
| "country": "United States", | |
| "population": 58859 | |
| }, | |
| { | |
| "city": "Tezpur", | |
| "lat": 26.6338, | |
| "lng": 92.8, | |
| "country": "India", | |
| "population": 58851 | |
| }, | |
| { | |
| "city": "Huntington Park", | |
| "lat": 33.98, | |
| "lng": -118.2167, | |
| "country": "United States", | |
| "population": 58822 | |
| }, | |
| { | |
| "city": "Arcadia", | |
| "lat": 34.1342, | |
| "lng": -118.0373, | |
| "country": "United States", | |
| "population": 58799 | |
| }, | |
| { | |
| "city": "Lewiston", | |
| "lat": 44.0915, | |
| "lng": -70.1681, | |
| "country": "United States", | |
| "population": 58796 | |
| }, | |
| { | |
| "city": "Kamphaeng Phet", | |
| "lat": 16.473, | |
| "lng": 99.529, | |
| "country": "Thailand", | |
| "population": 58787 | |
| }, | |
| { | |
| "city": "Columbus", | |
| "lat": 39.2091, | |
| "lng": -85.918, | |
| "country": "United States", | |
| "population": 58771 | |
| }, | |
| { | |
| "city": "Orland Park", | |
| "lat": 41.6075, | |
| "lng": -87.8619, | |
| "country": "United States", | |
| "population": 58765 | |
| }, | |
| { | |
| "city": "Arsenyev", | |
| "lat": 44.1623, | |
| "lng": 133.2823, | |
| "country": "Russia", | |
| "population": 58700 | |
| }, | |
| { | |
| "city": "Casa Grande", | |
| "lat": 32.907, | |
| "lng": -111.7624, | |
| "country": "United States", | |
| "population": 58632 | |
| }, | |
| { | |
| "city": "Embu", | |
| "lat": -0.5196, | |
| "lng": 37.45, | |
| "country": "Kenya", | |
| "population": 58620 | |
| }, | |
| { | |
| "city": "Aketi", | |
| "lat": 2.7405, | |
| "lng": 23.78, | |
| "country": "Congo (Kinshasa)", | |
| "population": 58601 | |
| }, | |
| { | |
| "city": "Staunton", | |
| "lat": 38.1593, | |
| "lng": -79.0611, | |
| "country": "United States", | |
| "population": 58470 | |
| }, | |
| { | |
| "city": "San Pedro", | |
| "lat": -24.2196, | |
| "lng": -64.87, | |
| "country": "Argentina", | |
| "population": 58430 | |
| }, | |
| { | |
| "city": "Margate", | |
| "lat": 26.2465, | |
| "lng": -80.2119, | |
| "country": "United States", | |
| "population": 58430 | |
| }, | |
| { | |
| "city": "Chaiyaphum", | |
| "lat": 15.804, | |
| "lng": 102.0386, | |
| "country": "Thailand", | |
| "population": 58350 | |
| }, | |
| { | |
| "city": "Bondoukou", | |
| "lat": 8.0304, | |
| "lng": -2.8, | |
| "country": "Côte D’Ivoire", | |
| "population": 58297 | |
| }, | |
| { | |
| "city": "Jefferson City", | |
| "lat": 38.5677, | |
| "lng": -92.1757, | |
| "country": "United States", | |
| "population": 58279 | |
| }, | |
| { | |
| "city": "Korçë", | |
| "lat": 40.6167, | |
| "lng": 20.7667, | |
| "country": "Albania", | |
| "population": 58259 | |
| }, | |
| { | |
| "city": "San Andrés", | |
| "lat": 12.5621, | |
| "lng": -81.6903, | |
| "country": "Colombia", | |
| "population": 58257 | |
| }, | |
| { | |
| "city": "Kırklareli", | |
| "lat": 41.743, | |
| "lng": 27.226, | |
| "country": "Turkey", | |
| "population": 58223 | |
| }, | |
| { | |
| "city": "Agen", | |
| "lat": 44.2004, | |
| "lng": 0.6333, | |
| "country": "France", | |
| "population": 58223 | |
| }, | |
| { | |
| "city": "Des Plaines", | |
| "lat": 42.0344, | |
| "lng": -87.9008, | |
| "country": "United States", | |
| "population": 58193 | |
| }, | |
| { | |
| "city": "Rundu", | |
| "lat": -17.92, | |
| "lng": 19.7499, | |
| "country": "Namibia", | |
| "population": 58172 | |
| }, | |
| { | |
| "city": "Santee", | |
| "lat": 32.8555, | |
| "lng": -116.9856, | |
| "country": "United States", | |
| "population": 58113 | |
| }, | |
| { | |
| "city": "Ariquemes", | |
| "lat": -9.9396, | |
| "lng": -63.08, | |
| "country": "Brazil", | |
| "population": 58096 | |
| }, | |
| { | |
| "city": "Hai Duong", | |
| "lat": 20.942, | |
| "lng": 106.331, | |
| "country": "Vietnam", | |
| "population": 58030 | |
| }, | |
| { | |
| "city": "Ushuaia", | |
| "lat": -54.79, | |
| "lng": -68.31, | |
| "country": "Argentina", | |
| "population": 58028 | |
| }, | |
| { | |
| "city": "Middletown", | |
| "lat": 41.4458, | |
| "lng": -74.4228, | |
| "country": "United States", | |
| "population": 57973 | |
| }, | |
| { | |
| "city": "Allanmyo", | |
| "lat": 19.3783, | |
| "lng": 95.2279, | |
| "country": "Burma", | |
| "population": 57897 | |
| }, | |
| { | |
| "city": "Borovichi", | |
| "lat": 58.3978, | |
| "lng": 33.8974, | |
| "country": "Russia", | |
| "population": 57887 | |
| }, | |
| { | |
| "city": "Angoche", | |
| "lat": -16.23, | |
| "lng": 39.91, | |
| "country": "Mozambique", | |
| "population": 57835 | |
| }, | |
| { | |
| "city": "Hot Springs", | |
| "lat": 34.4902, | |
| "lng": -93.0498, | |
| "country": "United States", | |
| "population": 57819 | |
| }, | |
| { | |
| "city": "Napier", | |
| "lat": -39.49, | |
| "lng": 176.9265, | |
| "country": "New Zealand", | |
| "population": 57800 | |
| }, | |
| { | |
| "city": "Medford", | |
| "lat": 42.4234, | |
| "lng": -71.1087, | |
| "country": "United States", | |
| "population": 57797 | |
| }, | |
| { | |
| "city": "Suileng", | |
| "lat": 47.246, | |
| "lng": 127.106, | |
| "country": "China", | |
| "population": 57789 | |
| }, | |
| { | |
| "city": "Walla Walla", | |
| "lat": 46.067, | |
| "lng": -118.3365, | |
| "country": "United States", | |
| "population": 57779 | |
| }, | |
| { | |
| "city": "Lop Buri", | |
| "lat": 14.804, | |
| "lng": 100.6186, | |
| "country": "Thailand", | |
| "population": 57761 | |
| }, | |
| { | |
| "city": "Qunghirot", | |
| "lat": 43.0704, | |
| "lng": 58.9, | |
| "country": "Uzbekistan", | |
| "population": 57758 | |
| }, | |
| { | |
| "city": "Linares", | |
| "lat": 24.8604, | |
| "lng": -99.57, | |
| "country": "Mexico", | |
| "population": 57731 | |
| }, | |
| { | |
| "city": "Tiznit", | |
| "lat": 29.7104, | |
| "lng": -9.74, | |
| "country": "Morocco", | |
| "population": 57705 | |
| }, | |
| { | |
| "city": "Timbaúba", | |
| "lat": -7.4996, | |
| "lng": -35.32, | |
| "country": "Brazil", | |
| "population": 57534 | |
| }, | |
| { | |
| "city": "Carson City", | |
| "lat": 39.1512, | |
| "lng": -119.7474, | |
| "country": "United States", | |
| "population": 57525 | |
| }, | |
| { | |
| "city": "Hendersonville", | |
| "lat": 36.3063, | |
| "lng": -86.5997, | |
| "country": "United States", | |
| "population": 57517 | |
| }, | |
| { | |
| "city": "Titusville", | |
| "lat": 28.5727, | |
| "lng": -80.8193, | |
| "country": "United States", | |
| "population": 57497 | |
| }, | |
| { | |
| "city": "Picos", | |
| "lat": -7.08, | |
| "lng": -41.44, | |
| "country": "Brazil", | |
| "population": 57495 | |
| }, | |
| { | |
| "city": "Stepanakert", | |
| "lat": 39.8156, | |
| "lng": 46.752, | |
| "country": "Azerbaijan", | |
| "population": 57473 | |
| }, | |
| { | |
| "city": "Kentau", | |
| "lat": 43.5165, | |
| "lng": 68.5199, | |
| "country": "Kazakhstan", | |
| "population": 57408 | |
| }, | |
| { | |
| "city": "Cheremkhovo", | |
| "lat": 53.1588, | |
| "lng": 103.0739, | |
| "country": "Russia", | |
| "population": 57395 | |
| }, | |
| { | |
| "city": "Greenwood", | |
| "lat": 39.6019, | |
| "lng": -86.1073, | |
| "country": "United States", | |
| "population": 57375 | |
| }, | |
| { | |
| "city": "Caborca", | |
| "lat": 30.7161, | |
| "lng": -112.1642, | |
| "country": "Mexico", | |
| "population": 57357 | |
| }, | |
| { | |
| "city": "Midwest City", | |
| "lat": 35.463, | |
| "lng": -97.371, | |
| "country": "United States", | |
| "population": 57308 | |
| }, | |
| { | |
| "city": "Manhattan", | |
| "lat": 39.1882, | |
| "lng": -96.6053, | |
| "country": "United States", | |
| "population": 57284 | |
| }, | |
| { | |
| "city": "Punta Alta", | |
| "lat": -38.88, | |
| "lng": -62.08, | |
| "country": "Argentina", | |
| "population": 57209 | |
| }, | |
| { | |
| "city": "Saint Peters", | |
| "lat": 38.7825, | |
| "lng": -90.6061, | |
| "country": "United States", | |
| "population": 57178 | |
| }, | |
| { | |
| "city": "Arcoverde", | |
| "lat": -8.42, | |
| "lng": -37.07, | |
| "country": "Brazil", | |
| "population": 57163 | |
| }, | |
| { | |
| "city": "Bragança", | |
| "lat": -1.05, | |
| "lng": -46.77, | |
| "country": "Brazil", | |
| "population": 57163 | |
| }, | |
| { | |
| "city": "Taunton", | |
| "lat": 41.9036, | |
| "lng": -71.0943, | |
| "country": "United States", | |
| "population": 57139 | |
| }, | |
| { | |
| "city": "Al Mafraq", | |
| "lat": 32.2833, | |
| "lng": 36.2333, | |
| "country": "Jordan", | |
| "population": 57118 | |
| }, | |
| { | |
| "city": "Puntarenas", | |
| "lat": 9.9702, | |
| "lng": -84.8336, | |
| "country": "Costa Rica", | |
| "population": 57102 | |
| }, | |
| { | |
| "city": "New Brunswick", | |
| "lat": 40.487, | |
| "lng": -74.445, | |
| "country": "United States", | |
| "population": 57073 | |
| }, | |
| { | |
| "city": "Mafetang", | |
| "lat": -29.8166, | |
| "lng": 27.25, | |
| "country": "Lesotho", | |
| "population": 57059 | |
| }, | |
| { | |
| "city": "General Pico", | |
| "lat": -35.6596, | |
| "lng": -63.77, | |
| "country": "Argentina", | |
| "population": 57029 | |
| }, | |
| { | |
| "city": "Vaasa", | |
| "lat": 63.1, | |
| "lng": 21.6, | |
| "country": "Finland", | |
| "population": 57014 | |
| }, | |
| { | |
| "city": "Roslavl", | |
| "lat": 53.9509, | |
| "lng": 32.8604, | |
| "country": "Russia", | |
| "population": 56971 | |
| }, | |
| { | |
| "city": "Rodos", | |
| "lat": 36.4412, | |
| "lng": 28.2225, | |
| "country": "Greece", | |
| "population": 56969 | |
| }, | |
| { | |
| "city": "Adrar", | |
| "lat": 27.87, | |
| "lng": -0.29, | |
| "country": "Algeria", | |
| "population": 56910 | |
| }, | |
| { | |
| "city": "Kitgum", | |
| "lat": 3.3004, | |
| "lng": 32.87, | |
| "country": "Uganda", | |
| "population": 56891 | |
| }, | |
| { | |
| "city": "Cruzeiro do Sul", | |
| "lat": -7.63, | |
| "lng": -72.67, | |
| "country": "Brazil", | |
| "population": 56862 | |
| }, | |
| { | |
| "city": "Los Andes", | |
| "lat": -32.8296, | |
| "lng": -70.6, | |
| "country": "Chile", | |
| "population": 56859 | |
| }, | |
| { | |
| "city": "Serrinha", | |
| "lat": -11.6496, | |
| "lng": -39.01, | |
| "country": "Brazil", | |
| "population": 56829 | |
| }, | |
| { | |
| "city": "Jijiga", | |
| "lat": 9.3504, | |
| "lng": 42.79, | |
| "country": "Ethiopia", | |
| "population": 56821 | |
| }, | |
| { | |
| "city": "East Stroudsburg", | |
| "lat": 41.0023, | |
| "lng": -75.1779, | |
| "country": "United States", | |
| "population": 56771 | |
| }, | |
| { | |
| "city": "Vacaria", | |
| "lat": -28.4996, | |
| "lng": -50.94, | |
| "country": "Brazil", | |
| "population": 56765 | |
| }, | |
| { | |
| "city": "Ridder", | |
| "lat": 50.3554, | |
| "lng": 83.5149, | |
| "country": "Kazakhstan", | |
| "population": 56756 | |
| }, | |
| { | |
| "city": "Smyrna", | |
| "lat": 33.8633, | |
| "lng": -84.5168, | |
| "country": "United States", | |
| "population": 56685 | |
| }, | |
| { | |
| "city": "Tinley Park", | |
| "lat": 41.567, | |
| "lng": -87.8051, | |
| "country": "United States", | |
| "population": 56668 | |
| }, | |
| { | |
| "city": "Diamond Bar", | |
| "lat": 33.9992, | |
| "lng": -117.8161, | |
| "country": "United States", | |
| "population": 56665 | |
| }, | |
| { | |
| "city": "Eger", | |
| "lat": 47.895, | |
| "lng": 20.383, | |
| "country": "Hungary", | |
| "population": 56647 | |
| }, | |
| { | |
| "city": "Puerto Barrios", | |
| "lat": 15.7175, | |
| "lng": -88.5927, | |
| "country": "Guatemala", | |
| "population": 56605 | |
| }, | |
| { | |
| "city": "Garzón", | |
| "lat": 2.2104, | |
| "lng": -75.65, | |
| "country": "Colombia", | |
| "population": 56603 | |
| }, | |
| { | |
| "city": "Tikrit", | |
| "lat": 34.597, | |
| "lng": 43.677, | |
| "country": "Iraq", | |
| "population": 56591 | |
| }, | |
| { | |
| "city": "Janaúba", | |
| "lat": -15.7996, | |
| "lng": -43.31, | |
| "country": "Brazil", | |
| "population": 56572 | |
| }, | |
| { | |
| "city": "Kaga Bandoro", | |
| "lat": 6.9804, | |
| "lng": 19.18, | |
| "country": "Central African Republic", | |
| "population": 56520 | |
| }, | |
| { | |
| "city": "Bradenton", | |
| "lat": 27.49, | |
| "lng": -82.5743, | |
| "country": "United States", | |
| "population": 56508 | |
| }, | |
| { | |
| "city": "Magong", | |
| "lat": 23.5667, | |
| "lng": 119.5833, | |
| "country": "Taiwan", | |
| "population": 56435 | |
| }, | |
| { | |
| "city": "Formiga", | |
| "lat": -20.46, | |
| "lng": -45.43, | |
| "country": "Brazil", | |
| "population": 56404 | |
| }, | |
| { | |
| "city": "Alxa Zuoqi", | |
| "lat": 38.839, | |
| "lng": 105.6686, | |
| "country": "China", | |
| "population": 56387 | |
| }, | |
| { | |
| "city": "Pol-e Khomri", | |
| "lat": 35.9511, | |
| "lng": 68.7011, | |
| "country": "Afghanistan", | |
| "population": 56369 | |
| }, | |
| { | |
| "city": "Zouirat", | |
| "lat": 22.7304, | |
| "lng": -12.4833, | |
| "country": "Mauritania", | |
| "population": 56345 | |
| }, | |
| { | |
| "city": "Fountain Valley", | |
| "lat": 33.7105, | |
| "lng": -117.9514, | |
| "country": "United States", | |
| "population": 56313 | |
| }, | |
| { | |
| "city": "Pittsfield", | |
| "lat": 42.4517, | |
| "lng": -73.2605, | |
| "country": "United States", | |
| "population": 56291 | |
| }, | |
| { | |
| "city": "Richland", | |
| "lat": 46.2826, | |
| "lng": -119.2938, | |
| "country": "United States", | |
| "population": 56243 | |
| }, | |
| { | |
| "city": "Huntersville", | |
| "lat": 35.4057, | |
| "lng": -80.873, | |
| "country": "United States", | |
| "population": 56212 | |
| }, | |
| { | |
| "city": "Rotorua", | |
| "lat": -38.1317, | |
| "lng": 176.2483, | |
| "country": "New Zealand", | |
| "population": 56200 | |
| }, | |
| { | |
| "city": "Shoreline", | |
| "lat": 47.7564, | |
| "lng": -122.3426, | |
| "country": "United States", | |
| "population": 56189 | |
| }, | |
| { | |
| "city": "Hof", | |
| "lat": 50.317, | |
| "lng": 11.9167, | |
| "country": "Germany", | |
| "population": 56153 | |
| }, | |
| { | |
| "city": "Paita", | |
| "lat": -5.09, | |
| "lng": -81.12, | |
| "country": "Peru", | |
| "population": 56151 | |
| }, | |
| { | |
| "city": "Oak Lawn", | |
| "lat": 41.7139, | |
| "lng": -87.7528, | |
| "country": "United States", | |
| "population": 56087 | |
| }, | |
| { | |
| "city": "Nizhnyaya Tura", | |
| "lat": 58.6436, | |
| "lng": 59.7983, | |
| "country": "Russia", | |
| "population": 56084 | |
| }, | |
| { | |
| "city": "Nova Viçosa", | |
| "lat": -17.88, | |
| "lng": -39.37, | |
| "country": "Brazil", | |
| "population": 55980 | |
| }, | |
| { | |
| "city": "Novato", | |
| "lat": 38.092, | |
| "lng": -122.5576, | |
| "country": "United States", | |
| "population": 55980 | |
| }, | |
| { | |
| "city": "Bungoma", | |
| "lat": 0.5704, | |
| "lng": 34.56, | |
| "country": "Kenya", | |
| "population": 55962 | |
| }, | |
| { | |
| "city": "Commerce City", | |
| "lat": 39.8642, | |
| "lng": -104.8434, | |
| "country": "United States", | |
| "population": 55923 | |
| }, | |
| { | |
| "city": "Lautoka", | |
| "lat": -17.6161, | |
| "lng": 177.4666, | |
| "country": "Fiji", | |
| "population": 55894 | |
| }, | |
| { | |
| "city": "Seres", | |
| "lat": 41.086, | |
| "lng": 23.5497, | |
| "country": "Greece", | |
| "population": 55886 | |
| }, | |
| { | |
| "city": "Changling", | |
| "lat": 44.27, | |
| "lng": 123.99, | |
| "country": "China", | |
| "population": 55841 | |
| }, | |
| { | |
| "city": "Hempstead", | |
| "lat": 40.7043, | |
| "lng": -73.6193, | |
| "country": "United States", | |
| "population": 55806 | |
| }, | |
| { | |
| "city": "Cartersville", | |
| "lat": 34.1632, | |
| "lng": -84.8007, | |
| "country": "United States", | |
| "population": 55794 | |
| }, | |
| { | |
| "city": "Itapipoca", | |
| "lat": -3.4995, | |
| "lng": -39.58, | |
| "country": "Brazil", | |
| "population": 55784 | |
| }, | |
| { | |
| "city": "Ełk", | |
| "lat": 53.8337, | |
| "lng": 22.35, | |
| "country": "Poland", | |
| "population": 55769 | |
| }, | |
| { | |
| "city": "Dearborn Heights", | |
| "lat": 42.3164, | |
| "lng": -83.2769, | |
| "country": "United States", | |
| "population": 55758 | |
| }, | |
| { | |
| "city": "Umm Ruwaba", | |
| "lat": 12.9104, | |
| "lng": 31.2, | |
| "country": "Sudan", | |
| "population": 55742 | |
| }, | |
| { | |
| "city": "Kingston", | |
| "lat": 41.9295, | |
| "lng": -73.9968, | |
| "country": "United States", | |
| "population": 55695 | |
| }, | |
| { | |
| "city": "Parachinar", | |
| "lat": 33.8992, | |
| "lng": 70.1008, | |
| "country": "Pakistan", | |
| "population": 55685 | |
| }, | |
| { | |
| "city": "Halmstad", | |
| "lat": 56.6718, | |
| "lng": 12.8556, | |
| "country": "Sweden", | |
| "population": 55657 | |
| }, | |
| { | |
| "city": "Estância", | |
| "lat": -11.2696, | |
| "lng": -37.45, | |
| "country": "Brazil", | |
| "population": 55654 | |
| }, | |
| { | |
| "city": "Sayanogorsk", | |
| "lat": 53.0894, | |
| "lng": 91.4004, | |
| "country": "Russia", | |
| "population": 55642 | |
| }, | |
| { | |
| "city": "Évora", | |
| "lat": 38.56, | |
| "lng": -7.906, | |
| "country": "Portugal", | |
| "population": 55620 | |
| }, | |
| { | |
| "city": "Berwyn", | |
| "lat": 41.8433, | |
| "lng": -87.7909, | |
| "country": "United States", | |
| "population": 55550 | |
| }, | |
| { | |
| "city": "Arqalyq", | |
| "lat": 50.2418, | |
| "lng": 66.8976, | |
| "country": "Kazakhstan", | |
| "population": 55521 | |
| }, | |
| { | |
| "city": "Chicopee", | |
| "lat": 42.1764, | |
| "lng": -72.5719, | |
| "country": "United States", | |
| "population": 55515 | |
| }, | |
| { | |
| "city": "Gelendzhik", | |
| "lat": 44.5748, | |
| "lng": 38.0644, | |
| "country": "Russia", | |
| "population": 55508 | |
| }, | |
| { | |
| "city": "Vyazma", | |
| "lat": 55.2122, | |
| "lng": 34.2918, | |
| "country": "Russia", | |
| "population": 55500 | |
| }, | |
| { | |
| "city": "Melo", | |
| "lat": -32.3595, | |
| "lng": -54.18, | |
| "country": "Uruguay", | |
| "population": 55494 | |
| }, | |
| { | |
| "city": "Maldonado", | |
| "lat": -34.91, | |
| "lng": -54.96, | |
| "country": "Uruguay", | |
| "population": 55478 | |
| }, | |
| { | |
| "city": "Brive", | |
| "lat": 45.1504, | |
| "lng": 1.5333, | |
| "country": "France", | |
| "population": 55448 | |
| }, | |
| { | |
| "city": "Hazleton", | |
| "lat": 40.9504, | |
| "lng": -75.9724, | |
| "country": "United States", | |
| "population": 55444 | |
| }, | |
| { | |
| "city": "Ithaca", | |
| "lat": 42.4442, | |
| "lng": -76.5032, | |
| "country": "United States", | |
| "population": 55439 | |
| }, | |
| { | |
| "city": "São Gabriel", | |
| "lat": -30.32, | |
| "lng": -54.32, | |
| "country": "Brazil", | |
| "population": 55434 | |
| }, | |
| { | |
| "city": "Xinqing", | |
| "lat": 48.2363, | |
| "lng": 129.5059, | |
| "country": "China", | |
| "population": 55415 | |
| }, | |
| { | |
| "city": "Placetas", | |
| "lat": 22.3158, | |
| "lng": -79.6555, | |
| "country": "Cuba", | |
| "population": 55408 | |
| }, | |
| { | |
| "city": "Wagga Wagga", | |
| "lat": -35.1222, | |
| "lng": 147.34, | |
| "country": "Australia", | |
| "population": 55381 | |
| }, | |
| { | |
| "city": "Nakhon Phanom", | |
| "lat": 17.3945, | |
| "lng": 104.7695, | |
| "country": "Thailand", | |
| "population": 55377 | |
| }, | |
| { | |
| "city": "Concórdia", | |
| "lat": -27.23, | |
| "lng": -52.03, | |
| "country": "Brazil", | |
| "population": 55367 | |
| }, | |
| { | |
| "city": "Highland", | |
| "lat": 34.1113, | |
| "lng": -117.1653, | |
| "country": "United States", | |
| "population": 55342 | |
| }, | |
| { | |
| "city": "Lake Havasu City", | |
| "lat": 34.5006, | |
| "lng": -114.3115, | |
| "country": "United States", | |
| "population": 55341 | |
| }, | |
| { | |
| "city": "São José de Ribamar", | |
| "lat": -2.55, | |
| "lng": -44.07, | |
| "country": "Brazil", | |
| "population": 55265 | |
| }, | |
| { | |
| "city": "Kribi", | |
| "lat": 2.9404, | |
| "lng": 9.91, | |
| "country": "Cameroon", | |
| "population": 55224 | |
| }, | |
| { | |
| "city": "Kettering", | |
| "lat": 39.6957, | |
| "lng": -84.1496, | |
| "country": "United States", | |
| "population": 55175 | |
| }, | |
| { | |
| "city": "Euless", | |
| "lat": 32.8508, | |
| "lng": -97.0798, | |
| "country": "United States", | |
| "population": 55174 | |
| }, | |
| { | |
| "city": "Hoboken", | |
| "lat": 40.7453, | |
| "lng": -74.0279, | |
| "country": "United States", | |
| "population": 55131 | |
| }, | |
| { | |
| "city": "Abancay", | |
| "lat": -13.6396, | |
| "lng": -72.89, | |
| "country": "Peru", | |
| "population": 55111 | |
| }, | |
| { | |
| "city": "Tadmur", | |
| "lat": 34.5504, | |
| "lng": 38.2833, | |
| "country": "Syria", | |
| "population": 55111 | |
| }, | |
| { | |
| "city": "Kalasin", | |
| "lat": 16.428, | |
| "lng": 103.509, | |
| "country": "Thailand", | |
| "population": 55102 | |
| }, | |
| { | |
| "city": "Marzuq", | |
| "lat": 25.9044, | |
| "lng": 13.8972, | |
| "country": "Libya", | |
| "population": 55071 | |
| }, | |
| { | |
| "city": "Karlovac", | |
| "lat": 45.4872, | |
| "lng": 15.5478, | |
| "country": "Croatia", | |
| "population": 55063 | |
| }, | |
| { | |
| "city": "Palm Beach Gardens", | |
| "lat": 26.8488, | |
| "lng": -80.1656, | |
| "country": "United States", | |
| "population": 55036 | |
| }, | |
| { | |
| "city": "Watertown", | |
| "lat": 43.9734, | |
| "lng": -75.9094, | |
| "country": "United States", | |
| "population": 54980 | |
| }, | |
| { | |
| "city": "Grants Pass", | |
| "lat": 42.4333, | |
| "lng": -123.3317, | |
| "country": "United States", | |
| "population": 54973 | |
| }, | |
| { | |
| "city": "Blue Springs", | |
| "lat": 39.0124, | |
| "lng": -94.2722, | |
| "country": "United States", | |
| "population": 54945 | |
| }, | |
| { | |
| "city": "Caicó", | |
| "lat": -6.4596, | |
| "lng": -37.1, | |
| "country": "Brazil", | |
| "population": 54934 | |
| }, | |
| { | |
| "city": "Paramount", | |
| "lat": 33.8976, | |
| "lng": -118.1651, | |
| "country": "United States", | |
| "population": 54909 | |
| }, | |
| { | |
| "city": "Tarbes", | |
| "lat": 43.2333, | |
| "lng": 0.0833, | |
| "country": "France", | |
| "population": 54854 | |
| }, | |
| { | |
| "city": "West Haven", | |
| "lat": 41.2739, | |
| "lng": -72.9671, | |
| "country": "United States", | |
| "population": 54843 | |
| }, | |
| { | |
| "city": "Colton", | |
| "lat": 34.0538, | |
| "lng": -117.3254, | |
| "country": "United States", | |
| "population": 54828 | |
| }, | |
| { | |
| "city": "Nuevo Casas Grandes", | |
| "lat": 30.4185, | |
| "lng": -107.9119, | |
| "country": "Mexico", | |
| "population": 54826 | |
| }, | |
| { | |
| "city": "Juigalpa", | |
| "lat": 12.11, | |
| "lng": -85.38, | |
| "country": "Nicaragua", | |
| "population": 54731 | |
| }, | |
| { | |
| "city": "Caldwell", | |
| "lat": 43.6458, | |
| "lng": -116.6591, | |
| "country": "United States", | |
| "population": 54660 | |
| }, | |
| { | |
| "city": "Ningan", | |
| "lat": 44.3313, | |
| "lng": 129.4659, | |
| "country": "China", | |
| "population": 54636 | |
| }, | |
| { | |
| "city": "Fond du Lac", | |
| "lat": 43.772, | |
| "lng": -88.4396, | |
| "country": "United States", | |
| "population": 54629 | |
| }, | |
| { | |
| "city": "Arroyo Grande", | |
| "lat": 35.1241, | |
| "lng": -120.5845, | |
| "country": "United States", | |
| "population": 54620 | |
| }, | |
| { | |
| "city": "Cathedral City", | |
| "lat": 33.8363, | |
| "lng": -116.4642, | |
| "country": "United States", | |
| "population": 54596 | |
| }, | |
| { | |
| "city": "Cape Girardeau", | |
| "lat": 37.3108, | |
| "lng": -89.5596, | |
| "country": "United States", | |
| "population": 54588 | |
| }, | |
| { | |
| "city": "Rosemead", | |
| "lat": 34.0688, | |
| "lng": -118.0823, | |
| "country": "United States", | |
| "population": 54554 | |
| }, | |
| { | |
| "city": "El Banco", | |
| "lat": 9.0003, | |
| "lng": -73.98, | |
| "country": "Colombia", | |
| "population": 54522 | |
| }, | |
| { | |
| "city": "Moquegua", | |
| "lat": -17.19, | |
| "lng": -70.94, | |
| "country": "Peru", | |
| "population": 54517 | |
| }, | |
| { | |
| "city": "Chivilcoy", | |
| "lat": -34.9, | |
| "lng": -60.04, | |
| "country": "Argentina", | |
| "population": 54514 | |
| }, | |
| { | |
| "city": "Penápolis", | |
| "lat": -21.41, | |
| "lng": -50.08, | |
| "country": "Brazil", | |
| "population": 54477 | |
| }, | |
| { | |
| "city": "Delano", | |
| "lat": 35.767, | |
| "lng": -119.2637, | |
| "country": "United States", | |
| "population": 54471 | |
| }, | |
| { | |
| "city": "Stonecrest", | |
| "lat": 33.6843, | |
| "lng": -84.1373, | |
| "country": "United States", | |
| "population": 54471 | |
| }, | |
| { | |
| "city": "Twin Falls", | |
| "lat": 42.5645, | |
| "lng": -114.4611, | |
| "country": "United States", | |
| "population": 54455 | |
| }, | |
| { | |
| "city": "Williamsport", | |
| "lat": 41.2398, | |
| "lng": -77.0371, | |
| "country": "United States", | |
| "population": 54389 | |
| }, | |
| { | |
| "city": "Ajaccio", | |
| "lat": 41.9271, | |
| "lng": 8.7283, | |
| "country": "France", | |
| "population": 54364 | |
| }, | |
| { | |
| "city": "Krasnokamensk", | |
| "lat": 50.0665, | |
| "lng": 118.0265, | |
| "country": "Russia", | |
| "population": 54316 | |
| }, | |
| { | |
| "city": "Mocambique", | |
| "lat": -15.0399, | |
| "lng": 40.6822, | |
| "country": "Mozambique", | |
| "population": 54315 | |
| }, | |
| { | |
| "city": "Eagle Pass", | |
| "lat": 28.7118, | |
| "lng": -100.4832, | |
| "country": "United States", | |
| "population": 54299 | |
| }, | |
| { | |
| "city": "Normal", | |
| "lat": 40.522, | |
| "lng": -88.9877, | |
| "country": "United States", | |
| "population": 54284 | |
| }, | |
| { | |
| "city": "Tacuarembó", | |
| "lat": -31.71, | |
| "lng": -55.98, | |
| "country": "Uruguay", | |
| "population": 54277 | |
| }, | |
| { | |
| "city": "Ash Shihr", | |
| "lat": 14.7593, | |
| "lng": 49.6092, | |
| "country": "Yemen", | |
| "population": 54274 | |
| }, | |
| { | |
| "city": "West New York", | |
| "lat": 40.7856, | |
| "lng": -74.0093, | |
| "country": "United States", | |
| "population": 54227 | |
| }, | |
| { | |
| "city": "Leesburg", | |
| "lat": 39.1058, | |
| "lng": -77.5544, | |
| "country": "United States", | |
| "population": 54215 | |
| }, | |
| { | |
| "city": "Beaufort", | |
| "lat": 32.4487, | |
| "lng": -80.7103, | |
| "country": "United States", | |
| "population": 54207 | |
| }, | |
| { | |
| "city": "Parker", | |
| "lat": 39.5083, | |
| "lng": -104.7755, | |
| "country": "United States", | |
| "population": 54202 | |
| }, | |
| { | |
| "city": "Aveiro", | |
| "lat": 40.641, | |
| "lng": -8.651, | |
| "country": "Portugal", | |
| "population": 54162 | |
| }, | |
| { | |
| "city": "Illichivsk", | |
| "lat": 46.3, | |
| "lng": 30.6666, | |
| "country": "Ukraine", | |
| "population": 54102 | |
| }, | |
| { | |
| "city": "Southaven", | |
| "lat": 34.9514, | |
| "lng": -89.9787, | |
| "country": "United States", | |
| "population": 54031 | |
| }, | |
| { | |
| "city": "Nuevitas", | |
| "lat": 21.5456, | |
| "lng": -77.2644, | |
| "country": "Cuba", | |
| "population": 54022 | |
| }, | |
| { | |
| "city": "Brunswick", | |
| "lat": 31.145, | |
| "lng": -81.474, | |
| "country": "United States", | |
| "population": 54017 | |
| }, | |
| { | |
| "city": "Andorra", | |
| "lat": 42.5, | |
| "lng": 1.5165, | |
| "country": "Andorra", | |
| "population": 53998 | |
| }, | |
| { | |
| "city": "Revere", | |
| "lat": 42.4191, | |
| "lng": -71.0035, | |
| "country": "United States", | |
| "population": 53993 | |
| }, | |
| { | |
| "city": "Grapevine", | |
| "lat": 32.9343, | |
| "lng": -97.0744, | |
| "country": "United States", | |
| "population": 53982 | |
| }, | |
| { | |
| "city": "Ruteng", | |
| "lat": -8.6118, | |
| "lng": 120.4698, | |
| "country": "Indonesia", | |
| "population": 53976 | |
| }, | |
| { | |
| "city": "Chiquinquirá", | |
| "lat": 5.6204, | |
| "lng": -73.8199, | |
| "country": "Colombia", | |
| "population": 53975 | |
| }, | |
| { | |
| "city": "Bozeman", | |
| "lat": 45.6828, | |
| "lng": -111.0548, | |
| "country": "United States", | |
| "population": 53949 | |
| }, | |
| { | |
| "city": "Azul", | |
| "lat": -36.7796, | |
| "lng": -59.87, | |
| "country": "Argentina", | |
| "population": 53941 | |
| }, | |
| { | |
| "city": "Chicoutimi", | |
| "lat": 48.4333, | |
| "lng": -71.0667, | |
| "country": "Canada", | |
| "population": 53940 | |
| }, | |
| { | |
| "city": "Mount Prospect", | |
| "lat": 42.0653, | |
| "lng": -87.937, | |
| "country": "United States", | |
| "population": 53930 | |
| }, | |
| { | |
| "city": "Severomorsk", | |
| "lat": 69.0731, | |
| "lng": 33.4231, | |
| "country": "Russia", | |
| "population": 53921 | |
| }, | |
| { | |
| "city": "Jihlava", | |
| "lat": 49.4004, | |
| "lng": 15.5833, | |
| "country": "Czechia", | |
| "population": 53921 | |
| }, | |
| { | |
| "city": "Elyria", | |
| "lat": 41.3761, | |
| "lng": -82.1063, | |
| "country": "United States", | |
| "population": 53883 | |
| }, | |
| { | |
| "city": "Bijar", | |
| "lat": 35.8741, | |
| "lng": 47.5937, | |
| "country": "Iran", | |
| "population": 53871 | |
| }, | |
| { | |
| "city": "Vyshnniy Volochek", | |
| "lat": 57.583, | |
| "lng": 34.5631, | |
| "country": "Russia", | |
| "population": 53800 | |
| }, | |
| { | |
| "city": "Markala", | |
| "lat": 13.6704, | |
| "lng": -6.07, | |
| "country": "Mali", | |
| "population": 53738 | |
| }, | |
| { | |
| "city": "Bắc Giang", | |
| "lat": 21.267, | |
| "lng": 106.2, | |
| "country": "Vietnam", | |
| "population": 53728 | |
| }, | |
| { | |
| "city": "Yevlax", | |
| "lat": 40.6172, | |
| "lng": 47.15, | |
| "country": "Azerbaijan", | |
| "population": 53716 | |
| }, | |
| { | |
| "city": "San Pedro de las Colonias", | |
| "lat": 25.7592, | |
| "lng": -102.9827, | |
| "country": "Mexico", | |
| "population": 53688 | |
| }, | |
| { | |
| "city": "Upata", | |
| "lat": 8.0204, | |
| "lng": -62.41, | |
| "country": "Venezuela", | |
| "population": 53685 | |
| }, | |
| { | |
| "city": "Yucaipa", | |
| "lat": 34.0336, | |
| "lng": -117.0426, | |
| "country": "United States", | |
| "population": 53683 | |
| }, | |
| { | |
| "city": "Charikar", | |
| "lat": 35.0183, | |
| "lng": 69.1679, | |
| "country": "Afghanistan", | |
| "population": 53676 | |
| }, | |
| { | |
| "city": "Pamplona", | |
| "lat": 7.3904, | |
| "lng": -72.66, | |
| "country": "Colombia", | |
| "population": 53587 | |
| }, | |
| { | |
| "city": "DeSoto", | |
| "lat": 32.5992, | |
| "lng": -96.8633, | |
| "country": "United States", | |
| "population": 53568 | |
| }, | |
| { | |
| "city": "Lenexa", | |
| "lat": 38.9609, | |
| "lng": -94.8018, | |
| "country": "United States", | |
| "population": 53553 | |
| }, | |
| { | |
| "city": "Brookhaven", | |
| "lat": 33.8746, | |
| "lng": -84.3314, | |
| "country": "United States", | |
| "population": 53518 | |
| }, | |
| { | |
| "city": "West Sacramento", | |
| "lat": 38.5556, | |
| "lng": -121.5504, | |
| "country": "United States", | |
| "population": 53512 | |
| }, | |
| { | |
| "city": "Buguruslan", | |
| "lat": 53.663, | |
| "lng": 52.433, | |
| "country": "Russia", | |
| "population": 53511 | |
| }, | |
| { | |
| "city": "Ilo", | |
| "lat": -17.64, | |
| "lng": -71.34, | |
| "country": "Peru", | |
| "population": 53476 | |
| }, | |
| { | |
| "city": "Lewiston", | |
| "lat": 46.3935, | |
| "lng": -116.9934, | |
| "country": "United States", | |
| "population": 53436 | |
| }, | |
| { | |
| "city": "Grand Island", | |
| "lat": 40.9214, | |
| "lng": -98.3584, | |
| "country": "United States", | |
| "population": 53424 | |
| }, | |
| { | |
| "city": "Bellevue", | |
| "lat": 41.1535, | |
| "lng": -95.9357, | |
| "country": "United States", | |
| "population": 53424 | |
| }, | |
| { | |
| "city": "Supham Buri", | |
| "lat": 14.471, | |
| "lng": 100.129, | |
| "country": "Thailand", | |
| "population": 53399 | |
| }, | |
| { | |
| "city": "Río Tercero", | |
| "lat": -32.1796, | |
| "lng": -64.12, | |
| "country": "Argentina", | |
| "population": 53389 | |
| }, | |
| { | |
| "city": "Joensuu", | |
| "lat": 62.6, | |
| "lng": 29.7666, | |
| "country": "Finland", | |
| "population": 53388 | |
| }, | |
| { | |
| "city": "Wheaton", | |
| "lat": 41.8561, | |
| "lng": -88.1083, | |
| "country": "United States", | |
| "population": 53373 | |
| }, | |
| { | |
| "city": "Coari", | |
| "lat": -4.08, | |
| "lng": -63.13, | |
| "country": "Brazil", | |
| "population": 53305 | |
| }, | |
| { | |
| "city": "Katerini", | |
| "lat": 40.2723, | |
| "lng": 22.5025, | |
| "country": "Greece", | |
| "population": 53293 | |
| }, | |
| { | |
| "city": "Registro", | |
| "lat": -24.49, | |
| "lng": -47.84, | |
| "country": "Brazil", | |
| "population": 53273 | |
| }, | |
| { | |
| "city": "St.-Brieuc", | |
| "lat": 48.5167, | |
| "lng": -2.7833, | |
| "country": "France", | |
| "population": 53223 | |
| }, | |
| { | |
| "city": "Taxco", | |
| "lat": 18.5704, | |
| "lng": -99.62, | |
| "country": "Mexico", | |
| "population": 53217 | |
| }, | |
| { | |
| "city": "Qingan", | |
| "lat": 46.8719, | |
| "lng": 127.5118, | |
| "country": "China", | |
| "population": 53206 | |
| }, | |
| { | |
| "city": "Tingo María", | |
| "lat": -9.2896, | |
| "lng": -75.99, | |
| "country": "Peru", | |
| "population": 53177 | |
| }, | |
| { | |
| "city": "Camaquã", | |
| "lat": -30.8396, | |
| "lng": -51.81, | |
| "country": "Brazil", | |
| "population": 53169 | |
| }, | |
| { | |
| "city": "Tigard", | |
| "lat": 45.4237, | |
| "lng": -122.7844, | |
| "country": "United States", | |
| "population": 53148 | |
| }, | |
| { | |
| "city": "Turnovo", | |
| "lat": 43.0862, | |
| "lng": 25.6555, | |
| "country": "Bulgaria", | |
| "population": 53115 | |
| }, | |
| { | |
| "city": "Banes", | |
| "lat": 20.9629, | |
| "lng": -75.7186, | |
| "country": "Cuba", | |
| "population": 53104 | |
| }, | |
| { | |
| "city": "Minnetonka", | |
| "lat": 44.9332, | |
| "lng": -93.4617, | |
| "country": "United States", | |
| "population": 53085 | |
| }, | |
| { | |
| "city": "Peabody", | |
| "lat": 42.5335, | |
| "lng": -70.9724, | |
| "country": "United States", | |
| "population": 52987 | |
| }, | |
| { | |
| "city": "Alexandroupoli", | |
| "lat": 40.8486, | |
| "lng": 25.8744, | |
| "country": "Greece", | |
| "population": 52979 | |
| }, | |
| { | |
| "city": "City of Milford (balance)", | |
| "lat": 41.2253, | |
| "lng": -73.0624, | |
| "country": "United States", | |
| "population": 52970 | |
| }, | |
| { | |
| "city": "Mercedes", | |
| "lat": -34.66, | |
| "lng": -59.44, | |
| "country": "Argentina", | |
| "population": 52949 | |
| }, | |
| { | |
| "city": "Arrecife", | |
| "lat": 28.969, | |
| "lng": -13.5378, | |
| "country": "Spain", | |
| "population": 52944 | |
| }, | |
| { | |
| "city": "Crateús", | |
| "lat": -5.1656, | |
| "lng": -40.666, | |
| "country": "Brazil", | |
| "population": 52933 | |
| }, | |
| { | |
| "city": "Palm Desert", | |
| "lat": 33.7378, | |
| "lng": -116.3695, | |
| "country": "United States", | |
| "population": 52932 | |
| }, | |
| { | |
| "city": "Livny", | |
| "lat": 52.4248, | |
| "lng": 37.6044, | |
| "country": "Russia", | |
| "population": 52915 | |
| }, | |
| { | |
| "city": "Lompoc", | |
| "lat": 34.6618, | |
| "lng": -120.4714, | |
| "country": "United States", | |
| "population": 52856 | |
| }, | |
| { | |
| "city": "Pinellas Park", | |
| "lat": 27.8588, | |
| "lng": -82.7076, | |
| "country": "United States", | |
| "population": 52854 | |
| }, | |
| { | |
| "city": "Perth Amboy", | |
| "lat": 40.5203, | |
| "lng": -74.2724, | |
| "country": "United States", | |
| "population": 52823 | |
| }, | |
| { | |
| "city": "Port Shepstone", | |
| "lat": -30.7195, | |
| "lng": 30.46, | |
| "country": "South Africa", | |
| "population": 52793 | |
| }, | |
| { | |
| "city": "Lorica", | |
| "lat": 9.2419, | |
| "lng": -75.816, | |
| "country": "Colombia", | |
| "population": 52771 | |
| }, | |
| { | |
| "city": "Slobozia", | |
| "lat": 44.57, | |
| "lng": 27.382, | |
| "country": "Romania", | |
| "population": 52693 | |
| }, | |
| { | |
| "city": "Krasnokamsk", | |
| "lat": 58.0747, | |
| "lng": 55.7443, | |
| "country": "Russia", | |
| "population": 52689 | |
| }, | |
| { | |
| "city": "Siena", | |
| "lat": 43.317, | |
| "lng": 11.35, | |
| "country": "Italy", | |
| "population": 52625 | |
| }, | |
| { | |
| "city": "Farmington", | |
| "lat": 36.7555, | |
| "lng": -108.1823, | |
| "country": "United States", | |
| "population": 52555 | |
| }, | |
| { | |
| "city": "Mongu", | |
| "lat": -15.2796, | |
| "lng": 23.12, | |
| "country": "Zambia", | |
| "population": 52534 | |
| }, | |
| { | |
| "city": "Puerto Ayacucho", | |
| "lat": 5.6639, | |
| "lng": -67.6236, | |
| "country": "Venezuela", | |
| "population": 52526 | |
| }, | |
| { | |
| "city": "Porirua", | |
| "lat": -41.1219, | |
| "lng": 174.8524, | |
| "country": "New Zealand", | |
| "population": 52500 | |
| }, | |
| { | |
| "city": "New Plymouth", | |
| "lat": -39.0556, | |
| "lng": 174.0748, | |
| "country": "New Zealand", | |
| "population": 52500 | |
| }, | |
| { | |
| "city": "Thongwa", | |
| "lat": 16.7547, | |
| "lng": 96.5193, | |
| "country": "Burma", | |
| "population": 52496 | |
| }, | |
| { | |
| "city": "Jaén", | |
| "lat": -5.7096, | |
| "lng": -78.81, | |
| "country": "Peru", | |
| "population": 52493 | |
| }, | |
| { | |
| "city": "Pursat", | |
| "lat": 12.5337, | |
| "lng": 103.9167, | |
| "country": "Cambodia", | |
| "population": 52476 | |
| }, | |
| { | |
| "city": "Bundaberg", | |
| "lat": -24.8791, | |
| "lng": 152.3509, | |
| "country": "Australia", | |
| "population": 52472 | |
| }, | |
| { | |
| "city": "Glendora", | |
| "lat": 34.1449, | |
| "lng": -117.8468, | |
| "country": "United States", | |
| "population": 52445 | |
| }, | |
| { | |
| "city": "Tromsø", | |
| "lat": 69.6351, | |
| "lng": 18.992, | |
| "country": "Norway", | |
| "population": 52436 | |
| }, | |
| { | |
| "city": "Apple Valley", | |
| "lat": 44.7458, | |
| "lng": -93.2006, | |
| "country": "United States", | |
| "population": 52435 | |
| }, | |
| { | |
| "city": "Mérida", | |
| "lat": 38.912, | |
| "lng": -6.338, | |
| "country": "Spain", | |
| "population": 52423 | |
| }, | |
| { | |
| "city": "Chambersburg", | |
| "lat": 39.9315, | |
| "lng": -77.6556, | |
| "country": "United States", | |
| "population": 52418 | |
| }, | |
| { | |
| "city": "Andradina", | |
| "lat": -20.9096, | |
| "lng": -51.3799, | |
| "country": "Brazil", | |
| "population": 52406 | |
| }, | |
| { | |
| "city": "Barra do Garças", | |
| "lat": -15.8796, | |
| "lng": -52.26, | |
| "country": "Brazil", | |
| "population": 52398 | |
| }, | |
| { | |
| "city": "Fredericton", | |
| "lat": 45.95, | |
| "lng": -66.6333, | |
| "country": "Canada", | |
| "population": 52337 | |
| }, | |
| { | |
| "city": "Hamilton", | |
| "lat": 32.2942, | |
| "lng": -64.7839, | |
| "country": "Bermuda", | |
| "population": 52320 | |
| }, | |
| { | |
| "city": "Naryn", | |
| "lat": 41.4263, | |
| "lng": 75.9911, | |
| "country": "Kyrgyzstan", | |
| "population": 52300 | |
| }, | |
| { | |
| "city": "Oak Park", | |
| "lat": 41.8872, | |
| "lng": -87.7899, | |
| "country": "United States", | |
| "population": 52261 | |
| }, | |
| { | |
| "city": "Basankusu", | |
| "lat": 1.2337, | |
| "lng": 19.8, | |
| "country": "Congo (Kinshasa)", | |
| "population": 52216 | |
| }, | |
| { | |
| "city": "Whangarei", | |
| "lat": -35.7256, | |
| "lng": 174.323, | |
| "country": "New Zealand", | |
| "population": 52200 | |
| }, | |
| { | |
| "city": "Tayshet", | |
| "lat": 55.9277, | |
| "lng": 97.9877, | |
| "country": "Russia", | |
| "population": 52184 | |
| }, | |
| { | |
| "city": "Placentia", | |
| "lat": 33.8807, | |
| "lng": -117.8553, | |
| "country": "United States", | |
| "population": 52157 | |
| }, | |
| { | |
| "city": "Nyagan", | |
| "lat": 62.1465, | |
| "lng": 65.3814, | |
| "country": "Russia", | |
| "population": 52137 | |
| }, | |
| { | |
| "city": "Kimry", | |
| "lat": 56.8691, | |
| "lng": 37.3444, | |
| "country": "Russia", | |
| "population": 52070 | |
| }, | |
| { | |
| "city": "Walvis Bay", | |
| "lat": -22.9575, | |
| "lng": 14.5053, | |
| "country": "Namibia", | |
| "population": 52058 | |
| }, | |
| { | |
| "city": "Batatais", | |
| "lat": -20.89, | |
| "lng": -47.59, | |
| "country": "Brazil", | |
| "population": 51976 | |
| }, | |
| { | |
| "city": "Edina", | |
| "lat": 44.8914, | |
| "lng": -93.3602, | |
| "country": "United States", | |
| "population": 51958 | |
| }, | |
| { | |
| "city": "Chilliwack", | |
| "lat": 49.1666, | |
| "lng": -121.95, | |
| "country": "Canada", | |
| "population": 51942 | |
| }, | |
| { | |
| "city": "Usulután", | |
| "lat": 13.346, | |
| "lng": -88.432, | |
| "country": "El Salvador", | |
| "population": 51910 | |
| }, | |
| { | |
| "city": "Gwadar", | |
| "lat": 25.139, | |
| "lng": 62.3286, | |
| "country": "Pakistan", | |
| "population": 51901 | |
| }, | |
| { | |
| "city": "Kentwood", | |
| "lat": 42.8852, | |
| "lng": -85.5925, | |
| "country": "United States", | |
| "population": 51747 | |
| }, | |
| { | |
| "city": "Burien", | |
| "lat": 47.4762, | |
| "lng": -122.3393, | |
| "country": "United States", | |
| "population": 51671 | |
| }, | |
| { | |
| "city": "Aliso Viejo", | |
| "lat": 33.5792, | |
| "lng": -117.729, | |
| "country": "United States", | |
| "population": 51671 | |
| }, | |
| { | |
| "city": "Maha Sarakham", | |
| "lat": 16.184, | |
| "lng": 103.298, | |
| "country": "Thailand", | |
| "population": 51584 | |
| }, | |
| { | |
| "city": "Sierra Vista", | |
| "lat": 31.563, | |
| "lng": -110.3153, | |
| "country": "United States", | |
| "population": 51571 | |
| }, | |
| { | |
| "city": "Hoffman Estates", | |
| "lat": 42.0638, | |
| "lng": -88.1463, | |
| "country": "United States", | |
| "population": 51567 | |
| }, | |
| { | |
| "city": "Apopka", | |
| "lat": 28.7015, | |
| "lng": -81.5308, | |
| "country": "United States", | |
| "population": 51564 | |
| }, | |
| { | |
| "city": "Tucupita", | |
| "lat": 9.0605, | |
| "lng": -62.06, | |
| "country": "Venezuela", | |
| "population": 51534 | |
| }, | |
| { | |
| "city": "Emden", | |
| "lat": 53.3667, | |
| "lng": 7.2167, | |
| "country": "Germany", | |
| "population": 51526 | |
| }, | |
| { | |
| "city": "Itacoatiara", | |
| "lat": -3.14, | |
| "lng": -58.44, | |
| "country": "Brazil", | |
| "population": 51509 | |
| }, | |
| { | |
| "city": "Florissant", | |
| "lat": 38.7996, | |
| "lng": -90.3269, | |
| "country": "United States", | |
| "population": 51443 | |
| }, | |
| { | |
| "city": "Tefé", | |
| "lat": -3.36, | |
| "lng": -64.7, | |
| "country": "Brazil", | |
| "population": 51437 | |
| }, | |
| { | |
| "city": "Jendouba", | |
| "lat": 36.5, | |
| "lng": 8.75, | |
| "country": "Tunisia", | |
| "population": 51408 | |
| }, | |
| { | |
| "city": "Bloomsburg", | |
| "lat": 41.0027, | |
| "lng": -76.4561, | |
| "country": "United States", | |
| "population": 51356 | |
| }, | |
| { | |
| "city": "Tarma", | |
| "lat": -11.41, | |
| "lng": -75.73, | |
| "country": "Peru", | |
| "population": 51350 | |
| }, | |
| { | |
| "city": "Tulun", | |
| "lat": 54.5653, | |
| "lng": 100.5654, | |
| "country": "Russia", | |
| "population": 51330 | |
| }, | |
| { | |
| "city": "Plainfield", | |
| "lat": 40.6154, | |
| "lng": -74.4157, | |
| "country": "United States", | |
| "population": 51327 | |
| }, | |
| { | |
| "city": "Saint Cloud", | |
| "lat": 28.2303, | |
| "lng": -81.2849, | |
| "country": "United States", | |
| "population": 51282 | |
| }, | |
| { | |
| "city": "Vejle", | |
| "lat": 55.709, | |
| "lng": 9.535, | |
| "country": "Denmark", | |
| "population": 51177 | |
| }, | |
| { | |
| "city": "Séguéla", | |
| "lat": 7.9504, | |
| "lng": -6.67, | |
| "country": "Côte D’Ivoire", | |
| "population": 51157 | |
| }, | |
| { | |
| "city": "Coral Gables", | |
| "lat": 25.7037, | |
| "lng": -80.2715, | |
| "country": "United States", | |
| "population": 51095 | |
| }, | |
| { | |
| "city": "Nyeri", | |
| "lat": -0.417, | |
| "lng": 36.951, | |
| "country": "Kenya", | |
| "population": 51084 | |
| }, | |
| { | |
| "city": "Jinotega", | |
| "lat": 13.091, | |
| "lng": -86, | |
| "country": "Nicaragua", | |
| "population": 51073 | |
| }, | |
| { | |
| "city": "Kyustendil", | |
| "lat": 42.2843, | |
| "lng": 22.6911, | |
| "country": "Bulgaria", | |
| "population": 51067 | |
| }, | |
| { | |
| "city": "Cerritos", | |
| "lat": 33.8677, | |
| "lng": -118.0686, | |
| "country": "United States", | |
| "population": 51020 | |
| }, | |
| { | |
| "city": "Hinesville", | |
| "lat": 31.8247, | |
| "lng": -81.6135, | |
| "country": "United States", | |
| "population": 51001 | |
| }, | |
| { | |
| "city": "Kyshtym", | |
| "lat": 55.7, | |
| "lng": 60.5595, | |
| "country": "Russia", | |
| "population": 50911 | |
| }, | |
| { | |
| "city": "Ye", | |
| "lat": 15.2533, | |
| "lng": 97.8679, | |
| "country": "Burma", | |
| "population": 50798 | |
| }, | |
| { | |
| "city": "Campobasso", | |
| "lat": 41.563, | |
| "lng": 14.656, | |
| "country": "Italy", | |
| "population": 50762 | |
| }, | |
| { | |
| "city": "Mahalapye", | |
| "lat": -23.1, | |
| "lng": 26.82, | |
| "country": "Botswana", | |
| "population": 50744 | |
| }, | |
| { | |
| "city": "Jutiapa", | |
| "lat": 14.29, | |
| "lng": -89.9, | |
| "country": "Guatemala", | |
| "population": 50681 | |
| }, | |
| { | |
| "city": "Mweka", | |
| "lat": -4.8396, | |
| "lng": 21.57, | |
| "country": "Congo (Kinshasa)", | |
| "population": 50675 | |
| }, | |
| { | |
| "city": "Phetchabun", | |
| "lat": 16.419, | |
| "lng": 101.159, | |
| "country": "Thailand", | |
| "population": 50656 | |
| }, | |
| { | |
| "city": "New Bern", | |
| "lat": 35.0955, | |
| "lng": -77.0724, | |
| "country": "United States", | |
| "population": 50617 | |
| }, | |
| { | |
| "city": "Xanthi", | |
| "lat": 41.1418, | |
| "lng": 24.8836, | |
| "country": "Greece", | |
| "population": 50570 | |
| }, | |
| { | |
| "city": "Passau", | |
| "lat": 48.567, | |
| "lng": 13.4666, | |
| "country": "Germany", | |
| "population": 50560 | |
| }, | |
| { | |
| "city": "Turbo", | |
| "lat": 8.1004, | |
| "lng": -76.74, | |
| "country": "Colombia", | |
| "population": 50508 | |
| }, | |
| { | |
| "city": "Gbadolite", | |
| "lat": 4.2904, | |
| "lng": 21.0199, | |
| "country": "Congo (Kinshasa)", | |
| "population": 50493 | |
| }, | |
| { | |
| "city": "Hua Hin", | |
| "lat": 12.5697, | |
| "lng": 99.9443, | |
| "country": "Thailand", | |
| "population": 50456 | |
| }, | |
| { | |
| "city": "Apex", | |
| "lat": 35.7248, | |
| "lng": -78.8659, | |
| "country": "United States", | |
| "population": 50451 | |
| }, | |
| { | |
| "city": "Araguaína", | |
| "lat": -7.19, | |
| "lng": -48.21, | |
| "country": "Brazil", | |
| "population": 50444 | |
| }, | |
| { | |
| "city": "Arjona", | |
| "lat": 10.26, | |
| "lng": -75.35, | |
| "country": "Colombia", | |
| "population": 50405 | |
| }, | |
| { | |
| "city": "Summerville", | |
| "lat": 33.0005, | |
| "lng": -80.1788, | |
| "country": "United States", | |
| "population": 50388 | |
| }, | |
| { | |
| "city": "Sawahlunto", | |
| "lat": -0.6663, | |
| "lng": 100.7833, | |
| "country": "Indonesia", | |
| "population": 50354 | |
| }, | |
| { | |
| "city": "Trujillo", | |
| "lat": 9.3804, | |
| "lng": -70.44, | |
| "country": "Venezuela", | |
| "population": 50353 | |
| }, | |
| { | |
| "city": "Ma'an", | |
| "lat": 30.192, | |
| "lng": 35.736, | |
| "country": "Jordan", | |
| "population": 50350 | |
| }, | |
| { | |
| "city": "Sisophon", | |
| "lat": 13.5838, | |
| "lng": 102.9833, | |
| "country": "Cambodia", | |
| "population": 50302 | |
| }, | |
| { | |
| "city": "Collierville", | |
| "lat": 35.0474, | |
| "lng": -89.699, | |
| "country": "United States", | |
| "population": 50286 | |
| }, | |
| { | |
| "city": "Methuen", | |
| "lat": 42.734, | |
| "lng": -71.1889, | |
| "country": "United States", | |
| "population": 50259 | |
| }, | |
| { | |
| "city": "Lakewood", | |
| "lat": 41.4824, | |
| "lng": -81.8008, | |
| "country": "United States", | |
| "population": 50249 | |
| }, | |
| { | |
| "city": "Helena", | |
| "lat": 46.5964, | |
| "lng": -112.0197, | |
| "country": "United States", | |
| "population": 50227 | |
| }, | |
| { | |
| "city": "Ferreñafe", | |
| "lat": -6.63, | |
| "lng": -79.8, | |
| "country": "Peru", | |
| "population": 50184 | |
| }, | |
| { | |
| "city": "Ad Nabk", | |
| "lat": 34.017, | |
| "lng": 36.7333, | |
| "country": "Syria", | |
| "population": 50178 | |
| }, | |
| { | |
| "city": "North Bay", | |
| "lat": 46.3, | |
| "lng": -79.45, | |
| "country": "Canada", | |
| "population": 50170 | |
| }, | |
| { | |
| "city": "Siguiri", | |
| "lat": 11.4171, | |
| "lng": -9.1666, | |
| "country": "Guinea", | |
| "population": 50159 | |
| }, | |
| { | |
| "city": "Otradnyy", | |
| "lat": 53.3778, | |
| "lng": 51.3474, | |
| "country": "Russia", | |
| "population": 50127 | |
| }, | |
| { | |
| "city": "Kampot", | |
| "lat": 10.6171, | |
| "lng": 104.1833, | |
| "country": "Cambodia", | |
| "population": 50105 | |
| }, | |
| { | |
| "city": "Gogrial", | |
| "lat": 8.5337, | |
| "lng": 28.1167, | |
| "country": "South Sudan", | |
| "population": 50065 | |
| }, | |
| { | |
| "city": "Poway", | |
| "lat": 32.9871, | |
| "lng": -117.0201, | |
| "country": "United States", | |
| "population": 50041 | |
| }, | |
| { | |
| "city": "Pa-an", | |
| "lat": 16.85, | |
| "lng": 97.6167, | |
| "country": "Burma", | |
| "population": 50000 | |
| }, | |
| { | |
| "city": "Puzi", | |
| "lat": 23.4611, | |
| "lng": 120.2419, | |
| "country": "Taiwan", | |
| "population": 50000 | |
| }, | |
| { | |
| "city": "Korogwe", | |
| "lat": -5.0896, | |
| "lng": 38.54, | |
| "country": "Tanzania", | |
| "population": 50000 | |
| }, | |
| { | |
| "city": "Kahemba", | |
| "lat": -7.2829, | |
| "lng": 19, | |
| "country": "Congo (Kinshasa)", | |
| "population": 50000 | |
| }, | |
| { | |
| "city": "Bairin Zuoqi", | |
| "lat": 43.9837, | |
| "lng": 119.1834, | |
| "country": "China", | |
| "population": 50000 | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment