province_center_data.js 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  1. window.ProvincesCenterData = {
  2. "type": "FeatureCollection",
  3. "features": [{
  4. "geometry": {
  5. "coordinates": [85.5064896237756, 41.0795371259766],
  6. "type": "Point"
  7. },
  8. "properties": {
  9. "省份": "新疆",
  10. "population": 24870000
  11. },
  12. "type": "Feature"
  13. }, {
  14. "geometry": {
  15. "coordinates": [89.81054792048526, 30.46619972736792],
  16. "type": "Point"
  17. },
  18. "properties": {
  19. "省份": "西藏",
  20. "population": 3440000
  21. },
  22. "type": "Feature"
  23. }, {
  24. "geometry": {
  25. "coordinates": [96.1088863880621, 35.7783387438333],
  26. "type": "Point"
  27. },
  28. "properties": {
  29. "省份": "青海",
  30. "population": 6030000
  31. },
  32. "type": "Feature"
  33. }, {
  34. "geometry": {
  35. "coordinates": [104.4333972690034, 35.09978535091904],
  36. "type": "Point"
  37. },
  38. "properties": {
  39. "省份": "甘肃",
  40. "population": 26370000
  41. },
  42. "type": "Feature"
  43. }, {
  44. "geometry": {
  45. "coordinates": [108.638979512171, 40.578899368505],
  46. "type": "Point"
  47. },
  48. "properties": {
  49. "省份": "内蒙古",
  50. "population": 25340000
  51. },
  52. "type": "Feature"
  53. }, {
  54. "geometry": {
  55. "coordinates": [127.985829291213, 47.008509000742],
  56. "type": "Point"
  57. },
  58. "properties": {
  59. "省份": "黑龙江",
  60. "population": 37730000
  61. },
  62. "type": "Feature"
  63. }, {
  64. "geometry": {
  65. "coordinates": [126.660529695677, 43.3116206553],
  66. "type": "Point"
  67. },
  68. "properties": {
  69. "省份": "吉林",
  70. "population": 27040000
  71. },
  72. "type": "Feature"
  73. }, {
  74. "geometry": {
  75. "coordinates": [123.103146570818, 41.4980527877247],
  76. "type": "Point"
  77. },
  78. "properties": {
  79. "省份": "辽宁",
  80. "population": 43590000
  81. },
  82. "type": "Feature"
  83. }, {
  84. "geometry": {
  85. "coordinates": [115.430359438768, 38.2894327143222],
  86. "type": "Point"
  87. },
  88. "properties": {
  89. "省份": "河北",
  90. "population": 75560000
  91. },
  92. "type": "Feature"
  93. }, {
  94. "geometry": {
  95. "coordinates": [118.136760718073, 36.3084585820476],
  96. "type": "Point"
  97. },
  98. "properties": {
  99. "省份": "山东",
  100. "population": 100470000
  101. },
  102. "type": "Feature"
  103. }, {
  104. "geometry": {
  105. "coordinates": [117.299729394577, 31.5652810822353],
  106. "type": "Point"
  107. },
  108. "properties": {
  109. "省份": "安徽",
  110. "population": 63240000
  111. },
  112. "type": "Feature"
  113. }, {
  114. "geometry": {
  115. "coordinates": [116.4616928300249, 40.2231380976565],
  116. "type": "Point"
  117. },
  118. "properties": {
  119. "省份": "北京",
  120. "population": 21540000
  121. },
  122. "type": "Feature"
  123. }, {
  124. "geometry": {
  125. "coordinates": [113.56098948296, 33.7973646115587],
  126. "type": "Point"
  127. },
  128. "properties": {
  129. "省份": "河南",
  130. "population": 96050000
  131. },
  132. "type": "Feature"
  133. }, {
  134. "geometry": {
  135. "coordinates": [112.2592562253268, 36.8567118668542],
  136. "type": "Point"
  137. },
  138. "properties": {
  139. "省份": "山西",
  140. "population": 37180000
  141. },
  142. "type": "Feature"
  143. }, {
  144. "geometry": {
  145. "coordinates": [108.371395277283, 33.7415625233257],
  146. "type": "Point"
  147. },
  148. "properties": {
  149. "省份": "陕西",
  150. "population": 38640000
  151. },
  152. "type": "Feature"
  153. }, {
  154. "geometry": {
  155. "coordinates": [102.958592718673, 30.6724476705059],
  156. "type": "Point"
  157. },
  158. "properties": {
  159. "省份": "四川",
  160. "population": 83410000
  161. },
  162. "type": "Feature"
  163. }, {
  164. "geometry": {
  165. "coordinates": [101.842550954012, 24.4226137884002],
  166. "type": "Point"
  167. },
  168. "properties": {
  169. "省份": "云南",
  170. "population": 48300000
  171. },
  172. "type": "Feature"
  173. }, {
  174. "geometry": {
  175. "coordinates": [108.5590496323684, 23.7454991001028],
  176. "type": "Point"
  177. },
  178. "properties": {
  179. "省份": "广西",
  180. "population": 49260000
  181. },
  182. "type": "Feature"
  183. }, {
  184. "geometry": {
  185. "coordinates": [107.199551424388, 26.47102719959632],
  186. "type": "Point"
  187. },
  188. "properties": {
  189. "省份": "贵州",
  190. "population": 36000000
  191. },
  192. "type": "Feature"
  193. }, {
  194. "geometry": {
  195. "coordinates": [109.7166370984773, 17.51993567578719],
  196. "type": "Point"
  197. },
  198. "properties": {
  199. "省份": "海南",
  200. "population": 9340000
  201. },
  202. "type": "Feature"
  203. }, {
  204. "geometry": {
  205. "coordinates": [122.926865129727, 23.5855824649039],
  206. "type": "Point"
  207. },
  208. "properties": {
  209. "省份": "台湾",
  210. "population": 23580000
  211. },
  212. "type": "Feature"
  213. }, {
  214. "geometry": {
  215. "coordinates": [113.8080329166514, 24.00979976081936],
  216. "type": "Point"
  217. },
  218. "properties": {
  219. "省份": "广东",
  220. "population": 113460000
  221. },
  222. "type": "Feature"
  223. }, {
  224. "geometry": {
  225. "coordinates": [112.639485651564, 20.55445363123207],
  226. "type": "Point"
  227. },
  228. "properties": {
  229. "省份": "澳门",
  230. "population": 587606
  231. },
  232. "type": "Feature"
  233. }, {
  234. "geometry": {
  235. "coordinates": [115.5374226645028, 22.27256022161274],
  236. "type": "Point"
  237. },
  238. "properties": {
  239. "省份": "香港",
  240. "population": 7305700
  241. },
  242. "type": "Feature"
  243. }, {
  244. "geometry": {
  245. "coordinates": [118.4501309602551, 25.9962326765732],
  246. "type": "Point"
  247. },
  248. "properties": {
  249. "省份": "福建",
  250. "population": 39410000
  251. },
  252. "type": "Feature"
  253. }, {
  254. "geometry": {
  255. "coordinates": [115.6291345125558, 27.35768220411655],
  256. "type": "Point"
  257. },
  258. "properties": {
  259. "省份": "江西",
  260. "population": 46480000
  261. },
  262. "type": "Feature"
  263. }, {
  264. "geometry": {
  265. "coordinates": [111.5296454180681, 28.17076802121692],
  266. "type": "Point"
  267. },
  268. "properties": {
  269. "省份": "湖南",
  270. "population": 68990000
  271. },
  272. "type": "Feature"
  273. }, {
  274. "geometry": {
  275. "coordinates": [112.712797741817, 31.0407414528443],
  276. "type": "Point"
  277. },
  278. "properties": {
  279. "省份": "湖北",
  280. "population": 59170000
  281. },
  282. "type": "Feature"
  283. }, {
  284. "geometry": {
  285. "coordinates": [107.445080612614, 29.90401452369961],
  286. "type": "Point"
  287. },
  288. "properties": {
  289. "省份": "重庆",
  290. "population": 31020000
  291. },
  292. "type": "Feature"
  293. }, {
  294. "geometry": {
  295. "coordinates": [119.989390047412, 33.48921923050181],
  296. "type": "Point"
  297. },
  298. "properties": {
  299. "省份": "江苏",
  300. "population": 80510000
  301. },
  302. "type": "Feature"
  303. }, {
  304. "geometry": {
  305. "coordinates": [121.596490188524, 31.1746664646037],
  306. "type": "Point"
  307. },
  308. "properties": {
  309. "省份": "上海",
  310. "population": 24240000
  311. },
  312. "type": "Feature"
  313. }, {
  314. "geometry": {
  315. "coordinates": [120.123315059171, 29.0765079470396],
  316. "type": "Point"
  317. },
  318. "properties": {
  319. "省份": "浙江",
  320. "population": 57370000
  321. },
  322. "type": "Feature"
  323. }, {
  324. "geometry": {
  325. "coordinates": [117.0708583309436, 39.0101671701682],
  326. "type": "Point"
  327. },
  328. "properties": {
  329. "省份": "天津",
  330. "population": 15600000
  331. },
  332. "type": "Feature"
  333. }, {
  334. "geometry": {
  335. "coordinates": [106.195113836192, 37.3798586761229],
  336. "type": "Point"
  337. },
  338. "properties": {
  339. "省份": "宁夏",
  340. "population": 6880000
  341. },
  342. "type": "Feature"
  343. }]
  344. };
  345. window.ProvincesNameEn = {
  346. 上海: "Shanghai",
  347. 云南: "Yunnan",
  348. 内蒙古: "Nei Mongol",
  349. 北京: "Beijing",
  350. 台湾: "Taiwan",
  351. 吉林: "Jilin",
  352. 四川: "Sichuan",
  353. 天津: "Tianjing",
  354. 宁夏: "Ningxia",
  355. 安徽: "Anhui",
  356. 山东: "Shandong",
  357. 山西: "Shanxi",
  358. 广东: "Guangdong",
  359. 广西: "Guangxi",
  360. 新疆: "Xinjiang",
  361. 江苏: "Jiangsu",
  362. 江西: "Jiangxi",
  363. 河北: "Hebei",
  364. 河南: "Henan",
  365. 浙江: "Zhejiang",
  366. 海南: "Hainan",
  367. 湖北: "Hubei",
  368. 湖南: "Hunan",
  369. 澳门: "Macau",
  370. 甘肃: "Gansu",
  371. 福建: "Fujian",
  372. 西藏: "Xizang",
  373. 贵州: "Guizhou",
  374. 辽宁: "Liaoning",
  375. 重庆: "Chongqing",
  376. 陕西: "Shaanxi",
  377. 青海: "Qinghai",
  378. 香港: "Hong Kong",
  379. 黑龙江: "Heilongjiang"
  380. }