Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.42 KB | None | 0 0
  1. Running facades.CountryFacadeTest
  2. FACADE.COUNTRIES:
  3. [
  4. {
  5. "countryName": "Faroe Islands",
  6. "countryCode": "fo",
  7. "cities": [
  8. {
  9. "cityName": "Tórshavn",
  10. "population": "13200",
  11. "latitude": "62.00973",
  12. "longitude": "-6.77164"
  13. },
  14. {
  15. "cityName": "Klaksvík",
  16. "population": "4664",
  17. "latitude": "62.22655",
  18. "longitude": "-6.58901"
  19. },
  20. {
  21. "cityName": "Vágur",
  22. "population": "1569",
  23. "latitude": "61.47324",
  24. "longitude": "-6.81185"
  25. },
  26. {
  27. "cityName": "Fuglafjørður",
  28. "population": "1542",
  29. "latitude": "62.24398",
  30. "longitude": "-6.81395"
  31. },
  32. {
  33. "cityName": "Sørvágur",
  34. "population": "1066",
  35. "latitude": "62.07203",
  36. "longitude": "-7.30749"
  37. }
  38. ]
  39. },
  40. {
  41. "countryName": "Finland",
  42. "countryCode": "fi",
  43. "cities": [
  44. {
  45. "cityName": "Helsinki",
  46. "population": "558457",
  47. "latitude": "60.16952",
  48. "longitude": "24.93545"
  49. },
  50. {
  51. "cityName": "Tampere",
  52. "population": "202687",
  53. "latitude": "61.49911",
  54. "longitude": "23.78712"
  55. },
  56. {
  57. "cityName": "Turku",
  58. "population": "175945",
  59. "latitude": "60.45148",
  60. "longitude": "22.26869"
  61. },
  62. {
  63. "cityName": "Oulu",
  64. "population": "128618",
  65. "latitude": "65.01236",
  66. "longitude": "25.46816"
  67. },
  68. {
  69. "cityName": "Lahti",
  70. "population": "98826",
  71. "latitude": "60.98267",
  72. "longitude": "25.66151"
  73. }
  74. ]
  75. },
  76. {
  77. "countryName": "France",
  78. "countryCode": "fr",
  79. "cities": [
  80. {
  81. "cityName": "Paris",
  82. "population": "2138551",
  83. "latitude": "48.85341",
  84. "longitude": "2.3488"
  85. },
  86. {
  87. "cityName": "Marseille",
  88. "population": "794811",
  89. "latitude": "43.29695",
  90. "longitude": "5.38107"
  91. },
  92. {
  93. "cityName": "Lyon",
  94. "population": "472317",
  95. "latitude": "45.74846",
  96. "longitude": "4.84671"
  97. },
  98. {
  99. "cityName": "Toulouse",
  100. "population": "433055",
  101. "latitude": "43.60426",
  102. "longitude": "1.44367"
  103. },
  104. {
  105. "cityName": "Nantes",
  106. "population": "277269",
  107. "latitude": "47.21725",
  108. "longitude": "-1.55336"
  109. }
  110. ]
  111. },
  112. {
  113. "countryName": "Gibraltar",
  114. "countryCode": "gi",
  115. "cities": [
  116. {
  117. "cityName": "Gibraltar",
  118. "population": "26544",
  119. "latitude": "36.14474",
  120. "longitude": "-5.35257"
  121. }
  122. ]
  123. },
  124. {
  125. "countryName": "Greece",
  126. "countryCode": "gr",
  127. "cities": [
  128. {
  129. "cityName": "Athens",
  130. "population": "664046",
  131. "latitude": "37.98376",
  132. "longitude": "23.72784"
  133. },
  134. {
  135. "cityName": "Thessaloníki",
  136. "population": "354290",
  137. "latitude": "40.64361",
  138. "longitude": "22.93086"
  139. },
  140. {
  141. "cityName": "Pátra",
  142. "population": "168034",
  143. "latitude": "38.24444",
  144. "longitude": "21.73444"
  145. },
  146. {
  147. "cityName": "Lárisa",
  148. "population": "144651",
  149. "latitude": "39.63689",
  150. "longitude": "22.41761"
  151. },
  152. {
  153. "cityName": "Irákleion",
  154. "population": "137154",
  155. "latitude": "35.32787",
  156. "longitude": "25.14341"
  157. }
  158. ]
  159. },
  160. {
  161. "countryName": "Guernsey",
  162. "countryCode": "gg",
  163. "cities": [
  164. {
  165. "cityName": "Saint Peter Port",
  166. "population": "16488",
  167. "latitude": "49.45981",
  168. "longitude": "-2.53527"
  169. },
  170. {
  171. "cityName": "Sark",
  172. "population": "600",
  173. "latitude": "49.43331",
  174. "longitude": "-2.35622"
  175. },
  176. {
  177. "cityName": "St Martin",
  178. "population": "0",
  179. "latitude": "49.43713",
  180. "longitude": "-2.55479"
  181. },
  182. {
  183. "cityName": "Castel",
  184. "population": "0",
  185. "latitude": "49.46757",
  186. "longitude": "-2.60015"
  187. },
  188. {
  189. "cityName": "Saint Andrew",
  190. "population": "0",
  191. "latitude": "49.44389",
  192. "longitude": "-2.58018"
  193. }
  194. ]
  195. },
  196. {
  197. "countryName": "Vatican City",
  198. "countryCode": "va",
  199. "cities": [
  200. {
  201. "cityName": "Vatican City",
  202. "population": "829",
  203. "latitude": "41.90268",
  204. "longitude": "12.45414"
  205. }
  206. ]
  207. },
  208. {
  209. "countryName": "Hungary",
  210. "countryCode": "hu",
  211. "cities": [
  212. {
  213. "cityName": "Budapest",
  214. "population": "1741041",
  215. "latitude": "47.49835",
  216. "longitude": "19.04045"
  217. },
  218. {
  219. "cityName": "Debrecen",
  220. "population": "204124",
  221. "latitude": "47.53333",
  222. "longitude": "21.63333"
  223. },
  224. {
  225. "cityName": "Miskolc",
  226. "population": "172637",
  227. "latitude": "48.1",
  228. "longitude": "20.78333"
  229. },
  230. {
  231. "cityName": "Szeged",
  232. "population": "164883",
  233. "latitude": "46.253",
  234. "longitude": "20.14824"
  235. },
  236. {
  237. "cityName": "Pécs",
  238. "population": "156649",
  239. "latitude": "46.08333",
  240. "longitude": "18.23333"
  241. }
  242. ]
  243. },
  244. {
  245. "countryName": "Iceland",
  246. "countryCode": "is",
  247. "cities": [
  248. {
  249. "cityName": "Reykjavík",
  250. "population": "118918",
  251. "latitude": "64.13548",
  252. "longitude": "-21.89541"
  253. },
  254. {
  255. "cityName": "Akureyri",
  256. "population": "17693",
  257. "latitude": "65.68353",
  258. "longitude": "-18.0878"
  259. },
  260. {
  261. "cityName": "Akranes",
  262. "population": "6612",
  263. "latitude": "64.32179",
  264. "longitude": "-22.0749"
  265. },
  266. {
  267. "cityName": "Selfoss",
  268. "population": "6510",
  269. "latitude": "63.93311",
  270. "longitude": "-20.99712"
  271. }
  272. ]
  273. },
  274. {
  275. "countryName": "Ireland",
  276. "countryCode": "ie",
  277. "cities": [
  278. {
  279. "cityName": "Dublin",
  280. "population": "1024027",
  281. "latitude": "53.33306",
  282. "longitude": "-6.24889"
  283. },
  284. {
  285. "cityName": "Cork",
  286. "population": "190384",
  287. "latitude": "51.89797",
  288. "longitude": "-8.47061"
  289. },
  290. {
  291. "cityName": "Gaillimh",
  292. "population": "70686",
  293. "latitude": "53.27194",
  294. "longitude": "-9.04889"
  295. }
  296. ]
  297. },
  298. {
  299. "countryName": "Isle of Man",
  300. "countryCode": "im",
  301. "cities": [
  302. {
  303. "cityName": "Douglas",
  304. "population": "26218",
  305. "latitude": "54.15",
  306. "longitude": "-4.48333"
  307. },
  308. {
  309. "cityName": "Ramsey",
  310. "population": "7309",
  311. "latitude": "54.32273",
  312. "longitude": "-4.38526"
  313. },
  314. {
  315. "cityName": "Peel",
  316. "population": "3781",
  317. "latitude": "54.22209",
  318. "longitude": "-4.69099"
  319. },
  320. {
  321. "cityName": "Port Erin",
  322. "population": "3530",
  323. "latitude": "54.08487",
  324. "longitude": "-4.75099"
  325. },
  326. {
  327. "cityName": "Castletown",
  328. "population": "3100",
  329. "latitude": "54.07445",
  330. "longitude": "-4.65365"
  331. }
  332. ]
  333. },
  334. {
  335. "countryName": "Italy",
  336. "countryCode": "it",
  337. "cities": [
  338. {
  339. "cityName": "Rome",
  340. "population": "2318895",
  341. "latitude": "41.89193",
  342. "longitude": "12.51133"
  343. },
  344. {
  345. "cityName": "Milan",
  346. "population": "1236837",
  347. "latitude": "45.46427",
  348. "longitude": "9.18951"
  349. },
  350. {
  351. "cityName": "Naples",
  352. "population": "959470",
  353. "latitude": "40.85216",
  354. "longitude": "14.26811"
  355. },
  356. {
  357. "cityName": "Turin",
  358. "population": "870456",
  359. "latitude": "45.07049",
  360. "longitude": "7.68682"
  361. },
  362. {
  363. "cityName": "Palermo",
  364. "population": "648260",
  365. "latitude": "38.13205",
  366. "longitude": "13.33561"
  367. }
  368. ]
  369. },
  370. {
  371. "countryName": "Jersey",
  372. "countryCode": "je",
  373. "cities": [
  374. {
  375. "cityName": "Saint Helier",
  376. "population": "28000",
  377. "latitude": "49.18804",
  378. "longitude": "-2.10491"
  379. },
  380. {
  381. "cityName": "Les Creux",
  382. "population": "0",
  383. "latitude": "49.18056",
  384. "longitude": "-2.20556"
  385. }
  386. ]
  387. },
  388. {
  389. "countryName": "Latvia",
  390. "countryCode": "lv",
  391. "cities": [
  392. {
  393. "cityName": "Riga",
  394. "population": "742572",
  395. "latitude": "56.946",
  396. "longitude": "24.10589"
  397. },
  398. {
  399. "cityName": "Daugavpils",
  400. "population": "111564",
  401. "latitude": "55.88333",
  402. "longitude": "26.53333"
  403. },
  404. {
  405. "cityName": "Liep?ja",
  406. "population": "85132",
  407. "latitude": "56.50474",
  408. "longitude": "21.01085"
  409. },
  410. {
  411. "cityName": "Jelgava",
  412. "population": "61791",
  413. "latitude": "56.65",
  414. "longitude": "23.71278"
  415. },
  416. {
  417. "cityName": "J?rmala",
  418. "population": "54088",
  419. "latitude": "56.968",
  420. "longitude": "23.77038"
  421. }
  422. ]
  423. },
  424. {
  425. "countryName": "Liechtenstein",
  426. "countryCode": "li",
  427. "cities": [
  428. {
  429. "cityName": "Schaan",
  430. "population": "5748",
  431. "latitude": "47.16498",
  432. "longitude": "9.50867"
  433. },
  434. {
  435. "cityName": "Vaduz",
  436. "population": "5197",
  437. "latitude": "47.14151",
  438. "longitude": "9.52154"
  439. },
  440. {
  441. "cityName": "Triesen",
  442. "population": "4701",
  443. "latitude": "47.10752",
  444. "longitude": "9.52815"
  445. },
  446. {
  447. "cityName": "Balzers",
  448. "population": "4447",
  449. "latitude": "47.06665",
  450. "longitude": "9.50251"
  451. },
  452. {
  453. "cityName": "Eschen",
  454. "population": "4008",
  455. "latitude": "47.21071",
  456. "longitude": "9.52223"
  457. }
  458. ]
  459. },
  460. {
  461. "countryName": "Lithuania",
  462. "countryCode": "lt",
  463. "cities": [
  464. {
  465. "cityName": "Vilnius",
  466. "population": "542366",
  467. "latitude": "54.68916",
  468. "longitude": "25.2798"
  469. },
  470. {
  471. "cityName": "Kaunas",
  472. "population": "374643",
  473. "latitude": "54.90272",
  474. "longitude": "23.90961"
  475. },
  476. {
  477. "cityName": "Klaip?da",
  478. "population": "192307",
  479. "latitude": "55.7068",
  480. "longitude": "21.13912"
  481. },
  482. {
  483. "cityName": "Šiauliai",
  484. "population": "130587",
  485. "latitude": "55.93333",
  486. "longitude": "23.31667"
  487. },
  488. {
  489. "cityName": "Panev?žys",
  490. "population": "117395",
  491. "latitude": "55.73333",
  492. "longitude": "24.35"
  493. }
  494. ]
  495. },
  496. {
  497. "countryName": "Luxembourg",
  498. "countryCode": "lu",
  499. "cities": [
  500. {
  501. "cityName": "Luxembourg",
  502. "population": "76684",
  503. "latitude": "49.61167",
  504. "longitude": "6.13"
  505. },
  506. {
  507. "cityName": "Esch-sur-Alzette",
  508. "population": "28228",
  509. "latitude": "49.49583",
  510. "longitude": "5.98056"
  511. },
  512. {
  513. "cityName": "Ettelbruck",
  514. "population": "6364",
  515. "latitude": "49.8475",
  516. "longitude": "6.10417"
  517. }
  518. ]
  519. },
  520. {
  521. "countryName": "North Macedonia",
  522. "countryCode": "mk",
  523. "cities": [
  524. {
  525. "cityName": "Skopje",
  526. "population": "474889",
  527. "latitude": "41.99646",
  528. "longitude": "21.43141"
  529. },
  530. {
  531. "cityName": "Bitola",
  532. "population": "86528",
  533. "latitude": "41.03143",
  534. "longitude": "21.33474"
  535. },
  536. {
  537. "cityName": "Kumanovo",
  538. "population": "76275",
  539. "latitude": "42.13222",
  540. "longitude": "21.71444"
  541. },
  542. {
  543. "cityName": "Prilep",
  544. "population": "73814",
  545. "latitude": "41.34514",
  546. "longitude": "21.55504"
  547. },
  548. {
  549. "cityName": "Tetovo",
  550. "population": "72944",
  551. "latitude": "42.00973",
  552. "longitude": "20.97155"
  553. }
  554. ]
  555. },
  556. {
  557. "countryName": "Malta",
  558. "countryCode": "mt",
  559. "cities": [
  560. {
  561. "cityName": "Birkirkara",
  562. "population": "21676",
  563. "latitude": "35.89722",
  564. "longitude": "14.46111"
  565. },
  566. {
  567. "cityName": "Qormi",
  568. "population": "18230",
  569. "latitude": "35.87601",
  570. "longitude": "14.472"
  571. },
  572. {
  573. "cityName": "Mosta",
  574. "population": "17789",
  575. "latitude": "35.90917",
  576. "longitude": "14.42556"
  577. },
  578. {
  579. "cityName": "?abbar",
  580. "population": "15030",
  581. "latitude": "35.87611",
  582. "longitude": "14.535"
  583. },
  584. {
  585. "cityName": "San Pawl il-Ba?ar",
  586. "population": "14057",
  587. "latitude": "35.95064",
  588. "longitude": "14.41561"
  589. }
  590. ]
  591. },
  592. {
  593. "countryName": "Moldova",
  594. "countryCode": "md",
  595. "cities": [
  596. {
  597. "cityName": "Chisinau",
  598. "population": "635994",
  599. "latitude": "47.00556",
  600. "longitude": "28.8575"
  601. },
  602. {
  603. "cityName": "Tiraspol",
  604. "population": "157000",
  605. "latitude": "46.84274",
  606. "longitude": "29.62909"
  607. },
  608. {
  609. "cityName": "B?l?i",
  610. "population": "125000",
  611. "latitude": "47.76314",
  612. "longitude": "27.92932"
  613. },
  614. {
  615. "cityName": "Bender",
  616. "population": "110175",
  617. "latitude": "46.83156",
  618. "longitude": "29.47769"
  619. },
  620. {
  621. "cityName": "Cahul",
  622. "population": "34492",
  623. "latitude": "45.90425",
  624. "longitude": "28.19929"
  625. }
  626. ]
  627. },
  628. {
  629. "countryName": "Monaco",
  630. "countryCode": "mc",
  631. "cities": [
  632. {
  633. "cityName": "Monaco",
  634. "population": "32965",
  635. "latitude": "43.73333",
  636. "longitude": "7.41667"
  637. }
  638. ]
  639. },
  640. {
  641. "countryName": "Montenegro",
  642. "countryCode": "me",
  643. "cities": [
  644. {
  645. "cityName": "Podgorica",
  646. "population": "136473",
  647. "latitude": "42.44111",
  648. "longitude": "19.26361"
  649. },
  650. {
  651. "cityName": "Nikši?",
  652. "population": "58212",
  653. "latitude": "42.7731",
  654. "longitude": "18.94446"
  655. },
  656. {
  657. "cityName": "Herceg-Novi",
  658. "population": "19536",
  659. "latitude": "42.45306",
  660. "longitude": "18.5375"
  661. },
  662. {
  663. "cityName": "Pljevlja",
  664. "population": "19489",
  665. "latitude": "43.3567",
  666. "longitude": "19.35843"
  667. },
  668. {
  669. "cityName": "Budva",
  670. "population": "18000",
  671. "latitude": "42.28639",
  672. "longitude": "18.84"
  673. }
  674. ]
  675. },
  676. {
  677. "countryName": "Netherlands",
  678. "countryCode": "nl",
  679. "cities": [
  680. {
  681. "cityName": "Amsterdam",
  682. "population": "741636",
  683. "latitude": "52.37403",
  684. "longitude": "4.88969"
  685. },
  686. {
  687. "cityName": "Rotterdam",
  688. "population": "598199",
  689. "latitude": "51.9225",
  690. "longitude": "4.47917"
  691. },
  692. {
  693. "cityName": "Utrecht",
  694. "population": "290529",
  695. "latitude": "52.09083",
  696. "longitude": "5.12222"
  697. },
  698. {
  699. "cityName": "Eindhoven",
  700. "population": "209620",
  701. "latitude": "51.44083",
  702. "longitude": "5.47778"
  703. },
  704. {
  705. "cityName": "Groningen",
  706. "population": "181194",
  707. "latitude": "53.21917",
  708. "longitude": "6.56667"
  709. }
  710. ]
  711. },
  712. {
  713. "countryName": "Norway",
  714. "countryCode": "no",
  715. "cities": [
  716. {
  717. "cityName": "Oslo",
  718. "population": "580000",
  719. "latitude": "59.91273",
  720. "longitude": "10.74609"
  721. },
  722. {
  723. "cityName": "Bergen",
  724. "population": "213585",
  725. "latitude": "60.39299",
  726. "longitude": "5.32415"
  727. },
  728. {
  729. "cityName": "Trondheim",
  730. "population": "147139",
  731. "latitude": "63.43049",
  732. "longitude": "10.39506"
  733. },
  734. {
  735. "cityName": "Stavanger",
  736. "population": "121610",
  737. "latitude": "58.97005",
  738. "longitude": "5.73332"
  739. },
  740. {
  741. "cityName": "Drammen",
  742. "population": "90722",
  743. "latitude": "59.74389",
  744. "longitude": "10.20449"
  745. }
  746. ]
  747. },
  748. {
  749. "countryName": "Poland",
  750. "countryCode": "pl",
  751. "cities": [
  752. {
  753. "cityName": "Warsaw",
  754. "population": "1702139",
  755. "latitude": "52.22977",
  756. "longitude": "21.01178"
  757. },
  758. {
  759. "cityName": "?ód?",
  760. "population": "768755",
  761. "latitude": "51.77058",
  762. "longitude": "19.47395"
  763. },
  764. {
  765. "cityName": "Kraków",
  766. "population": "755050",
  767. "latitude": "50.06143",
  768. "longitude": "19.93658"
  769. },
  770. {
  771. "cityName": "Wroc?aw",
  772. "population": "634893",
  773. "latitude": "51.1",
  774. "longitude": "17.03333"
  775. },
  776. {
  777. "cityName": "Pozna?",
  778. "population": "570352",
  779. "latitude": "52.40692",
  780. "longitude": "16.92993"
  781. }
  782. ]
  783. },
  784. {
  785. "countryName": "Portugal",
  786. "countryCode": "pt",
  787. "cities": [
  788. {
  789. "cityName": "Lisbon",
  790. "population": "517802",
  791. "latitude": "38.71667",
  792. "longitude": "-9.13333"
  793. },
  794. {
  795. "cityName": "Porto",
  796. "population": "249633",
  797. "latitude": "41.14961",
  798. "longitude": "-8.61099"
  799. },
  800. {
  801. "cityName": "Braga",
  802. "population": "121394",
  803. "latitude": "41.55032",
  804. "longitude": "-8.42005"
  805. },
  806. {
  807. "cityName": "Setúbal",
  808. "population": "117110",
  809. "latitude": "38.5244",
  810. "longitude": "-8.8882"
  811. },
  812. {
  813. "cityName": "Coimbra",
  814. "population": "106582",
  815. "latitude": "40.20564",
  816. "longitude": "-8.41955"
  817. }
  818. ]
  819. },
  820. {
  821. "countryName": "Kosovo",
  822. "countryCode": "xk",
  823. "cities": [
  824. {
  825. "cityName": "Pristina",
  826. "population": "550000",
  827. "latitude": "42.67272",
  828. "longitude": "21.16688"
  829. },
  830. {
  831. "cityName": "Prizren",
  832. "population": "171464",
  833. "latitude": "42.21389",
  834. "longitude": "20.73972"
  835. },
  836. {
  837. "cityName": "Mitrovicë",
  838. "population": "107045",
  839. "latitude": "42.88333",
  840. "longitude": "20.86667"
  841. },
  842. {
  843. "cityName": "Gjakovë",
  844. "population": "94158",
  845. "latitude": "42.38028",
  846. "longitude": "20.43083"
  847. },
  848. {
  849. "cityName": "Ferizaj",
  850. "population": "59504",
  851. "latitude": "42.37056",
  852. "longitude": "21.15528"
  853. }
  854. ]
  855. },
  856. {
  857. "countryName": "Albania",
  858. "countryCode": "al",
  859. "cities": [
  860. {
  861. "cityName": "Tirana",
  862. "population": "374801",
  863. "latitude": "41.3275",
  864. "longitude": "19.81889"
  865. },
  866. {
  867. "cityName": "Durrës",
  868. "population": "122034",
  869. "latitude": "41.32355",
  870. "longitude": "19.45469"
  871. },
  872. {
  873. "cityName": "Elbasan",
  874. "population": "100903",
  875. "latitude": "41.1125",
  876. "longitude": "20.08222"
  877. },
  878. {
  879. "cityName": "Vlorë",
  880. "population": "89546",
  881. "latitude": "40.4686",
  882. "longitude": "19.48318"
  883. },
  884. {
  885. "cityName": "Shkodër",
  886. "population": "88245",
  887. "latitude": "42.06828",
  888. "longitude": "19.51258"
  889. }
  890. ]
  891. },
  892. {
  893. "countryName": "Germany",
  894. "countryCode": "de",
  895. "cities": [
  896. {
  897. "cityName": "Berlin",
  898. "population": "3426354",
  899. "latitude": "52.52437",
  900. "longitude": "13.41053"
  901. },
  902. {
  903. "cityName": "Hamburg",
  904. "population": "1739117",
  905. "latitude": "53.57532",
  906. "longitude": "10.01534"
  907. },
  908. {
  909. "cityName": "Munich",
  910. "population": "1260391",
  911. "latitude": "48.13743",
  912. "longitude": "11.57549"
  913. },
  914. {
  915. "cityName": "Köln",
  916. "population": "963395",
  917. "latitude": "50.93333",
  918. "longitude": "6.95"
  919. },
  920. {
  921. "cityName": "Frankfurt am Main",
  922. "population": "650000",
  923. "latitude": "50.11552",
  924. "longitude": "8.68417"
  925. }
  926. ]
  927. },
  928. {
  929. "countryName": "Åland",
  930. "countryCode": "ax",
  931. "cities": [
  932. {
  933. "cityName": "Mariehamn",
  934. "population": "10682",
  935. "latitude": "60.09726",
  936. "longitude": "19.93481"
  937. },
  938. {
  939. "cityName": "Jomala",
  940. "population": "3662",
  941. "latitude": "60.14902",
  942. "longitude": "19.951"
  943. },
  944. {
  945. "cityName": "Föglö",
  946. "population": "632",
  947. "latitude": "60.01667",
  948. "longitude": "20.41667"
  949. }
  950. ]
  951. },
  952. {
  953. "countryName": "Croatia",
  954. "countryCode": "hr",
  955. "cities": [
  956. {
  957. "cityName": "Zagreb",
  958. "population": "698966",
  959. "latitude": "45.81444",
  960. "longitude": "15.97798"
  961. },
  962. {
  963. "cityName": "Split",
  964. "population": "176314",
  965. "latitude": "43.50891",
  966. "longitude": "16.43915"
  967. },
  968. {
  969. "cityName": "Rijeka",
  970. "population": "141172",
  971. "latitude": "45.32673",
  972. "longitude": "14.44241"
  973. },
  974. {
  975. "cityName": "Osijek",
  976. "population": "88140",
  977. "latitude": "45.55111",
  978. "longitude": "18.69389"
  979. },
  980. {
  981. "cityName": "Zadar",
  982. "population": "71258",
  983. "latitude": "44.11972",
  984. "longitude": "15.24222"
  985. }
  986. ]
  987. },
  988. {
  989. "countryName": "Estonia",
  990. "countryCode": "ee",
  991. "cities": [
  992. {
  993. "cityName": "Tallinn",
  994. "population": "394024",
  995. "latitude": "59.43696",
  996. "longitude": "24.75353"
  997. },
  998. {
  999. "cityName": "Tartu",
  1000. "population": "101092",
  1001. "latitude": "58.38062",
  1002. "longitude": "26.72509"
  1003. },
  1004. {
  1005. "cityName": "Narva",
  1006. "population": "66980",
  1007. "latitude": "59.37722",
  1008. "longitude": "28.19028"
  1009. },
  1010. {
  1011. "cityName": "Pärnu",
  1012. "population": "44192",
  1013. "latitude": "58.38588",
  1014. "longitude": "24.49711"
  1015. },
  1016. {
  1017. "cityName": "Viljandi",
  1018. "population": "20309",
  1019. "latitude": "58.36389",
  1020. "longitude": "25.59"
  1021. }
  1022. ]
  1023. },
  1024. {
  1025. "countryName": "Austria",
  1026. "countryCode": "at",
  1027. "cities": [
  1028. {
  1029. "cityName": "Vienna",
  1030. "population": "1691468",
  1031. "latitude": "48.20849",
  1032. "longitude": "16.37208"
  1033. },
  1034. {
  1035. "cityName": "Graz",
  1036. "population": "222326",
  1037. "latitude": "47.06667",
  1038. "longitude": "15.45"
  1039. },
  1040. {
  1041. "cityName": "Linz",
  1042. "population": "204846",
  1043. "latitude": "48.30639",
  1044. "longitude": "14.28611"
  1045. },
  1046. {
  1047. "cityName": "Salzburg",
  1048. "population": "153377",
  1049. "latitude": "47.79941",
  1050. "longitude": "13.04399"
  1051. },
  1052. {
  1053. "cityName": "Innsbruck",
  1054. "population": "132493",
  1055. "latitude": "47.26266",
  1056. "longitude": "11.39454"
  1057. }
  1058. ]
  1059. },
  1060. {
  1061. "countryName": "Belarus",
  1062. "countryCode": "by",
  1063. "cities": [
  1064. {
  1065. "cityName": "Minsk",
  1066. "population": "1742124",
  1067. "latitude": "53.9",
  1068. "longitude": "27.56667"
  1069. },
  1070. {
  1071. "cityName": "Homyel\u0027",
  1072. "population": "480951",
  1073. "latitude": "52.4345",
  1074. "longitude": "30.9754"
  1075. },
  1076. {
  1077. "cityName": "Mahilyow",
  1078. "population": "369200",
  1079. "latitude": "53.9168",
  1080. "longitude": "30.3449"
  1081. },
  1082. {
  1083. "cityName": "Vitebsk",
  1084. "population": "342700",
  1085. "latitude": "55.1904",
  1086. "longitude": "30.2049"
  1087. },
  1088. {
  1089. "cityName": "Hrodna",
  1090. "population": "317365",
  1091. "latitude": "53.6884",
  1092. "longitude": "23.8258"
  1093. }
  1094. ]
  1095. },
  1096. {
  1097. "countryName": "Belgium",
  1098. "countryCode": "be",
  1099. "cities": [
  1100. {
  1101. "cityName": "Brussels",
  1102. "population": "1019022",
  1103. "latitude": "50.85045",
  1104. "longitude": "4.34878"
  1105. },
  1106. {
  1107. "cityName": "Antwerpen",
  1108. "population": "459805",
  1109. "latitude": "51.21989",
  1110. "longitude": "4.40346"
  1111. },
  1112. {
  1113. "cityName": "Charleroi",
  1114. "population": "200132",
  1115. "latitude": "50.41136",
  1116. "longitude": "4.44448"
  1117. }
  1118. ]
  1119. },
  1120. {
  1121. "countryName": "Bosnia and Herzegovina",
  1122. "countryCode": "ba",
  1123. "cities": [
  1124. {
  1125. "cityName": "Sarajevo",
  1126. "population": "696731",
  1127. "latitude": "43.84864",
  1128. "longitude": "18.35644"
  1129. },
  1130. {
  1131. "cityName": "Banja Luka",
  1132. "population": "221106",
  1133. "latitude": "44.77842",
  1134. "longitude": "17.19386"
  1135. },
  1136. {
  1137. "cityName": "Br?ko",
  1138. "population": "38968",
  1139. "latitude": "44.86995",
  1140. "longitude": "18.81012"
  1141. }
  1142. ]
  1143. },
  1144. {
  1145. "countryName": "Czechia",
  1146. "countryCode": "cz",
  1147. "cities": [
  1148. {
  1149. "cityName": "Prague",
  1150. "population": "1165581",
  1151. "latitude": "50.08804",
  1152. "longitude": "14.42076"
  1153. },
  1154. {
  1155. "cityName": "Brno",
  1156. "population": "369559",
  1157. "latitude": "49.19522",
  1158. "longitude": "16.60796"
  1159. },
  1160. {
  1161. "cityName": "Ostrava",
  1162. "population": "313088",
  1163. "latitude": "49.83465",
  1164. "longitude": "18.28204"
  1165. },
  1166. {
  1167. "cityName": "Pilsen",
  1168. "population": "164180",
  1169. "latitude": "49.74747",
  1170. "longitude": "13.37759"
  1171. },
  1172. {
  1173. "cityName": "Olomouc",
  1174. "population": "101268",
  1175. "latitude": "49.59552",
  1176. "longitude": "17.25175"
  1177. }
  1178. ]
  1179. },
  1180. {
  1181. "countryName": "Denmark",
  1182. "countryCode": "dk",
  1183. "cities": [
  1184. {
  1185. "cityName": "Copenhagen",
  1186. "population": "1153615",
  1187. "latitude": "55.67594",
  1188. "longitude": "12.56553"
  1189. },
  1190. {
  1191. "cityName": "Århus",
  1192. "population": "237551",
  1193. "latitude": "56.15674",
  1194. "longitude": "10.21076"
  1195. },
  1196. {
  1197. "cityName": "Odense",
  1198. "population": "145931",
  1199. "latitude": "55.39594",
  1200. "longitude": "10.38831"
  1201. },
  1202. {
  1203. "cityName": "Aalborg",
  1204. "population": "122219",
  1205. "latitude": "57.048",
  1206. "longitude": "9.9187"
  1207. }
  1208. ]
  1209. },
  1210. {
  1211. "countryName": "Romania",
  1212. "countryCode": "ro",
  1213. "cities": [
  1214. {
  1215. "cityName": "Bucharest",
  1216. "population": "1877155",
  1217. "latitude": "44.43225",
  1218. "longitude": "26.10626"
  1219. },
  1220. {
  1221. "cityName": "Ia?i",
  1222. "population": "318012",
  1223. "latitude": "47.16667",
  1224. "longitude": "27.6"
  1225. },
  1226. {
  1227. "cityName": "Cluj-Napoca",
  1228. "population": "316748",
  1229. "latitude": "46.76667",
  1230. "longitude": "23.6"
  1231. },
  1232. {
  1233. "cityName": "Timi?oara",
  1234. "population": "315053",
  1235. "latitude": "45.75372",
  1236. "longitude": "21.22571"
  1237. },
  1238. {
  1239. "cityName": "Craiova",
  1240. "population": "304142",
  1241. "latitude": "44.31667",
  1242. "longitude": "23.8"
  1243. }
  1244. ]
  1245. },
  1246. {
  1247. "countryName": "Serbia",
  1248. "countryCode": "rs",
  1249. "cities": [
  1250. {
  1251. "cityName": "Belgrade",
  1252. "population": "1273651",
  1253. "latitude": "44.80401",
  1254. "longitude": "20.46513"
  1255. },
  1256. {
  1257. "cityName": "Novi Sad",
  1258. "population": "215400",
  1259. "latitude": "45.25167",
  1260. "longitude": "19.83694"
  1261. }
  1262. ]
  1263. },
  1264. {
  1265. "countryName": "Slovakia",
  1266. "countryCode": "sk",
  1267. "cities": [
  1268. {
  1269. "cityName": "Bratislava",
  1270. "population": "423737",
  1271. "latitude": "48.14816",
  1272. "longitude": "17.10674"
  1273. },
  1274. {
  1275. "cityName": "Košice",
  1276. "population": "236563",
  1277. "latitude": "48.71395",
  1278. "longitude": "21.25808"
  1279. },
  1280. {
  1281. "cityName": "Prešov",
  1282. "population": "94718",
  1283. "latitude": "48.99839",
  1284. "longitude": "21.23393"
  1285. },
  1286. {
  1287. "cityName": "Nitra",
  1288. "population": "86329",
  1289. "latitude": "48.30763",
  1290. "longitude": "18.08453"
  1291. },
  1292. {
  1293. "cityName": "Žilina",
  1294. "population": "85985",
  1295. "latitude": "49.22315",
  1296. "longitude": "18.73941"
  1297. }
  1298. ]
  1299. },
  1300. {
  1301. "countryName": "Slovenia",
  1302. "countryCode": "si",
  1303. "cities": [
  1304. {
  1305. "cityName": "Ljubljana",
  1306. "population": "272220",
  1307. "latitude": "46.05108",
  1308. "longitude": "14.50513"
  1309. },
  1310. {
  1311. "cityName": "Maribor",
  1312. "population": "95171",
  1313. "latitude": "46.55472",
  1314. "longitude": "15.64667"
  1315. },
  1316. {
  1317. "cityName": "Celje",
  1318. "population": "37520",
  1319. "latitude": "46.23092",
  1320. "longitude": "15.26044"
  1321. },
  1322. {
  1323. "cityName": "Kranj",
  1324. "population": "36874",
  1325. "latitude": "46.23887",
  1326. "longitude": "14.35561"
  1327. },
  1328. {
  1329. "cityName": "Velenje",
  1330. "population": "25456",
  1331. "latitude": "46.35917",
  1332. "longitude": "15.11028"
  1333. }
  1334. ]
  1335. },
  1336. {
  1337. "countryName": "Spain",
  1338. "countryCode": "es",
  1339. "cities": [
  1340. {
  1341. "cityName": "Madrid",
  1342. "population": "3255944",
  1343. "latitude": "40.4165",
  1344. "longitude": "-3.70256"
  1345. },
  1346. {
  1347. "cityName": "Barcelona",
  1348. "population": "1621537",
  1349. "latitude": "41.38879",
  1350. "longitude": "2.15899"
  1351. },
  1352. {
  1353. "cityName": "Valencia",
  1354. "population": "814208",
  1355. "latitude": "39.46975",
  1356. "longitude": "-0.37739"
  1357. },
  1358. {
  1359. "cityName": "Sevilla",
  1360. "population": "703206",
  1361. "latitude": "37.38283",
  1362. "longitude": "-5.97317"
  1363. },
  1364. {
  1365. "cityName": "Zaragoza",
  1366. "population": "674317",
  1367. "latitude": "41.65606",
  1368. "longitude": "-0.87734"
  1369. }
  1370. ]
  1371. },
  1372. {
  1373. "countryName": "Cyprus",
  1374. "countryCode": "cy",
  1375. "cities": [
  1376. {
  1377. "cityName": "Nicosia",
  1378. "population": "200452",
  1379. "latitude": "35.17531",
  1380. "longitude": "33.3642"
  1381. },
  1382. {
  1383. "cityName": "Limassol",
  1384. "population": "154000",
  1385. "latitude": "34.68406",
  1386. "longitude": "33.03794"
  1387. },
  1388. {
  1389. "cityName": "Larnaca",
  1390. "population": "72000",
  1391. "latitude": "34.92291",
  1392. "longitude": "33.6233"
  1393. },
  1394. {
  1395. "cityName": "Famagusta",
  1396. "population": "42526",
  1397. "latitude": "35.12054",
  1398. "longitude": "33.93894"
  1399. },
  1400. {
  1401. "cityName": "Paphos",
  1402. "population": "35961",
  1403. "latitude": "34.77679",
  1404. "longitude": "32.42451"
  1405. }
  1406. ]
  1407. },
  1408. {
  1409. "countryName": "Bulgaria",
  1410. "countryCode": "bg",
  1411. "cities": [
  1412. {
  1413. "cityName": "Sofia",
  1414. "population": "1152556",
  1415. "latitude": "42.69751",
  1416. "longitude": "23.32415"
  1417. },
  1418. {
  1419. "cityName": "Plovdiv",
  1420. "population": "340494",
  1421. "latitude": "42.15",
  1422. "longitude": "24.75"
  1423. },
  1424. {
  1425. "cityName": "Varna",
  1426. "population": "312770",
  1427. "latitude": "43.21667",
  1428. "longitude": "27.91667"
  1429. },
  1430. {
  1431. "cityName": "Burgas",
  1432. "population": "195966",
  1433. "latitude": "42.50606",
  1434. "longitude": "27.46781"
  1435. },
  1436. {
  1437. "cityName": "Ruse",
  1438. "population": "156238",
  1439. "latitude": "43.84872",
  1440. "longitude": "25.9534"
  1441. }
  1442. ]
  1443. },
  1444. {
  1445. "countryName": "San Marino",
  1446. "countryCode": "sm",
  1447. "cities": [
  1448. {
  1449. "cityName": "Serravalle",
  1450. "population": "9258",
  1451. "latitude": "43.96897",
  1452. "longitude": "12.48167"
  1453. },
  1454. {
  1455. "cityName": "Borgo Maggiore",
  1456. "population": "6424",
  1457. "latitude": "43.94193",
  1458. "longitude": "12.44738"
  1459. },
  1460. {
  1461. "cityName": "San Marino",
  1462. "population": "4500",
  1463. "latitude": "43.93667",
  1464. "longitude": "12.44639"
  1465. },
  1466. {
  1467. "cityName": "Domagnano",
  1468. "population": "3161",
  1469. "latitude": "43.94961",
  1470. "longitude": "12.46828"
  1471. },
  1472. {
  1473. "cityName": "Fiorentino",
  1474. "population": "2510",
  1475. "latitude": "43.91001",
  1476. "longitude": "12.45738"
  1477. }
  1478. ]
  1479. },
  1480. {
  1481. "countryName": "Sweden",
  1482. "countryCode": "se",
  1483. "cities": [
  1484. {
  1485. "cityName": "Stockholm",
  1486. "population": "1515017",
  1487. "latitude": "59.33258",
  1488. "longitude": "18.0649"
  1489. },
  1490. {
  1491. "cityName": "Göteborg",
  1492. "population": "572799",
  1493. "latitude": "57.70716",
  1494. "longitude": "11.96679"
  1495. },
  1496. {
  1497. "cityName": "Malmö",
  1498. "population": "301706",
  1499. "latitude": "55.60587",
  1500. "longitude": "13.00073"
  1501. },
  1502. {
  1503. "cityName": "Uppsala",
  1504. "population": "149245",
  1505. "latitude": "59.85882",
  1506. "longitude": "17.63889"
  1507. },
  1508. {
  1509. "cityName": "Västerås",
  1510. "population": "117746",
  1511. "latitude": "59.61617",
  1512. "longitude": "16.55276"
  1513. }
  1514. ]
  1515. },
  1516. {
  1517. "countryName": "Switzerland",
  1518. "countryCode": "ch",
  1519. "cities": [
  1520. {
  1521. "cityName": "Zürich",
  1522. "population": "341730",
  1523. "latitude": "47.36667",
  1524. "longitude": "8.55"
  1525. },
  1526. {
  1527. "cityName": "Genève",
  1528. "population": "183981",
  1529. "latitude": "46.20222",
  1530. "longitude": "6.14569"
  1531. },
  1532. {
  1533. "cityName": "Basel",
  1534. "population": "164488",
  1535. "latitude": "47.55839",
  1536. "longitude": "7.57327"
  1537. },
  1538. {
  1539. "cityName": "Bern",
  1540. "population": "121631",
  1541. "latitude": "46.94809",
  1542. "longitude": "7.44744"
  1543. },
  1544. {
  1545. "cityName": "Lausanne",
  1546. "population": "116751",
  1547. "latitude": "46.516",
  1548. "longitude": "6.63282"
  1549. }
  1550. ]
  1551. },
  1552. {
  1553. "countryName": "Ukraine",
  1554. "countryCode": "ua",
  1555. "cities": [
  1556. {
  1557. "cityName": "Kyiv",
  1558. "population": "2797553",
  1559. "latitude": "50.45466",
  1560. "longitude": "30.5238"
  1561. },
  1562. {
  1563. "cityName": "Kharkiv",
  1564. "population": "1430885",
  1565. "latitude": "49.98081",
  1566. "longitude": "36.25272"
  1567. },
  1568. {
  1569. "cityName": "Dnipro",
  1570. "population": "1032822",
  1571. "latitude": "48.4593",
  1572. "longitude": "35.03865"
  1573. },
  1574. {
  1575. "cityName": "Donetsk",
  1576. "population": "1024700",
  1577. "latitude": "48.023",
  1578. "longitude": "37.80224"
  1579. },
  1580. {
  1581. "cityName": "Odessa",
  1582. "population": "1001558",
  1583. "latitude": "46.47747",
  1584. "longitude": "30.73262"
  1585. }
  1586. ]
  1587. },
  1588. {
  1589. "countryName": "United Kingdom",
  1590. "countryCode": "gb",
  1591. "cities": [
  1592. {
  1593. "cityName": "London",
  1594. "population": "7556900",
  1595. "latitude": "51.50853",
  1596. "longitude": "-0.12574"
  1597. },
  1598. {
  1599. "cityName": "Glasgow",
  1600. "population": "591620",
  1601. "latitude": "55.86515",
  1602. "longitude": "-4.25763"
  1603. }
  1604. ]
  1605. },
  1606. {
  1607. "countryName": "Andorra",
  1608. "countryCode": "ad",
  1609. "cities": [
  1610. {
  1611. "cityName": "Andorra la Vella",
  1612. "population": "20430",
  1613. "latitude": "42.50779",
  1614. "longitude": "1.52109"
  1615. },
  1616. {
  1617. "cityName": "les Escaldes",
  1618. "population": "15853",
  1619. "latitude": "42.50729",
  1620. "longitude": "1.53414"
  1621. },
  1622. {
  1623. "cityName": "Encamp",
  1624. "population": "11223",
  1625. "latitude": "42.53474",
  1626. "longitude": "1.58014"
  1627. },
  1628. {
  1629. "cityName": "Sant Julià de Lòria",
  1630. "population": "8022",
  1631. "latitude": "42.46372",
  1632. "longitude": "1.49129"
  1633. },
  1634. {
  1635. "cityName": "la Massana",
  1636. "population": "7211",
  1637. "latitude": "42.54499",
  1638. "longitude": "1.51483"
  1639. }
  1640. ]
  1641. },
  1642. {
  1643. "countryName": "Svalbard and Jan Mayen",
  1644. "countryCode": "sj",
  1645. "cities": [
  1646. {
  1647. "cityName": "Longyearbyen",
  1648. "population": "2060",
  1649. "latitude": "78.22334",
  1650. "longitude": "15.64689"
  1651. },
  1652. {
  1653. "cityName": "Olonkinbyen",
  1654. "population": "14",
  1655. "latitude": "70.9221",
  1656. "longitude": "-8.7187"
  1657. },
  1658. {
  1659. "cityName": "Grumantbyen",
  1660. "population": "0",
  1661. "latitude": "78.17293",
  1662. "longitude": "15.09562"
  1663. }
  1664. ]
  1665. },
  1666. {
  1667. "countryName": "Russia",
  1668. "countryCode": "ru",
  1669. "cities": [
  1670. {
  1671. "cityName": "Moscow",
  1672. "population": "10381222",
  1673. "latitude": "55.75222",
  1674. "longitude": "37.61556"
  1675. },
  1676. {
  1677. "cityName": "Saint Petersburg",
  1678. "population": "5028000",
  1679. "latitude": "59.93863",
  1680. "longitude": "30.31413"
  1681. },
  1682. {
  1683. "cityName": "Novosibirsk",
  1684. "population": "1419007",
  1685. "latitude": "55.0415",
  1686. "longitude": "82.9346"
  1687. },
  1688. {
  1689. "cityName": "Yekaterinburg",
  1690. "population": "1349772",
  1691. "latitude": "56.8519",
  1692. "longitude": "60.6122"
  1693. },
  1694. {
  1695. "cityName": "Nizhniy Novgorod",
  1696. "population": "1284164",
  1697. "latitude": "56.32867",
  1698. "longitude": "44.00205"
  1699. }
  1700. ]
  1701. }
  1702. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement