Skip to content

Instantly share code, notes, and snippets.

@orhanveli
Last active November 5, 2021 10:27
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save orhanveli/0b1428d73fc310680ef3 to your computer and use it in GitHub Desktop.
Save orhanveli/0b1428d73fc310680ef3 to your computer and use it in GitHub Desktop.
Türkiye il-ilçeleri ve enlem-boylam bilgileri
/*
Target Server Type : MYSQL
Target Server Version : 50505
File Encoding : 65001
Date: 2015-03-05 14:23:53
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `site_cities`
-- ----------------------------
DROP TABLE IF EXISTS `site_cities`;
CREATE TABLE `site_cities` (
`city_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`city_name` varchar(20) COLLATE utf8_turkish_ci NOT NULL,
`plate_code` smallint(5) unsigned NOT NULL,
`area_code` smallint(5) unsigned NOT NULL,
`lat` double(20,8) NOT NULL,
`lng` double(20,8) NOT NULL,
`northeast_lat` double(20,8) NOT NULL,
`northeast_lng` double(20,8) NOT NULL,
`southwest_lat` double(20,8) NOT NULL,
`southwest_lng` double(20,8) NOT NULL,
`order_no` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`city_id`)
) ENGINE=InnoDB AUTO_INCREMENT=82 DEFAULT CHARSET=utf8 COLLATE=utf8_turkish_ci;
-- ----------------------------
-- Records of site_cities
-- ----------------------------
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (1, 'ADANA', 1, 322, 37.00000000, 35.32133330, 37.07200400, 35.46199500, 36.93552300, 35.17470600, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (2, 'ADIYAMAN', 2, 416, 37.76416670, 38.27616670, 37.82566700, 38.33546500, 37.71708600, 38.18818800, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (3, 'AFYONKARAHİSAR', 3, 272, 38.76376000, 30.54034000, 38.80210500, 30.61116700, 38.71428900, 30.44232000, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (4, 'AĞRI', 4, 472, 39.72166670, 43.05666670, 39.74860500, 43.08524100, 39.68814400, 43.00177800, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (5, 'AMASYA', 5, 358, 40.65000000, 35.83333330, 40.67283400, 35.85632100, 40.63691100, 35.78909100, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (6, 'ANKARA', 6, 312, 39.92077000, 32.85411000, 40.10098100, 33.02486600, 39.72282100, 32.49909700, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (7, 'ANTALYA', 7, 242, 36.88414000, 30.70563000, 36.97517800, 30.84095300, 36.78586600, 30.51609500, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (8, 'ARTVİN', 8, 466, 41.18333330, 41.81666670, 41.20707800, 41.85479900, 41.15541500, 41.77736100, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (9, 'AYDIN', 9, 256, 37.84440000, 27.84580000, 37.87099700, 27.88535500, 37.81957300, 27.79052200, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (10, 'BALIKESİR', 10, 266, 39.64836900, 27.88261000, 39.69366600, 27.95241000, 39.61241100, 27.83831300, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (11, 'BİLECİK', 11, 228, 40.15013100, 29.98306100, 40.19761700, 30.01359200, 40.10624300, 29.95665700, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (12, 'BİNGÖL', 12, 426, 38.88534900, 40.49829100, 38.89796300, 40.52592900, 38.87298700, 40.47725800, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (13, 'BİTLİS', 13, 434, 38.40000000, 42.11666670, 38.45363800, 42.14887900, 38.38531200, 42.09384000, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (14, 'BOLU', 14, 374, 40.73947900, 31.61156100, 40.75800400, 31.65841800, 40.71680200, 31.57332400, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (15, 'BURDUR', 15, 248, 37.72690900, 30.28887600, 37.76375000, 30.33666200, 37.69143300, 30.19175700, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (16, 'BURSA', 16, 224, 40.18257000, 29.06687000, 40.29719400, 29.21123700, 40.16299700, 28.85963000, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (17, 'ÇANAKKALE', 17, 286, 40.15531200, 26.41416000, 40.19946200, 26.45710600, 40.08808600, 26.37802600, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (18, 'ÇANKIRI', 18, 376, 40.60000000, 33.61666670, 40.65515900, 33.68485300, 40.55770900, 33.59657100, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (19, 'ÇORUM', 19, 364, 40.55055560, 34.95555560, 40.60931700, 35.00643800, 40.49521400, 34.88763400, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (20, 'DENİZLİ', 20, 258, 37.77652000, 29.08639000, 37.84736600, 29.18891500, 37.71617100, 28.98137300, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (21, 'DİYARBAKIR', 21, 412, 37.91441000, 40.23062900, 37.97617400, 40.24580300, 37.87962400, 40.10615900, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (22, 'EDİRNE', 22, 284, 41.66666670, 26.56666670, 41.69793900, 26.60309300, 41.64993500, 26.51405900, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (23, 'ELAZIĞ', 23, 424, 38.68096900, 39.22639800, 38.71356800, 39.27731400, 38.63056400, 39.13340500, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (24, 'ERZİNCAN', 24, 446, 39.75000000, 39.50000000, 39.76916400, 39.53174300, 39.72988400, 39.46025300, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (25, 'ERZURUM', 25, 442, 39.90431890, 41.26788530, 39.95453300, 41.30359400, 39.86671500, 41.17709300, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (26, 'ESKİŞEHİR', 26, 222, 39.78430200, 30.51922000, 39.81679300, 30.66769000, 39.72475200, 30.41408400, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (27, 'GAZİANTEP', 27, 342, 37.06622000, 37.38332000, 37.11372200, 37.46695800, 37.00594700, 37.30370900, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (28, 'GİRESUN', 28, 454, 40.91281100, 38.38953000, 40.92799500, 38.45004400, 40.87787600, 38.30901800, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (29, 'GÜMÜŞHANE', 29, 456, 40.46027780, 39.48138890, 40.47135900, 39.52064100, 40.43020100, 39.44691400, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (30, 'HAKKARİ', 30, 438, 37.58333330, 43.73333330, 37.60165600, 43.76225700, 37.55154900, 43.69809000, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (31, 'HATAY', 31, 326, 36.40184880, 36.34980970, 37.01492100, 36.69753500, 35.81269200, 35.77937500, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (32, 'ISPARTA', 32, 246, 37.76666670, 30.55000000, 37.83071900, 30.60919700, 37.73988000, 30.50367300, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (33, 'MERSİN(İÇEL)', 33, 324, 36.80000000, 34.63333330, 36.87827200, 34.71670200, 36.69950300, 34.45765500, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (34, 'İSTANBUL', 34, 212, 41.00527000, 28.97696000, 41.32078600, 29.45645600, 40.80275000, 27.97130700, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (35, 'İZMİR', 35, 232, 38.41885000, 27.12872000, 38.50677300, 27.30441500, 38.34315700, 27.01719200, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (36, 'KARS', 36, 474, 40.59267000, 43.07783100, 40.62484300, 43.13390000, 40.57748400, 43.05643200, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (37, 'KASTAMONU', 37, 366, 41.38871000, 33.78273000, 41.43605900, 33.81498900, 41.35066800, 33.75290100, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (38, 'KAYSERİ', 38, 352, 38.73333330, 35.48333330, 38.81879700, 35.62767500, 38.62200200, 35.30432400, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (39, 'KIRKLARELİ', 39, 288, 41.73333330, 27.21666670, 41.76005400, 27.24222000, 41.71061500, 27.18284300, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (40, 'KIRŞEHİR', 40, 386, 39.15000000, 34.16666670, 39.20393900, 34.21774300, 39.08129300, 34.12553200, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (41, 'KOCAELİ', 41, 262, 40.85327040, 29.88152030, 41.20976000, 30.35968400, 40.53278200, 29.33346200, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (42, 'KONYA', 42, 332, 37.86666670, 32.48333330, 38.05063000, 32.68011600, 37.71903100, 32.33873700, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (43, 'KÜTAHYA', 43, 274, 39.41666670, 29.98333330, 39.44271800, 30.06650300, 39.37947300, 29.91919900, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (44, 'MALATYA', 44, 422, 38.35519000, 38.30946000, 38.39755900, 38.45324400, 38.30512300, 38.23262200, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (45, 'MANİSA', 45, 236, 38.61909900, 27.42892100, 38.64228900, 27.48797600, 38.60237600, 27.32608600, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (46, 'KAHRAMANMARAŞ', 46, 344, 37.58333330, 36.93333330, 37.60526100, 36.99767800, 37.53030900, 36.82970300, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (47, 'MARDİN', 47, 482, 37.31223610, 40.73511200, 37.33055400, 40.76448600, 37.30510900, 40.71697100, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (48, 'MUĞLA', 48, 252, 37.21527780, 28.36361110, 37.22581000, 28.41449800, 37.19465100, 28.34127900, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (49, 'MUŞ', 49, 436, 38.74329260, 41.50648230, 38.78350300, 41.54062500, 38.71822400, 41.47230600, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (50, 'NEVŞEHİR', 50, 384, 38.62442000, 34.72396900, 38.68410700, 34.76475900, 38.58904700, 34.66975200, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (51, 'NİĞDE', 51, 388, 37.96666670, 34.68333330, 37.97991300, 34.69158500, 37.95699200, 34.66190600, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (52, 'ORDU', 52, 452, 40.98333330, 37.88333330, 41.02034000, 37.97897600, 40.93163100, 37.82599200, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (53, 'RİZE', 53, 464, 41.02005000, 40.52344900, 41.04649200, 40.58680200, 41.01078200, 40.47857800, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (54, 'SAKARYA', 54, 264, 40.75687930, 30.37813800, 40.82551800, 30.43983200, 40.68619900, 30.32213800, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (55, 'SAMSUN', 55, 362, 41.29278200, 36.33128000, 41.34413400, 36.38120500, 41.23500200, 36.24951900, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (56, 'SİİRT', 56, 484, 37.94429000, 41.93288000, 37.95594000, 41.96365800, 37.90967100, 41.87254700, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (57, 'SİNOP', 57, 368, 42.02642220, 35.15507450, 42.03213500, 35.19494700, 42.01267500, 35.11595700, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (58, 'SİVAS', 58, 346, 39.74766200, 37.01787900, 39.78366900, 37.06167300, 39.69902400, 36.91985800, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (59, 'TEKİRDAĞ', 59, 282, 40.98333330, 27.51666670, 40.99672300, 27.60025200, 40.93770400, 27.46899300, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (60, 'TOKAT', 60, 356, 40.31666670, 36.55000000, 40.35893200, 36.59321900, 40.26786800, 36.46966200, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (61, 'TRABZON', 61, 462, 41.00000000, 39.73333330, 41.01237000, 39.82051000, 40.95573600, 39.65240700, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (62, 'TUNCELİ', 62, 428, 39.10798680, 39.54016720, 39.11347700, 39.55185000, 39.09453400, 39.53001500, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (63, 'ŞANLIURFA', 63, 414, 37.15000000, 38.80000000, 37.18963900, 38.84087600, 37.09827400, 38.76786800, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (64, 'UŞAK', 64, 276, 38.68230100, 29.40819000, 38.71588000, 29.46983800, 38.63067900, 29.35593600, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (65, 'VAN', 65, 432, 38.49416670, 43.38000000, 38.58031400, 43.45535600, 38.42188000, 43.26952400, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (66, 'YOZGAT', 66, 354, 39.82000000, 34.80444440, 39.83842300, 34.85823600, 39.79896800, 34.77109400, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (67, 'ZONGULDAK', 67, 372, 41.45640900, 31.79873100, 41.48078400, 31.87442500, 41.42529600, 31.75705200, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (68, 'AKSARAY', 68, 382, 38.36869000, 34.03698000, 38.44672400, 34.08869800, 38.29701200, 33.93251500, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (69, 'BAYBURT', 69, 458, 40.25516900, 40.22488000, 40.27263600, 40.23826100, 40.24288100, 40.20876200, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (70, 'KARAMAN', 70, 338, 37.17593000, 33.22874800, 37.22937300, 33.33424400, 37.14825700, 33.16600300, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (71, 'KIRIKKALE', 71, 318, 39.84682100, 33.51525100, 39.87284300, 33.59796800, 39.81380200, 33.46828900, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (72, 'BATMAN', 72, 488, 37.88116800, 41.13509000, 37.94727400, 41.17603000, 37.85657000, 41.08059100, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (73, 'ŞIRNAK', 73, 486, 37.51638890, 42.46111110, 37.53357200, 42.47112700, 37.50009300, 42.44463100, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (74, 'BARTIN', 74, 378, 41.63444440, 32.33750000, 41.65654200, 32.37105000, 41.61351300, 32.29745700, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (75, 'ARDAHAN', 75, 478, 41.11048100, 42.70217100, 41.12146700, 42.71712900, 41.09891000, 42.68641800, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (76, 'IĞDIR', 76, 476, 39.91666670, 44.03333330, 39.95016300, 44.09282500, 39.88410900, 43.98072900, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (77, 'YALOVA', 77, 226, 40.65000000, 29.26666670, 40.66806000, 29.31653600, 40.63413800, 29.21023300, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (78, 'KARABÜK', 78, 370, 41.20000000, 32.63333330, 41.23812900, 32.67551800, 41.16301400, 32.59258200, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (79, 'KİLİS', 79, 348, 36.71839900, 37.12122000, 36.74781900, 37.15954100, 36.70267300, 37.08518300, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (80, 'OSMANİYE', 80, 328, 37.06805000, 36.26158900, 37.10406100, 36.28794100, 37.04694000, 36.20803400, 0);
INSERT INTO `site_cities` (`city_id`, `city_name`, `plate_code`, `area_code`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (81, 'DÜZCE', 81, 380, 40.84384900, 31.15654000, 40.89176200, 31.19580700, 40.82471700, 31.10666200, 0);
-- ----------------------------
-- Table structure for `site_districts`
-- ----------------------------
DROP TABLE IF EXISTS `site_districts`;
CREATE TABLE `site_districts` (
`district_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`city_id` int(10) unsigned NOT NULL,
`district_name` varchar(20) COLLATE utf8_turkish_ci NOT NULL,
`lat` double(20,8) NOT NULL,
`lng` double(20,8) NOT NULL,
`northeast_lat` double(20,8) NOT NULL,
`northeast_lng` double(20,8) NOT NULL,
`southwest_lat` double(20,8) NOT NULL,
`southwest_lng` double(20,8) NOT NULL,
`order_no` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`district_id`),
KEY `site_districts_city_id_foreign` (`city_id`),
CONSTRAINT `site_districts_city_id_foreign` FOREIGN KEY (`city_id`) REFERENCES `site_cities` (`city_id`)
) ENGINE=InnoDB AUTO_INCREMENT=958 DEFAULT CHARSET=utf8 COLLATE=utf8_turkish_ci;
-- ----------------------------
-- Records of site_districts
-- ----------------------------
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (1, 1, 'ALADAĞ(KARSANTI)', 37.54637900, 35.40296200, 37.55522520, 35.41896940, 37.53753170, 35.38695460, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (2, 1, 'CEYHAN', 37.03170000, 35.82275000, 37.05572300, 35.85007100, 37.00624100, 35.79596700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (3, 1, 'ÇUKUROVA', 37.00000000, 35.32133330, 37.07200400, 35.46199500, 36.93552300, 35.17470600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (4, 1, 'FEKE', 37.81991810, 35.91248350, 37.82413110, 35.92200700, 37.81166900, 35.90379300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (5, 1, 'İMAMOĞLU', 37.25875100, 35.67284000, 37.27253900, 35.67531600, 37.24550600, 35.64699500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (6, 1, 'KARAİSALI', 37.25201000, 35.06329000, 37.26291800, 35.07267000, 37.24903100, 35.05369700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (7, 1, 'KARATAŞ', 36.56337600, 35.38438800, 36.58494800, 35.40866200, 36.55101900, 35.36182800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (8, 1, 'KOZAN', 37.45000000, 35.80000000, 37.48114000, 35.84339500, 37.43565900, 35.77585300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (9, 1, 'POZANTI', 37.42777780, 34.87111110, 37.43083110, 34.87755900, 37.41836900, 34.85944100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (10, 1, 'SAİMBEYLİ', 37.98818270, 36.09205840, 37.99293110, 36.10182800, 37.98046900, 36.08357200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (11, 1, 'SARIÇAM', 37.00000000, 35.32133330, 37.07200400, 35.46199500, 36.93552300, 35.17470600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (12, 1, 'SEYHAN', 37.00000000, 35.32133330, 37.07200400, 35.46199500, 36.93552300, 35.17470600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (13, 1, 'TUFANBEYLİ', 38.26464170, 36.22239850, 38.27113110, 36.22986300, 38.25866900, 36.21153700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (14, 1, 'YUMURTALIK', 36.76666670, 35.78333330, 36.77523110, 35.79668100, 36.76276900, 35.77871900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (15, 1, 'YÜREĞİR', 37.00000000, 35.32133330, 37.07200400, 35.46199500, 36.93552300, 35.17470600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (16, 2, 'ADIYAMAN', 37.76416670, 38.27616670, 37.82566700, 38.33546500, 37.71708600, 38.18818800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (17, 2, 'BESNİ', 37.69294330, 37.85918950, 37.69964600, 37.86914100, 37.68541000, 37.84831400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (18, 2, 'ÇELİKHAN', 38.03333330, 38.25000000, 38.04103110, 38.25503400, 38.02856900, 38.23676600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (19, 2, 'GERGER', 38.02888890, 39.03222220, 38.03508710, 39.04140400, 38.02262500, 39.02313600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (20, 2, 'GÖLBAŞI', 37.78388890, 37.64444440, 37.79644500, 37.66534800, 37.77650800, 37.62346300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (21, 2, 'KAHTA', 37.78333330, 38.61666670, 37.79919100, 38.63978100, 37.76186400, 38.60513000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (22, 2, 'SAMSAT', 37.57928870, 38.48236400, 37.58544010, 38.49151900, 37.57297800, 38.47336300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (23, 2, 'SİNCİK', 38.03805560, 38.61583330, 38.04423110, 38.62503500, 38.03176900, 38.60676500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (24, 2, 'TUT', 37.79666670, 37.91500000, 37.80283110, 37.92420500, 37.79036900, 37.90599500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (25, 3, 'AFYON', 38.76376000, 30.54034000, 38.80210500, 30.61116700, 38.71428900, 30.44232000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (26, 3, 'BAŞMAKÇI', 37.89596750, 30.01162710, 37.90253110, 30.02071700, 37.89006900, 30.00248300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (27, 3, 'BAYAT', 38.98708000, 30.91984900, 38.99003110, 30.93565600, 38.97756900, 30.91714400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (28, 3, 'BOLVADİN', 38.71666670, 31.05000000, 38.74147300, 31.06988700, 38.68730000, 31.02923400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (29, 3, 'ÇAY', 38.59319330, 31.02490930, 38.59953300, 31.03960800, 38.58235100, 31.00662100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (30, 3, 'ÇOBANLAR', 38.70000000, 30.78333300, 38.70863110, 30.79191900, 38.69616900, 30.77348100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (31, 3, 'DAZKIRI', 37.91666670, 29.86666670, 37.92613110, 29.86922000, 37.91366900, 29.85098000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (32, 3, 'DİNAR', 38.06666670, 30.16666670, 38.07917600, 30.17519900, 38.05367700, 30.14301700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (33, 3, 'EMİRDAĞ', 39.02603900, 31.15345000, 39.03354800, 31.16546400, 39.01902600, 31.14646100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (34, 3, 'EVCİLER', 38.04308300, 29.88309400, 38.04713110, 29.89443500, 38.03466900, 29.87616500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (35, 3, 'HOCALAR', 38.58337000, 29.97207100, 38.58383110, 29.98020300, 38.57136900, 29.96179700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (36, 3, 'İHSANİYE', 39.03333330, 30.41666670, 39.03451000, 30.42370600, 39.02246500, 30.40864900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (37, 3, 'İSCEHİSAR', 38.86666670, 30.75000000, 38.86883110, 30.75984000, 38.85636900, 30.74136000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (38, 3, 'KIZILÖREN', 37.96290310, 29.80194980, 37.96727700, 29.80710300, 37.95872300, 29.79678600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (39, 3, 'SANDIKLI', 38.46538900, 30.27024100, 38.48171800, 30.28524600, 38.43134600, 30.25171400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (40, 3, 'SİNCANLI(SİNANPAŞA)', 38.74379600, 30.24406090, 38.74918600, 30.24935200, 38.74045100, 30.23559100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (41, 3, 'SULTANDAĞI', 38.53333330, 31.23333330, 38.53673110, 31.24129700, 38.52426900, 31.22290300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (42, 3, 'ŞUHUT', 38.53333330, 30.55000000, 38.54540200, 30.56697800, 38.52336900, 30.53641100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (43, 4, 'AĞRI', 39.72166670, 43.05666670, 39.74860500, 43.08524100, 39.68814400, 43.00177800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (44, 4, 'DİYADİN', 39.54000000, 43.67722220, 39.54936400, 43.68461800, 39.52903400, 43.66423500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (45, 4, 'DOĞUBAYAZIT(DOĞUBEYA', 39.54800000, 44.08333300, 39.57030100, 44.11214300, 39.52503800, 44.05769100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (46, 4, 'ELEŞKİRT', 39.79716100, 42.68711100, 39.81409300, 42.69329400, 39.79432000, 42.66069800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (47, 4, 'HAMUR', 39.61027780, 42.99250000, 39.61613110, 43.00173900, 39.60366900, 42.98306100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (48, 4, 'PATNOS', 39.23333330, 42.86666670, 39.25266700, 42.89126200, 39.21723100, 42.82642900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (49, 4, 'TAŞLIÇAY', 39.63438270, 43.37676610, 39.64163110, 43.38724200, 39.62916900, 43.36855800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (50, 4, 'TUTAK', 39.54222220, 42.77166670, 39.54843110, 42.78113000, 39.53596900, 42.76247000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (51, 5, 'AMASYA', 40.65000000, 35.83333330, 40.67283400, 35.85632100, 40.63691100, 35.78909100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (52, 5, 'GÖYNÜCEK', 40.39786900, 35.52615000, 40.40463110, 35.54204700, 40.39216900, 35.52315300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (53, 5, 'GÜMÜŞHACIKÖY', 40.87064000, 35.21757900, 40.87983110, 35.22621500, 40.86736900, 35.20718500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (54, 5, 'HAMAMÖZÜ', 40.78347000, 35.02228900, 40.79153110, 35.03440200, 40.77906900, 35.01539800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (55, 5, 'MERZİFON', 40.87485900, 35.45974000, 40.88121600, 35.47187600, 40.86043000, 35.44826300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (56, 5, 'SULUOVA', 40.83333330, 35.65000000, 40.84767700, 35.66935000, 40.81049300, 35.62512400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (57, 5, 'TAŞOVA', 40.76198730, 36.32264710, 40.76988000, 36.34159400, 40.75050100, 36.30917200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (58, 6, 'AKYURT', 40.13333330, 33.08333330, 40.15757500, 33.10939500, 40.11522200, 33.05745800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (59, 6, 'ALTINDAĞ', 39.92077000, 32.85411000, 40.10098100, 33.02486600, 39.72282100, 32.49909700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (60, 6, 'AYAŞ', 40.02175100, 32.34095000, 40.03639400, 32.35937800, 40.00808400, 32.29398200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (61, 6, 'BALA', 39.55388890, 33.12111110, 39.55977200, 33.12647700, 39.55008400, 33.11568000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (62, 6, 'BEYPAZARI', 40.16750000, 31.92111110, 40.17401300, 31.93135600, 40.14874200, 31.90405100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (63, 6, 'ÇAMLIDERE', 40.48735000, 32.47269010, 40.49493110, 32.47976000, 40.48246900, 32.46084000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (64, 6, 'ÇANKAYA', 39.84518420, 32.92122650, 39.93684000, 33.14287800, 39.65815700, 32.69232800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (65, 6, 'ÇUBUK', 40.23861110, 33.03305560, 40.25520000, 33.05433400, 40.16576300, 33.00485200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (66, 6, 'ELMADAĞ', 39.92083330, 33.23083330, 39.93987300, 33.25827800, 39.90414900, 33.20643900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (67, 6, 'ETİMESGUT', 39.94583330, 32.66944440, 40.00568100, 32.79929200, 39.82030300, 32.55683000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (68, 6, 'EVREN', 39.02905060, 33.81042220, 39.03489610, 33.82053000, 39.02243400, 33.80200200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (69, 6, 'GÖLBAŞI', 39.92077000, 32.85411000, 40.10098100, 33.02486600, 39.72282100, 32.49909700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (70, 6, 'GÜDÜL', 40.21111110, 32.24277780, 40.21583110, 32.25512100, 40.20336900, 32.23627900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (71, 6, 'HAYMANA', 39.43606900, 32.49663900, 39.44984300, 32.52402400, 39.42249400, 32.49041900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (72, 6, 'KALECİK', 40.09722220, 33.40833330, 40.11578900, 33.42281200, 40.08173700, 33.40080900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (73, 6, 'KAZAN', 40.23166670, 32.68388890, 40.24463800, 32.70415700, 40.17663800, 32.66587100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (74, 6, 'KEÇİÖREN', 40.02106230, 32.83101500, 40.21527600, 32.90029100, 39.95777400, 32.74033300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (75, 6, 'KIZILCAHAMAM', 40.46972220, 32.65055560, 40.47618300, 32.65637600, 40.46063400, 32.62987700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (76, 6, 'MAMAK', 39.89004360, 33.01135680, 39.99087900, 33.15900200, 39.78844900, 32.87596100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (77, 6, 'NALLIHAN', 40.19160100, 31.35994900, 40.19584600, 31.36600100, 40.18264000, 31.34482500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (78, 6, 'POLATLI', 39.58416670, 32.14722220, 39.60536700, 32.17215200, 39.53243100, 32.09856600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (79, 6, 'PURSAKLAR', 40.04884180, 32.89531870, 40.06025500, 32.94350400, 40.02368600, 32.87331400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (80, 6, 'SİNCAN', 39.96675100, 32.58422900, 39.97530210, 32.60023640, 39.95819880, 32.56822160, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (81, 6, 'ŞEREFLİKOÇHİSAR', 38.93951000, 33.55246000, 38.96172200, 33.58084200, 38.93065500, 33.53690800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (82, 6, 'YENİMAHALLE', 39.99042890, 32.69554700, 40.10498200, 32.84711900, 39.72331100, 32.48083900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (83, 7, 'AKSEKİ', 37.05152900, 31.78381000, 37.05583110, 31.79771400, 37.04336900, 31.77968600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (84, 7, 'AKSU', 36.94668050, 30.83984500, 36.95164600, 30.84575600, 36.94309200, 30.83557800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (85, 7, 'ALANYA', 36.56013900, 32.00212100, 36.59695900, 32.03719100, 36.52708700, 31.93171900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (86, 7, 'DEMRE(KALE)', 36.24944100, 29.95007900, 36.26840400, 30.02073800, 36.22901000, 29.88090800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (87, 7, 'DÖŞEMEALTI', 37.02292920, 30.59841430, 37.02804600, 30.60326200, 37.01949200, 30.59307400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (88, 7, 'ELMALI', 36.73730790, 29.91911940, 36.74791000, 29.93249300, 36.72779600, 29.90702000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (89, 7, 'FİNİKE', 36.30082670, 30.14449600, 36.31333500, 30.15371400, 36.28571000, 30.13202200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (90, 7, 'GAZİPAŞA', 36.27090200, 32.31358620, 36.27912600, 32.32068100, 36.26423700, 32.30592800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (91, 7, 'GÜNDOĞMUŞ', 36.81119400, 32.00133630, 36.81783110, 32.01178600, 36.80536900, 31.99381400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (92, 7, 'İBRADI(AYDINKENT)', 37.09265100, 31.58786000, 37.16381990, 31.71591940, 37.02141520, 31.45980060, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (93, 7, 'KAŞ', 36.20444100, 29.63898100, 36.20679300, 29.66825200, 36.18822400, 29.62982000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (94, 7, 'KEMER', 36.59238100, 30.54771000, 36.62468500, 30.59260000, 36.56286200, 30.52122700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (95, 7, 'KEPEZ', 36.88414000, 30.70563000, 36.97517800, 30.84095300, 36.78586600, 30.51609500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (96, 7, 'KONYAALTI', 36.88414000, 30.70563000, 36.97517800, 30.84095300, 36.78586600, 30.51609500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (97, 7, 'KORKUTELİ', 37.06666670, 30.20000000, 37.07604200, 30.21443900, 37.05560400, 30.18824900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (98, 7, 'KUMLUCA', 36.36283100, 30.28642100, 36.40185800, 30.32570400, 36.31096700, 30.25570400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (99, 7, 'MANAVGAT', 36.79008100, 31.46286000, 36.80176600, 31.48389500, 36.77044300, 31.41342700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (100, 7, 'MURATPAŞA', 36.88275940, 30.76947600, 36.93086100, 30.84103700, 36.84538100, 30.65372700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (101, 7, 'SERİK', 36.92182200, 31.10127100, 36.93622100, 31.11767800, 36.90748900, 31.08596800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (102, 8, 'ARDANUÇ', 41.12860000, 42.05920000, 41.13533110, 42.06915200, 41.12286900, 42.05004800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (103, 8, 'ARHAVİ', 41.35209760, 41.31158460, 41.35720500, 41.32072800, 41.34887400, 41.29949200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (104, 8, 'ARTVİN', 41.18333330, 41.81666670, 41.20707800, 41.85479900, 41.15541500, 41.77736100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (105, 8, 'BORÇKA', 41.36250000, 41.68000000, 41.36993110, 41.68868600, 41.35746900, 41.66951400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (106, 8, 'HOPA', 41.38671900, 41.43701800, 41.42767200, 41.45683000, 41.38488100, 41.41075700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (107, 8, 'MURGUL(GÖKTAŞ)', 41.25000000, 41.65000000, 41.28354750, 41.71402970, 41.21643530, 41.58597030, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (108, 8, 'ŞAVŞAT', 41.24190000, 42.36440000, 41.24963110, 42.37346800, 41.23716900, 42.35433200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (109, 8, 'YUSUFELİ', 40.82538710, 41.54861630, 40.82963110, 41.55810700, 40.81716900, 41.53909300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (110, 9, 'AYDIN', 37.84440000, 27.84580000, 37.87099700, 27.88535500, 37.81957300, 27.79052200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (111, 9, 'BOZDOĞAN', 37.67030000, 28.30970000, 37.67654400, 28.32108800, 37.66532200, 28.30411900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (112, 9, 'BUHARKENT(ÇUBUKDAĞI)', 37.97021100, 28.74721900, 37.97900670, 28.76322640, 37.96141430, 28.73121160, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (113, 9, 'ÇİNE', 37.61170000, 28.06140000, 37.62010900, 28.07435400, 37.59954200, 28.04829200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (114, 9, 'DİDİM(YENİHİSAR)', 37.37560000, 27.26780000, 37.41855500, 27.33526600, 37.33610900, 27.20035500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (115, 9, 'GERMENCİK', 37.87207000, 27.60181000, 37.87836000, 27.61990500, 37.86344600, 27.58546100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (116, 9, 'İNCİRLİOVA', 37.85220000, 27.72360000, 37.86072000, 27.74128000, 37.84404600, 27.71137000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (117, 9, 'KARACASU', 37.72964100, 28.60634000, 37.73927900, 28.61565900, 37.71995700, 28.59625600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (118, 9, 'KARPUZLU', 37.55860000, 27.83360000, 37.56383110, 27.83987600, 37.55136900, 27.82172400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (119, 9, 'KOÇARLI', 37.76174900, 27.70397000, 37.76462800, 27.71144000, 37.75610000, 27.69883800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (120, 9, 'KÖŞK', 37.85330000, 28.05170000, 37.85743110, 28.06131200, 37.84496900, 28.04308800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (121, 9, 'KUŞADASI', 37.86000000, 27.26000000, 37.89340800, 27.29050600, 37.81524500, 27.23610300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (122, 9, 'KUYUCAK', 37.91530000, 28.45920000, 37.92191110, 28.47065000, 37.90944900, 28.45241000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (123, 9, 'NAZİLLİ', 37.91041900, 28.32025900, 37.92085400, 28.33767500, 37.89504400, 28.31647300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (124, 9, 'SÖKE', 37.75608100, 27.40393100, 37.77356400, 27.43192500, 37.73088000, 27.37500400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (125, 9, 'SULTANHİSAR', 37.88970000, 28.15750000, 37.89593110, 28.16651600, 37.88346900, 28.14828400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (126, 9, 'YENİPAZAR', 37.82976900, 28.19549000, 37.83293110, 28.20880900, 37.82046900, 28.19059100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (127, 10, 'AYVALIK', 39.31780030, 26.69807420, 39.34080200, 26.70713700, 39.31451600, 26.69013000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (128, 10, 'BALIKESİR', 39.64836900, 27.88261000, 39.69366600, 27.95241000, 39.61241100, 27.83831300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (129, 10, 'BALYA', 39.75000000, 27.58333330, 39.75803110, 27.59165800, 39.74556900, 27.57294200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (130, 10, 'BANDIRMA', 40.35946000, 27.97922700, 40.36694700, 28.01704700, 40.31498400, 27.92118200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (131, 10, 'BİGADİÇ', 39.39250000, 28.13111110, 39.40808900, 28.14359600, 39.38240100, 28.12057100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (132, 10, 'BURHANİYE', 39.50693100, 26.97781900, 39.51337200, 26.98524600, 39.50196600, 26.97475400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (133, 10, 'DURSUNBEY', 39.58777780, 28.62750000, 39.59198200, 28.64433200, 39.57540900, 28.61472100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (134, 10, 'EDREMİT', 39.59901000, 27.02207900, 39.60652300, 27.03497700, 39.58627200, 27.00524100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (135, 10, 'ERDEK', 40.40305200, 27.79609800, 40.41416000, 27.80437800, 40.39296100, 27.79064100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (136, 10, 'GÖMEÇ', 39.39111110, 26.84000000, 39.39930900, 26.84734300, 39.38339400, 26.83000300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (137, 10, 'GÖNEN', 40.10332900, 27.65575000, 40.12352900, 27.67320200, 40.09629200, 27.64580500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (138, 10, 'HAVRAN', 39.55833330, 27.09833330, 39.56393110, 27.10823200, 39.55146900, 27.08956800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (139, 10, 'İVRİNDİ', 39.58333330, 27.48333330, 39.59014700, 27.49367700, 39.57603300, 27.48011700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (140, 10, 'KEPSUT', 39.68888890, 28.15222220, 39.69724600, 28.16852500, 39.68354800, 28.14734400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (141, 10, 'MANYAS', 40.04638890, 27.97000000, 40.05603110, 27.97479900, 40.04356900, 27.95600100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (142, 10, 'MARMARA', 40.58750000, 27.55527780, 40.59453110, 27.56477400, 40.58206900, 27.54582600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (143, 10, 'SAVAŞTEPE', 39.38388890, 27.65472220, 39.38973110, 27.66540800, 39.37726900, 27.64679200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (144, 10, 'SINDIRGI', 39.24000000, 28.17500000, 39.24724400, 28.18925900, 39.23413900, 28.16561200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (145, 10, 'SUSURLUK', 39.91886900, 28.15710100, 39.92319200, 28.17029100, 39.90250300, 28.14843700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (146, 11, 'BİLECİK', 40.15013100, 29.98306100, 40.19761700, 30.01359200, 40.10624300, 29.95665700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (147, 11, 'BOZÜYÜK', 39.90777780, 30.03666670, 39.91239900, 30.09566200, 39.88718900, 30.02054000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (148, 11, 'GÖLPAZARI', 40.28472220, 30.31722220, 40.29043110, 30.32573100, 40.27796900, 30.30686900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (149, 11, 'İNHİSAR', 40.05349000, 30.39068000, 40.05513110, 30.39859900, 40.04266900, 30.37980100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (150, 11, 'OSMANELİ', 40.35931030, 30.01162710, 40.36463110, 30.02284200, 40.35216900, 30.00395800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (151, 11, 'PAZARYERİ', 39.99648740, 29.90755160, 40.00083110, 29.91489100, 39.98836900, 29.89610900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (152, 11, 'SÖĞÜT', 40.01861110, 30.18138890, 40.02133110, 30.19279400, 40.00886900, 30.17400600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (153, 11, 'YENİPAZAR', 40.17833330, 30.52000000, 40.18523110, 30.52921700, 40.17276900, 30.51038300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (154, 12, 'ADAKLI', 39.22817760, 40.48339550, 39.23563110, 40.49268800, 39.22316900, 40.47411200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (155, 12, 'BİNGÖL', 38.88534900, 40.49829100, 38.89796300, 40.52592900, 38.87298700, 40.47725800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (156, 12, 'GENÇ', 38.75305560, 40.56666670, 38.76093400, 40.57638700, 38.74613300, 40.54691200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (157, 12, 'KARLIOVA', 39.29777380, 41.01251340, 39.30001200, 41.01617800, 39.29404000, 41.00921900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (158, 12, 'KİĞI', 39.31666670, 40.35000000, 39.31993110, 40.35489900, 39.30746900, 40.33630100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (159, 12, 'SOLHAN', 38.96898560, 41.05238810, 38.97314000, 41.06312500, 38.95945900, 41.03957200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (160, 12, 'YAYLADERE', 39.22444440, 40.07250000, 39.23663110, 40.07958800, 39.22416900, 40.06101200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (161, 12, 'YEDİSU', 39.43333330, 40.55000000, 39.43983110, 40.55391500, 39.42736900, 40.53528500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (162, 13, 'ADİLCEVAZ', 38.80666710, 42.73463770, 38.81143110, 42.74453200, 38.79896900, 42.72606800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (163, 13, 'AHLAT', 38.75277780, 42.49444440, 38.76495100, 42.52798100, 38.73237200, 42.44438900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (164, 13, 'BİTLİS', 38.40000000, 42.11666670, 38.45363800, 42.14887900, 38.38531200, 42.09384000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (165, 13, 'GÜROYMAK', 38.57538710, 42.01747170, 38.58291510, 42.02893300, 38.57045300, 42.01052700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (166, 13, 'HİZAN', 38.22470190, 42.42527970, 38.23123110, 42.43715800, 38.21876900, 42.41884200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (167, 13, 'MUTKİ', 38.41023860, 41.91849570, 38.41593110, 41.93038200, 38.40346900, 41.91201800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (168, 13, 'TATVAN', 38.50222220, 42.28138890, 38.53084500, 42.31818900, 38.47389500, 42.26785900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (169, 14, 'BOLU', 40.73947900, 31.61156100, 40.75800400, 31.65841800, 40.71680200, 31.57332400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (170, 14, 'DÖRTDİVAN', 40.71666670, 32.06666670, 40.72343110, 32.06709200, 40.71096900, 32.04810800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (171, 14, 'GEREDE', 40.80055560, 32.19861110, 40.80625810, 32.20572700, 40.79379600, 32.18671700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (172, 14, 'GÖYNÜK', 40.40038410, 30.78384030, 40.40683110, 30.79654800, 40.39436900, 30.77765200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (173, 14, 'KIBRISCIK', 40.40868150, 31.84721230, 40.41503110, 31.85904900, 40.40256900, 31.84015100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (174, 14, 'MENGEN', 40.93743850, 32.07628810, 40.94603110, 32.08452400, 40.93356900, 32.06547600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (175, 14, 'MUDURNU', 40.46666670, 31.21666670, 40.48543900, 31.22690200, 40.46046700, 31.20389500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (176, 14, 'SEBEN', 40.40907190, 31.57410360, 40.41753110, 31.58174900, 40.40506900, 31.56285100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (177, 14, 'YENİÇAĞA', 40.77240780, 32.03582830, 40.77833110, 32.04240000, 40.76586900, 32.02340000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (178, 15, 'AĞLASUN', 37.65771600, 30.53234200, 37.66508700, 30.54306900, 37.65035400, 30.52162100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (179, 15, 'ALTINYAYLA(DİRMİL)', 36.99863100, 29.54598000, 37.00761600, 29.55780200, 36.99135000, 29.53573200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (180, 15, 'BUCAK', 37.45684100, 30.58188100, 37.47972900, 30.60995700, 37.43502700, 30.55387400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (181, 15, 'BURDUR', 37.72690900, 30.28887600, 37.76375000, 30.33666200, 37.69143300, 30.19175700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (182, 15, 'ÇAVDIR', 37.15500000, 29.69388890, 37.15764210, 29.70026300, 37.14518000, 29.68220900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (183, 15, 'ÇELTİKÇİ', 37.53444440, 30.48444440, 37.54283110, 30.49057300, 37.53036900, 30.47242700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (184, 15, 'GÖLHİSAR', 37.14443700, 29.50787050, 37.14923110, 29.51752600, 37.13676900, 29.49947400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (185, 15, 'KARAMANLI', 37.37000000, 29.82100000, 37.37873110, 29.82905300, 37.36626900, 29.81094700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (186, 15, 'KEMER', 37.35200000, 30.06300000, 37.35933110, 30.07235100, 37.34686900, 30.05424900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (187, 15, 'TEFENNİ', 37.31098400, 29.77445120, 37.31913110, 29.78514600, 37.30666900, 29.76705400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (188, 15, 'YEŞİLOVA', 37.50805560, 29.75472220, 37.51413110, 29.76237000, 37.50166900, 29.74423000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (189, 16, 'BÜYÜKORHAN', 39.77103970, 28.88589400, 39.77913110, 28.89676100, 39.76666900, 28.87803900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (190, 16, 'GEMLİK', 40.43305560, 29.15666670, 40.44858800, 29.18846200, 40.41049500, 29.13083900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (191, 16, 'GÜRSU', 40.24096780, 29.20883030, 40.33941300, 29.32309800, 40.19837200, 29.13116300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (192, 16, 'HARMANCIK', 39.67611110, 29.15527780, 39.68403110, 29.16564800, 39.67156900, 29.14695200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (193, 16, 'İNEGÖL', 40.08333330, 29.51666670, 40.10675900, 29.54185300, 40.06378700, 29.48025600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (194, 16, 'İZNİK', 40.42896280, 29.71654170, 40.44726000, 29.72862500, 40.42006700, 29.70728300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (195, 16, 'KARACABEY', 40.22549800, 28.37273000, 40.23896200, 28.38242100, 40.20726900, 28.35496700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (196, 16, 'KELES', 39.91361110, 29.22944440, 39.91834400, 29.24023600, 39.90470100, 29.22351600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (197, 16, 'KESTEL', 40.19561050, 29.21173650, 40.20183110, 29.22131900, 40.18936900, 29.20248100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (198, 16, 'MUDANYA', 40.37638890, 28.88333330, 40.38459100, 28.89953400, 40.36566400, 28.85611400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (199, 16, 'MUSTAFAKEMALPAŞA', 40.03530000, 28.41170000, 40.04517310, 28.41531600, 40.03271100, 28.39652000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (200, 16, 'NİLÜFER', 40.18257000, 29.06687000, 40.29719400, 29.21123700, 40.16299700, 28.85963000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (201, 16, 'ORHANELİ', 39.90671900, 28.98862100, 39.91220500, 28.99538200, 39.89450000, 28.97848200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (202, 16, 'ORHANGAZİ', 40.50112900, 29.31068000, 40.50554100, 29.31987700, 40.47512200, 29.28870200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (203, 16, 'OSMANGAZİ', 40.18257000, 29.06687000, 40.29719400, 29.21123700, 40.16299700, 28.85963000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (204, 16, 'YENİŞEHİR', 40.26444440, 29.65305560, 40.27523800, 29.66420600, 40.25214600, 29.62948000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (205, 16, 'YILDIRIM', 40.32984420, 29.55861740, 40.33487700, 29.56559900, 40.32632300, 29.55492800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (206, 17, 'AYVACIK', 39.60111110, 26.40472220, 39.61362700, 26.41266600, 39.59387600, 26.39244600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (207, 17, 'BAYRAMİÇ', 40.70383550, 26.91017360, 40.70767700, 26.91583100, 40.69912300, 26.90510100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (208, 17, 'BİGA', 40.23407000, 27.24572000, 40.24445500, 27.27853000, 40.21017100, 27.22989900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (209, 17, 'BOZCAADA', 39.82306430, 26.03252260, 39.82823110, 26.03977500, 39.81576900, 26.02104100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (210, 17, 'ÇAN', 40.02750000, 27.04750000, 40.03724400, 27.06899100, 40.01783100, 27.03512300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (211, 17, 'ÇANAKKALE', 40.15531200, 26.41416000, 40.19946200, 26.45710600, 40.08808600, 26.37802600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (212, 17, 'ECEABAT', 40.18388890, 26.35638890, 40.19198700, 26.36859400, 40.16834600, 26.34752100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (213, 17, 'EZİNE', 39.78324990, 26.34117930, 39.79411700, 26.35092400, 39.76999400, 26.33362400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (214, 17, 'GELİBOLU', 40.41744700, 26.67743500, 40.42310200, 26.68301500, 40.40347200, 26.65537100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (215, 17, 'GÖKÇEADA(İMROZ)', 40.19702900, 25.91795900, 40.23111160, 25.98198870, 40.16292920, 25.85392930, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (216, 17, 'LAPSEKİ', 40.35299000, 26.69954780, 40.35957900, 26.70419200, 40.34359400, 26.68334300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (217, 17, 'YENİCE', 39.92829100, 27.26038000, 39.93651500, 27.30293000, 39.91932500, 27.24289700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (218, 18, 'ATKARACALAR', 40.81666670, 33.08333330, 40.82463110, 33.08610700, 40.81216900, 33.06709300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (219, 18, 'BAYRAMÖREN', 40.94195680, 33.20413740, 40.94983110, 33.21382500, 40.93736900, 33.19477500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (220, 18, 'ÇANKIRI', 40.60000000, 33.61666670, 40.65515900, 33.68485300, 40.55770900, 33.59657100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (221, 18, 'ÇERKEŞ', 40.81666670, 32.90000000, 40.81794700, 32.90334400, 40.80659300, 32.88108100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (222, 18, 'ELDİVAN', 40.53333330, 33.50000000, 40.53643110, 33.51286600, 40.52396900, 33.49393400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (223, 18, 'ILGAZ', 40.92614520, 33.62896150, 40.93076800, 33.63712300, 40.92115900, 33.62072500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (224, 18, 'KIZILIRMAK', 40.35000000, 33.98333330, 40.35403110, 33.99694000, 40.34156900, 33.97806000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (225, 18, 'KORGUN', 40.73333330, 33.51666670, 40.74343110, 33.52849500, 40.73096900, 33.50950500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (226, 18, 'KURŞUNLU', 40.83968350, 33.25775470, 40.84623110, 33.27071000, 40.83376900, 33.25169000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (227, 18, 'ORTA', 40.62406840, 33.11162340, 40.63223110, 33.11957900, 40.61976900, 33.10062100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (228, 18, 'ŞABANÖZÜ', 40.48333330, 33.28333330, 40.48473110, 33.29135800, 40.47226900, 33.27244200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (229, 18, 'YAPRAKLI', 40.76335100, 33.77769900, 40.76513110, 33.78809800, 40.75266900, 33.76910200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (230, 19, 'ALACA', 40.17366000, 34.84423800, 40.17922100, 34.86596100, 40.15705100, 34.82703400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (231, 19, 'BAYAT', 40.64600000, 34.26100000, 40.65030200, 34.26576300, 40.64102500, 34.25007100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (232, 19, 'BOĞAZKALE', 40.02775820, 34.61675890, 40.03233110, 34.62499500, 40.01986900, 34.60620500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (233, 19, 'ÇORUM', 40.55055560, 34.95555560, 40.60931700, 35.00643800, 40.49521400, 34.88763400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (234, 19, 'DODURGA', 40.85700160, 34.80835200, 40.86183110, 34.81731200, 40.84936900, 34.79828800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (235, 19, 'İSKİLİP', 40.74123000, 34.47082900, 40.75172200, 34.48263700, 40.73012400, 34.46044300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (236, 19, 'KARGI', 41.13440000, 34.48720000, 41.14123110, 34.49705300, 41.12876900, 34.47794700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (237, 19, 'LAÇİN', 40.76934310, 34.89689600, 40.77603110, 34.90520000, 40.76356900, 34.88620000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (238, 19, 'MECİTÖZÜ', 40.52000000, 35.29527780, 40.52683110, 35.30506400, 40.51436900, 35.28613600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (239, 19, 'OĞUZLAR(KARAÖREN)', 40.55055560, 34.95555560, 40.60931700, 35.00643800, 40.49521400, 34.88763400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (240, 19, 'ORTAKÖY', 40.27333560, 35.24903120, 40.27913110, 35.25503000, 40.26666900, 35.23617000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (241, 19, 'OSMANCIK', 40.97406000, 34.80215800, 40.98614500, 34.82481500, 40.96823500, 34.78847200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (242, 19, 'SUNGURLU', 40.16100000, 34.37700000, 40.17523200, 34.39808500, 40.15848700, 34.35637300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (243, 19, 'UĞURLUDAĞ', 40.44750400, 34.45472130, 40.45223110, 34.46435400, 40.43976900, 34.44544600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (244, 20, 'ACIPAYAM', 37.43333330, 29.35000000, 37.44063300, 29.36459800, 37.41637700, 29.33681600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (245, 20, 'AKKÖY', 37.95580000, 29.07860000, 37.96323110, 29.08612500, 37.95076900, 29.06787500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (246, 20, 'BABADAĞ', 37.80877990, 28.85676750, 37.81403110, 28.86450600, 37.80156900, 28.84629400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (247, 20, 'BAKLAN', 37.97950050, 29.60644790, 37.98623110, 29.61792800, 37.97376900, 29.59967200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (248, 20, 'BEKİLLİ', 38.23194440, 29.42166670, 38.23713110, 29.42665900, 38.22466900, 29.40834100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (249, 20, 'BEYAĞAÇ', 37.22219310, 28.90919140, 37.22973110, 28.91933500, 37.21726900, 28.90126500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (250, 20, 'BOZKURT', 37.82442230, 29.60644790, 37.82863110, 29.61530800, 37.81616900, 29.59709200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (251, 20, 'BULDAN', 38.05287200, 28.83149900, 38.05649100, 28.84374100, 38.04253600, 28.82424800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (252, 20, 'ÇAL', 38.08443380, 29.39616470, 38.09108100, 29.40139000, 38.07778400, 29.38830200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (253, 20, 'ÇAMELİ', 37.07083070, 29.34536110, 37.07923110, 29.35491700, 37.06676900, 29.33688300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (254, 20, 'ÇARDAK', 37.82465530, 29.67599080, 37.83193110, 29.68450800, 37.81946900, 29.66629200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (255, 20, 'ÇİVRİL', 38.29988070, 29.73970840, 38.31013700, 29.74986000, 38.27662800, 29.72920200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (256, 20, 'DENİZLİ', 37.77652000, 29.08639000, 37.84736600, 29.18891500, 37.71617100, 28.98137300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (257, 20, 'GÜNEY', 38.15956900, 29.06777000, 38.16043110, 29.07384900, 38.14796900, 29.05555100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (258, 20, 'HONAZ', 37.75764270, 29.26403870, 37.76303110, 29.27480000, 37.75056900, 29.25660000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (259, 20, 'KALE', 37.43916670, 28.84527780, 37.44833110, 28.85246200, 37.43586900, 28.83433800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (260, 20, 'SARAYKÖY', 37.92645270, 28.92666210, 37.93396800, 28.93433100, 37.91527600, 28.91606600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (261, 20, 'SERİNHİSAR', 37.58066450, 29.26984890, 37.58673110, 29.27607800, 37.57426900, 29.25792200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (262, 20, 'TAVAS', 37.59108000, 29.06315000, 37.60496700, 29.06764200, 37.58703400, 29.04670300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (263, 21, 'BAĞLAR', 37.91441000, 40.23062900, 37.97617400, 40.24580300, 37.87962400, 40.10615900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (264, 21, 'BİSMİL', 37.84520000, 40.67561000, 37.86040200, 40.70863300, 37.83824500, 40.65219200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (265, 21, 'ÇERMİK', 38.13722220, 39.45111110, 38.13991000, 39.47070800, 38.13087300, 39.44238400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (266, 21, 'ÇINAR', 37.72416670, 40.41500000, 37.73117100, 40.42472800, 37.71254000, 40.40748500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (267, 21, 'ÇÜNGÜŞ', 38.21666670, 39.28333330, 38.21892710, 39.29607000, 38.20646500, 39.27775600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (268, 21, 'DİCLE', 38.37500000, 40.07333330, 38.38123110, 40.08237700, 38.36876900, 40.06402300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (269, 21, 'EĞİL', 38.25661230, 40.08366620, 38.26350610, 40.09389000, 38.25104400, 40.07556600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (270, 21, 'ERGANİ', 38.26666670, 39.76666670, 38.27729200, 39.77956700, 38.25500900, 39.74835800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (271, 21, 'HANİ', 38.41361110, 40.39250000, 38.41973110, 40.40178200, 38.40726900, 40.38341800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (272, 21, 'HAZRO', 38.25000000, 40.78333330, 38.26243110, 40.79246200, 38.24996900, 40.77413800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (273, 21, 'KAYAPINAR', 37.91441000, 40.23062900, 37.97617400, 40.24580300, 37.87962400, 40.10615900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (274, 21, 'KOCAKÖY', 38.28972220, 40.50138890, 38.29590310, 40.51065200, 38.28344100, 40.49232000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (275, 21, 'KULP', 38.50166670, 41.01166670, 38.50778510, 41.02077400, 38.49532300, 41.00238800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (276, 21, 'LİCE', 38.46049830, 40.64685730, 38.46835810, 40.65581600, 38.45589600, 40.63744000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (277, 21, 'SİLVAN', 38.14222220, 41.00138890, 38.14976200, 41.02289800, 38.13324000, 40.99969900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (278, 21, 'SUR', 38.05976060, 40.38860400, 38.28391800, 40.68043800, 37.79067900, 40.21671900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (279, 21, 'YENİŞEHİR', 37.91441000, 40.23062900, 37.97617400, 40.24580300, 37.87962400, 40.10615900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (280, 22, 'EDİRNE', 41.66666670, 26.56666670, 41.69793900, 26.60309300, 41.64993500, 26.51405900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (281, 22, 'ENEZ', 40.72932800, 26.08890000, 40.73143110, 26.09439300, 40.71896900, 26.07540700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (282, 22, 'HAVSA', 41.55000000, 26.81666670, 41.55663110, 26.83011400, 41.54416900, 26.81088600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (283, 22, 'İPSALA', 40.92273530, 26.37954950, 40.93136400, 26.39668300, 40.91604500, 26.36258600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (284, 22, 'KEŞAN', 40.85000000, 26.63333330, 40.87296500, 26.65011300, 40.83553200, 26.61874500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (285, 22, 'LALAPAŞA', 41.83333330, 26.73333330, 41.84573110, 26.74565700, 41.83326900, 26.72634300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (286, 22, 'MERİÇ', 41.18900000, 26.41800000, 41.19753110, 26.42796100, 41.18506900, 26.40883900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (287, 22, 'SÜLOĞLU(SÜLEOĞLU)', 41.76666670, 26.91666670, 41.77263110, 26.92114600, 41.76016900, 26.90185400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (288, 22, 'UZUNKÖPRÜ', 41.27125900, 26.69972000, 41.28332700, 26.71461000, 41.26193800, 26.68245400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (289, 23, 'AĞIN', 38.94222220, 38.71555560, 38.94833110, 38.72475000, 38.93586900, 38.70625000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (290, 23, 'ALACAKAYA', 38.45324400, 39.85127620, 38.45873110, 39.85998700, 38.44626900, 39.84161300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (291, 23, 'ARICAK', 38.56666670, 40.13333330, 38.57073110, 40.14370100, 38.55826900, 40.12529900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (292, 23, 'BASKİL', 38.56972220, 38.82305560, 38.57583110, 38.83230200, 38.56336900, 38.81389800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (293, 23, 'ELAZIĞ', 38.68096900, 39.22639800, 38.71356800, 39.27731400, 38.63056400, 39.13340500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (294, 23, 'KARAKOÇAN', 38.95836650, 40.03481000, 38.96263110, 40.04575200, 38.95016900, 40.02724800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (295, 23, 'KEBAN', 38.79392960, 38.74193670, 38.79873110, 38.75313100, 38.78626900, 38.73466900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (296, 23, 'KOVANCILAR', 38.71666670, 39.86666670, 38.73263900, 39.88539700, 38.71181000, 39.85165400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (297, 23, 'MADEN', 38.38972220, 39.66861110, 38.39593110, 39.67777900, 38.38346900, 39.65942100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (298, 23, 'PALU', 38.70547280, 39.95252860, 38.71013110, 39.96031900, 38.69766900, 39.94188100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (299, 23, 'SİVRİCE', 38.44666670, 39.31166670, 38.45283110, 39.32078600, 38.44036900, 39.30241400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (300, 24, 'ÇAYIRLI', 39.80500000, 40.04111110, 39.81173110, 40.04586500, 39.79926900, 40.02713500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (301, 24, 'ERZİNCAN', 39.75000000, 39.50000000, 39.76916400, 39.53174300, 39.72988400, 39.46025300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (302, 24, 'ILIÇ(İLİÇ)', 39.45805630, 38.56473620, 39.46343110, 38.57261800, 39.45096900, 38.55398200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (303, 24, 'KEMAH', 39.60277780, 39.03555560, 39.60893110, 39.04493800, 39.59646900, 39.02626200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (304, 24, 'KEMALİYE', 39.26083330, 38.49666670, 39.26663110, 38.50599200, 39.25416900, 38.48740800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (305, 24, 'OTLUKBELİ', 39.97396550, 40.02241650, 39.97983110, 40.03148800, 39.96736900, 40.01271200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (306, 24, 'REFAHİYE', 39.90164870, 38.76831420, 39.90743110, 38.77787800, 39.89496900, 38.75912200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (307, 24, 'TERCAN', 39.77945590, 40.38508450, 39.78573110, 40.39356200, 39.77326900, 40.37483800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (308, 24, 'ÜZÜMLÜ', 39.71000000, 39.70166670, 39.71282500, 39.70723100, 39.70683800, 39.69545200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (309, 25, 'AŞKALE', 39.92025000, 40.69236110, 39.92768400, 40.70716500, 39.91533200, 40.67743800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (310, 25, 'AZİZİYE(ILICA)', 39.94583330, 41.10527780, 39.95292900, 41.11900900, 39.93991100, 41.09126800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (311, 25, 'ÇAT', 39.61111110, 40.97888890, 39.61743110, 40.98823900, 39.60496900, 40.96956100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (312, 25, 'HINIS', 39.35667060, 41.70294900, 39.36493110, 41.71180500, 39.35246900, 41.69319500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (313, 25, 'HORASAN', 40.03852100, 42.16235000, 40.05083500, 42.18575500, 40.02401700, 42.14762000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (314, 25, 'İSPİR', 40.48361110, 40.99527780, 40.48727400, 41.00606000, 40.47319900, 40.97510600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (315, 25, 'KARAÇOBAN', 39.35083330, 42.11194440, 39.35623110, 42.12260400, 39.34376900, 42.10399600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (316, 25, 'KARAYAZI', 39.70106060, 42.14378900, 39.70469100, 42.14937400, 39.69904600, 42.13813400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (317, 25, 'KÖPRÜKÖY', 39.97555560, 41.87111110, 39.98153110, 41.88048800, 39.96906900, 41.86171200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (318, 25, 'NARMAN', 40.34505800, 41.86719900, 40.35343110, 41.87784000, 40.34096900, 41.85896000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (319, 25, 'OLTU', 40.54555560, 41.99555560, 40.55593110, 42.00916900, 40.54346900, 41.99023100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (320, 25, 'OLUR', 40.83333330, 42.13333330, 40.83593110, 42.13820800, 40.82346900, 42.11919200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (321, 25, 'PALANDÖKEN', 39.90431890, 41.26788530, 39.95453300, 41.30359400, 39.86671500, 41.17709300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (322, 25, 'PASİNLER', 39.97972220, 41.67555560, 39.98388700, 41.68811200, 39.97201600, 41.66584200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (323, 25, 'PAZARYOLU', 40.41590900, 40.76882900, 40.42263110, 40.78045000, 40.41016900, 40.76155000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (324, 25, 'ŞENKAYA', 40.56666670, 42.35000000, 40.56803110, 42.35597000, 40.55556900, 42.33703000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (325, 25, 'TEKMAN', 39.64500000, 41.50833330, 39.65123110, 41.51754300, 39.63876900, 41.49885700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (326, 25, 'TORTUM', 40.29920110, 41.54785080, 40.30433110, 41.55843300, 40.29186900, 41.53956700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (327, 25, 'UZUNDERE', 40.53638890, 41.54833330, 40.54263110, 41.55786700, 40.53016900, 41.53893300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (328, 25, 'YAKUTİYE', 39.90431890, 41.26788530, 39.95453300, 41.30359400, 39.86671500, 41.17709300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (329, 26, 'ALPU', 39.76055560, 30.95805560, 39.76643110, 30.96755900, 39.75396900, 30.94884100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (330, 26, 'BEYLİKOVA', 39.68694440, 31.20555560, 39.69383110, 31.21684900, 39.68136900, 31.19815100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (331, 26, 'ÇİFTELER', 39.38305560, 31.03916670, 39.38823110, 31.05010800, 39.37576900, 31.03149200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (332, 26, 'GÜNYÜZÜ', 39.38388890, 31.81000000, 39.39043110, 31.81930800, 39.37796900, 31.80069200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (333, 26, 'HAN', 39.15916670, 30.86138890, 39.16683110, 30.87097900, 39.15436900, 30.85242100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (334, 26, 'İNÖNÜ', 39.82122990, 30.14449600, 39.82873110, 30.15486800, 39.81626900, 30.13613200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (335, 26, 'MAHMUDİYE', 39.49732700, 30.98891300, 39.51008400, 31.00234600, 39.48457500, 30.97548800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (336, 26, 'MİHALGAZİ', 40.02638890, 30.57777780, 40.03373110, 30.58729600, 40.02126900, 30.56850400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (337, 26, 'MİHALIÇÇIK', 39.86416670, 31.49527780, 39.87193110, 31.50577300, 39.85946900, 31.48702700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (338, 26, 'ODUNPAZARI', 39.78430200, 30.51922000, 39.81679300, 30.66769000, 39.72475200, 30.41408400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (339, 26, 'SARICAKAYA', 40.04034440, 30.61711300, 40.04503110, 30.62789700, 40.03256900, 30.60910300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (340, 26, 'SEYİTGAZİ', 39.44472220, 30.69472220, 39.45183110, 30.70421700, 39.43936900, 30.68558300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (341, 26, 'SİVRİHİSAR', 39.45000000, 31.53777780, 39.45468100, 31.54662300, 39.43423500, 31.52418700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (342, 26, 'TEPEBAŞI', 39.78430200, 30.51922000, 39.81679300, 30.66769000, 39.72475200, 30.41408400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (343, 27, 'ARABAN', 37.42650420, 37.68920620, 37.43059500, 37.69955600, 37.42212500, 37.67372700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (344, 27, 'İSLAHİYE', 37.02500000, 36.63450000, 37.03993700, 36.64806000, 37.01476900, 36.62184500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (345, 27, 'KARKAMIŞ', 36.83400000, 38.00100000, 36.84083110, 38.00778900, 36.82836900, 37.98981100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (346, 27, 'NİZİP', 37.01666670, 37.80000000, 37.02959300, 37.81834300, 36.99035200, 37.76990100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (347, 27, 'NURDAĞI', 37.17917190, 36.73615390, 37.18652900, 36.74968500, 37.17374500, 36.72977800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (348, 27, 'OĞUZELİ', 36.96574240, 37.51347500, 36.97213800, 37.52364300, 36.95519200, 37.50474700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (349, 27, 'ŞAHİNBEY', 37.06622000, 37.38332000, 37.11372200, 37.46695800, 37.00594700, 37.30370900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (350, 27, 'ŞEHİTKAMİL', 37.06622000, 37.38332000, 37.11372200, 37.46695800, 37.00594700, 37.30370900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (351, 27, 'YAVUZELİ', 37.32017460, 37.56677350, 37.32583110, 37.57764700, 37.31336900, 37.55955300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (352, 28, 'ALUCRA', 40.31666670, 38.76666670, 40.32453110, 38.77573600, 40.31206900, 38.75686400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (353, 28, 'BULANCAK', 40.93520340, 38.21259260, 40.94239900, 38.25108500, 40.93146300, 38.18990900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (354, 28, 'ÇAMOLUK', 40.13333300, 38.75000000, 40.13543110, 38.75791000, 40.12296900, 38.73909000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (355, 28, 'ÇANAKÇI', 40.91301840, 39.00433450, 40.91883110, 39.01662000, 40.90636900, 38.99758000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (356, 28, 'DERELİ', 40.74009460, 38.44811740, 40.74503110, 38.45899500, 40.73256900, 38.44000500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (357, 28, 'DOĞANKENT', 40.80000000, 38.91666670, 40.81201410, 38.92672800, 40.79955200, 38.90771800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (358, 28, 'ESPİYE', 40.94835870, 38.70822590, 40.95060600, 38.72090100, 40.94551200, 38.69248700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (359, 28, 'EYNESİL', 41.06028830, 39.14353650, 41.06693110, 39.15354200, 41.05446900, 39.13445800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (360, 28, 'GİRESUN', 40.91281100, 38.38953000, 40.92799500, 38.45004400, 40.87787600, 38.30901800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (361, 28, 'GÖRELE', 41.03180440, 39.00138110, 41.03800700, 39.01592100, 41.02679000, 38.99273200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (362, 28, 'GÜCE', 40.89347960, 38.80598830, 40.89803110, 38.81541700, 40.88556900, 38.79638300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (363, 28, 'KEŞAP', 40.91666670, 38.51666670, 40.92273110, 38.51882100, 40.91026900, 38.49977900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (364, 28, 'PİRAZİZ', 40.95154920, 38.12008370, 40.95806600, 38.13077300, 40.94560400, 38.11240300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (365, 28, 'ŞEBİNKARAHİSAR', 40.28978750, 38.42098940, 40.29352300, 38.42657200, 40.28465100, 38.41632300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (366, 28, 'TİREBOLU', 41.00510240, 38.81410590, 41.01163300, 38.82300000, 41.00295400, 38.80846200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (367, 28, 'YAĞLIDERE', 40.86162330, 38.62549810, 40.86913110, 38.63671300, 40.85666900, 38.61768700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (368, 29, 'GÜMÜŞHANE', 40.46027780, 39.48138890, 40.47135900, 39.52064100, 40.43020100, 39.44691400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (369, 29, 'KELKİT', 40.12861110, 39.43833330, 40.13686400, 39.44442800, 40.12132700, 39.42856400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (370, 29, 'KÖSE', 40.21036900, 39.65073000, 40.21853110, 39.66042100, 40.20606900, 39.64157900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (371, 29, 'KÜRTÜN', 40.69098660, 39.10299130, 40.69753110, 39.11588900, 40.68506900, 39.09691100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (372, 29, 'ŞİRAN', 40.18944440, 39.12666670, 40.19583110, 39.13621800, 40.18336900, 39.11738200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (373, 29, 'TORUL', 40.55722220, 39.29194440, 40.56223110, 39.29746900, 40.54976900, 39.27853100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (374, 30, 'ÇUKURCA', 37.25055560, 43.61666670, 37.25713110, 43.62223900, 37.24466900, 43.60416100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (375, 30, 'HAKKARİ', 37.58333330, 43.73333330, 37.60165600, 43.76225700, 37.55154900, 43.69809000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (376, 30, 'ŞEMDİNLİ', 37.30283110, 44.57486960, 37.31186600, 44.58217900, 37.29790700, 44.56716100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (377, 30, 'YÜKSEKOVA', 37.56666670, 44.28333330, 37.58790700, 44.29798900, 37.56226600, 44.26227800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (378, 31, 'ALTINÖZÜ', 36.11666670, 36.25000000, 36.13321900, 36.26158100, 36.11096400, 36.23656100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (379, 31, 'ANTAKYA', 36.20015000, 36.17618900, 36.20915350, 36.19219640, 36.19114540, 36.16018160, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (380, 31, 'BELEN', 36.49270000, 36.19330000, 36.49417800, 36.20438500, 36.48280000, 36.18832900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (381, 31, 'DÖRTYOL', 36.85603000, 36.22232800, 36.87508200, 36.23762300, 36.83483300, 36.19329300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (382, 31, 'ERZİN', 36.95390000, 36.20220000, 36.97034300, 36.22007500, 36.95048900, 36.19341900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (383, 31, 'HASSA', 36.79940000, 36.51780000, 36.80816000, 36.53147300, 36.79243300, 36.50517900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (384, 31, 'İSKENDERUN', 36.58686300, 36.17257100, 36.61944100, 36.21992500, 36.54876000, 36.13185700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (385, 31, 'KIRIKHAN', 36.49795900, 36.36412800, 36.52076300, 36.37696200, 36.47991300, 36.33921600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (386, 31, 'KUMLU', 36.37173860, 36.45537270, 36.37723110, 36.46483500, 36.36476900, 36.44696500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (387, 31, 'REYHANLI', 36.26718100, 36.57366900, 36.28509600, 36.59605800, 36.23455800, 36.54167000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (388, 31, 'SAMANDAĞ', 36.08239000, 35.99932100, 36.10944900, 36.01032400, 36.05363300, 35.96237700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (389, 31, 'YAYLADAĞI', 35.90250000, 36.06060000, 35.90817810, 36.06878800, 35.89571600, 36.05102400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (390, 32, 'AKSU', 37.79900000, 31.07100000, 37.80613110, 31.07830500, 37.79366900, 31.06009500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (391, 32, 'ATABEY', 37.95236230, 30.64587490, 37.95783110, 30.65212400, 37.94536900, 30.63387600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (392, 32, 'EĞİRDİR(EĞRİDİR)', 38.02375670, 30.87286150, 38.27790900, 30.96993700, 37.84171100, 30.74611900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (393, 32, 'GELENDOST', 38.12398900, 31.01135100, 38.12793110, 31.02534500, 38.11546900, 31.00705500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (394, 32, 'GÖNEN', 37.95861100, 30.51439100, 37.96523110, 30.52522500, 37.95276900, 30.50697500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (395, 32, 'ISPARTA', 37.76666670, 30.55000000, 37.83071900, 30.60919700, 37.73988000, 30.50367300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (396, 32, 'KEÇİBORLU', 37.94819940, 30.30607060, 37.95433110, 30.31432400, 37.94186900, 30.29607600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (397, 32, 'SENİRKENT', 38.10540910, 30.54805780, 38.11303110, 30.55924300, 38.10056900, 30.54095700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (398, 32, 'SÜTÇÜLER', 37.48725100, 30.98963000, 37.49493110, 31.00336700, 37.48246900, 30.98523300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (399, 32, 'ŞARKİKARAAĞAÇ', 38.08127200, 31.36702830, 38.08495600, 31.37458200, 38.07646600, 31.36000300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (400, 32, 'ULUBORLU', 38.07890040, 30.45592580, 38.08513110, 30.46634000, 38.07266900, 30.44806000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (401, 32, 'YALVAÇ', 38.29523100, 31.18022900, 38.31399800, 31.19537800, 38.27300000, 31.16101800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (402, 32, 'YENİŞARBADEMLİ', 37.70806910, 31.38560880, 37.71323110, 31.39569400, 37.70076900, 31.37750600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (403, 33, 'AKDENİZ', 36.80000000, 34.63333330, 36.87827200, 34.71670200, 36.69950300, 34.45765500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (404, 33, 'ANAMUR', 36.07515000, 32.83853900, 36.08268700, 32.84936200, 36.06712800, 32.81813300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (405, 33, 'AYDINCIK', 36.14169480, 33.31774790, 36.14893110, 33.32690900, 36.13646900, 33.30909100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (406, 33, 'BOZYAZI', 36.10306320, 32.97475120, 36.10813110, 32.98400500, 36.09566900, 32.96619500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (407, 33, 'ÇAMLIYAYLA', 37.17013900, 34.60825000, 37.17493110, 34.61332900, 37.16246900, 34.59527100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (408, 33, 'ERDEMLİ', 36.60776900, 34.31613900, 36.67306400, 34.34985700, 36.58403600, 34.22652700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (409, 33, 'GÜLNAR (GÜLPINAR)', 36.80000000, 34.63333330, 36.87827200, 34.71670200, 36.69950300, 34.45765500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (410, 33, 'MEZİTLİ', 36.80000000, 34.63333330, 36.87827200, 34.71670200, 36.69950300, 34.45765500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (411, 33, 'MUT', 36.64433600, 33.43554990, 36.65593600, 33.44859700, 36.63263200, 33.42651200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (412, 33, 'SİLİFKE', 36.37530140, 33.93318740, 36.38675400, 33.94527400, 36.36708000, 33.91360900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (413, 33, 'TARSUS', 36.91666670, 34.90000000, 36.95175200, 34.94757700, 36.89048100, 34.84716300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (414, 33, 'TOROSLAR', 36.80000000, 34.63333330, 36.87827200, 34.71670200, 36.69950300, 34.45765500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (415, 33, 'YENİŞEHİR', 36.86618590, 34.48635670, 36.92439300, 34.62011100, 36.76299100, 34.43912600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (416, 34, 'ADALAR', 40.87637720, 29.09544400, 40.91462700, 29.14819400, 40.83737600, 29.03911400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (417, 34, 'ARNAVUTKÖY', 41.20000000, 28.73333300, 41.20839490, 28.74934040, 41.19160400, 28.71732560, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (418, 34, 'ATAŞEHİR', 40.98333330, 29.11666670, 41.00952500, 29.21224000, 40.95902900, 29.07224400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (419, 34, 'AVCILAR', 41.01534790, 28.73146180, 41.10611300, 28.75669200, 40.96910000, 28.68197900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (420, 34, 'BAĞCILAR', 41.04555560, 28.84055560, 41.07221400, 28.87269000, 41.01756500, 28.80796700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (421, 34, 'BAHÇELİEVLER', 40.99750000, 28.85055560, 41.02785000, 28.88474600, 40.99166000, 28.80590300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (422, 34, 'BAKIRKÖY', 40.96815500, 28.82280000, 41.00714200, 28.89662200, 40.95450800, 28.77347200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (423, 34, 'BAŞAKŞEHİR', 41.07789500, 28.81255100, 41.14944600, 28.82392400, 41.05784400, 28.63913000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (424, 34, 'BAYRAMPAŞA', 41.04815030, 28.90045530, 41.07710100, 28.92398000, 41.02585200, 28.87844800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (425, 34, 'BEŞİKTAŞ', 41.06861600, 29.02853550, 41.10645200, 29.05509800, 41.03676200, 28.99182600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (426, 34, 'BEYKOZ', 41.13271900, 29.10569000, 41.14112250, 29.12169740, 41.12431440, 29.08968260, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (427, 34, 'BEYLİKDÜZÜ', 40.99103810, 28.64981440, 41.01863100, 28.69839000, 40.95730500, 28.59555400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (428, 34, 'BEYOĞLU', 41.03828640, 28.97033040, 41.06507100, 28.99575500, 41.02102500, 28.93900400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (429, 34, 'BÜYÜKÇEKMECE', 41.03413300, 28.59000300, 41.12965400, 28.63482100, 40.98457600, 28.39098300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (430, 34, 'ÇATALCA', 41.14823900, 28.46773000, 41.15664050, 28.48373740, 41.13983640, 28.45172260, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (431, 34, 'ÇEKMEKÖY', 41.10423500, 29.31772720, 41.13267000, 29.40112500, 41.01297900, 29.13837900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (432, 34, 'ESENLER', 41.07941330, 28.85385450, 41.13579700, 28.90062600, 41.01727500, 28.81347900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (433, 34, 'ESENYURT', 41.03428060, 28.68011940, 41.09853900, 28.70190000, 40.99907100, 28.62052500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (434, 34, 'EYÜP', 41.18715980, 28.88298160, 41.30653700, 28.97628300, 41.02433900, 28.77050700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (435, 34, 'FATİH', 41.01666670, 28.93333330, 41.04084100, 28.98807200, 40.98763700, 28.91903700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (436, 34, 'GAZİOSMANPAŞA', 41.07594770, 28.90045530, 41.09674100, 28.93919500, 41.05159200, 28.87438900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (437, 34, 'GÜNGÖREN', 41.01666670, 28.88333330, 41.03847300, 28.90090500, 41.00138600, 28.85849300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (438, 34, 'KADIKÖY', 40.98014100, 29.08227000, 41.01226800, 29.11125700, 40.94999800, 29.01484900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (439, 34, 'KAĞITHANE', 41.07100000, 28.97000000, 41.11295900, 29.00810700, 41.05290800, 28.94937200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (440, 34, 'KARTAL', 40.89965100, 29.19364900, 40.96492500, 29.25519900, 40.87812900, 29.13828900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (441, 34, 'KÜÇÜKÇEKMECE', 41.00865800, 28.77534200, 41.06410300, 28.82170000, 40.97727600, 28.73902300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (442, 34, 'MALTEPE', 40.94904700, 29.17410900, 40.98123500, 29.21627700, 40.90663700, 29.09481000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (443, 34, 'PENDİK', 40.87932600, 29.25813500, 40.88776190, 29.27414240, 40.87088900, 29.24212760, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (444, 34, 'SANCAKTEPE', 41.02870280, 29.29018290, 41.05272200, 29.36434400, 40.94604600, 29.18291400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (445, 34, 'SARIYER', 41.16632800, 29.04995000, 41.17472720, 29.06595740, 41.15792770, 29.03394260, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (446, 34, 'SİLİVRİ', 41.08015800, 28.26829000, 41.08856830, 28.28429740, 41.07174670, 28.25228260, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (447, 34, 'SULTANBEYLİ', 40.96111230, 29.26694380, 41.00489600, 29.31198900, 40.93176800, 29.24470600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (448, 34, 'SULTANGAZİ', 41.12557940, 28.87133140, 41.15973500, 28.92242200, 41.08154100, 28.82449400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (449, 34, 'ŞİLE', 41.17638890, 29.61277780, 41.18225200, 29.65835000, 41.15274200, 29.56819900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (450, 34, 'ŞİŞLİ', 41.06000000, 28.98700000, 41.14928900, 29.02592200, 41.03919600, 28.95866800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (451, 34, 'TUZLA', 40.84200000, 29.29500000, 40.98064800, 29.45652300, 40.80268900, 29.25462100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (452, 34, 'ÜMRANİYE', 41.03030000, 29.10650000, 41.06554500, 29.19719000, 40.98896500, 29.08031300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (453, 34, 'ÜSKÜDAR', 41.03223600, 29.03193800, 41.07799700, 29.09171800, 40.99250000, 29.00636200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (454, 34, 'ZEYTİNBURNU', 40.99063500, 28.89614000, 41.03247600, 28.92899600, 40.97784400, 28.88944400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (455, 35, 'ALİAĞA', 38.79500000, 26.97027780, 38.82675100, 26.99667200, 38.76895400, 26.91626300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (456, 35, 'BALÇOVA', 38.36929400, 27.09344200, 38.37804160, 27.10944940, 38.36054530, 27.07743460, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (457, 35, 'BAYINDIR', 38.22856500, 27.64653300, 38.23365110, 27.65636700, 38.22118900, 27.63804900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (458, 35, 'BAYRAKLI', 38.46222220, 27.16666670, 38.50048800, 27.20341300, 38.44784000, 27.10730600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (459, 35, 'BERGAMA', 39.11666670, 27.18333330, 39.12758000, 27.21414800, 39.09470300, 27.14536700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (460, 35, 'BEYDAĞ', 38.08687390, 28.20880130, 38.09093110, 28.21974100, 38.07846900, 28.20145900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (461, 35, 'BORNOVA', 38.46265480, 27.24409570, 38.57657700, 27.34486400, 38.36470000, 27.17790500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (462, 35, 'BUCA', 38.41885000, 27.12872000, 38.50677300, 27.30441500, 38.34315700, 27.01719200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (463, 35, 'ÇEŞME', 38.32981000, 26.31492100, 38.38688400, 26.49211900, 38.25839100, 26.22976500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (464, 35, 'ÇİĞLİ', 38.49943220, 27.03821580, 38.54391500, 27.09252400, 38.47384500, 26.99124700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (465, 35, 'DİKİLİ', 39.07209700, 26.88820300, 39.07998800, 26.89462600, 39.06319600, 26.88142400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (466, 35, 'FOÇA', 38.66750000, 26.75805560, 38.69357400, 26.76380200, 38.65969700, 26.73230100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (467, 35, 'GAZİEMİR', 38.32515000, 27.12252000, 38.34538600, 27.18873100, 38.29017900, 27.11841600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (468, 35, 'GÜZELBAHÇE', 38.36197610, 26.90281250, 38.38477800, 26.94262900, 38.34200000, 26.79739400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (469, 35, 'KARABAĞLAR', 38.32698820, 27.04410090, 38.40620400, 27.14244300, 38.29536100, 26.94827400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (470, 35, 'KARABURUN', 38.63333330, 26.51666670, 38.64023110, 26.51871000, 38.62776900, 26.50029000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (471, 35, 'KARŞIYAKA', 38.41885000, 27.12872000, 38.50677300, 27.30441500, 38.34315700, 27.01719200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (472, 35, 'KEMALPAŞA', 38.42632300, 27.42305200, 38.43333610, 27.42953400, 38.42087400, 27.41116600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (473, 35, 'KINIK', 39.08837100, 27.38069000, 39.09453110, 27.39102500, 39.08206900, 27.37248700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (474, 35, 'KİRAZ', 38.23060000, 28.20440000, 38.23643110, 28.21555900, 38.22396900, 28.19724100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (475, 35, 'KONAK', 38.41448020, 27.14412270, 38.44871500, 27.18944800, 38.39302700, 27.06871400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (476, 35, 'MENDERES(CUMAOVASI)', 38.25400000, 27.13400000, 38.30022000, 27.17102700, 38.24000500, 27.11351200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (477, 35, 'MENEMEN', 38.60000000, 27.06666670, 38.61945400, 27.10600700, 38.53818300, 26.99133000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (478, 35, 'NARLIDERE', 38.39099890, 27.00290150, 38.41824600, 27.03501400, 38.36205800, 26.92302700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (479, 35, 'ÖDEMİŞ', 38.23055560, 27.97166670, 38.25239500, 28.00689700, 38.21320300, 27.94533700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (480, 35, 'SEFERİHİSAR', 38.19892100, 26.83733900, 38.20515300, 26.84645500, 38.18727100, 26.83267100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (481, 35, 'SELÇUK', 37.94988800, 27.37014200, 37.95847300, 27.38147300, 37.93805800, 27.36207900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (482, 35, 'TİRE', 38.08858100, 27.73347100, 38.09796300, 27.75185100, 38.08079700, 27.72311000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (483, 35, 'TORBALI', 38.17784100, 27.35334000, 38.18521700, 27.37768400, 38.14153100, 27.34135400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (484, 35, 'URLA', 38.32457000, 26.76190000, 38.33945300, 26.78472900, 38.31893300, 26.75197100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (485, 36, 'AKYAKA', 40.74444440, 43.62500000, 40.74583110, 43.63479500, 40.73336900, 43.61580500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (486, 36, 'ARPAÇAY', 40.85000000, 43.33333330, 40.85453110, 43.34111100, 40.84206900, 43.32208900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (487, 36, 'DİGOR', 40.37555560, 43.41250000, 40.38173110, 43.42204400, 40.36926900, 43.40315600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (488, 36, 'KAĞIZMAN', 40.15771810, 43.13312310, 40.16423110, 43.14361400, 40.15176900, 43.12478600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (489, 36, 'KARS', 40.59267000, 43.07783100, 40.62484300, 43.13390000, 40.57748400, 43.05643200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (490, 36, 'SARIKAMIŞ', 40.33192100, 42.59516900, 40.34078700, 42.61546800, 40.32014800, 42.56997800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (491, 36, 'SELİM', 40.46333330, 42.78583330, 40.46953110, 42.79535600, 40.45706900, 42.77644400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (492, 36, 'SUSUZ', 40.78000000, 43.13527780, 40.78603110, 43.14440100, 40.77356900, 43.12539900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (493, 37, 'ABANA', 41.97583330, 34.01138890, 41.98363110, 34.02217800, 41.97116900, 34.00282200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (494, 37, 'AĞLI', 41.68736120, 33.55346650, 41.69163110, 33.56323400, 41.67916900, 33.54396600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (495, 37, 'ARAÇ', 41.24222220, 33.32833330, 41.25153110, 33.33966900, 41.23906900, 33.32053100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (496, 37, 'AZDAVAY', 41.64081260, 33.29832790, 41.64943110, 33.30812700, 41.63696900, 33.28887300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (497, 37, 'BOZKURT', 41.96099090, 34.01532410, 41.96453110, 34.02407500, 41.95206900, 34.00472500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (498, 37, 'CİDE', 41.89194100, 33.00019200, 41.89843110, 33.01206500, 41.88596900, 32.99273500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (499, 37, 'ÇATALZEYTİN', 41.95452100, 34.21503100, 41.95833110, 34.22457400, 41.94586900, 34.20522600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (500, 37, 'DADAY', 41.47921280, 33.46907000, 41.48423110, 33.47650300, 41.47176900, 33.45729700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (501, 37, 'DEVREKANİ', 41.60027780, 33.83333330, 41.60683110, 33.84522100, 41.59436900, 33.82597900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (502, 37, 'DOĞANYURT', 42.00414890, 33.45984100, 42.01023110, 33.46918200, 41.99776900, 33.44981800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (503, 37, 'HANÖNÜ(GÖKÇEAĞAÇ)', 41.63853220, 34.49706750, 41.64397700, 34.50321700, 41.63542300, 34.49233200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (504, 37, 'İHSANGAZİ', 41.20332030, 33.55178340, 41.20963110, 33.56106200, 41.19716900, 33.54193800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (505, 37, 'İNEBOLU', 41.97472220, 33.76083330, 41.97982400, 33.77049700, 41.96919000, 33.75038200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (506, 37, 'KASTAMONU', 41.38871000, 33.78273000, 41.43605900, 33.81498900, 41.35066800, 33.75290100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (507, 37, 'KÜRE', 41.80477310, 33.71068550, 41.81193110, 33.72005200, 41.79946900, 33.70074800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (508, 37, 'PINARBAŞI', 41.60243920, 33.10568160, 41.60803110, 33.11652100, 41.59556900, 33.09727900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (509, 37, 'SEYDİLER', 41.61936140, 33.71546170, 41.62493110, 33.72582400, 41.61246900, 33.70657600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (510, 37, 'ŞENPAZAR', 41.80694910, 33.23254450, 41.81533110, 33.24085200, 41.80286900, 33.22154800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (511, 37, 'TAŞKÖPRÜ', 41.51388890, 34.21472220, 41.51524200, 34.22467900, 41.49802500, 34.20205900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (512, 37, 'TOSYA', 41.01849130, 34.03737390, 41.02353110, 34.04703500, 41.01106900, 34.02796500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (513, 38, 'AKKIŞLA', 39.00000000, 36.16666670, 39.00820900, 36.18144300, 38.99128700, 36.15571000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (514, 38, 'BÜNYAN', 38.84830000, 35.86000000, 38.85126500, 35.86185600, 38.84287300, 35.85427600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (515, 38, 'DEVELİ', 38.38542900, 35.49951900, 38.42040540, 35.56354870, 38.35043570, 35.43548930, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (516, 38, 'FELAHİYE', 39.09136480, 35.56852190, 39.09803110, 35.57567000, 39.08556900, 35.55713000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (517, 38, 'HACILAR', 38.64972220, 35.45027780, 38.66777700, 35.46366100, 38.63931600, 35.44057200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (518, 38, 'İNCESU', 38.62043000, 35.18827800, 38.62983110, 35.19170900, 38.61736900, 35.17329100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (519, 38, 'KOCASİNAN', 38.73333330, 35.48333330, 38.81879700, 35.62767500, 38.62200200, 35.30432400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (520, 38, 'MELİKGAZİ', 38.73333330, 35.48333330, 38.81879700, 35.62767500, 38.62200200, 35.30432400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (521, 38, 'ÖZVATAN(ÇUKUR)', 38.73333330, 35.48333330, 38.81879700, 35.62767500, 38.62200200, 35.30432400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (522, 38, 'PINARBAŞI', 38.72200000, 36.39100000, 38.73066000, 36.40794300, 38.71551800, 36.38171200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (523, 38, 'SARIOĞLAN', 39.07939990, 35.96525860, 39.08866300, 35.97738800, 39.06679500, 35.95428800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (524, 38, 'SARIZ', 38.47916670, 36.50055560, 38.48593110, 36.50639000, 38.47346900, 36.48801000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (525, 38, 'TALAS', 38.68602000, 35.57791100, 38.69472920, 35.59391840, 38.67730970, 35.56190360, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (526, 38, 'TOMARZA', 38.45000000, 35.80000000, 38.45813300, 35.81233800, 38.43946800, 35.78790200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (527, 38, 'YAHYALI', 38.10000000, 35.36083330, 38.10939200, 35.36390400, 38.08694200, 35.34747400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (528, 38, 'YEŞİLHİSAR', 38.35853170, 35.08010680, 38.36511110, 35.08981100, 38.35264900, 35.07146300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (529, 39, 'BABAESKİ', 41.43333330, 27.10000000, 41.44506600, 27.10869100, 41.42661500, 27.08563200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (530, 39, 'DEMİRKÖY', 41.82300000, 27.76230000, 41.82953110, 27.77255400, 41.81706900, 27.75324600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (531, 39, 'KIRKLARELİ', 41.73333330, 27.21666670, 41.76005400, 27.24222000, 41.71061500, 27.18284300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (532, 39, 'KOFÇAZ', 41.93990500, 27.16206300, 41.95183110, 27.16697300, 41.93936900, 27.14762700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (533, 39, 'LÜLEBURGAZ', 41.40000000, 27.35000000, 41.41742100, 27.38251300, 41.38606600, 27.33402000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (534, 39, 'PEHLİVANKÖY', 41.34805560, 26.91972220, 41.35643110, 26.93448400, 41.34396900, 26.91531600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (535, 39, 'PINARHİSAR', 41.62812820, 27.51220860, 41.63303110, 27.52442500, 41.62056900, 27.50517500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (536, 39, 'VİZE', 41.57361110, 27.76527780, 41.58567000, 27.78088800, 41.56556500, 27.75122300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (537, 40, 'AKÇAKENT', 39.62277780, 34.09583330, 39.63033110, 34.10564100, 39.61786900, 34.08695900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (538, 40, 'AKPINAR', 39.44722220, 33.96805560, 39.45453110, 33.97701700, 39.44206900, 33.95838300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (539, 40, 'BOZTEPE', 39.26972220, 34.26111110, 39.27593110, 34.27099300, 39.26346900, 34.25240700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (540, 40, 'ÇİÇEKDAĞI', 39.60694440, 34.40861110, 39.61293110, 34.42233800, 39.60046900, 34.40366200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (541, 40, 'KAMAN', 39.36711900, 33.72934000, 39.38229600, 33.75350700, 39.35758400, 33.71466600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (542, 40, 'KIRŞEHİR', 39.15000000, 34.16666670, 39.20393900, 34.21774300, 39.08129300, 34.12553200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (543, 40, 'MUCUR', 39.06361110, 34.37833330, 39.06923110, 34.38836600, 39.05676900, 34.36983400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (544, 41, 'BAŞİSKELE', 40.62983680, 29.95092600, 40.76161500, 30.04003500, 40.53278200, 29.84708300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (545, 41, 'ÇAYIROVA', 40.83614210, 29.38310260, 40.87478100, 29.42272400, 40.80774900, 29.34142800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (546, 41, 'DARICA', 40.76958700, 29.37003100, 40.81193900, 29.42709100, 40.75307500, 29.33346200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (547, 41, 'DERİNCE', 40.90211930, 29.90465940, 41.02193900, 29.94068400, 40.74337900, 29.78116500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (548, 41, 'DİLOVASI', 40.77972220, 29.53500000, 40.80690300, 29.56329900, 40.76386500, 29.50953700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (549, 41, 'GEBZE', 40.80000000, 29.43333330, 40.95438900, 29.48161600, 40.75316000, 29.33339600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (550, 41, 'GÖLCÜK', 40.71206030, 29.84101740, 40.72815900, 29.85481300, 40.68583100, 29.76553600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (551, 41, 'İZMİT', 40.77598600, 29.94835700, 40.81137700, 30.07000500, 40.69019400, 29.68727000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (552, 41, 'KANDIRA', 41.07000000, 30.15000000, 41.08278900, 30.17766300, 41.05704400, 30.14101900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (553, 41, 'KARAMÜRSEL', 40.68916670, 29.61500000, 40.69647700, 29.63574800, 40.67323500, 29.56003100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (554, 41, 'KARTEPE', 40.70139170, 30.08963130, 40.77882000, 30.25386900, 40.58217200, 29.98712100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (555, 41, 'KÖRFEZ(TÜTÜNÇİFTLİK)', 40.74613000, 29.78953000, 40.75458290, 29.80553740, 40.73767610, 29.77352260, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (556, 42, 'AHIRLI', 37.23750000, 32.11805560, 37.24623110, 32.12903700, 37.23376900, 32.11096300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (557, 42, 'AKÖREN', 37.45694440, 32.36944440, 37.46013110, 32.38036300, 37.44766900, 32.36223700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (558, 42, 'AKŞEHİR', 38.35591100, 31.41540900, 38.36680400, 31.43399000, 38.35111400, 31.40784600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (559, 42, 'ALTINEKİN', 38.30777780, 32.86861110, 38.31403110, 32.87856900, 38.30156900, 32.86023100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (560, 42, 'BEYŞEHİR', 37.67638890, 31.72611110, 37.70174400, 31.74699500, 37.66020000, 31.70737900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (561, 42, 'BOZKIR', 37.18777780, 32.24805560, 37.19593110, 32.25553100, 37.18346900, 32.23746900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (562, 42, 'CİHANBEYLİ', 38.65805560, 32.92805560, 38.67140100, 32.94991100, 38.63857700, 32.88891900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (563, 42, 'ÇELTİK', 39.02444440, 31.79055560, 39.03183110, 31.79936100, 39.01936900, 31.78083900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (564, 42, 'ÇUMRA', 37.57125100, 32.78443900, 37.59139800, 32.80963600, 37.56423400, 32.76767900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (565, 42, 'DERBENT', 38.01361110, 32.01638890, 38.02043110, 32.02663200, 38.00796900, 32.00836800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (566, 42, 'DEREBUCAK', 37.39361110, 31.50750000, 37.39783110, 31.51905500, 37.38536900, 31.50094500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (567, 42, 'DOĞANHİSAR', 38.14472220, 31.67805560, 38.14991300, 31.68057200, 38.14164700, 31.67135600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (568, 42, 'EMİRGAZİ', 37.90222220, 33.83722220, 37.91073110, 33.84531800, 37.89826900, 33.82708200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (569, 42, 'EREĞLİ', 37.50583330, 34.05166670, 37.53488700, 34.08623000, 37.47789700, 34.01666100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (570, 42, 'GÜNEYSINIR', 37.26861110, 32.73305560, 37.27553110, 32.73734100, 37.26306900, 32.71925900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (571, 42, 'HADİM', 36.99066900, 32.46207000, 36.99284810, 32.47253300, 36.98038600, 32.45451900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (572, 42, 'HALKAPINAR', 37.43530350, 34.18934730, 37.44013110, 34.19716100, 37.42766900, 34.17903900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (573, 42, 'HÜYÜK', 37.95194440, 31.59583330, 37.96173110, 31.60722500, 37.94926900, 31.58897500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (574, 42, 'ILGIN', 38.27916670, 31.91388890, 38.29392100, 31.94301000, 38.26573600, 31.88015200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (575, 42, 'KADINHANI', 38.23972220, 32.21138890, 38.24945400, 32.23858100, 38.22973600, 32.18907800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (576, 42, 'KARAPINAR', 37.71482100, 33.55223800, 37.72501910, 33.56499700, 37.71255700, 33.54680700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (577, 42, 'KARATAY', 37.86666670, 32.48333330, 38.05063000, 32.68011600, 37.71903100, 32.33873700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (578, 42, 'KULU', 39.08916670, 33.08055560, 39.09605710, 33.08130100, 39.08359500, 33.06275900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (579, 42, 'MERAM', 37.86666670, 32.48333330, 38.05063000, 32.68011600, 37.71903100, 32.33873700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (580, 42, 'SARAYÖNÜ', 38.26611110, 32.40638890, 38.27570100, 32.41996300, 38.25115000, 32.38916200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (581, 42, 'SELÇUKLU', 37.86666670, 32.48333330, 38.05063000, 32.68011600, 37.71903100, 32.33873700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (582, 42, 'SEYDİŞEHİR', 37.42390800, 31.85071000, 37.43116600, 31.85957500, 37.41483300, 31.83262700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (583, 42, 'TAŞKENT', 36.92250150, 32.49483840, 36.93023110, 32.50140000, 36.91776900, 32.48340000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (584, 42, 'TUZLUKÇU', 38.47816800, 31.63121000, 38.48726500, 31.64124700, 38.46782100, 31.62552000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (585, 42, 'YALIHÜYÜK', 37.30361110, 32.08694440, 37.30833110, 32.09414500, 37.29586900, 32.07605500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (586, 42, 'YUNAK', 38.81722220, 31.73555560, 38.82211500, 31.74901000, 38.79864500, 31.72665100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (587, 43, 'ALTINTAŞ', 39.06152280, 30.10984720, 39.06663110, 30.11896600, 39.05416900, 30.10043400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (588, 43, 'ASLANAPA', 39.21904000, 29.87431900, 39.22183110, 29.88198600, 39.20936900, 29.86341400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (589, 43, 'ÇAVDARHİSAR', 39.19777780, 29.61583330, 39.20343110, 29.62688400, 39.19096900, 29.60831600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (590, 43, 'DOMANİÇ', 39.80347100, 29.61153000, 39.80813110, 29.62116500, 39.79566900, 29.60243500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (591, 43, 'DUMLUPINAR', 38.85639730, 29.97694410, 38.86143110, 29.98543900, 38.84896900, 29.96696100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (592, 43, 'EMET', 39.34206240, 29.25822820, 39.34916300, 29.26508000, 39.33485300, 29.24742900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (593, 43, 'GEDİZ', 38.98762170, 29.38600540, 38.99993100, 29.40233700, 38.97355900, 29.37193900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (594, 43, 'HİSARCIK', 39.24692250, 29.24079550, 39.25319410, 29.24775000, 39.24073200, 29.22917000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (595, 43, 'KÜTAHYA', 39.41666670, 29.98333330, 39.44271800, 30.06650300, 39.37947300, 29.91919900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (596, 43, 'PAZARLAR', 38.99710920, 29.12452550, 39.00143110, 29.13315700, 38.98896900, 29.11464300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (597, 43, 'SİMAV', 39.09273900, 28.97761000, 39.09591900, 28.99490000, 39.08295300, 28.95504900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (598, 43, 'ŞAPHANE', 39.02777780, 29.22277780, 39.03223110, 29.23266100, 39.01976900, 29.21413900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (599, 43, 'TAVŞANLI', 39.54439900, 29.49157900, 39.56510700, 29.50110900, 39.53374200, 29.46212700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (600, 44, 'AKÇADAĞ', 38.35000000, 37.96666670, 38.35133110, 37.97767300, 38.33886900, 37.95932700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (601, 44, 'ARAPKİR(ARAPGİR)', 39.04668470, 38.48782340, 39.05133110, 38.49886400, 39.03886900, 38.48033600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (602, 44, 'ARGUVAN', 38.77302930, 38.27138670, 38.78153110, 38.28032800, 38.76906900, 38.26187200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (603, 44, 'BATTALGAZİ', 38.42277780, 38.36555560, 38.42447100, 38.37239700, 38.41725700, 38.35981800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (604, 44, 'DARENDE', 38.54720000, 37.51110000, 38.55343110, 37.52019900, 38.54096900, 37.50180100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (605, 44, 'DOĞANŞEHİR', 38.09583330, 37.87916670, 38.10213110, 37.88844200, 38.08966900, 37.87015800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (606, 44, 'DOĞANYOL', 38.31055560, 39.03944440, 38.31673110, 39.04856900, 38.30426900, 39.03023100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (607, 44, 'HEKİMHAN', 38.81666670, 37.93333330, 38.82253110, 37.94193400, 38.81006900, 37.92346600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (608, 44, 'KALE', 38.41611110, 38.76666670, 38.42243110, 38.77588200, 38.40996900, 38.75751800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (609, 44, 'KULUNCAK', 38.88333330, 37.66666670, 38.89193110, 37.67954300, 38.87946900, 37.66105700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (610, 44, 'MALATYA', 38.35519000, 38.30946000, 38.39755900, 38.45324400, 38.30512300, 38.23262200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (611, 44, 'PÜTÜRGE(PÖTÜRGE)', 38.19666670, 38.86972220, 38.20293110, 38.87895500, 38.19046900, 38.86064500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (612, 44, 'YAZIHAN', 38.59694440, 38.18777780, 38.60303110, 38.19700500, 38.59056900, 38.17859500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (613, 44, 'YEŞİLYURT', 38.29744890, 38.24427270, 38.30303110, 38.25596700, 38.29056900, 38.23763300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (614, 45, 'AHMETLİ', 38.52150640, 27.93954540, 38.52813110, 27.94759600, 38.51566900, 27.92920400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (615, 45, 'AKHİSAR', 38.92469000, 27.83618000, 38.94501300, 27.86342700, 38.89783500, 27.81526500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (616, 45, 'ALAŞEHİR', 38.35086100, 28.51516900, 38.35805300, 28.53017600, 38.34098200, 28.50830600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (617, 45, 'DEMİRCİ', 39.04500000, 28.65805560, 39.05844300, 28.67073500, 39.02983300, 28.64544300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (618, 45, 'GÖLMARMARA', 38.71666670, 27.91666670, 38.72443110, 27.92902100, 38.71196900, 27.91057900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (619, 45, 'GÖRDES', 38.93277780, 28.29027780, 38.94153900, 28.29826700, 38.92565300, 28.27752100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (620, 45, 'KIRKAĞAÇ', 39.10937900, 27.66620100, 39.11621610, 27.67813500, 39.10375400, 27.65959100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (621, 45, 'KÖPRÜBAŞI', 38.74972220, 28.40472220, 38.75553110, 28.41312500, 38.74306900, 28.39467500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (622, 45, 'KULA', 38.54583330, 28.64944440, 38.55404900, 28.65877700, 38.53882400, 28.63957600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (623, 45, 'MANİSA', 38.61909900, 27.42892100, 38.64228900, 27.48797600, 38.60237600, 27.32608600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (624, 45, 'SALİHLİ', 38.48111110, 28.13916670, 38.49951600, 28.19020700, 38.46535700, 28.10353800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (625, 45, 'SARIGÖL', 38.24027780, 28.69888890, 38.24586500, 28.70835100, 38.23115300, 28.68269300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (626, 45, 'SARUHANLI', 38.73416670, 27.56583330, 38.74094000, 27.58511200, 38.72297300, 27.53889300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (627, 45, 'SELENDİ', 38.74444440, 28.86777780, 38.75223110, 28.87692500, 38.73976900, 28.85847500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (628, 45, 'SOMA', 39.18833330, 27.60888890, 39.19465900, 27.62788500, 39.17800800, 27.59034400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (629, 45, 'TURGUTLU', 38.50423800, 27.70442000, 38.51659400, 27.72402800, 38.48749000, 27.68506200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (630, 46, 'AFŞİN', 38.25000000, 36.91666670, 38.25000610, 36.92170100, 38.23754400, 36.90337700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (631, 46, 'ANDIRIN', 37.57634500, 36.35251830, 37.58263110, 36.35967800, 37.57016900, 36.34152200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (632, 46, 'ÇAĞLIYANCERİT', 37.58333330, 36.93333330, 37.60526100, 36.99767800, 37.53030900, 36.82970300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (633, 46, 'EKİNÖZÜ', 38.06170000, 37.19280000, 38.06793110, 37.20193800, 38.05546900, 37.18366200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (634, 46, 'ELBİSTAN', 38.20266000, 37.20616900, 38.22604800, 37.24006700, 38.17698400, 37.16831300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (635, 46, 'GÖKSUN', 38.01666670, 36.50000000, 38.02784700, 36.50900500, 38.00969700, 36.48046900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (636, 46, 'KAHRAMANMARAŞ', 37.58333330, 36.93333330, 37.60526100, 36.99767800, 37.53030900, 36.82970300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (637, 46, 'NURHAK', 37.96666670, 37.43333330, 37.97193110, 37.43632600, 37.95946900, 37.41807400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (638, 46, 'PAZARCIK', 37.48983490, 37.29453030, 37.49425410, 37.30353100, 37.48179200, 37.28539700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (639, 46, 'TÜRKOĞLU', 37.39140000, 36.85220000, 37.39533900, 36.86688800, 37.37704100, 36.84055300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (640, 47, 'DARGEÇİT', 37.54710400, 41.71838230, 37.55177300, 41.73016800, 37.53947200, 41.70841900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (641, 47, 'DERİK', 37.36583330, 40.26972220, 37.37203110, 40.27885200, 37.35956900, 40.26074800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (642, 47, 'KIZILTEPE', 37.19388890, 40.58611110, 37.20825500, 40.61364800, 37.17744600, 40.55723100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (643, 47, 'MARDİN', 37.31223610, 40.73511200, 37.33055400, 40.76448600, 37.30510900, 40.71697100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (644, 47, 'MAZIDAĞI', 37.48333330, 40.48333330, 37.48543110, 40.49556600, 37.47296900, 40.47743400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (645, 47, 'MİDYAT(ESTEL)', 37.31223610, 40.73511200, 37.33055400, 40.76448600, 37.30510900, 40.71697100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (646, 47, 'NUSAYBİN', 37.07568760, 41.21452070, 37.08608300, 41.23259100, 37.06208000, 41.20169700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (647, 47, 'ÖMERLİ', 37.40092490, 40.95632600, 37.40863110, 40.96515700, 37.39616900, 40.94704300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (648, 47, 'SAVUR', 37.53785790, 40.88967180, 37.54383110, 40.89827300, 37.53136900, 40.88012700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (649, 47, 'YEŞİLLİ', 37.34261710, 40.82494710, 37.34683110, 40.83484900, 37.33436900, 40.81675100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (650, 48, 'BODRUM', 37.03533900, 27.43029000, 37.04892900, 27.45011600, 37.01694000, 27.36229000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (651, 48, 'DALAMAN', 36.77187000, 28.79770100, 36.78868100, 28.82295600, 36.74972600, 28.79195900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (652, 48, 'DATÇA', 36.72830000, 27.68690000, 36.73432110, 27.69025600, 36.72185900, 27.67363200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (653, 48, 'FETHİYE', 36.65138890, 29.12305560, 36.70010400, 29.18028200, 36.60473700, 29.08373600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (654, 48, 'KAVAKLIDERE', 37.44694440, 28.36333330, 37.45313110, 28.37416200, 37.44066900, 28.35603800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (655, 48, 'KÖYCEĞİZ', 36.97126000, 28.68884100, 36.98657900, 28.70412900, 36.95566200, 28.67312700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (656, 48, 'MARMARİS', 36.86341100, 28.27504000, 36.87233760, 28.29104740, 36.85448330, 28.25903260, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (657, 48, 'MİLAS', 37.31277780, 27.78194440, 37.33209100, 27.79364900, 37.28421700, 27.76631100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (658, 48, 'MUĞLA', 37.21527780, 28.36361110, 37.22581000, 28.41449800, 37.19465100, 28.34127900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (659, 48, 'ORTACA', 36.83777780, 28.76611110, 36.84413700, 28.77525800, 36.83300800, 28.76024200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (660, 48, 'ULA', 37.10277780, 28.41666670, 37.11399610, 28.42824000, 37.10153400, 28.41019800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (661, 48, 'YATAĞAN', 37.34055560, 28.14027780, 37.35253000, 28.16191800, 37.33036800, 28.12086300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (662, 49, 'BULANIK', 39.09500000, 42.26666670, 39.10333600, 42.29830100, 39.08620900, 42.25291400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (663, 49, 'HASKÖY', 38.68638890, 41.69361110, 38.69087700, 41.69936100, 38.68232300, 41.68894000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (664, 49, 'KORKUT', 38.74424820, 41.78392870, 38.74873110, 41.79332400, 38.73626900, 41.77487600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (665, 49, 'MALAZGİRT', 39.15005100, 42.55410000, 39.15888900, 42.55838700, 39.13030300, 42.52964600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (666, 49, 'MUŞ', 38.74329260, 41.50648230, 38.78350300, 41.54062500, 38.71822400, 41.47230600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (667, 49, 'VARTO', 39.16944440, 41.45416670, 39.17673110, 41.46358000, 39.16426900, 41.44502000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (668, 50, 'ACIGÖL', 38.55289060, 34.50575250, 38.55843110, 34.51740000, 38.54596900, 34.49900000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (669, 50, 'AVANOS', 38.71973000, 34.85525900, 38.72308500, 34.86663100, 38.70308200, 34.83508200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (670, 50, 'DERİNKUYU', 38.37345100, 34.73947900, 38.37973110, 34.74377700, 38.36726900, 34.72542300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (671, 50, 'GÜLŞEHİR', 38.74303100, 34.62608000, 38.74793110, 34.63092400, 38.73546900, 34.61247600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (672, 50, 'HACIBEKTAŞ', 38.96744470, 34.64140280, 39.18148400, 34.79491700, 38.85034500, 34.40068300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (673, 50, 'KOZAKLI', 39.21655160, 34.84861990, 39.22333110, 34.86008600, 39.21086900, 34.84151400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (674, 50, 'NEVŞEHİR', 38.62442000, 34.72396900, 38.68410700, 34.76475900, 38.58904700, 34.66975200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (675, 50, 'ÜRGÜP', 38.55201790, 34.99475100, 38.75639400, 35.15557500, 38.40973400, 34.78148800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (676, 51, 'ALTUNHİSAR', 38.00000000, 34.36666670, 38.00343110, 34.38033000, 37.99096900, 34.36207000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (677, 51, 'BOR', 37.88333330, 34.55000000, 37.92353900, 34.58822500, 37.85247000, 34.54898000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (678, 51, 'ÇAMARDI', 37.83202890, 34.98648610, 37.83793110, 34.99360900, 37.82546900, 34.97539100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (679, 51, 'ÇİFTLİK(ÖZYURT)', 37.96064540, 34.85827780, 37.96517700, 34.86500300, 37.95662300, 34.85468600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (680, 51, 'NİĞDE', 37.96666670, 34.68333330, 37.97991300, 34.69158500, 37.95699200, 34.66190600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (681, 51, 'ULUKIŞLA', 37.54578810, 34.48358550, 37.55521400, 34.50438400, 37.53971500, 34.47041700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (682, 52, 'AKKUŞ', 40.79305560, 37.01638890, 40.79683110, 37.02740300, 40.78436900, 37.00839700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (683, 52, 'AYBASTI', 40.68215510, 37.39433320, 40.68653600, 37.40275100, 40.67992500, 37.38622200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (684, 52, 'ÇAMAŞ', 40.89899100, 37.53002900, 40.90573110, 37.53831800, 40.89326900, 37.51928200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (685, 52, 'ÇATALPINAR', 41.10604960, 37.25166610, 41.11037700, 37.25646800, 41.10182300, 37.24567200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (686, 52, 'ÇAYBAŞI', 41.01857140, 37.09759240, 41.02433110, 37.10893600, 41.01186900, 37.08986400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (687, 52, 'FATSA', 41.03333330, 37.50000000, 41.04849100, 37.52480600, 41.02365300, 37.47841400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (688, 52, 'GÖLKÖY', 40.68750000, 37.61777780, 40.68981200, 37.62173600, 40.68449900, 37.60936000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (689, 52, 'GÜLYALI', 40.96210930, 38.05490150, 40.97046600, 38.07034500, 40.95562100, 38.04499400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (690, 52, 'GÜRGENTEPE', 40.78833330, 37.60166670, 40.79266100, 37.60619200, 40.78345400, 37.59628800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (691, 52, 'İKİZCE', 41.05833330, 37.08027780, 41.06307700, 37.08886300, 41.04912300, 37.07204600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (692, 52, 'KABADÜZ(KARADÜZ)', 40.98333330, 37.88333330, 41.02034000, 37.97897600, 40.93163100, 37.82599200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (693, 52, 'KABATAŞ', 40.75000000, 37.45000000, 40.75873110, 37.46129700, 40.74626900, 37.44230300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (694, 52, 'KORGAN', 40.82472220, 37.34666670, 40.83613110, 37.35370800, 40.82366900, 37.33469200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (695, 52, 'KUMRU', 40.87444440, 37.26388890, 40.87943110, 37.27071500, 40.86696900, 37.25168500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (696, 52, 'MESUDİYE', 40.46294000, 37.77082100, 40.46853110, 37.78005600, 40.45606900, 37.76114400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (697, 52, 'ORDU', 40.98333330, 37.88333330, 41.02034000, 37.97897600, 40.93163100, 37.82599200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (698, 52, 'PERŞEMBE', 41.06555560, 37.77138890, 41.07532000, 37.78143500, 41.05404900, 37.77022300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (699, 52, 'ULUBEY', 40.87101560, 37.75762390, 40.87903110, 37.76681500, 40.86656900, 37.74778500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (700, 52, 'ÜNYE', 41.12783100, 37.28718900, 41.13509600, 37.29677000, 41.11848600, 37.27575900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (701, 53, 'ARDEŞEN', 41.18781140, 40.97066910, 41.19930800, 41.00229600, 41.18277200, 40.96351800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (702, 53, 'ÇAMLIHEMŞİN', 41.04648450, 41.00486630, 41.05143110, 41.01413900, 41.03896900, 40.99506100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (703, 53, 'ÇAYELİ', 41.08945100, 40.73648800, 41.10416500, 40.74070800, 41.08149900, 40.71190600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (704, 53, 'DEREPAZARI', 41.02258490, 40.42535550, 41.02830500, 40.43553600, 41.01826900, 40.41646400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (705, 53, 'FINDIKLI', 40.90740570, 40.46646020, 40.91184100, 40.47129400, 40.90328700, 40.46053100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (706, 53, 'GÜNEYSU', 40.97178750, 40.61367490, 40.97863110, 40.62192900, 40.96616900, 40.60287100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (707, 53, 'HEMŞİN', 41.05000000, 40.90000000, 41.05733110, 40.90994000, 41.04486900, 40.89086000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (708, 53, 'İKİZDERE', 40.78186860, 40.55334050, 40.78993110, 40.56220200, 40.77746900, 40.54319800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (709, 53, 'İYİDERE', 41.01194440, 40.36194440, 41.01841700, 40.37604300, 41.00595500, 40.35773100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (710, 53, 'KALKANDERE', 40.92854790, 40.44307980, 40.93493110, 40.45132300, 40.92246900, 40.43227700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (711, 53, 'PAZAR', 41.18004300, 40.89140220, 41.18421400, 40.91725600, 41.17042500, 40.87246900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (712, 53, 'RİZE', 41.02005000, 40.52344900, 41.04649200, 40.58680200, 41.01078200, 40.47857800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (713, 54, 'ADAPAZARI', 40.78885500, 30.40595400, 40.79730240, 30.42196140, 40.78040650, 30.38994660, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (714, 54, 'AKYAZI', 40.68333330, 30.62527780, 40.69830700, 30.63466100, 40.67305800, 30.61195700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (715, 54, 'ARİFİYE', 40.71454100, 30.36237500, 40.72299790, 30.37838240, 40.70608310, 30.34636760, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (716, 54, 'ERENLER', 40.75687930, 30.37813800, 40.82551800, 30.43983200, 40.68619900, 30.32213800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (717, 54, 'FERİZLİ', 40.93971900, 30.48857350, 40.94543110, 30.49852400, 40.93296900, 30.47947600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (718, 54, 'GEYVE', 40.51929900, 30.30188000, 40.52453100, 30.30795700, 40.49555900, 30.28104700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (719, 54, 'HENDEK', 40.80509900, 30.74930000, 40.81811700, 30.76443600, 40.79586200, 30.73765500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (720, 54, 'KARAPÜRÇEK', 40.64250000, 30.53860000, 40.64803110, 30.54898200, 40.63556900, 30.53001800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (721, 54, 'KARASU', 41.10361110, 30.69361110, 41.11563800, 30.71916600, 41.08448800, 30.67339000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (722, 54, 'KAYNARCA', 41.03466000, 30.31016000, 41.03953110, 30.31723800, 41.02706900, 30.29816200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (723, 54, 'KOCAALİ', 41.05472220, 30.85027780, 41.06181200, 30.86005100, 41.04185700, 30.83827700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (724, 54, 'PAMUKOVA', 40.50527010, 30.16759020, 40.51313110, 30.17676200, 40.50066900, 30.15783800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (725, 54, 'SAPANCA', 40.69054100, 30.26344700, 40.70373800, 30.29896100, 40.67550700, 30.22752900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (726, 54, 'SERDİVAN', 40.75687930, 30.37813800, 40.82551800, 30.43983200, 40.68619900, 30.32213800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (727, 54, 'SÖĞÜTLÜ', 40.90369930, 30.46909750, 40.90963110, 30.48121900, 40.89716900, 30.46218100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (728, 54, 'TARAKLI', 40.39694440, 30.49277780, 40.40383110, 30.50184700, 40.39136900, 30.48295300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (729, 55, 'ALAÇAM', 41.61691850, 35.60541660, 41.62312500, 35.61643600, 41.60210800, 35.59573100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (730, 55, 'ASARCIK', 41.04181530, 36.23020400, 41.04563110, 36.24083900, 41.03316900, 36.22176100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (731, 55, 'ATAKUM', 41.29278200, 36.33128000, 41.34413400, 36.38120500, 41.23500200, 36.24951900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (732, 55, 'AYVACIK', 40.98704100, 36.63142000, 40.99653110, 36.64273200, 40.98406900, 36.62366800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (733, 55, 'BAFRA', 41.56541800, 35.89524100, 41.57238600, 35.92128200, 41.54590400, 35.87828600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (734, 55, 'CANİK', 41.29278200, 36.33128000, 41.34413400, 36.38120500, 41.23500200, 36.24951900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (735, 55, 'ÇARŞAMBA', 41.19895900, 36.72689100, 41.20537700, 36.73759600, 41.18747900, 36.70888700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (736, 55, 'HAVZA', 40.97044000, 35.66260100, 40.97734700, 35.67077800, 40.96497200, 35.65155200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (737, 55, 'İLKADIM', 41.29278200, 36.33128000, 41.34413400, 36.38120500, 41.23500200, 36.24951900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (738, 55, 'KAVAK', 41.07361110, 36.04027780, 41.08573110, 36.05164400, 41.07326900, 36.03255600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (739, 55, 'LADİK', 40.91055560, 35.89194440, 40.91643110, 35.90212000, 40.90396900, 35.88308000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (740, 55, 'ONDOKUZMAYIS(BALLICA', 41.50000000, 36.08333300, 41.50835630, 36.09934040, 41.49164260, 36.06732560, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (741, 55, 'SALIPAZARI', 41.08055250, 36.82663280, 41.08833110, 36.83724500, 41.07586900, 36.81815500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (742, 55, 'TEKKEKÖY', 41.21250000, 36.45694440, 41.24869600, 36.48510800, 41.19618300, 36.43562200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (743, 55, 'TERME', 41.20920900, 36.97065000, 41.21462800, 36.97799900, 41.19824000, 36.96172100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (744, 55, 'VEZİRKÖPRÜ', 41.14508100, 35.45726000, 41.15320400, 35.47132000, 41.13428800, 35.43797300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (745, 55, 'YAKAKENT', 41.63310300, 35.53226270, 41.63913110, 35.53932600, 41.62666900, 35.52007400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (746, 56, 'AYDINLAR', 37.95032620, 42.01508890, 37.95713110, 42.02252400, 37.94466900, 42.00427600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (747, 56, 'BAYKAN', 38.16388890, 41.78472220, 38.17003110, 41.79385100, 38.15756900, 41.77554900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (748, 56, 'ERUH', 37.75000000, 42.18333330, 37.75592310, 42.18889900, 37.74346100, 42.17070100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (749, 56, 'KURTALAN', 37.92662000, 41.69475730, 37.93793500, 41.70946200, 37.91471700, 41.67251600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (750, 56, 'PERVARİ', 37.93095050, 42.54653580, 37.93933110, 42.55602200, 37.92686900, 42.53777800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (751, 56, 'SİİRT', 37.94429000, 41.93288000, 37.95594000, 41.96365800, 37.90967100, 41.87254700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (752, 56, 'ŞİRVAN', 38.06333330, 42.02750000, 38.06953110, 42.03653800, 38.05706900, 42.01826200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (753, 57, 'AYANCIK', 41.94704100, 34.59177000, 41.95103110, 34.59677300, 41.93856900, 34.57742700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (754, 57, 'BOYABAT', 41.46666670, 34.76666670, 41.47081600, 34.79780800, 41.45513000, 34.76277500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (755, 57, 'DİKMEN', 41.65404910, 35.26499160, 41.65963110, 35.27462900, 41.64716900, 35.25537100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (756, 57, 'DURAĞAN', 41.42197640, 35.05498290, 41.43507000, 35.06257900, 41.41282100, 35.05018200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (757, 57, 'ERFELEK', 41.87635690, 34.90851520, 41.88503110, 34.91736300, 41.87256900, 34.89803700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (758, 57, 'GERZE', 41.80041100, 35.18718000, 41.80660800, 35.20405800, 41.79106000, 35.17771400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (759, 57, 'SARAYDÜZÜ', 41.32816180, 34.84746330, 41.33523110, 34.85688100, 41.32276900, 34.83771900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (760, 57, 'SİNOP', 42.02642220, 35.15507450, 42.03213500, 35.19494700, 42.01267500, 35.11595700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (761, 57, 'TÜRKELİ', 41.94861110, 34.33666670, 41.95483110, 34.34637300, 41.94236900, 34.32702700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (762, 58, 'AKINCILAR', 40.08030000, 38.34720000, 40.08643110, 38.35660300, 40.07396900, 38.33779700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (763, 58, 'ALTINYAYLA', 39.27200000, 36.75200000, 39.27883110, 36.76029400, 39.26636900, 36.74170600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (764, 58, 'DİVRİĞİ', 39.36586000, 38.12725100, 39.38699500, 38.13627800, 39.35619200, 38.11221500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (765, 58, 'DOĞANŞAR', 40.21666670, 37.53333330, 40.22183110, 37.54602200, 40.20936900, 37.52717800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (766, 58, 'GEMEREK', 39.18520000, 36.07503100, 39.19286500, 36.08631000, 39.17579400, 36.05847300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (767, 58, 'GÖLOVA', 40.06220000, 38.60940000, 40.06843110, 38.61890000, 40.05596900, 38.60010000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (768, 58, 'GÜRÜN', 38.72250000, 37.27750000, 38.72863110, 37.28662200, 38.71616900, 37.26817800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (769, 58, 'HAFİK', 39.85000000, 37.38333330, 39.85903110, 37.39327200, 39.84656900, 37.37452800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (770, 58, 'İMRANLI', 39.87651050, 38.11062530, 39.88323110, 38.12307500, 39.87076900, 38.10432500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (771, 58, 'KANGAL', 39.23333330, 37.38333330, 39.24096100, 37.39657400, 39.22700100, 37.38084300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (772, 58, 'KOYULHİSAR', 40.30000000, 37.83333330, 40.31163110, 37.83993400, 40.29916900, 37.82106600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (773, 58, 'SİVAS', 39.74766200, 37.01787900, 39.78366900, 37.06167300, 39.69902400, 36.91985800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (774, 58, 'SUŞEHRİ', 40.16228100, 38.09574900, 40.16826500, 38.10276300, 40.15666800, 38.08344800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (775, 58, 'ŞARKIŞLA', 39.35094800, 36.41759900, 39.36537800, 36.43139900, 39.33574000, 36.38376300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (776, 58, 'ULAŞ', 39.44382900, 37.04050800, 39.45043110, 37.05171600, 39.43796900, 37.03308400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (777, 58, 'YILDIZELİ', 39.86666670, 36.60000000, 39.87338400, 36.60573100, 39.86274800, 36.58498400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (778, 58, 'ZARA', 39.89500000, 37.75310000, 39.90095100, 37.76269100, 39.88835100, 37.74064800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (779, 59, 'ÇERKEZKÖY', 41.28333330, 28.00000000, 41.32141100, 28.06084500, 41.23712700, 27.88568700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (780, 59, 'ÇORLU', 41.16746100, 27.80559900, 41.29092900, 27.92357400, 41.10413700, 27.62749300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (781, 59, 'HAYRABOLU', 41.21316840, 27.10000140, 41.21997610, 27.11218200, 41.20751400, 27.09305200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (782, 59, 'MALKARA', 40.89333330, 26.90416670, 40.91045800, 26.93405000, 40.88061500, 26.87996500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (783, 59, 'MARMARAEREĞLİSİ', 40.97000000, 27.95500000, 41.01419500, 27.98644200, 40.96210400, 27.91432700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (784, 59, 'MURATLI', 41.17404900, 27.50878900, 41.18938300, 27.52180400, 41.15206900, 27.48254400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (785, 59, 'SARAY', 41.44254190, 27.92197100, 41.45470200, 27.93555400, 41.43379300, 27.91042300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (786, 59, 'ŞARKÖY', 40.61343000, 27.11357000, 40.61937800, 27.14877300, 40.60721000, 27.09606200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (787, 59, 'TEKİRDAĞ', 40.98333330, 27.51666670, 40.99672300, 27.60025200, 40.93770400, 27.46899300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (788, 60, 'ALMUS', 40.37571970, 36.90441040, 40.38173110, 36.91314400, 40.36926900, 36.89425600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (789, 60, 'ARTOVA', 40.11542600, 36.30415520, 40.12383110, 36.31260800, 40.11136900, 36.29379200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (790, 60, 'BAŞÇİFTLİK', 40.55000000, 37.16666700, 40.55293110, 37.17746800, 40.54046900, 37.15853200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (791, 60, 'ERBAA', 40.66666670, 36.56666670, 40.67662300, 36.58012600, 40.65475300, 36.55459000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (792, 60, 'NİKSAR', 40.59054200, 36.95360200, 40.59431200, 36.96879800, 40.58182300, 36.94161400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (793, 60, 'PAZAR', 40.27768770, 36.28762190, 40.28583110, 36.29723100, 40.27336900, 36.27836900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (794, 60, 'REŞADİYE', 40.20760000, 35.68542100, 40.21027700, 35.68818800, 40.20172300, 35.67753700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (795, 60, 'SULUSARAY', 39.99655870, 36.08475900, 40.00253110, 36.09129100, 39.99006900, 36.07250900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (796, 60, 'TOKAT', 40.31666670, 36.55000000, 40.35893200, 36.59321900, 40.26786800, 36.46966200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (797, 60, 'TURHAL', 40.38546000, 36.07432200, 40.38847200, 36.09446500, 40.37429600, 36.05584500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (798, 60, 'YEŞİLYURT', 40.01037940, 36.21634070, 40.01613110, 36.22849300, 40.00366900, 36.20970700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (799, 60, 'ZİLE', 40.30000000, 35.88333330, 40.31194900, 35.90521200, 40.28901700, 35.86488700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (800, 61, 'AKÇAABAT', 41.01666670, 39.58333330, 41.03345000, 39.62251100, 41.00667800, 39.55940500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (801, 61, 'ARAKLI', 40.93916080, 40.05503960, 40.94134100, 40.05766800, 40.93745900, 40.05173200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (802, 61, 'ARSİN', 40.95329230, 39.92555500, 40.95455200, 39.92815500, 40.95227500, 39.92364500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (803, 61, 'BEŞİKDÜZÜ', 41.04944440, 39.23527780, 41.05777200, 39.24778800, 41.04719000, 39.22097400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (804, 61, 'ÇARŞIBAŞI', 41.08333300, 39.38333300, 41.08606710, 39.39241700, 41.07360500, 39.37332700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (805, 61, 'ÇAYKARA', 40.75207520, 40.24492130, 40.75793110, 40.25169700, 40.74546900, 40.23270300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (806, 61, 'DERNEKPAZARI', 40.80193870, 40.24480970, 40.80853110, 40.25660400, 40.79606900, 40.23759600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (807, 61, 'DÜZKÖY', 40.87590720, 39.42722060, 40.88023110, 39.43551500, 40.86776900, 39.41648500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (808, 61, 'HAYRAT', 40.89023220, 40.36762170, 40.89553110, 40.37591700, 40.88306900, 40.35688300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (809, 61, 'KÖPRÜBAŞI', 40.80815260, 40.12259390, 40.81513110, 40.13150500, 40.80266900, 40.11249500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (810, 61, 'MAÇKA', 40.81666670, 39.61666670, 40.82173110, 39.62310600, 40.80926900, 39.60409400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (811, 61, 'OF', 40.94540460, 40.26902800, 40.95721900, 40.28510400, 40.93588700, 40.25349500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (812, 61, 'SÜRMENE', 40.91273860, 40.11097830, 40.91873110, 40.12092000, 40.90626900, 40.10188000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (813, 61, 'ŞALPAZARI', 40.94185710, 39.19107150, 40.94833110, 39.20402500, 40.93586900, 39.18497500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (814, 61, 'TONYA', 40.88540190, 39.29242690, 40.88834000, 39.29523400, 40.88287700, 39.28873300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (815, 61, 'TRABZON', 41.00000000, 39.73333330, 41.01237000, 39.82051000, 40.95573600, 39.65240700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (816, 61, 'VAKFIKEBİR', 41.04749440, 39.27980280, 41.04939300, 39.28474000, 41.04292400, 39.26651000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (817, 61, 'YOMRA', 40.95428100, 39.86514060, 40.95605300, 39.86827400, 40.95294700, 39.86352600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (818, 62, 'ÇEMİŞGEZEK', 39.06361110, 38.91333330, 39.06993110, 38.92256600, 39.05746900, 38.90403400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (819, 62, 'HOZAT', 39.10888890, 39.21916670, 39.11533110, 39.22927200, 39.10286900, 39.21072800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (820, 62, 'MAZGİRT', 39.02166670, 39.60583330, 39.02793110, 39.61506100, 39.01546900, 39.59653900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (821, 62, 'NAZIMİYE', 39.18111110, 39.82888890, 39.18723110, 39.83818100, 39.17476900, 39.81961900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (822, 62, 'OVACIK', 39.35833330, 39.21611110, 39.36483110, 39.22560500, 39.35236900, 39.20699500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (823, 62, 'PERTEK', 38.86694440, 39.32611110, 38.87323110, 39.33514000, 38.86076900, 39.31666000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (824, 62, 'PÜLÜMÜR', 39.48333330, 39.90000000, 39.49383110, 39.90872200, 39.48136900, 39.89007800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (825, 62, 'TUNCELİ', 39.10798680, 39.54016720, 39.11347700, 39.55185000, 39.09453400, 39.53001500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (826, 63, 'AKÇAKALE', 36.71100000, 38.94800000, 36.72038000, 38.96348100, 36.70452000, 38.93003100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (827, 63, 'BİRECİK', 37.02500000, 37.97694440, 37.03807000, 37.98925700, 37.00804700, 37.96692000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (828, 63, 'BOZOVA', 37.36277780, 38.52555560, 37.36789800, 38.53660300, 37.35822000, 38.51760000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (829, 63, 'CEYLANPINAR', 36.85000000, 40.05000000, 36.86360800, 40.06008100, 36.83778000, 40.03914300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (830, 63, 'HALFETİ', 37.25000000, 37.86666670, 37.25383110, 37.87733800, 37.24136900, 37.85926200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (831, 63, 'HARRAN', 36.86523940, 39.02417560, 36.87761200, 39.04297200, 36.85635200, 39.01490200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (832, 63, 'HİLVAN', 37.58861110, 38.95555560, 37.59294600, 38.96715600, 37.57741600, 38.94788800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (833, 63, 'SİVEREK', 37.75201000, 39.33206900, 37.76932700, 39.34526700, 37.73123300, 39.30323200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (834, 63, 'SURUÇ', 36.97465190, 38.42451560, 36.98419600, 38.43544200, 36.96734500, 38.41471300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (835, 63, 'ŞANLIURFA', 37.15000000, 38.80000000, 37.18963900, 38.84087600, 37.09827400, 38.76786800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (836, 63, 'VİRANŞEHİR', 37.23333330, 39.76666670, 37.25118600, 39.78148500, 37.22305700, 39.73808200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (837, 64, 'BANAZ', 38.73333330, 29.75000000, 38.75308800, 29.77144500, 38.72926500, 29.73909900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (838, 64, 'EŞME', 38.40187100, 28.96896000, 38.41213100, 28.98452200, 38.39512500, 28.95816200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (839, 64, 'KARAHALLI', 38.32582100, 29.53051000, 38.32853110, 29.54167100, 38.31606900, 29.52332900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (840, 64, 'SİVASLI', 38.49870100, 29.68178450, 38.50363110, 29.68959300, 38.49116900, 29.67120700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (841, 64, 'ULUBEY', 38.42292940, 29.29308750, 38.42773110, 29.29968300, 38.41526900, 29.28131700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (842, 64, 'UŞAK', 38.68230100, 29.40819000, 38.71588000, 29.46983800, 38.63067900, 29.35593600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (843, 65, 'BAHÇESARAY', 38.12863630, 42.80920960, 38.13483110, 42.81664600, 38.12236900, 42.79835400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (844, 65, 'BAŞKALE', 38.04600000, 44.01500000, 38.05309500, 44.02816000, 38.03798700, 44.00913100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (845, 65, 'ÇALDIRAN', 39.14194440, 43.91388890, 39.14588600, 43.91902800, 39.13183300, 43.89624700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (846, 65, 'ÇATAK', 38.00658180, 43.05855050, 38.01483110, 43.06873100, 38.00236900, 43.05046900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (847, 65, 'EDREMİT(GÜMÜŞDERE)', 38.49416670, 43.38000000, 38.58031400, 43.45535600, 38.42188000, 43.26952400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (848, 65, 'ERCİŞ', 39.02653540, 43.35333400, 39.04597600, 43.38130700, 39.01645300, 43.33249700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (849, 65, 'GEVAŞ', 38.29584830, 43.10816000, 38.29890200, 43.11225400, 38.29304100, 43.10413700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (850, 65, 'GÜRPINAR', 38.32878750, 43.41431970, 38.33323110, 43.42257100, 38.32076900, 43.40422900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (851, 65, 'MURADİYE', 38.99472220, 43.76805560, 38.99940800, 43.77214100, 38.97869400, 43.74930400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (852, 65, 'ÖZALP', 38.65800370, 43.99199590, 38.66453110, 43.99851300, 38.65206900, 43.98008700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (853, 65, 'SARAY', 38.65055560, 44.17000000, 38.65673110, 44.17931200, 38.64426900, 44.16088800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (854, 65, 'VAN', 38.49416670, 43.38000000, 38.58031400, 43.45535600, 38.42188000, 43.26952400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (855, 66, 'AKDAĞMADENİ', 39.66583330, 35.88361110, 39.67028800, 35.89799800, 39.65638300, 35.87239500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (856, 66, 'AYDINCIK', 40.12884320, 35.28618240, 40.13503110, 35.29661000, 40.12256900, 35.27779000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (857, 66, 'BOĞAZLIYAN', 39.19416670, 35.24722220, 39.20275300, 35.26225400, 39.17607800, 35.23016900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (858, 66, 'ÇANDIR', 39.24472220, 35.51388890, 39.24943110, 35.52539000, 39.23696900, 35.50681000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (859, 66, 'ÇAYIRALAN', 39.30277780, 35.64388890, 39.31198600, 35.66143500, 39.29848300, 35.63949500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (860, 66, 'ÇEKEREK', 40.07305560, 35.49472220, 40.07616300, 35.51401700, 40.06244800, 35.48766200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (861, 66, 'KADIŞEHRİ', 39.99849280, 35.78992020, 40.00293110, 35.80089100, 39.99046900, 35.78210900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (862, 66, 'SARAYKENT', 39.69361110, 35.51111110, 39.70043110, 35.52095000, 39.68796900, 35.50225000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (863, 66, 'SARIKAYA', 39.49361110, 35.37694440, 39.51372100, 35.39884000, 39.47553200, 35.35184900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (864, 66, 'SORGUN', 39.81280300, 35.18165200, 39.82869400, 35.20871400, 39.79638200, 35.15150000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (865, 66, 'ŞEFAATLİ', 39.50166670, 34.75222220, 39.51467400, 34.78002000, 39.48287900, 34.73798100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (866, 66, 'YENİFAKILI', 39.21144860, 34.99750570, 39.21563110, 35.00648500, 39.20316900, 34.98791500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (867, 66, 'YERKÖY', 39.63805560, 34.46722220, 39.65113300, 34.48458800, 39.63060600, 34.45267900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (868, 66, 'YOZGAT', 39.82000000, 34.80444440, 39.83842300, 34.85823600, 39.79896800, 34.77109400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (869, 67, 'ALAPLI', 41.18333330, 31.38333330, 41.18942200, 31.40543700, 41.16991400, 31.38031400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (870, 67, 'ÇAYCUMA', 41.43333330, 32.08333330, 41.44137400, 32.09083200, 41.41634900, 32.06756000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (871, 67, 'DEVREK', 41.22520100, 31.95970900, 41.22720900, 31.96665700, 41.20937900, 31.94504100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (872, 67, 'GÖKÇEBEY', 41.30793840, 32.14158470, 41.31363110, 32.15407800, 41.30116900, 32.13492200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (873, 67, 'KARADENİZEREĞLİ', 41.28944440, 31.41805560, 41.31067100, 31.47702700, 41.23935200, 31.39326200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (874, 67, 'ZONGULDAK', 41.45640900, 31.79873100, 41.48078400, 31.87442500, 41.42529600, 31.75705200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (875, 68, 'AĞAÇÖREN', 38.87222220, 33.91722220, 38.87463110, 33.92294100, 38.86216900, 33.90445900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (876, 68, 'AKSARAY', 38.36869000, 34.03698000, 38.44672400, 34.08869800, 38.29701200, 33.93251500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (877, 68, 'ESKİL', 38.40166670, 33.41305560, 38.40930700, 33.42803100, 38.39306900, 33.39836600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (878, 68, 'GÜLAĞAÇ', 38.40000000, 34.35000000, 38.40213110, 34.35528000, 38.38966900, 34.33692000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (879, 68, 'GÜZELYURT', 38.28113860, 34.30882550, 38.36577700, 34.46439000, 38.15229100, 34.15459100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (880, 68, 'ORTAKÖY', 38.73611110, 34.04027780, 38.75664500, 34.07883100, 38.71894900, 34.01765200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (881, 68, 'SARIYAHŞİ', 38.98333330, 33.85000000, 38.99113110, 33.85485600, 38.97866900, 33.83634400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (882, 69, 'AYDINTEPE', 40.39083330, 40.15055560, 40.39703110, 40.15994600, 40.38456900, 40.14105400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (883, 69, 'BAYBURT', 40.25516900, 40.22488000, 40.27263600, 40.23826100, 40.24288100, 40.20876200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (884, 69, 'DEMİRÖZÜ', 40.16388890, 39.89250000, 40.17003110, 39.90181400, 40.15756900, 39.88298600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (885, 70, 'AYRANCI', 37.36194440, 33.68361110, 37.36623110, 33.69835200, 37.35376900, 33.68024800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (886, 70, 'BAŞYAYLA', 36.75472220, 32.67888890, 36.76083110, 32.68918000, 36.74836900, 32.67122000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (887, 70, 'ERMENEK', 36.63888890, 32.89250000, 36.64663110, 32.90106600, 36.63416900, 32.88313400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (888, 70, 'KARAMAN', 37.17593000, 33.22874800, 37.22937300, 33.33424400, 37.14825700, 33.16600300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (889, 70, 'KAZIMKARABEKİR', 37.23027780, 32.95888890, 37.23403110, 32.96613600, 37.22156900, 32.94806400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (890, 70, 'SARIVELİLER', 36.70116540, 32.61926720, 36.70793110, 32.62797400, 36.69546900, 32.61002600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (891, 71, 'BAHŞİLİ', 39.70074270, 33.37105710, 39.81842000, 33.48054700, 39.60399900, 33.18537400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (892, 71, 'BALIŞEYH', 39.91666670, 33.71666670, 39.91853110, 33.72918000, 39.90606900, 33.71042000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (893, 71, 'ÇELEBİ', 39.46419360, 33.52520680, 39.47003110, 33.53351900, 39.45756900, 33.51488100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (894, 71, 'DELİCE', 39.94367120, 34.03952170, 39.95133110, 34.04968400, 39.93886900, 34.03091600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (895, 71, 'KARAKEÇİLİ', 39.59443520, 33.37947170, 39.60033110, 33.38823700, 39.58786900, 33.36956300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (896, 71, 'KESKİN', 39.67305560, 33.61361110, 39.68757100, 33.62187900, 39.66488500, 33.60379900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (897, 71, 'KIRIKKALE', 39.84682100, 33.51525100, 39.87284300, 33.59796800, 39.81380200, 33.46828900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (898, 71, 'SULAKYURT', 40.15750000, 33.71750000, 40.16473110, 33.72791400, 40.15226900, 33.70908600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (899, 71, 'YAHŞİHAN', 39.85027780, 33.45361110, 39.85193110, 33.46177100, 39.83946900, 33.44302900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (900, 72, 'BATMAN', 37.88116800, 41.13509000, 37.94727400, 41.17603000, 37.85657000, 41.08059100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (901, 72, 'BEŞİRİ', 37.92000000, 41.29000000, 37.92385000, 41.29996600, 37.91211400, 41.27961200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (902, 72, 'GERCÜŞ', 37.56487010, 41.38798220, 37.57153110, 41.39567700, 37.55906900, 41.37752300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (903, 72, 'HASANKEYF', 37.71416670, 41.41305560, 37.71481100, 41.41983300, 37.70318200, 41.40164300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (904, 72, 'KOZLUK', 38.19444440, 41.49111110, 38.19777100, 41.51119800, 38.15968700, 41.48415200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (905, 72, 'SASON', 38.33333330, 41.41666670, 38.33623110, 41.42607100, 38.32376900, 41.40772900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (906, 73, 'BEYTÜŞŞEBAP', 37.57094500, 43.17116660, 37.57733110, 43.18227700, 37.56486900, 43.16412300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (907, 73, 'CİZRE', 37.32500000, 42.19583330, 37.34469700, 42.20375500, 37.31503200, 42.17481200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (908, 73, 'GÜÇLÜKONAK', 37.47121870, 41.91523390, 37.47673110, 41.92266500, 37.46426900, 41.90453500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (909, 73, 'İDİL', 37.34166670, 41.89027780, 37.34797800, 41.90300200, 37.33234800, 41.86483500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (910, 73, 'SİLOPİ', 37.24825040, 42.47233150, 37.25963100, 42.48663300, 37.23367800, 42.44670600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (911, 73, 'ŞIRNAK', 37.51638890, 42.46111110, 37.53357200, 42.47112700, 37.50009300, 42.44463100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (912, 73, 'ULUDERE', 37.44974430, 42.85272690, 37.45433110, 42.86316200, 37.44186900, 42.84503800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (913, 74, 'AMASRA', 41.74514250, 32.38465870, 41.75070700, 32.38871500, 41.74202000, 32.37937900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (914, 74, 'BARTIN', 41.63444440, 32.33750000, 41.65654200, 32.37105000, 41.61351300, 32.29745700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (915, 74, 'KURUCAŞİLE', 41.84194740, 32.71608290, 41.84763110, 32.72153800, 41.83516900, 32.70664300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (916, 74, 'ULUS', 41.58610000, 32.64060000, 41.59133200, 32.65961900, 41.57778200, 32.62620000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (917, 75, 'ARDAHAN', 41.11048100, 42.70217100, 41.12146700, 42.71712900, 41.09891000, 42.68641800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (918, 75, 'ÇILDIR', 41.13333300, 43.13333300, 41.13513110, 43.14215200, 41.12266900, 43.12304800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (919, 75, 'DAMAL', 41.34072320, 42.84118940, 41.34773110, 42.85128300, 41.33526900, 42.83211700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (920, 75, 'GÖLE', 40.79352790, 42.60872120, 40.79903110, 42.61810300, 40.78656900, 42.59909700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (921, 75, 'HANAK', 41.23333330, 42.85000000, 41.24233110, 42.85686700, 41.22986900, 42.83773300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (922, 75, 'POSOF', 41.51055560, 42.72916670, 41.51783110, 42.73890800, 41.50536900, 42.71969200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (923, 76, 'ARALIK', 39.87200680, 44.51813430, 39.87886610, 44.52743800, 39.86640400, 44.50869000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (924, 76, 'IĞDIR', 39.91666670, 44.03333330, 39.95016300, 44.09282500, 39.88410900, 43.98072900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (925, 76, 'KARAKOYUNLU', 39.97150940, 44.17430700, 39.97863110, 44.18218800, 39.96616900, 44.16341200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (926, 76, 'TUZLUCA', 40.04534100, 43.65589100, 40.05533110, 43.66999900, 40.04286900, 43.65120100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (927, 77, 'ALTINOVA', 40.69750000, 29.51138890, 40.74146300, 29.55804200, 40.65861500, 29.44048400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (928, 77, 'ARMUTLU', 40.51944440, 28.82805560, 40.52613110, 28.84086400, 40.51366900, 28.82193600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (929, 77, 'ÇINARCIK', 40.64061110, 29.10707730, 40.64863110, 29.11868200, 40.63616900, 29.09971800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (930, 77, 'ÇİFTLİKKÖY', 40.66027780, 29.32361110, 40.70198600, 29.44162500, 40.63788400, 29.30897300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (931, 77, 'TERMAL', 40.60527780, 29.17444440, 40.61143110, 29.18407600, 40.59896900, 29.16512400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (932, 77, 'YALOVA', 40.65000000, 29.26666670, 40.66806000, 29.31653600, 40.63413800, 29.21023300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (933, 78, 'EFLANİ', 41.42305560, 32.95611110, 41.43023110, 32.96669500, 41.41776900, 32.94750500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (934, 78, 'ESKİPAZAR', 40.94305560, 32.53055560, 40.95073110, 32.54172500, 40.93826900, 32.52267500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (935, 78, 'KARABÜK', 41.20000000, 32.63333330, 41.23812900, 32.67551800, 41.16301400, 32.59258200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (936, 78, 'OVACIK', 41.07611110, 32.92194440, 41.08203110, 32.93174400, 41.06956900, 32.91265600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (937, 78, 'SAFRANBOLU', 41.25626000, 32.69162000, 41.27699300, 32.70679700, 41.23549200, 32.65346000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (938, 78, 'YENİCE', 41.20000000, 32.32916670, 41.20643110, 32.33876200, 41.19396900, 32.31963800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (939, 79, 'ELBEYLİ', 36.67420000, 37.46580000, 36.68163110, 37.47497000, 36.66916900, 37.45703000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (940, 79, 'KİLİS', 36.71839900, 37.12122000, 36.74781900, 37.15954100, 36.70267300, 37.08518300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (941, 79, 'MUSABEYLİ', 36.88640000, 36.91860000, 36.89213110, 36.92699500, 36.87966900, 36.90900500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (942, 79, 'POLATELİ', 36.84087740, 37.14462010, 36.84843110, 37.15289000, 36.83596900, 37.13491000, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (943, 80, 'BAHÇE', 37.20000000, 36.58333330, 37.21233110, 36.59253300, 37.19986900, 36.57446700, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (944, 80, 'DÜZİÇİ', 37.25714370, 36.46619140, 37.26393110, 36.47853900, 37.25146900, 36.46046100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (945, 80, 'HASANBEYLİ', 37.13320090, 36.55268510, 37.13873110, 36.56222400, 37.12626900, 36.54417600, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (946, 80, 'KADİRLİ', 37.36983330, 36.10000000, 37.38538000, 36.12099700, 37.35195500, 36.06296500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (947, 80, 'OSMANİYE', 37.06805000, 36.26158900, 37.10406100, 36.28794100, 37.04694000, 36.20803400, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (948, 80, 'SUMBAS', 37.44318370, 36.03224590, 37.45013110, 36.03946200, 37.43766900, 36.02133800, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (949, 80, 'TOPRAKKALE', 37.06701740, 36.14639340, 37.07393110, 36.15701700, 37.06146900, 36.13898300, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (950, 81, 'AKÇAKOCA', 41.08593000, 31.12004100, 41.09220900, 31.15135500, 41.07769600, 31.10038100, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (951, 81, 'CUMAYERİ', 40.87387070, 30.94905680, 40.88113110, 30.96081500, 40.86866900, 30.94178500, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (952, 81, 'ÇİLİMLİ', 40.89689700, 31.04701400, 40.90163110, 31.05791800, 40.88916900, 31.03888200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (953, 81, 'DÜZCE', 40.84384900, 31.15654000, 40.89176200, 31.19580700, 40.82471700, 31.10666200, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (954, 81, 'GÖLYAKA', 40.77657860, 30.99572700, 40.78313110, 31.00860100, 40.77066900, 30.98959900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (955, 81, 'GÜMÜŞOVA', 40.85000000, 30.93333330, 40.85363110, 30.94951100, 40.84116900, 30.93048900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (956, 81, 'KAYNAŞLI', 40.77733670, 31.30326690, 40.78193110, 31.31430100, 40.76946900, 31.29529900, 0);
INSERT INTO `site_districts` (`district_id`, `city_id`, `district_name`, `lat`, `lng`, `northeast_lat`, `northeast_lng`, `southwest_lat`, `southwest_lng`, `order_no`) VALUES (957, 81, 'YIĞILCA', 40.96593900, 31.44241900, 40.96683110, 31.45152700, 40.95436900, 31.43247300, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment