Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "properties": {
  7. "name": "Pella",
  8. "country": "Kingdom of Macedon",
  9. "population": 17000,
  10. "builtdate": "413BC",
  11. "description": "The capital of Kingdom of Macedon and the birthplace of Alexander. Now the relics becomes a museum showing the history of ancient Macedon",
  12. "newname": "Pella",
  13. "newcountry": "Greece",
  14. "newpopulation": "2398",
  15. "listeddate": 2001,
  16. "newdescription": "A village and a municipality in the Pella regional unit of Macedonia, Greece. It is located on the site of ancient Pella"
  17. },
  18. "geometry": {
  19. "type": "Point",
  20. "coordinates": [
  21. 22.520777,
  22. 40.762179
  23. ]
  24. }
  25. },
  26. {
  27. "type": "Feature",
  28. "properties": {
  29. "name": "Rhacotis",
  30. "country": "Egypt",
  31. "population": 1000,
  32. "builtdate": "1000BC",
  33. "description": "A small port and the home of sentinels who protected the Egyptian kingdom from outsider",
  34. "newname": "Alexandria",
  35. "newcountry": "Egypt",
  36. "newpopulation": "5200000",
  37. "listeddate": 2003,
  38. "newdescription": "A port city founded by Alexander the Great on 331 BC, located on the Mediterranean Sea"
  39. },
  40. "geometry": {
  41. "type": "Point",
  42. "coordinates": [
  43. 29.918481,
  44. 31.219883
  45. ]
  46. }
  47. },
  48. {
  49. "type": "Feature",
  50. "properties": {
  51. "name": "Troy",
  52. "country": "Greek Cities",
  53. "population": 10000,
  54. "builtdate": "3000BC",
  55. "description": "A city famous for trojan war locating on the frontline between Achaemenid Empire and the Greeks. Alexander visited it in 334 BC",
  56. "newname": "Troy (Heritage Site)",
  57. "newcountry": "Turkey",
  58. "newpopulation": "Inapplicable",
  59. "listeddate": 1998,
  60. "newdescription": "The city was abandoned at around 500AD, now it is one of UNESCO World Heritage Sites"
  61. },
  62. "geometry": {
  63. "type": "Point",
  64. "coordinates": [
  65. 26.251068,
  66. 39.966239
  67. ]
  68. }
  69. },
  70. {
  71. "type": "Feature",
  72. "properties": {
  73. "name": "Persepolis",
  74. "country": "Achaemenid Empire",
  75. "population": 8000,
  76. "builtdate": "515BC",
  77. "description": "The ceremonial capital of the Achaemenid Empire. The city was looted by Alexander’s army and a fire burned the palaces",
  78. "newname": "Persepolis (Heritage Site)",
  79. "newcountry": "Iran",
  80. "newpopulation": "Inapplicable",
  81. "listeddate": 1979,
  82. "newdescription": "The city suffered a gradual decline after being conquered, and now it is one of UNESCO World Heritage Sites"
  83. },
  84. "geometry": {
  85. "type": "Point",
  86. "coordinates": [
  87. 52.891566,
  88. 29.935821
  89. ]
  90. }
  91. },
  92. {
  93. "type": "Feature",
  94. "properties": {
  95. "name": "Taxila",
  96. "country": "Achaemenid Empire",
  97. "population": 4000,
  98. "builtdate": "1000BC",
  99. "description": "A city with an important strategic location. The ruler of the city surrendered to Alexander in 326BC",
  100. "newname": "Taxila",
  101. "newcountry": "Pakistan",
  102. "newpopulation": "48904",
  103. "listeddate": 1980,
  104. "newdescription": "The city was conquered by different empires several times and was abandoned in 5th century. A new Texila was built next to it and the ruins of old city is one of UNESCO World Heritage Sites"
  105. },
  106. "geometry": {
  107. "type": "Point",
  108. "coordinates": [
  109. 72.842041,
  110. 33.758984
  111. ]
  112. }
  113. }
  114. ]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement