├── .gitignore
├── LICENSE
├── Procfile
├── README.md
├── app
├── __init__.py
├── charts
│ ├── __init__.py
│ ├── bar.py
│ ├── bar3d.py
│ ├── boxplot.py
│ ├── constants.py
│ ├── effectscatter.py
│ ├── funnel.py
│ ├── gauge.py
│ ├── geo.py
│ ├── geolines.py
│ ├── graph.py
│ ├── grid.py
│ ├── heatmap.py
│ ├── kline.py
│ ├── line.py
│ ├── line3d.py
│ ├── liquid.py
│ ├── map.py
│ ├── overlap.py
│ ├── parallel.py
│ ├── pie.py
│ ├── polar.py
│ ├── radar.py
│ ├── sankey.py
│ ├── scatter.py
│ ├── scatter3d.py
│ ├── themeriver.py
│ ├── timeline.py
│ ├── treemap.py
│ └── wordcloud.py
├── static
│ ├── css
│ │ ├── github-markdown.css
│ │ └── styles.css
│ ├── echarts
│ │ ├── Afghanistan.js
│ │ ├── Albania.js
│ │ ├── Algeria.js
│ │ ├── Andorra.js
│ │ ├── Angola.js
│ │ ├── Anguilla.js
│ │ ├── Antigua_and_Barbuda.js
│ │ ├── Argentina.js
│ │ ├── Armenia.js
│ │ ├── Australia.js
│ │ ├── Austria.js
│ │ ├── Azerbaijan.js
│ │ ├── Bahrain.js
│ │ ├── Bangladesh.js
│ │ ├── Barbados.js
│ │ ├── Belarus.js
│ │ ├── Belgium.js
│ │ ├── Belize.js
│ │ ├── Benin.js
│ │ ├── Bermuda.js
│ │ ├── Bhutan.js
│ │ ├── Bolivia.js
│ │ ├── Bosnia_and_Herzegovina.js
│ │ ├── Botswana.js
│ │ ├── Brazil.js
│ │ ├── British_Indian_Ocean_Territory.js
│ │ ├── British_Virgin_Islands.js
│ │ ├── Brunei.js
│ │ ├── Bulgaria.js
│ │ ├── Burkina_Faso.js
│ │ ├── Burundi.js
│ │ ├── Cambodia.js
│ │ ├── Cameroon.js
│ │ ├── Canada.js
│ │ ├── Cape_Verde.js
│ │ ├── Cayman_Islands.js
│ │ ├── Central_African_Republic.js
│ │ ├── Chad.js
│ │ ├── Chile.js
│ │ ├── Colombia.js
│ │ ├── Comoros.js
│ │ ├── Congo-Brazzaville.js
│ │ ├── Congo-Kinshasa.js
│ │ ├── Cook_Islands.js
│ │ ├── Coral_Sea_Islands_Territory.js
│ │ ├── Costa_Rica.js
│ │ ├── Croatia.js
│ │ ├── Cuba.js
│ │ ├── Cyprus.js
│ │ ├── Czechia.js
│ │ ├── Denmark.js
│ │ ├── Djibouti.js
│ │ ├── Dominica.js
│ │ ├── Dominican_Republic.js
│ │ ├── East_Timor.js
│ │ ├── Ecuador.js
│ │ ├── Egypt.js
│ │ ├── El_Salvador.js
│ │ ├── Equatorial_Guinea.js
│ │ ├── Eritrea.js
│ │ ├── Estonia.js
│ │ ├── Ethiopia.js
│ │ ├── Falkland_Islands.js
│ │ ├── Faroe_Islands.js
│ │ ├── Federated_States_of_Micronesia.js
│ │ ├── Fiji.js
│ │ ├── Finland.js
│ │ ├── France.js
│ │ ├── Gabon.js
│ │ ├── Georgia.js
│ │ ├── Germany.js
│ │ ├── Ghana.js
│ │ ├── Gibraltar.js
│ │ ├── Greece.js
│ │ ├── Greenland.js
│ │ ├── Guatemala.js
│ │ ├── Guernsey.js
│ │ ├── Guinea-Bissau.js
│ │ ├── Guinea.js
│ │ ├── Guyana.js
│ │ ├── Haiti.js
│ │ ├── Honduras.js
│ │ ├── Hungary.js
│ │ ├── Iceland.js
│ │ ├── India.js
│ │ ├── Indonesia.js
│ │ ├── Iraq.js
│ │ ├── Ireland.js
│ │ ├── Islamic_Republic_of_Iran.js
│ │ ├── Isle_of_Man.js
│ │ ├── Israel.js
│ │ ├── Italy.js
│ │ ├── Jamaica.js
│ │ ├── Japan.js
│ │ ├── Jersey.js
│ │ ├── Jordan.js
│ │ ├── Juguang.js
│ │ ├── Kazakhstan.js
│ │ ├── Kenya.js
│ │ ├── Kiribati.js
│ │ ├── Kuwait.js
│ │ ├── Kyrgyzstan.js
│ │ ├── Laos.js
│ │ ├── Latvia.js
│ │ ├── Lebanon.js
│ │ ├── Lesotho.js
│ │ ├── Liberia.js
│ │ ├── Libya.js
│ │ ├── Liechtenstein.js
│ │ ├── Lithuania.js
│ │ ├── Luxemburg.js
│ │ ├── Macedonia.js
│ │ ├── Madagascar.js
│ │ ├── Malawi.js
│ │ ├── Malaysia.js
│ │ ├── Maldives.js
│ │ ├── Mali.js
│ │ ├── Malta.js
│ │ ├── Marshall_Islands.js
│ │ ├── Mauritania.js
│ │ ├── Mauritius.js
│ │ ├── Mexico.js
│ │ ├── Moldova.js
│ │ ├── Monaco.js
│ │ ├── Mongolia.js
│ │ ├── Montenegro.js
│ │ ├── Montserrat.js
│ │ ├── Morocco.js
│ │ ├── Mozambique.js
│ │ ├── Myanmar.js
│ │ ├── Namibia.js
│ │ ├── Nepal.js
│ │ ├── New_Zealand.js
│ │ ├── Nicaragua.js
│ │ ├── Niger.js
│ │ ├── Nigeria.js
│ │ ├── Niue.js
│ │ ├── North_Korea.js
│ │ ├── Norway.js
│ │ ├── Oman.js
│ │ ├── Pakistan.js
│ │ ├── Palau.js
│ │ ├── Palestine.js
│ │ ├── Panama.js
│ │ ├── Papua_New_Guinea.js
│ │ ├── Paraguay.js
│ │ ├── Peru.js
│ │ ├── Philippines.js
│ │ ├── Pitcairn_Islands.js
│ │ ├── Poland.js
│ │ ├── Portugal.js
│ │ ├── Qatar.js
│ │ ├── Republic_of_Kosovo.js
│ │ ├── Romania.js
│ │ ├── Russia.js
│ │ ├── Russian_Federation.js
│ │ ├── Rwanda.js
│ │ ├── Sahrawi_Arab_Democratic_Republic.js
│ │ ├── Saint_Helena_Ascension_and_Tristan_da_Cunha.js
│ │ ├── Saint_Kitts_and_Nevis.js
│ │ ├── Saint_Lucia.js
│ │ ├── Saint_Vincent_and_the_Grenadines.js
│ │ ├── Samoa.js
│ │ ├── San_Marino.js
│ │ ├── Saudi_Arabia.js
│ │ ├── Senegal.js
│ │ ├── Serbia.js
│ │ ├── Seychelles.js
│ │ ├── Sierra_Leone.js
│ │ ├── Singapore.js
│ │ ├── Slovakia.js
│ │ ├── Slovenia.js
│ │ ├── Solomon_Islands.js
│ │ ├── Somalia.js
│ │ ├── South_Africa.js
│ │ ├── South_Georgia_and_the_South_Sandwich_Islands.js
│ │ ├── South_Korea.js
│ │ ├── South_Sudan.js
│ │ ├── Spain.js
│ │ ├── Sri_Lanka.js
│ │ ├── Sudan.js
│ │ ├── Suriname.js
│ │ ├── Swaziland.js
│ │ ├── Sweden.js
│ │ ├── Syria.js
│ │ ├── Tajikistan.js
│ │ ├── Tanzania.js
│ │ ├── Thailand.js
│ │ ├── The_Bahamas.js
│ │ ├── The_Gambia.js
│ │ ├── The_Netherlands.js
│ │ ├── Togo.js
│ │ ├── Tokelau.js
│ │ ├── Tonga.js
│ │ ├── Trinidad_and_Tobago.js
│ │ ├── Tunisia.js
│ │ ├── Turkey.js
│ │ ├── Turkmenistan.js
│ │ ├── Turks_and_Caicos_Islands.js
│ │ ├── Tuvalu.js
│ │ ├── USA.js
│ │ ├── Uganda.js
│ │ ├── Ukraine.js
│ │ ├── United_Arab_Emirates.js
│ │ ├── United_Kingdom.js
│ │ ├── Uruguay.js
│ │ ├── Uzbekistan.js
│ │ ├── Vanuatu.js
│ │ ├── Vatican_City.js
│ │ ├── Venezuela.js
│ │ ├── Vietnam.js
│ │ ├── Yemen.js
│ │ ├── Zambia.js
│ │ ├── Zimbabwe.js
│ │ ├── an1_hui1_an1_qing4.js
│ │ ├── an1_hui1_bang4_bu4.js
│ │ ├── an1_hui1_bo2_zhou1.js
│ │ ├── an1_hui1_chi2_zhou1.js
│ │ ├── an1_hui1_chu2_zhou1.js
│ │ ├── an1_hui1_fu4_yang2.js
│ │ ├── an1_hui1_he2_fei2.js
│ │ ├── an1_hui1_huai2_bei3.js
│ │ ├── an1_hui1_huai2_nan2.js
│ │ ├── an1_hui1_huang2_shan1.js
│ │ ├── an1_hui1_liu4_an1.js
│ │ ├── an1_hui1_ma3_an1_shan1.js
│ │ ├── an1_hui1_su4_zhou1.js
│ │ ├── an1_hui1_tong2_ling2.js
│ │ ├── an1_hui1_wu2_hu2.js
│ │ ├── an1_hui1_xuan1_cheng2.js
│ │ ├── anhui.js
│ │ ├── aomen.js
│ │ ├── beijing.js
│ │ ├── china.js
│ │ ├── chongqing.js
│ │ ├── echarts-gl.min.js
│ │ ├── echarts-liquidfill.min.js
│ │ ├── echarts-wordcloud.min.js
│ │ ├── echarts.min.js
│ │ ├── fu2_jian4_fu2_zhou1.js
│ │ ├── fu2_jian4_fu3_tian2.js
│ │ ├── fu2_jian4_long2_yan2.js
│ │ ├── fu2_jian4_nan2_ping2.js
│ │ ├── fu2_jian4_ning2_de2.js
│ │ ├── fu2_jian4_quan2_zhou1.js
│ │ ├── fu2_jian4_san1_ming2.js
│ │ ├── fu2_jian4_sha4_men2.js
│ │ ├── fu2_jian4_zhang1_zhou1.js
│ │ ├── fujian.js
│ │ ├── gan1_su4_bai2_yin2.js
│ │ ├── gan1_su4_ding4_xi1.js
│ │ ├── gan1_su4_gan1_nan2_cang2_zu2_zi4_zhi4_zhou1.js
│ │ ├── gan1_su4_jia1_yu4_guan1.js
│ │ ├── gan1_su4_jin1_chang1.js
│ │ ├── gan1_su4_jiu3_quan2.js
│ │ ├── gan1_su4_lan2_zhou1.js
│ │ ├── gan1_su4_lin2_xia4_hui2_zu2_zi4_zhi4_zhou1.js
│ │ ├── gan1_su4_long3_nan2.js
│ │ ├── gan1_su4_ping2_liang2.js
│ │ ├── gan1_su4_qing4_yang2.js
│ │ ├── gan1_su4_tian1_shui3.js
│ │ ├── gan1_su4_wu3_wei1.js
│ │ ├── gan1_su4_zhang1_ye4.js
│ │ ├── gansu.js
│ │ ├── guang3_dong1_chao2_zhou1.js
│ │ ├── guang3_dong1_dong1_guan1.js
│ │ ├── guang3_dong1_dong1_sha1_qun2_dao3.js
│ │ ├── guang3_dong1_fo2_shan1.js
│ │ ├── guang3_dong1_guang3_zhou1.js
│ │ ├── guang3_dong1_he2_yuan2.js
│ │ ├── guang3_dong1_hui4_zhou1.js
│ │ ├── guang3_dong1_jiang1_men2.js
│ │ ├── guang3_dong1_jie1_yang2.js
│ │ ├── guang3_dong1_mao4_ming2.js
│ │ ├── guang3_dong1_mei2_zhou1.js
│ │ ├── guang3_dong1_qing1_yuan3.js
│ │ ├── guang3_dong1_shan4_tou2.js
│ │ ├── guang3_dong1_shan4_wei3.js
│ │ ├── guang3_dong1_shao2_guan1.js
│ │ ├── guang3_dong1_shen1_zhen4.js
│ │ ├── guang3_dong1_yang2_jiang1.js
│ │ ├── guang3_dong1_yun2_fu2.js
│ │ ├── guang3_dong1_zhan4_jiang1.js
│ │ ├── guang3_dong1_zhao4_qing4.js
│ │ ├── guang3_dong1_zhong1_shan1.js
│ │ ├── guang3_dong1_zhu1_hai3.js
│ │ ├── guang3_xi1_bai3_se4.js
│ │ ├── guang3_xi1_bei3_hai3.js
│ │ ├── guang3_xi1_chong2_zuo3.js
│ │ ├── guang3_xi1_fang2_cheng2_gang3.js
│ │ ├── guang3_xi1_gui4_gang3.js
│ │ ├── guang3_xi1_gui4_lin2.js
│ │ ├── guang3_xi1_he2_chi2.js
│ │ ├── guang3_xi1_he4_zhou1.js
│ │ ├── guang3_xi1_lai2_bin1.js
│ │ ├── guang3_xi1_liu3_zhou1.js
│ │ ├── guang3_xi1_nan2_ning2.js
│ │ ├── guang3_xi1_qin1_zhou1.js
│ │ ├── guang3_xi1_wu2_zhou1.js
│ │ ├── guang3_xi1_yu4_lin2.js
│ │ ├── guangdong.js
│ │ ├── guangxi.js
│ │ ├── gui4_zhou1_an1_shun4.js
│ │ ├── gui4_zhou1_bi4_jie2.js
│ │ ├── gui4_zhou1_gui4_yang2.js
│ │ ├── gui4_zhou1_liu4_pan2_shui3.js
│ │ ├── gui4_zhou1_qian2_dong1_nan2_miao2_zu2_tong1_zu2_zi4_zhi4_zhou1.js
│ │ ├── gui4_zhou1_qian2_nan2_bu4_yi1_zu2_miao2_zu2_zi4_zhi4_zhou1.js
│ │ ├── gui4_zhou1_qian2_xi1_nan2_bu4_yi1_zu2_miao2_zu2_zi4_zhi4_zhou1.js
│ │ ├── gui4_zhou1_tong2_ren2.js
│ │ ├── gui4_zhou1_zun1_yi4.js
│ │ ├── guizhou.js
│ │ ├── hai3_nan2_bai2_sha1_li2_zu2_zi4_zhi4_xian4.js
│ │ ├── hai3_nan2_bao3_ting2_li2_zu2_miao2_zu2_zi4_zhi4_xian4.js
│ │ ├── hai3_nan2_chang1_jiang1_li2_zu2_zi4_zhi4_xian4.js
│ │ ├── hai3_nan2_cheng2_mai4_xian4.js
│ │ ├── hai3_nan2_dan1_zhou1.js
│ │ ├── hai3_nan2_ding4_an1_xian4.js
│ │ ├── hai3_nan2_dong1_fang1.js
│ │ ├── hai3_nan2_hai3_kou3.js
│ │ ├── hai3_nan2_le4_dong1_li2_zu2_zi4_zhi4_xian4.js
│ │ ├── hai3_nan2_lin2_gao1_xian4.js
│ │ ├── hai3_nan2_ling2_shui3_li2_zu2_zi4_zhi4_xian4.js
│ │ ├── hai3_nan2_qiong2_hai3.js
│ │ ├── hai3_nan2_qiong2_zhong1_li2_zu2_miao2_zu2_zi4_zhi4_xian4.js
│ │ ├── hai3_nan2_san1_sha1.js
│ │ ├── hai3_nan2_san1_ya4.js
│ │ ├── hai3_nan2_tun2_chang1_xian4.js
│ │ ├── hai3_nan2_wan4_ning2.js
│ │ ├── hai3_nan2_wen2_chang1.js
│ │ ├── hai3_nan2_wu3_zhi3_shan1.js
│ │ ├── hainan.js
│ │ ├── he2_bei3_bao3_ding4.js
│ │ ├── he2_bei3_cheng2_de2.js
│ │ ├── he2_bei3_han2_dan1.js
│ │ ├── he2_bei3_heng2_shui3.js
│ │ ├── he2_bei3_lang2_fang1.js
│ │ ├── he2_bei3_qin2_huang2_dao3.js
│ │ ├── he2_bei3_shi2_jia1_zhuang1.js
│ │ ├── he2_bei3_tang2_shan1.js
│ │ ├── he2_bei3_xing2_tai2.js
│ │ ├── he2_bei3_zhang1_jia1_kou3.js
│ │ ├── he2_nan2_an1_yang2.js
│ │ ├── he2_nan2_he4_bi4.js
│ │ ├── he2_nan2_ji4_yuan2.js
│ │ ├── he2_nan2_jiao1_zuo4.js
│ │ ├── he2_nan2_kai1_feng1.js
│ │ ├── he2_nan2_luo4_yang2.js
│ │ ├── he2_nan2_nan2_yang2.js
│ │ ├── he2_nan2_ping2_ding3_shan1.js
│ │ ├── he2_nan2_pu2_yang2.js
│ │ ├── he2_nan2_san1_men2_xia2.js
│ │ ├── he2_nan2_shang1_qiu1.js
│ │ ├── he2_nan2_ta4_he2.js
│ │ ├── he2_nan2_xin1_xiang1.js
│ │ ├── he2_nan2_xin4_yang2.js
│ │ ├── he2_nan2_xu3_chang1.js
│ │ ├── he2_nan2_zheng4_zhou1.js
│ │ ├── he2_nan2_zhou1_kou3.js
│ │ ├── he2_nan2_zhu4_ma3_dian4.js
│ │ ├── hebei.js
│ │ ├── hei1_long2_jiang1_da4_qing4.js
│ │ ├── hei1_long2_jiang1_da4_xing1_an1_ling2_di4_qu1.js
│ │ ├── hei1_long2_jiang1_ha1_er3_bin1.js
│ │ ├── hei1_long2_jiang1_he4_gang3.js
│ │ ├── hei1_long2_jiang1_hei1_he2.js
│ │ ├── hei1_long2_jiang1_ji1_xi1.js
│ │ ├── hei1_long2_jiang1_jia1_mu4_si1.js
│ │ ├── hei1_long2_jiang1_mu3_dan1_jiang1.js
│ │ ├── hei1_long2_jiang1_qi1_tai2_he2.js
│ │ ├── hei1_long2_jiang1_qi2_qi2_ha1_er3.js
│ │ ├── hei1_long2_jiang1_shuang1_ya1_shan1.js
│ │ ├── hei1_long2_jiang1_sui1_hua4.js
│ │ ├── hei1_long2_jiang1_yi1_chun1.js
│ │ ├── heilongjiang.js
│ │ ├── henan.js
│ │ ├── hu2_bei3_e4_zhou1.js
│ │ ├── hu2_bei3_en1_shi1_tu3_jia1_zu2_miao2_zu2_zi4_zhi4_zhou1.js
│ │ ├── hu2_bei3_huang2_gang1.js
│ │ ├── hu2_bei3_huang2_shi2.js
│ │ ├── hu2_bei3_jing1_men2.js
│ │ ├── hu2_bei3_jing1_zhou1.js
│ │ ├── hu2_bei3_qian2_jiang1.js
│ │ ├── hu2_bei3_shen2_nong2_jia4_lin2_qu1.js
│ │ ├── hu2_bei3_shi2_yan4.js
│ │ ├── hu2_bei3_sui2_zhou1.js
│ │ ├── hu2_bei3_tian1_men2.js
│ │ ├── hu2_bei3_wu3_han4.js
│ │ ├── hu2_bei3_xian1_tao2.js
│ │ ├── hu2_bei3_xian2_ning2.js
│ │ ├── hu2_bei3_xiang1_yang2.js
│ │ ├── hu2_bei3_xiao4_gan3.js
│ │ ├── hu2_bei3_yi2_chang1.js
│ │ ├── hu2_nan2_chang2_de2.js
│ │ ├── hu2_nan2_chang2_sha1.js
│ │ ├── hu2_nan2_chen1_zhou1.js
│ │ ├── hu2_nan2_heng2_yang2.js
│ │ ├── hu2_nan2_huai2_hua4.js
│ │ ├── hu2_nan2_lou2_di3.js
│ │ ├── hu2_nan2_shao4_yang2.js
│ │ ├── hu2_nan2_xiang1_tan2.js
│ │ ├── hu2_nan2_xiang1_xi1_tu3_jia1_zu2_miao2_zu2_zi4_zhi4_zhou1.js
│ │ ├── hu2_nan2_yi4_yang2.js
│ │ ├── hu2_nan2_yong3_zhou1.js
│ │ ├── hu2_nan2_yue4_yang2.js
│ │ ├── hu2_nan2_zhang1_jia1_jie4.js
│ │ ├── hu2_nan2_zhu1_zhou1.js
│ │ ├── hubei.js
│ │ ├── hunan.js
│ │ ├── ji2_lin2_bai2_cheng2.js
│ │ ├── ji2_lin2_bai2_shan1.js
│ │ ├── ji2_lin2_chang2_chun1.js
│ │ ├── ji2_lin2_ji2_lin2.js
│ │ ├── ji2_lin2_liao2_yuan2.js
│ │ ├── ji2_lin2_si4_ping2.js
│ │ ├── ji2_lin2_song1_yuan2.js
│ │ ├── ji2_lin2_tong1_hua4.js
│ │ ├── ji2_lin2_yan2_bian1_zhao1_xian1_zu2_zi4_zhi4_zhou1.js
│ │ ├── jiang1_su1_chang2_zhou1.js
│ │ ├── jiang1_su1_huai2_an1.js
│ │ ├── jiang1_su1_lian2_yun2_gang3.js
│ │ ├── jiang1_su1_nan2_jing1.js
│ │ ├── jiang1_su1_nan2_tong1.js
│ │ ├── jiang1_su1_su1_zhou1.js
│ │ ├── jiang1_su1_su4_qian1.js
│ │ ├── jiang1_su1_tai4_zhou1.js
│ │ ├── jiang1_su1_wu2_xi2.js
│ │ ├── jiang1_su1_xu2_zhou1.js
│ │ ├── jiang1_su1_yan2_cheng2.js
│ │ ├── jiang1_su1_yang2_zhou1.js
│ │ ├── jiang1_su1_zhen4_jiang1.js
│ │ ├── jiang1_xi1_fu3_zhou1.js
│ │ ├── jiang1_xi1_gan4_zhou1.js
│ │ ├── jiang1_xi1_ji2_an1.js
│ │ ├── jiang1_xi1_jing3_de2_zhen4.js
│ │ ├── jiang1_xi1_jiu3_jiang1.js
│ │ ├── jiang1_xi1_nan2_chang1.js
│ │ ├── jiang1_xi1_ping2_xiang1.js
│ │ ├── jiang1_xi1_shang4_rao2.js
│ │ ├── jiang1_xi1_xin1_yu2.js
│ │ ├── jiang1_xi1_yi2_chun1.js
│ │ ├── jiang1_xi1_ying1_tan2.js
│ │ ├── jiangsu.js
│ │ ├── jiangxi.js
│ │ ├── jilin.js
│ │ ├── liao2_ning2_an1_shan1.js
│ │ ├── liao2_ning2_ben3_xi1.js
│ │ ├── liao2_ning2_da4_lian2.js
│ │ ├── liao2_ning2_dan1_dong1.js
│ │ ├── liao2_ning2_fu3_shun4.js
│ │ ├── liao2_ning2_fu4_xin1.js
│ │ ├── liao2_ning2_hu2_lu2_dao3.js
│ │ ├── liao2_ning2_jin3_zhou1.js
│ │ ├── liao2_ning2_liao2_yang2.js
│ │ ├── liao2_ning2_pan2_jin3.js
│ │ ├── liao2_ning2_shen3_yang2.js
│ │ ├── liao2_ning2_tie3_ling2.js
│ │ ├── liao2_ning2_ying2_kou3.js
│ │ ├── liao2_ning2_zhao1_yang2.js
│ │ ├── liaoning.js
│ │ ├── main.js
│ │ ├── nei4_meng2_gu3_a1_la1_shan4_meng2.js
│ │ ├── nei4_meng2_gu3_ba1_yan4_nao4_er3.js
│ │ ├── nei4_meng2_gu3_bao1_tou2.js
│ │ ├── nei4_meng2_gu3_chi4_feng1.js
│ │ ├── nei4_meng2_gu3_e4_er3_duo1_si1.js
│ │ ├── nei4_meng2_gu3_hu1_he2_hao4_te4.js
│ │ ├── nei4_meng2_gu3_hu1_lun2_bei4_er3.js
│ │ ├── nei4_meng2_gu3_tong1_liao2.js
│ │ ├── nei4_meng2_gu3_wu1_hai3.js
│ │ ├── nei4_meng2_gu3_wu1_lan2_cha2_bu4.js
│ │ ├── nei4_meng2_gu3_xi2_lin2_guo1_le4_meng2.js
│ │ ├── nei4_meng2_gu3_xing1_an1_meng2.js
│ │ ├── neimenggu.js
│ │ ├── ning2_xia4_gu4_yuan2.js
│ │ ├── ning2_xia4_shi2_zui3_shan1.js
│ │ ├── ning2_xia4_wu2_zhong1.js
│ │ ├── ning2_xia4_yin2_chuan1.js
│ │ ├── ning2_xia4_zhong1_wei4.js
│ │ ├── ningxia.js
│ │ ├── qing1_hai3_guo3_luo4_cang2_zu2_zi4_zhi4_zhou1.js
│ │ ├── qing1_hai3_hai3_bei3_cang2_zu2_zi4_zhi4_zhou1.js
│ │ ├── qing1_hai3_hai3_dong1.js
│ │ ├── qing1_hai3_hai3_nan2_cang2_zu2_zi4_zhi4_zhou1.js
│ │ ├── qing1_hai3_hai3_xi1_meng2_gu3_zu2_cang2_zu2_zi4_zhi4_zhou1.js
│ │ ├── qing1_hai3_huang2_nan2_cang2_zu2_zi4_zhi4_zhou1.js
│ │ ├── qing1_hai3_xi1_ning2.js
│ │ ├── qing1_hai3_yu4_shu4_cang2_zu2_zi4_zhi4_zhou1.js
│ │ ├── qinghai.js
│ │ ├── registry.json
│ │ ├── shan1_dong1_bin1_zhou1.js
│ │ ├── shan1_dong1_de2_zhou1.js
│ │ ├── shan1_dong1_dong1_ying2.js
│ │ ├── shan1_dong1_he2_ze2.js
│ │ ├── shan1_dong1_ji4_nan2.js
│ │ ├── shan1_dong1_ji4_ning2.js
│ │ ├── shan1_dong1_lai2_wu2.js
│ │ ├── shan1_dong1_liao2_cheng2.js
│ │ ├── shan1_dong1_lin2_yi2.js
│ │ ├── shan1_dong1_qing1_dao3.js
│ │ ├── shan1_dong1_ri4_zhao4.js
│ │ ├── shan1_dong1_tai4_an1.js
│ │ ├── shan1_dong1_wei1_hai3.js
│ │ ├── shan1_dong1_wei2_fang1.js
│ │ ├── shan1_dong1_yan1_tai2.js
│ │ ├── shan1_dong1_zao3_zhuang1.js
│ │ ├── shan1_dong1_zi1_bo2.js
│ │ ├── shan1_xi1_chang2_zhi4.js
│ │ ├── shan1_xi1_da4_tong2.js
│ │ ├── shan1_xi1_jin4_cheng2.js
│ │ ├── shan1_xi1_jin4_zhong1.js
│ │ ├── shan1_xi1_lin2_fen2.js
│ │ ├── shan1_xi1_lv3_liang2.js
│ │ ├── shan1_xi1_shuo4_zhou1.js
│ │ ├── shan1_xi1_tai4_yuan2.js
│ │ ├── shan1_xi1_xin1_zhou1.js
│ │ ├── shan1_xi1_yang2_quan2.js
│ │ ├── shan1_xi1_yun4_cheng2.js
│ │ ├── shan3_xi1_an1_kang1.js
│ │ ├── shan3_xi1_bao3_ji1.js
│ │ ├── shan3_xi1_han4_zhong1.js
│ │ ├── shan3_xi1_shang1_luo4.js
│ │ ├── shan3_xi1_tong2_chuan1.js
│ │ ├── shan3_xi1_wei4_nan2.js
│ │ ├── shan3_xi1_xi1_an1.js
│ │ ├── shan3_xi1_xian2_yang2.js
│ │ ├── shan3_xi1_yan2_an1.js
│ │ ├── shan3_xi1_yu2_lin2.js
│ │ ├── shandong.js
│ │ ├── shanghai.js
│ │ ├── shanxi.js
│ │ ├── shanxi1.js
│ │ ├── si4_chuan1_a1_ba4_cang2_zu2_qiang1_zu2_zi4_zhi4_zhou1.js
│ │ ├── si4_chuan1_ba1_zhong1.js
│ │ ├── si4_chuan1_cheng2_du1.js
│ │ ├── si4_chuan1_da2_zhou1.js
│ │ ├── si4_chuan1_de2_yang2.js
│ │ ├── si4_chuan1_gan1_zi1_cang2_zu2_zi4_zhi4_zhou1.js
│ │ ├── si4_chuan1_guang3_an1.js
│ │ ├── si4_chuan1_guang3_yuan2.js
│ │ ├── si4_chuan1_le4_shan1.js
│ │ ├── si4_chuan1_liang2_shan1_yi2_zu2_zi4_zhi4_zhou1.js
│ │ ├── si4_chuan1_lu2_zhou1.js
│ │ ├── si4_chuan1_mei2_shan1.js
│ │ ├── si4_chuan1_mian2_yang2.js
│ │ ├── si4_chuan1_nan2_chong1.js
│ │ ├── si4_chuan1_nei4_jiang1.js
│ │ ├── si4_chuan1_pan1_zhi1_hua1.js
│ │ ├── si4_chuan1_sui4_ning2.js
│ │ ├── si4_chuan1_ya3_an1.js
│ │ ├── si4_chuan1_yi2_bin1.js
│ │ ├── si4_chuan1_zi1_yang2.js
│ │ ├── si4_chuan1_zi4_gong4.js
│ │ ├── sichuan.js
│ │ ├── taiwan.js
│ │ ├── tianjin.js
│ │ ├── world.js
│ │ ├── xi1_cang2_a1_li3_di4_qu1.js
│ │ ├── xi1_cang2_chang1_du1.js
│ │ ├── xi1_cang2_la1_sa4.js
│ │ ├── xi1_cang2_lin2_zhi1.js
│ │ ├── xi1_cang2_na4_qu1_di4_qu1.js
│ │ ├── xi1_cang2_ri4_ka1_ze2.js
│ │ ├── xi1_cang2_shan1_nan2.js
│ │ ├── xianggang.js
│ │ ├── xin1_jiang1_a1_ke4_su1_di4_qu1.js
│ │ ├── xin1_jiang1_a1_la1_er3.js
│ │ ├── xin1_jiang1_a1_le4_tai4_di4_qu1.js
│ │ ├── xin1_jiang1_ba1_yin1_guo1_leng2_meng2_gu3_zi4_zhi4_zhou1.js
│ │ ├── xin1_jiang1_bei3_tun2.js
│ │ ├── xin1_jiang1_bo2_er3_ta3_la1_meng2_gu3_zi4_zhi4_zhou1.js
│ │ ├── xin1_jiang1_chang1_ji2_hui2_zu2_zi4_zhi4_zhou1.js
│ │ ├── xin1_jiang1_ha1_mi4.js
│ │ ├── xin1_jiang1_he2_tian2_di4_qu1.js
│ │ ├── xin1_jiang1_ka1_shi2_di4_qu1.js
│ │ ├── xin1_jiang1_ke3_ke4_da2_la1.js
│ │ ├── xin1_jiang1_ke4_la1_ma3_yi1.js
│ │ ├── xin1_jiang1_ke4_zi1_le4_su1_ke1_er3_ke4_zi1_zi4_zhi4_zhou1.js
│ │ ├── xin1_jiang1_kun1_yu4.js
│ │ ├── xin1_jiang1_shi2_he2_zi3.js
│ │ ├── xin1_jiang1_shuang1_he2.js
│ │ ├── xin1_jiang1_ta3_cheng2_di4_qu1.js
│ │ ├── xin1_jiang1_tie3_men2_guan1.js
│ │ ├── xin1_jiang1_tu2_mu4_shu1_ke4.js
│ │ ├── xin1_jiang1_tu3_lu3_fan1.js
│ │ ├── xin1_jiang1_wu1_lu3_mu4_qi2.js
│ │ ├── xin1_jiang1_wu3_jia1_qu2.js
│ │ ├── xin1_jiang1_yi1_li2_ha1_sa4_ke4_zi4_zhi4_zhou1.js
│ │ ├── xinjiang.js
│ │ ├── xizang.js
│ │ ├── yun2_nan2_bao3_shan1.js
│ │ ├── yun2_nan2_chu3_xiong2_yi2_zu2_zi4_zhi4_zhou1.js
│ │ ├── yun2_nan2_da4_li3_bai2_zu2_zi4_zhi4_zhou1.js
│ │ ├── yun2_nan2_de2_hong2_dai3_zu2_jing3_po3_zu2_zi4_zhi4_zhou1.js
│ │ ├── yun2_nan2_di2_qing4_cang2_zu2_zi4_zhi4_zhou1.js
│ │ ├── yun2_nan2_hong2_he2_ha1_ni2_zu2_yi2_zu2_zi4_zhi4_zhou1.js
│ │ ├── yun2_nan2_kun1_ming2.js
│ │ ├── yun2_nan2_li4_jiang1.js
│ │ ├── yun2_nan2_lin2_cang1.js
│ │ ├── yun2_nan2_nu4_jiang1_li4_su4_zu2_zi4_zhi4_zhou1.js
│ │ ├── yun2_nan2_pu3_er3.js
│ │ ├── yun2_nan2_qu1_jing4.js
│ │ ├── yun2_nan2_wen2_shan1_zhuang4_zu2_miao2_zu2_zi4_zhi4_zhou1.js
│ │ ├── yun2_nan2_xi1_shuang1_ban3_na4_dai3_zu2_zi4_zhi4_zhou1.js
│ │ ├── yun2_nan2_yu4_xi1.js
│ │ ├── yun2_nan2_zhao1_tong1.js
│ │ ├── yunnan.js
│ │ ├── zhe4_jiang1_hang2_zhou1.js
│ │ ├── zhe4_jiang1_hu2_zhou1.js
│ │ ├── zhe4_jiang1_jia1_xing1.js
│ │ ├── zhe4_jiang1_jin1_hua2.js
│ │ ├── zhe4_jiang1_li4_shui3.js
│ │ ├── zhe4_jiang1_ning2_bo1.js
│ │ ├── zhe4_jiang1_qu2_zhou1.js
│ │ ├── zhe4_jiang1_shao4_xing1.js
│ │ ├── zhe4_jiang1_tai2_zhou1.js
│ │ ├── zhe4_jiang1_wen1_zhou1.js
│ │ ├── zhe4_jiang1_zhou1_shan1.js
│ │ └── zhejiang.js
│ └── images
│ │ └── fav.ico
├── templates
│ ├── 404.html
│ ├── 500.html
│ ├── base.html
│ └── index.html
└── views.py
├── manage.py
└── requirements.txt
/.gitignore:
--------------------------------------------------------------------------------
1 | # Byte-compiled / optimized / DLL files
2 | __pycache__/
3 | *.py[cod]
4 | *$py.class
5 |
6 | # C extensions
7 | *.so
8 | .idea
9 | # Distribution / packaging
10 | .Python
11 | env/
12 | build/
13 | develop-eggs/
14 | dist/
15 | downloads/
16 | eggs/
17 | .eggs/
18 | lib/
19 | lib64/
20 | parts/
21 | sdist/
22 | var/
23 | *.egg-info/
24 | .installed.cfg
25 | *.egg
26 |
27 | # PyInstaller
28 | # Usually these files are written by a python script from a template
29 | # before PyInstaller builds the exe, so as to inject date/other infos into it.
30 | *.manifest
31 | *.spec
32 |
33 | # Installer logs
34 | pip-log.txt
35 | pip-delete-this-directory.txt
36 |
37 | # Unit test / coverage reports
38 | htmlcov/
39 | .tox/
40 | .coverage
41 | .coverage.*
42 | .cache
43 | nosetests.xml
44 | coverage.xml
45 | *,cover
46 | .hypothesis/
47 |
48 | # Translations
49 | *.mo
50 | *.pot
51 |
52 | # Django stuff:
53 | *.log
54 | local_settings.py
55 |
56 | # Flask stuff:
57 | instance/
58 | .webassets-cache
59 |
60 | # Scrapy stuff:
61 | .scrapy
62 |
63 | # Sphinx documentation
64 | docs/_build/
65 |
66 | # PyBuilder
67 | target/
68 |
69 | # IPython Notebook
70 | .ipynb_checkpoints
71 |
72 | # pyenv
73 | .python-version
74 |
75 | # celery beat schedule file
76 | celerybeat-schedule
77 |
78 | # dotenv
79 | .env
80 |
81 | # virtualenv
82 | venv/
83 | ENV/
84 |
85 | # Spyder project settings
86 | .spyderproject
87 |
88 | # Rope project settings
89 | .ropeproject
90 | *~
91 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2017 chenjiandongx
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/Procfile:
--------------------------------------------------------------------------------
1 | web: gunicorn manage:app --workers=2
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # pyecharts 体验网站
2 |
3 | 本网站只是用于展示使用 pyecharts 生成的图的效果,网站是用 Flask+pyecharts 写的,并部署在 Heroku
4 |
5 | 
6 |
--------------------------------------------------------------------------------
/app/__init__.py:
--------------------------------------------------------------------------------
1 | from flask import Flask
2 | from flask_bootstrap import Bootstrap
3 |
4 |
5 | app = Flask(__name__, static_folder='static')
6 | bootstrap = Bootstrap(app)
7 |
8 |
9 | from . import views
10 |
--------------------------------------------------------------------------------
/app/charts/__init__.py:
--------------------------------------------------------------------------------
1 |
2 | # 基本图形
3 | from . import bar
4 | from . import bar3d
5 | from . import boxplot
6 | from . import effectscatter
7 | from . import funnel
8 | from . import gauge
9 | from . import geo
10 | from . import geolines
11 | from . import graph
12 | from . import heatmap
13 | from . import kline
14 | from . import line
15 | from . import line3d
16 | from . import liquid
17 | from . import map
18 | from . import parallel
19 | from . import pie
20 | from . import polar
21 | from . import radar
22 | from . import sankey
23 | from . import scatter
24 | from . import scatter3d
25 | from . import themeriver
26 | from . import treemap
27 | from . import wordcloud
28 |
29 |
30 | # 自定义图形
31 | from . import grid
32 | from . import overlap
33 | from . import timeline
34 |
--------------------------------------------------------------------------------
/app/charts/boxplot.py:
--------------------------------------------------------------------------------
1 | from pyecharts import Boxplot, Page, Style
2 | from app.charts.constants import WIDTH, HEIGHT
3 |
4 |
5 | def create_charts():
6 | page = Page()
7 |
8 | style = Style(
9 | width=WIDTH, height=HEIGHT
10 | )
11 |
12 | chart = Boxplot("箱形图-单图例", **style.init_style)
13 | x_axis = ['expr1', 'expr2', 'expr3', 'expr4', 'expr5']
14 | y_axis = [
15 | [850, 740, 900, 1070, 930, 850, 950, 980, 980, 880,
16 | 1000, 980, 930, 650, 760, 810, 1000, 1000, 960, 960],
17 | [960, 940, 960, 940, 880, 800, 850, 880, 900, 840,
18 | 830, 790, 810, 880, 880, 830, 800, 790, 760, 800],
19 | [880, 880, 880, 860, 720, 720, 620, 860, 970, 950,
20 | 880, 910, 850, 870, 840, 840, 850, 840, 840, 840],
21 | [890, 810, 810, 820, 800, 770, 760, 740, 750, 760,
22 | 910, 920, 890, 860, 880, 720, 840, 850, 850, 780],
23 | [890, 840, 780, 810, 760, 810, 790, 810, 820, 850,
24 | 870, 870, 810, 740, 810, 940, 950, 800, 810, 870]
25 | ]
26 | _yaxis = chart.prepare_data(y_axis)
27 | chart.add("boxplot", x_axis, _yaxis)
28 | page.add(chart)
29 |
30 | chart = Boxplot("箱形图-多图例", **style.init_style)
31 | x_axis = ['expr1', 'expr2']
32 | y_axis1 = [
33 | [850, 740, 900, 1070, 930, 850, 950, 980, 980, 880,
34 | 1000, 980, 930, 650, 760, 810, 1000, 1000, 960, 960],
35 | [960, 940, 960, 940, 880, 800, 850, 880, 900, 840,
36 | 830, 790, 810, 880, 880, 830, 800, 790, 760, 800]]
37 | y_axis2 = [
38 | [890, 810, 810, 820, 800, 770, 760, 740, 750, 760,
39 | 910, 920, 890, 860, 880, 720, 840, 850, 850, 780],
40 | [890, 840, 780, 810, 760, 810, 790, 810, 820, 850,
41 | 870, 870, 810, 740, 810, 940, 950, 800, 810, 870]]
42 | chart.add("category1", x_axis, chart.prepare_data(y_axis1))
43 | chart.add("category2", x_axis, chart.prepare_data(y_axis2))
44 | page.add(chart)
45 |
46 | return page
47 |
--------------------------------------------------------------------------------
/app/charts/constants.py:
--------------------------------------------------------------------------------
1 |
2 | RANGE_COLOR = ['#313695', '#4575b4', '#74add1', '#abd9e9',
3 | '#e0f3f8','#ffffbf', '#fee090', '#fdae61',
4 | '#f46d43', '#d73027', '#a50026']
5 |
6 | X_TIME = ["12a", "1a", "2a", "3a", "4a", "5a", "6a", "7a", "8a",
7 | "9a", "10a", "11a", "12p", "1p", "2p", "3p", "4p", "5p",
8 | "6p", "7p", "8p", "9p", "10p", "11p"]
9 |
10 | Y_WEEK = ["Saturday", "Friday", "Thursday", "Wednesday",
11 | "Tuesday", "Monday", "Sunday"]
12 |
13 | WIDTH = 1100
14 | HEIGHT = 550
15 |
--------------------------------------------------------------------------------
/app/charts/effectscatter.py:
--------------------------------------------------------------------------------
1 | from pyecharts import EffectScatter, Page, Style
2 | from app.charts.constants import WIDTH, HEIGHT
3 |
4 |
5 | def create_charts():
6 | page = Page()
7 |
8 | style = Style(
9 | width=WIDTH, height=HEIGHT
10 | )
11 |
12 | v1 = [10, 20, 30, 40, 50, 60]
13 | v2 = [25, 20, 15, 10, 60, 33]
14 | chart = EffectScatter("动态散点图-默认", **style.init_style)
15 | chart.add("effectScatter", v1, v2)
16 | page.add(chart)
17 |
18 | chart = EffectScatter("动态散点图-自定义", **style.init_style)
19 | chart.add("", [10], [10], symbol_size=20, effect_scale=3.5,
20 | effect_period=3, symbol="pin")
21 | chart.add("", [20], [20], symbol_size=12, effect_scale=4.5,
22 | effect_period=4, symbol="rect")
23 | chart.add("", [30], [30], symbol_size=30, effect_scale=5.5,
24 | effect_period=5, symbol="roundRect")
25 | chart.add("", [40], [40], symbol_size=10, effect_scale=6.5,
26 | effect_brushtype='fill', symbol="diamond")
27 | chart.add("", [50], [50], symbol_size=16, effect_scale=5.5,
28 | effect_period=3, symbol="arrow")
29 | chart.add("", [60], [60], symbol_size=6, effect_scale=2.5,
30 | effect_period=3, symbol="triangle")
31 | page.add(chart)
32 |
33 | return page
34 |
--------------------------------------------------------------------------------
/app/charts/funnel.py:
--------------------------------------------------------------------------------
1 | from pyecharts import Funnel, Page, Style
2 | from app.charts.constants import WIDTH, HEIGHT
3 |
4 |
5 | def create_charts():
6 | page = Page()
7 |
8 | style = Style(
9 | width=WIDTH, height=HEIGHT
10 | )
11 |
12 | attr = ["衬衫", "羊毛衫", "雪纺衫", "裤子", "高跟鞋", "袜子"]
13 | value = [20, 40, 60, 80, 100, 120]
14 | chart = Funnel("漏斗图示例", **style.init_style)
15 | chart.add("商品", attr, value, is_label_show=True, label_pos="inside",
16 | label_text_color="#fff")
17 | page.add(chart)
18 |
19 | chart = Funnel("漏斗图示例", title_pos='center', **style.init_style)
20 | chart.add("商品", attr, value, is_label_show=True, label_pos="outside",
21 | legend_orient='vertical', legend_pos='left')
22 | page.add(chart)
23 |
24 | return page
25 |
--------------------------------------------------------------------------------
/app/charts/gauge.py:
--------------------------------------------------------------------------------
1 | from pyecharts import Gauge, Page, Style
2 | from app.charts.constants import HEIGHT, WIDTH
3 |
4 |
5 | def create_charts():
6 | page = Page()
7 |
8 | style = Style(
9 | width=WIDTH, height=HEIGHT
10 | )
11 | chart = Gauge("仪表盘示例", **style.init_style)
12 | chart.add("业务指标", "完成率", 66.66)
13 | page.add(chart)
14 |
15 | chart = Gauge("仪表盘示例", **style.init_style)
16 | chart.add("业务指标", "完成率", 166.66, angle_range=[180, 0],
17 | scale_range=[0, 200], is_legend_show=False)
18 | page.add(chart)
19 |
20 | return page
21 |
--------------------------------------------------------------------------------
/app/charts/geolines.py:
--------------------------------------------------------------------------------
1 | from pyecharts import GeoLines, Style, Page
2 |
3 |
4 | style = Style(
5 | title_top="#fff",
6 | title_pos = "center",
7 | width=1200,
8 | height=600,
9 | background_color="#404a59"
10 | )
11 |
12 | style_geo = style.add(
13 | is_label_show=True,
14 | line_curve=0.2,
15 | line_opacity=0.6,
16 | legend_text_color="#eee",
17 | legend_pos="right",
18 | geo_effect_symbol="plane",
19 | geo_effect_symbolsize=15,
20 | label_color=['#a6c84c', '#ffa022', '#46bee9'],
21 | label_pos="right",
22 | label_formatter="{b}",
23 | label_text_color="#eee",
24 | )
25 |
26 |
27 | def create_charts():
28 | page = Page()
29 |
30 | data_guangzhou = [
31 | ["广州", "上海"],
32 | ["广州", "北京"],
33 | ["广州", "南京"],
34 | ["广州", "重庆"],
35 | ["广州", "兰州"],
36 | ["广州", "杭州"]
37 | ]
38 | data_beijing = [
39 | ["北京", "上海"],
40 | ["北京", "广州"],
41 | ["北京", "南京"],
42 | ["北京", "重庆"],
43 | ["北京", "兰州"],
44 | ["北京", "杭州"]
45 | ]
46 |
47 | charts = GeoLines("GeoLines-默认示例", **style.init_style)
48 | charts.add("从广州出发", data_guangzhou, is_legend_show=False)
49 | page.add(charts)
50 |
51 | charts = GeoLines("GeoLines-稍加配置", **style.init_style)
52 | charts.add("从广州出发", data_guangzhou, **style_geo)
53 | page.add(charts)
54 |
55 | charts = GeoLines("GeoLines-多例模式", **style.init_style)
56 | charts.add("从广州出发", data_guangzhou, **style_geo)
57 | charts.add("从北京出发", data_beijing, **style_geo)
58 | page.add(charts)
59 |
60 | charts = GeoLines("GeoLines-单例模式", **style.init_style)
61 | charts.add("从广州出发", data_guangzhou, **style_geo)
62 | charts.add("从北京出发", data_beijing,
63 | legend_selectedmode="single", **style_geo)
64 | page.add(charts)
65 |
66 | return page
67 |
--------------------------------------------------------------------------------
/app/charts/heatmap.py:
--------------------------------------------------------------------------------
1 | import random
2 |
3 | from pyecharts import HeatMap, Page
4 | from app.charts.constants import X_TIME, Y_WEEK, WIDTH, HEIGHT
5 |
6 |
7 | def create_charts():
8 | page = Page()
9 |
10 | data = [[i, j, random.randint(0, 50)] for i in range(24) for j in range(7)]
11 | chart = HeatMap("热力图示例", width=WIDTH, height=HEIGHT)
12 | chart.add("热力图直角坐标系", X_TIME, Y_WEEK, data, is_visualmap=True,
13 | visual_text_color="#000", visual_orient='horizontal')
14 | page.add(chart)
15 |
16 | import datetime
17 | begin = datetime.date(2017, 1, 1)
18 | end = datetime.date(2017, 12, 31)
19 | data = [[str(begin + datetime.timedelta(days=i)),
20 | random.randint(1000, 25000)] for i in range((end - begin).days + 1)]
21 | chart = HeatMap("日历热力图示例", "某人 2017 年微信步数情况", width=WIDTH)
22 | chart.add("", data, is_calendar_heatmap=True,
23 | visual_text_color='#000', visual_range_text=['', ''],
24 | visual_range=[1000, 25000], calendar_cell_size=['auto', 30],
25 | is_visualmap=True, calendar_date_range="2017",
26 | visual_orient="horizontal", visual_pos="center",
27 | visual_top="80%", is_piecewise=True)
28 | page.add(chart)
29 |
30 | return page
31 |
--------------------------------------------------------------------------------
/app/charts/kline.py:
--------------------------------------------------------------------------------
1 | from pyecharts import Kline, Page
2 | from app.charts.constants import WIDTH, HEIGHT
3 |
4 |
5 | def create_charts():
6 | page = Page()
7 |
8 | v1 = [[2320.26, 2320.26, 2287.3, 2362.94],
9 | [2300, 2291.3, 2288.26, 2308.38],
10 | [2295.35, 2346.5, 2295.35, 2345.92],
11 | [2347.22, 2358.98, 2337.35, 2363.8],
12 | [2360.75, 2382.48, 2347.89, 2383.76],
13 | [2383.43, 2385.42, 2371.23, 2391.82],
14 | [2377.41, 2419.02, 2369.57, 2421.15],
15 | [2425.92, 2428.15, 2417.58, 2440.38],
16 | [2411, 2433.13, 2403.3, 2437.42],
17 | [2432.68, 2334.48, 2427.7, 2441.73],
18 | [2430.69, 2418.53, 2394.22, 2433.89],
19 | [2416.62, 2432.4, 2414.4, 2443.03],
20 | [2441.91, 2421.56, 2418.43, 2444.8],
21 | [2420.26, 2382.91, 2373.53, 2427.07],
22 | [2383.49, 2397.18, 2370.61, 2397.94],
23 | [2378.82, 2325.95, 2309.17, 2378.82],
24 | [2322.94, 2314.16, 2308.76, 2330.88],
25 | [2320.62, 2325.82, 2315.01, 2338.78],
26 | [2313.74, 2293.34, 2289.89, 2340.71],
27 | [2297.77, 2313.22, 2292.03, 2324.63],
28 | [2322.32, 2365.59, 2308.92, 2366.16],
29 | [2364.54, 2359.51, 2330.86, 2369.65],
30 | [2332.08, 2273.4, 2259.25, 2333.54],
31 | [2274.81, 2326.31, 2270.1, 2328.14],
32 | [2333.61, 2347.18, 2321.6, 2351.44],
33 | [2340.44, 2324.29, 2304.27, 2352.02],
34 | [2326.42, 2318.61, 2314.59, 2333.67],
35 | [2314.68, 2310.59, 2296.58, 2320.96],
36 | [2309.16, 2286.6, 2264.83, 2333.29],
37 | [2282.17, 2263.97, 2253.25, 2286.33],
38 | [2255.77, 2270.28, 2253.31, 2276.22]]
39 |
40 | chart_init = {
41 | "width": WIDTH,
42 | "height": HEIGHT,
43 | }
44 |
45 | chart = Kline("K 线图", **chart_init)
46 | chart.add("日K", ["2017/7/{}".format(i + 1) for i in range(31)], v1)
47 | page.add(chart)
48 |
49 | chart = Kline("K 线图-视图缩放(内)", **chart_init)
50 | chart.add("日K", ["2017/7/{}".format(i + 1) for i in range(31)], v1,
51 | datazoom_type='inside', mark_point=["max"], is_datazoom_show=True)
52 | page.add(chart)
53 |
54 | chart = Kline("K 线图-视图缩放(外水平)", **chart_init)
55 | chart.add("日K", ["2017/7/{}".format(i + 1) for i in range(31)], v1,
56 | mark_point=["max"], is_datazoom_show=True)
57 | page.add(chart)
58 |
59 | chart = Kline("K 线图-视图缩放(外垂直)", **chart_init)
60 | chart.add("日K", ["2017/7/{}".format(i + 1) for i in range(31)],
61 | v1, mark_point=["max"], is_datazoom_show=True,
62 | datazoom_orient='vertical')
63 | page.add(chart)
64 |
65 | return page
66 |
--------------------------------------------------------------------------------
/app/charts/line3d.py:
--------------------------------------------------------------------------------
1 | import math
2 |
3 | from pyecharts import Line3D, Page, Style
4 | from app.charts.constants import RANGE_COLOR, WIDTH, HEIGHT
5 |
6 |
7 | def create_charts():
8 | page = Page()
9 |
10 | style = Style(
11 | width=WIDTH, height=HEIGHT
12 | )
13 | _data = []
14 | for t in range(0, 25000):
15 | _t = t / 1000
16 | x = (1 + 0.25 * math.cos(75 * _t)) * math.cos(_t)
17 | y = (1 + 0.25 * math.cos(75 * _t)) * math.sin(_t)
18 | z = _t + 2.0 * math.sin(75 * _t)
19 | _data.append([x, y, z])
20 | chart = Line3D("3D 折线图-默认", **style.init_style)
21 | chart.add("", _data, is_visualmap=True, visual_range_color=RANGE_COLOR,
22 | visual_range=[0, 30], grid3d_rotate_sensitivity=5)
23 | page.add(chart)
24 |
25 | _data = []
26 | for t in range(0, 25000):
27 | _t = t / 1000
28 | x = (1 + 0.25 * math.cos(75 * _t)) * math.cos(_t)
29 | y = (1 + 0.25 * math.cos(75 * _t)) * math.sin(_t)
30 | z = _t + 2.0 * math.sin(75 * _t)
31 | _data.append([x, y, z])
32 | chart = Line3D("3D 折线图-自动旋转", **style.init_style)
33 | chart.add("", _data, is_visualmap=True, visual_range_color=RANGE_COLOR,
34 | visual_range=[0, 30], is_grid3d_rotate=True,
35 | grid3d_rotate_speed=180)
36 | page.add(chart)
37 |
38 | return page
39 |
--------------------------------------------------------------------------------
/app/charts/liquid.py:
--------------------------------------------------------------------------------
1 | from pyecharts import Liquid, Page, Style
2 | from app.charts.constants import WIDTH, HEIGHT
3 |
4 |
5 | def create_charts():
6 | page = Page()
7 |
8 | style = Style(
9 | width=WIDTH, height=HEIGHT
10 | )
11 |
12 | chart = Liquid("水球图-单数据", **style.init_style)
13 | chart.add("Liquid", [0.6])
14 | page.add(chart)
15 |
16 | chart = Liquid("水球图-多数据", **style.init_style)
17 | chart.add("Liquid", [0.6, 0.5, 0.4, 0.3], is_liquid_outline_show=False)
18 | page.add(chart)
19 |
20 | chart = Liquid("水球图-圆角", **style.init_style)
21 | chart.add("Liquid", [0.6, 0.5, 0.4, 0.3], is_liquid_outline_show=False,
22 | shape='roundRect')
23 | page.add(chart)
24 |
25 | chart = Liquid("水球图-箭头", **style.init_style)
26 | chart.add("Liquid", [0.6, 0.5, 0.4, 0.3], is_liquid_outline_show=False,
27 | shape='arrow')
28 | page.add(chart)
29 |
30 | chart = Liquid("水球图-动画静止", **style.init_style)
31 | chart.add("Liquid", [0.6, 0.5, 0.4, 0.3], is_liquid_animation=False,
32 | shape='diamond')
33 | page.add(chart)
34 |
35 | shape = ("path://M367.855,428.202c-3.674-1.385-7.452-1.966-11.146-1"
36 | ".794c0.659-2.922,0.844-5.85,0.58-8.719 c-0.937-10.407-7."
37 | "663-19.864-18.063-23.834c-10.697-4.043-22.298-1.168-29.9"
38 | "02,6.403c3.015,0.026,6.074,0.594,9.035,1.728 c13.626,5."
39 | "151,20.465,20.379,15.32,34.004c-1.905,5.02-5.177,9.115-9"
40 | ".22,12.05c-6.951,4.992-16.19,6.536-24.777,3.271 c-13.625"
41 | "-5.137-20.471-20.371-15.32-34.004c0.673-1.768,1.523-3.423"
42 | ",2.526-4.992h-0.014c0,0,0,0,0,0.014 c4.386-6.853,8.145-14"
43 | ".279,11.146-22.187c23.294-61.505-7.689-130.278-69.215-153"
44 | ".579c-61.532-23.293-130.279,7.69-153.579,69.202 c-6.371,"
45 | "16.785-8.679,34.097-7.426,50.901c0.026,0.554,0.079,1.121,"
46 | "0.132,1.688c4.973,57.107,41.767,109.148,98.945,130.793 c58."
47 | "162,22.008,121.303,6.529,162.839-34.465c7.103-6.893,17.826"
48 | "-9.444,27.679-5.719c11.858,4.491,18.565,16.6,16.719,28.643 "
49 | "c4.438-3.126,8.033-7.564,10.117-13.045C389.751,449.992,"
50 | "382.411,433.709,367.855,428.202z")
51 | charts = Liquid("水球图-自定义形状", **style.init_style)
52 | charts.add("Liquid", [0.6, 0.5, 0.4, 0.3],
53 | shape=shape, is_liquid_outline_show=False)
54 | page.add(charts)
55 |
56 | return page
57 |
--------------------------------------------------------------------------------
/app/charts/map.py:
--------------------------------------------------------------------------------
1 | from pyecharts import Map, Page, Style
2 |
3 |
4 | def create_charts():
5 | page = Page()
6 |
7 | style = Style(
8 | width=1100, height=600
9 | )
10 |
11 | value = [155, 10, 66, 78]
12 | attr = ["福建", "山东", "北京", "上海"]
13 | chart = Map("全国地图", **style.init_style)
14 | chart.add("", attr, value, maptype='china', is_label_show=True)
15 | page.add(chart)
16 |
17 | value = [155, 10, 66, 78, 33, 80, 190, 53, 49.6]
18 | attr = ["福建", "山东", "北京", "上海", "甘肃", "新疆", "河南", "广西", "西藏"]
19 | chart = Map("全国地图-视觉通道", **style.init_style)
20 | chart.add("", attr, value, maptype='china', is_visualmap=True,
21 | visual_text_color='#000')
22 | page.add(chart)
23 |
24 | value = [20, 190, 253, 77, 65]
25 | attr = ['汕头市', '汕尾市', '揭阳市', '阳江市', '肇庆市']
26 | chart = Map("广东地图", **style.init_style)
27 | chart.add("", attr, value, maptype='广东',
28 | is_visualmap=True, visual_text_color='#000')
29 | page.add(chart)
30 |
31 | value = [95.1, 23.2, 43.3, 66.4, 88.5, 0.1]
32 | attr = ["China", "Canada", "Brazil", "Russia",
33 | "United States", "Unknown Country"]
34 | chart = Map("世界地图 - 带标记点", **style.init_style)
35 | chart.add("", attr, value, maptype="world", is_visualmap=True,
36 | visual_text_color='#000')
37 | page.add(chart)
38 |
39 | chart = Map("世界地图 - 不带标记点", **style.init_style)
40 | chart.add("", attr, value, maptype="world", is_visualmap=True,
41 | is_map_symbol_show=False, visual_text_color='#000')
42 | page.add(chart)
43 |
44 | return page
45 |
--------------------------------------------------------------------------------
/app/charts/parallel.py:
--------------------------------------------------------------------------------
1 | from pyecharts import Parallel, Page, Style
2 | from app.charts.constants import WIDTH, HEIGHT
3 |
4 |
5 | def create_charts():
6 | page = Page()
7 |
8 | style = Style(
9 | width=WIDTH, height=HEIGHT
10 | )
11 |
12 | schema = ["data", "AQI", "PM2.5", "PM10", "CO", "NO2"]
13 | data = [
14 | [1, 91, 45, 125, 0.82, 34],
15 | [2, 65, 27, 78, 0.86, 45, ],
16 | [3, 83, 60, 84, 1.09, 73],
17 | [4, 109, 81, 121, 1.28, 68],
18 | [5, 106, 77, 114, 1.07, 55],
19 | [6, 109, 81, 121, 1.28, 68],
20 | [7, 106, 77, 114, 1.07, 55],
21 | [8, 89, 65, 78, 0.86, 51, 26],
22 | [9, 53, 33, 47, 0.64, 50, 17],
23 | [10, 80, 55, 80, 1.01, 75, 24],
24 | [11, 117, 81, 124, 1.03, 45]
25 | ]
26 | chart = Parallel("平行坐标系-默认指示器", **style.init_style)
27 | chart.config(schema)
28 | chart.add("parallel", data, is_random=True)
29 | page.add(chart)
30 |
31 | c_schema = [
32 | {"dim": 0, "name": "data"},
33 | {"dim": 1, "name": "AQI"},
34 | {"dim": 2, "name": "PM2.5"},
35 | {"dim": 3, "name": "PM10"},
36 | {"dim": 4, "name": "CO"},
37 | {"dim": 5, "name": "NO2"},
38 | {"dim": 6, "name": "CO2"},
39 | {"dim": 7, "name": "等级",
40 | "type": "category",
41 | "data": ['优', '良', '轻度污染', '中度污染', '重度污染', '严重污染']}
42 | ]
43 | data = [
44 | [1, 91, 45, 125, 0.82, 34, 23, "良"],
45 | [2, 65, 27, 78, 0.86, 45, 29, "良"],
46 | [3, 83, 60, 84, 1.09, 73, 27, "良"],
47 | [4, 109, 81, 121, 1.28, 68, 51, "轻度污染"],
48 | [5, 106, 77, 114, 1.07, 55, 51, "轻度污染"],
49 | [6, 109, 81, 121, 1.28, 68, 51, "轻度污染"],
50 | [7, 106, 77, 114, 1.07, 55, 51, "轻度污染"],
51 | [8, 89, 65, 78, 0.86, 51, 26, "良"],
52 | [9, 53, 33, 47, 0.64, 50, 17, "良"],
53 | [10, 80, 55, 80, 1.01, 75, 24, "良"],
54 | [11, 117, 81, 124, 1.03, 45, 24, "轻度污染"],
55 | [12, 99, 71, 142, 1.1, 62, 42, "良"],
56 | [13, 95, 69, 130, 1.28, 74, 50, "良"],
57 | [14, 116, 87, 131, 1.47, 84, 40, "轻度污染"]
58 | ]
59 | chart = Parallel("平行坐标系-用户自定义指示器", **style.init_style)
60 | chart.config(c_schema=c_schema)
61 | chart.add("parallel", data)
62 | page.add(chart)
63 |
64 | return page
65 |
--------------------------------------------------------------------------------
/app/charts/scatter.py:
--------------------------------------------------------------------------------
1 | from pyecharts import Scatter, Page, Style
2 | from app.charts.constants import WIDTH, HEIGHT
3 |
4 |
5 | def create_charts():
6 | page = Page()
7 |
8 | style = Style(
9 | width=WIDTH, height=HEIGHT
10 | )
11 |
12 | v1 = [10, 20, 30, 40, 50, 60]
13 | v2 = [10, 20, 30, 40, 50, 60]
14 | chart = Scatter("散点图-双数值轴", **style.init_style)
15 | chart.add("A", v1, v2)
16 | chart.add("B", v1[::-1], v2)
17 | page.add(chart)
18 |
19 | chart = Scatter("散点图-x轴类目轴", **style.init_style)
20 | chart.add("A", ["a", "b", "c", "d", "e", "f"], v2)
21 | chart.add("B", ["a", "b", "c", "d", "e", "f"], v1[::-1],
22 | xaxis_type="category")
23 | page.add(chart)
24 |
25 | v1 = [10, 20, 30, 40, 50, 60]
26 | v2 = [10, 20, 30, 40, 50, 60]
27 | chart = Scatter("散点图-视觉通道(颜色)", **style.init_style)
28 | chart.add("A", v1, v2)
29 | chart.add("B", v1[::-1], v2, is_visualmap=True)
30 | page.add(chart)
31 |
32 | chart = Scatter("散点图-视觉通道(大小)", **style.init_style)
33 | chart.add("A", v1, v2)
34 | chart.add("B", v1[::-1], v2, is_visualmap=True, visual_type='size',
35 | visual_range_size=[20, 80])
36 | page.add(chart)
37 |
38 | data = [
39 | [28604, 77, 17096869],
40 | [31163, 77.4, 27662440],
41 | [1516, 68, 1154605773],
42 | [13670, 74.7, 10582082],
43 | [28599, 75, 4986705],
44 | [29476, 77.1, 56943299],
45 | [31476, 75.4, 78958237],
46 | [28666, 78.1, 254830],
47 | [1777, 57.7, 870601776],
48 | [29550, 79.1, 122249285],
49 | [2076, 67.9, 20194354],
50 | [12087, 72, 42972254],
51 | [24021, 75.4, 3397534],
52 | [43296, 76.8, 4240375],
53 | [10088, 70.8, 38195258],
54 | [19349, 69.6, 147568552],
55 | [10670, 67.3, 53994605],
56 | [26424, 75.7, 57110117],
57 | [37062, 75.4, 252847810]
58 | ]
59 |
60 | x_lst = [v[0] for v in data]
61 | y_lst = [v[1] for v in data]
62 | extra_data = [v[2] for v in data]
63 | chart = Scatter("散点图-视觉通道(第三维度数据)", **style.init_style)
64 | chart.add("scatter", x_lst, y_lst, extra_data=extra_data, is_visualmap=True,
65 | visual_dimension=2, visual_orient='horizontal',
66 | visual_type='size', visual_range=[254830, 1154605773],
67 | visual_text_color='#000')
68 | page.add(chart)
69 |
70 | return page
71 |
--------------------------------------------------------------------------------
/app/charts/scatter3d.py:
--------------------------------------------------------------------------------
1 | import random
2 |
3 | from pyecharts import Scatter3D, Page
4 | from app.charts.constants import RANGE_COLOR, WIDTH, HEIGHT
5 |
6 |
7 | def create_charts():
8 | page = Page()
9 |
10 | data = [
11 | [random.randint(0, 100),
12 | random.randint(0, 100),
13 | random.randint(0, 100)] for _ in range(80)
14 | ]
15 | chart = Scatter3D("3D 散点图", width=WIDTH, height=HEIGHT)
16 | chart.add("", data, is_visualmap=True, visual_range_color=RANGE_COLOR)
17 | page.add(chart)
18 |
19 | return page
20 |
--------------------------------------------------------------------------------
/app/charts/wordcloud.py:
--------------------------------------------------------------------------------
1 | from pyecharts import WordCloud, Page, Style
2 |
3 |
4 | def create_charts():
5 | page = Page()
6 |
7 | style = Style(
8 | width=1100, height=600
9 | )
10 |
11 | name = [
12 | 'Sam S Club', 'Macys', 'Amy Schumer', 'Jurassic World',
13 | 'Charter Communications', 'Chick Fil A', 'Planet Fitness',
14 | 'Pitch Perfect', 'Express', 'Home', 'Johnny Depp', 'Lena Dunham',
15 | 'Lewis Hamilton', 'KXAN', 'Mary Ellen Mark', 'Farrah Abraham',
16 | 'Rita Ora', 'Serena Williams', 'NCAA baseball tournament', 'Point Break']
17 | value = [
18 | 10000, 6181, 4386, 4055, 2467, 2244, 1898, 1484, 1112,
19 | 965, 847, 582, 555, 550, 462, 366, 360, 282, 273, 265]
20 | chart = WordCloud("词云图-默认形状", **style.init_style)
21 | chart.add("", name, value, word_size_range=[30, 100], rotate_step=66)
22 | page.add(chart)
23 |
24 | chart = WordCloud("词云图-自定义形状", **style.init_style)
25 | chart.add("", name, value, word_size_range=[30, 100], shape='diamond')
26 | page.add(chart)
27 |
28 | return page
29 |
--------------------------------------------------------------------------------
/app/static/css/styles.css:
--------------------------------------------------------------------------------
1 | .my-charts {
2 | padding-left: 8%;
3 | padding-top: 2%;
4 | }
5 | .error h1 {
6 | margin-top: 100px;
7 | margin-left: 100px;
8 | font-size: 300%;
9 | }
10 | .foot-wrap{
11 | margin-top:0px;
12 | }
--------------------------------------------------------------------------------
/app/static/echarts/Andorra.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("安道尔",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Andorra la Vella"},geometry:{type:"Polygon",coordinates:["@@PL®ZvBo·T}v"],encodeOffsets:[[1496,43525]]}},{type:"Feature",properties:{name:"Canillo"},geometry:{type:"Polygon",coordinates:["@@HJÜ_zw[¡e±HķY"],encodeOffsets:[[1600,43568]]}},{type:"Feature",properties:{name:"Encamp"},geometry:{type:"Polygon",coordinates:["@@`nĸZ²GY«mYF±N»r"],encodeOffsets:[[1584,43545]]}},{type:"Feature",properties:{name:"Escaldes-Engordany"},geometry:{type:"Polygon",coordinates:["@@rB¼q²MKq¹AQWTApu"],encodeOffsets:[[1559,43544]]}},{type:"Feature",properties:{name:"La Massana"},geometry:{type:"Polygon",coordinates:["@@´³G_mqAY¢BtbjvF"],encodeOffsets:[[1505,43630]]}},{type:"Feature",properties:{name:"Ordino"},geometry:{type:"Polygon",coordinates:["@@GH³´TM~V®}"],encodeOffsets:[[1642,43649]]}},{type:"Feature",properties:{name:"Sant Julià de Lòria"},geometry:{type:"Polygon",coordinates:["@@~u¸SXSQsGÑZG]dX"],encodeOffsets:[[1496,43525]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Anguilla.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("安圭拉",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Anguilla"},geometry:{type:"MultiPolygon",coordinates:[["@@VBLKUGKR"],["@@ELZRTAEQaW@N"],["@@g[WAILWBSOQB[OSFJR`RJPjDlNDTXFVTKVJJn\\fPJGZLPG\\NVKSQDecSIHM[YGKeO"]],encodeOffsets:[[[-64776,18721]],[[-64466,18721]],[[-64582,18621]]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Antigua_and_Barbuda.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("安提瓜和巴布达",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Antigua and Barbuda"},geometry:{type:"MultiPolygon",coordinates:[["@@HLL@VJDPPD^_PURDNMZDTULU\\UfkJORBQMaDUEMD]WJgBQZSJM@QPiXQBWIWQIPNnFbIzSZCPIT]TX\\"],["@@DLmAOJT\\RJ\\BHKVBTEGVSFDTLZPPCF`PTKhFFMTGBW^MKGQWVA@YPATJER`VDGQOTY^AB[TE\\FHPNKPHLCASKK]GFSPIVHJeAOUGGQiBiVW@LaRQSGNKYQQ@SXKSQNTJ@TW@MSmB@GUAUGAPyTuFMZC^HDHVHDWXJTTALT"],["@@BVZG[M"]],encodeOffsets:[[[-63359,18134]],[[-63360,17508]],[[-63241,17561]]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Armenia.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("亚美尼亚",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Aragatsotn region"},geometry:{type:"Polygon",coordinates:["@@ǚÐĨiǴMÊnMĀçÒúüɖ±hÇêçƉĉÇjÑsƁÝ¿ďIœtËįfígçæNĀ"],encodeOffsets:[[44644,41411]]}},{type:"Feature",properties:{name:"Ararat"},geometry:{type:"Polygon",coordinates:["@@Ģ¥ĨÖÁƸêƆZQćìĉLō«×ĽÁnşɡɂūÆbĜêG"],encodeOffsets:[[45501,41100]]}},{type:"Feature",properties:{name:"Armavir"},geometry:{type:"Polygon",coordinates:["@@îhİeÌŔsĐJÞÀƂjçéHaěοWŕÀéZÆĔ"],encodeOffsets:[[44721,41232]]}},{type:"Feature",properties:{name:"Gegharkunik"},geometry:{type:"Polygon",coordinates:["@@ĘŮQð°ŮYØZ·Òi½ÖÃÞqÀÁɺÏ¢ę×ñoéɑ@m_ɣāuıÛKŎëĊRĈ¯n¥Ƙıɤ"],encodeOffsets:[[45891,41626]]}},{type:"Feature",properties:{name:"Kotayk"},geometry:{type:"Polygon",coordinates:["@@ɲºJxsIJɣ¦Ɨ°mƅYƷéÂEđÂħEiÒĊÈƊéègÈ"],encodeOffsets:[[45521,41684]]}},{type:"Feature",properties:{name:"Lori"},geometry:{type:"Polygon",coordinates:["@@ń@ƸŌĶXh ʊ{«Ē±U¡ıuOĒýġÑ\\Ĺ¹Iɱɕ²ū¸G àÊê×X
âµrZð"],encodeOffsets:[[45092,42178]]}},{type:"Feature",properties:{name:"Shirak"},geometry:{type:"Polygon",coordinates:["@@Yï¶qáØWÉéßHŬ·ùûèÑNÿÉmdzNħjǙÏ\\ØÚâÀŚÏĨMþǟĀSöĠtƶúªnjz"],encodeOffsets:[[45092,42178]]}},{type:"Feature",properties:{name:"Syunik"},geometry:{type:"Polygon",coordinates:["@@VŦǞƫà[îż¥l½įšĎÖůŃcúÛGǫƏã_ăµÝĢľ^ĞRúǥÞČĔďĸO²ôè"],encodeOffsets:[[46915,40819]]}},{type:"Feature",properties:{name:"Tavush"},geometry:{type:"Polygon",coordinates:["@@áj_²ź}úÃÜN©ŋƨ±İIĜßł¡³ěīy¯Í×ŭZï¯ŭRėwt[ĺĢÒþđPIJvV¢đ²¬"],encodeOffsets:[[45980,42201]]}},{type:"Feature",properties:{name:"Vayots Dzor"},geometry:{type:"Polygon",coordinates:["@@¬ØIJÜĂvɤXƜwíóçP±ķěĉ·ű~ċÐĹŰ¯|"],encodeOffsets:[[46148,40745]]}},{type:"Feature",properties:{name:"Yerevan"},geometry:{type:"Polygon",coordinates:["@@tĨFĒÁFħÕġ¦iè"],encodeOffsets:[[45480,41184]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Bahrain.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("巴林",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Capital Governorate"},geometry:{type:"Polygon",coordinates:["@@O@GVY\\]E_JBZ\\@NLVJlKBMnTSZTBHOXKB[HIXB@OPQQOgMWLgAEE"],encodeOffsets:[[51775,26826]]}},{type:"Feature",properties:{name:"Central Governorate"},geometry:{type:"MultiPolygon",coordinates:[["@@P@H[Z_mHeTSOUAW]NWpSKÕpBGSdBxVPnJdB"],["@@FObLJOiO@a[pDLSJUl\\XXBJMD]GY"],["@@F[UG@TPP"]],encodeOffsets:[[[51767,26826]],[[51841,26781]],[[51804,26823]]]}},{type:"Feature",properties:{name:"Muharraq Governorate"},geometry:{type:"Polygon",coordinates:["@@U]g^Gl[N\\RHQ`GRN\\DRLu`RXdARVRM[oKYVMNJFRVAPuI]Y@CmPI@nGISbFHUh]@HaCO[CKOSpKPDRYlKESX"],encodeOffsets:[[51840,26886]]}},{type:"Feature",properties:{name:"Northern Governorate"},geometry:{type:"MultiPolygon",coordinates:[["@@KCBUAIZ@@LGE]OH_C[DBTMXD\\VLPXJGFLC\\NA"],["@@AY`I^FZ[HUcAmIUOAwTcKWLKNÁMEfDPMvQNQjSNpB^OHEVMDDXnRPIFKfYI@TVHTw"],["@@BSUIBZXL`\\PWSMaB"]],encodeOffsets:[[[51622,26820]],[[51720,26866]],[[51665,26876]]]}},{type:"Feature",properties:{name:"Southern Governorate"},geometry:{type:"MultiPolygon",coordinates:[["@@KRBPZLPKEMYS"],["@@CUqKMrVEhCFE"],["@@GFL^ELXljpXGJVPGBS[WL[e]WELePKUgXcUIKsaV@RPZCbF^QT"],["@@GLVPJUWE"],["@@NMÂKLLXAHÖoTLXo^MTC@aSQDkTIM_HaOEI{EIFcG]DGOqDIEHMGY_iFQSGgeSjEpIZepSlO@inkXQ`GhFX\\dBbVd@Z"]],encodeOffsets:[[[52027,26278]],[[52036,26263]],[[51959,26269]],[[51997,26363]],[[51695,26676]]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Barbados.js:
--------------------------------------------------------------------------------
1 | !function(e,t){"function"==typeof define&&define.amd?define(["exports","echarts"],t):"object"==typeof exports&&"string"!=typeof exports.nodeName?t(exports,require("echarts")):t({},e.echarts)}(this,function(e,t){var o=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};t?t.registerMap?t.registerMap("巴巴多斯",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Christ Church"},geometry:{type:"Polygon",coordinates:["@@j´v[UQAS]mOOJM\\UFYCmRsL"],encodeOffsets:[[-61043,13393]]}},{type:"Feature",properties:{name:"Saint Andrew"},geometry:{type:"Polygon",coordinates:["@@Jvp|Nkpi[YaoXCl"],encodeOffsets:[[-61031,13556]]}},{type:"Feature",properties:{name:"Saint George"},geometry:{type:"Polygon",coordinates:["@@zV\\ZIU³u[¸"],encodeOffsets:[[-61012,13474]]}},{type:"Feature",properties:{name:"Saint James"},geometry:{type:"Polygon",coordinates:["@@DkK][WHmQA¦GRDXEbZ"],encodeOffsets:[[-61031,13556]]}},{type:"Feature",properties:{name:"Saint John"},geometry:{type:"Polygon",coordinates:["@@||relW"],encodeOffsets:[[-60969,13498]]}},{type:"Feature",properties:{name:"Saint Joseph"},geometry:{type:"Polygon",coordinates:["@@Zbj\\hiXG{{[YIna\\"],encodeOffsets:[[-61005,13522]]}},{type:"Feature",properties:{name:"Saint Lucy"},geometry:{type:"Polygon",coordinates:["@@ÍqERApZjbPRBwAS"],encodeOffsets:[[-61007,13617]]}},{type:"Feature",properties:{name:"Saint Michael"},geometry:{type:"Polygon",coordinates:["@@nRV\\·iDZcRBZSt"],encodeOffsets:[[-61068,13454]]}},{type:"Feature",properties:{name:"Saint Peter"},geometry:{type:"Polygon",coordinates:["@@ÎrJGo{IuYC`DpGR"],encodeOffsets:[[-61078,13592]]}},{type:"Feature",properties:{name:"Saint Philip"},geometry:{type:"Polygon",coordinates:["@@JV¤¢T]TKVAP[Qos
cY "],encodeOffsets:[[-60940,13441]]}},{type:"Feature",properties:{name:"Saint Thomas"},geometry:{type:"Polygon",coordinates:["@@pWb[JmyUUG\\XL^"],encodeOffsets:[[-61029,13534]]}}],UTF8Encoding:!0}):o("ECharts Map is not loaded"):o("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Belize.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("伯利兹",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Belize District"},geometry:{type:"MultiPolygon",coordinates:[["@@sUMmP¦~RZ"],["@@v¶TD@jfnTYI
mkg}cG"],["@@`ZxH^wZnRIdpDnblf{Fqsg¡Wiw¹iwWI"],["@@ĀSoJe]åW
Yg]OAs[EQkZQnCSwWO[RUUGgFãlgbEhsOLgyYaTcUQauħYYÇAÕH]YgMɇDzb`VlWzalFxGVDEdMƎgI_cMGOľTd^¶^S~LxK|TAnOfNx^ɠº"],["@@ZolwaCZV¤_"],["@@VfXIPRRDnVii]BMqmQBGrcq¡YBvNb"]],encodeOffsets:[[[-90069,18361]],[[-90104,18360]],[[-90075,18360]],[[-90394,18405]],[[-89935,17831]],[[-89999,17858]]]}},{type:"Feature",properties:{name:"Cayo"},geometry:{type:"Polygon",coordinates:["@@xΤ`Ȝ@ɒPDr]TN|GZRh¤CdFnI°BnPhp|RPKbdpKdN`hJNƍFcCHUEwbkXyUk_yaUMrlYAWeMYqAeck]CIk{F¡w}hk£WWSSm_[eJs}UKgYCF_GQ]ekKkmgBieF[kCq]Y@YhU]qOQFU[[Ia
"],encodeOffsets:[[-91333,16795]]}},{type:"Feature",properties:{name:"Corozal"},geometry:{type:"Polygon",coordinates:["@@ÿTƑŜêĩ¤OPLQF¸ÄIhjHvTz~Y`b_ÊN`aJ]
cO¡}DqxK`Yy\\K`zPv@@[tRVUvBpFMuqSGibKRyA{LcIoOÍQYKycasWKeJYWiAeQY"],encodeOffsets:[[-90298,18395]]}},{type:"Feature",properties:{name:"Orange Walk"},geometry:{type:"Polygon",coordinates:["@@POĪ£éƒśɟ¹]MwPeBmSL{KwT}µ]]ScPĽHoLacOL{QgomO¯AmJcE£DQg
Y{HMSq^OC@рCľxZIVVrZdEl^iRsO^B^WTsgpCD~\\`zTD^``GZ°Ep^¤rxM\\AntNZz"],encodeOffsets:[[-90729,18690]]}},{type:"Feature",properties:{name:"Stann Creek"},geometry:{type:"Polygon",coordinates:["@@ɈChN^ZXcFiZct@\\ÅbQy}QiWQ¡ÉgF
h©WoFwGaEIWQo]A_Y}TYAEnJzPNPVFJVTCVXBTSA[uoB¡yu^acYg@ōHR`Fa~qtRfOf³³Q@kP_QItf`\\TnXT¤Xglx~E¢|Jl^DdlBfZrfNBXkZqVN"],encodeOffsets:[[-90715,17518]]}},{type:"Feature",properties:{name:"Toledo"},geometry:{type:"Polygon",coordinates:["@@Jb\\\\VREPrV^ZgZ@r^lDE\\jfhAlnlLfR^`HEZDLh~V`RlO@´R´PeQersb}EQ_ŎGbQGYqiFQeiB]
Jm[wsgswAo{GcimVorcEBqMMG_SaBG[aKNyUYNgEekY
kEmqCi{g[ek@cn¿MW@UNFgGB`JkYeV}MgSsdw_oCt͊Pŀ"],encodeOffsets:[[-91333,16795]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Benin.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("贝宁",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Alibori"},geometry:{type:"Polygon",coordinates:["@@ƖƜĸÞM ŚȚJÄÂgƦÜCŐ ÈLŔòÞKæēÀmÉĎ×Čđ¸ŃÈJĞÚÝÛčeşƓ ƬįEċifõsíē²Fˍq˃ÝʹUÃďCĽQÍ×wĵI
{KЎȭή"],encodeOffsets:[[2067,11702]]}},{type:"Feature",properties:{name:"Atakora"},geometry:{type:"Polygon",coordinates:["@@ȮέLЍçûH²ÙıqÙŷE¥ĝ£UŝZkÍÝÍWïùbÕUɍżˑȐRŰlèFĸÎÒRĸĆôÌjÐH[¶Ä¾RðĪA¨|MÎÂ~\\À¬|öwȳ¼A¨ºSĊvŪe"],encodeOffsets:[[2067,11702]]}},{type:"Feature",properties:{name:"Atlantique"},geometry:{type:"Polygon",coordinates:["@@GÀĪaʴJËd˵cùĭAOĕMɑCFGJsþ~Ø@ň¤ń"],encodeOffsets:[[2087,6897]]}},{type:"Feature",properties:{name:"Borgou"},geometry:{type:"Polygon",coordinates:["@@F¦ŸrÚIJ±ÚGèü|ĶJØxÎľRĐDÄʺV˄ÞˎrJµ·ƻď®kÃƗ»Ò
gËqeŃéą«TċÕ«ĝďÁă]eÍpť§
ŋƻĻTVãµȁҗJhѹê|ŶáöEøþĀPtɢÁèoÎnĔGĘ"],encodeOffsets:[[2145,10269]]}},{type:"Feature",properties:{name:"Collines"},geometry:{type:"Polygon",coordinates:["@@Dzv¬ÂSĜÍČY¸CŤuĶҘInĭJƑÃőrĕkŋ¯ǧ ÓKũȅF[ĝ¿ÙC
įÖƉŕB¡ÐÅ|ĕTūkM؆EĀ|ú"],encodeOffsets:[[1664,8794]]}},{type:"Feature",properties:{name:"Donga"},geometry:{type:"Polygon",coordinates:["@@ÖVúaðÎXÎÞ®lŞY¤VĞHėmēpÍÂçɡsÿOýF÷âõ{ŵºéńgvĵDţ·ċZěÎÁT«DZuFʚQƎ£ĸ¹ēŒ[ŔÈ|¨[Ͳ"],encodeOffsets:[[1388,10236]]}},{type:"Feature",properties:{name:"Kouffo"},geometry:{type:"Polygon",coordinates:["@@àśhåĒĭrěƊƩbb
¿ĩHÉXùæïrśÙ
y´XĖĀêCDϔVò"],encodeOffsets:[[1695,7711]]}},{type:"Feature",properties:{name:"Littoral"},geometry:{type:"Polygon",coordinates:["@@f}ţQPĮB"],encodeOffsets:[[2537,6543]]}},{type:"Feature",properties:{name:"Mono"},geometry:{type:"Polygon",coordinates:["@@ŜÚðqúåÊW£Ń@Ň}×týõJ¡¥«ź¶ýè}Þª"],encodeOffsets:[[1662,6905]]}},{type:"Feature",properties:{name:"Ouémé"},geometry:{type:"Polygon",coordinates:["@@ÄĂDEß®ÉëUĿŦđoÛCõǩae~dúc˶Ì"],encodeOffsets:[[2444,7098]]}},{type:"Feature",properties:{name:"Plateau"},geometry:{type:"Polygon",coordinates:["@@`ę¶«BÉ£K@ţzůyj½£û|qOţ¤c@Õ«·AāťĒVŀìÊFà¦BƔ·¶©ȂDÀÚ\\ĞȆE"],encodeOffsets:[[2785,7841]]}},{type:"Feature",properties:{name:"Zou"},geometry:{type:"Polygon",coordinates:["@@ŬlĖSÆ{¢ÏŖAƊİÕªȁ¸µƓ¥AāCÃʳIaƉƪqĜđĮgæßŜ[Ě"],encodeOffsets:[[1681,7820]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Bermuda.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("百慕达群岛",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"City of Hamilton"},geometry:{type:"Polygon",coordinates:["@@FDL@BMMAEL"],encodeOffsets:[[-66343,33073]]}},{type:"Feature",properties:{name:"Devonshire"},geometry:{type:"Polygon",coordinates:["@@T[EACGKEKL]OI\\TDTHNH"],encodeOffsets:[[-66303,33093]]}},{type:"Feature",properties:{name:"Hamilton"},geometry:{type:"MultiPolygon",coordinates:[["@@TRNQUKKL"],["@@GEMFBDGHIAEGOCAEICGUG@BJFHALDDBFLDPHJJPAFMBGNC"]],encodeOffsets:[[[-66267,33105]],[[-66252,33117]]]}},{type:"Feature",properties:{name:"Paget"},geometry:{type:"Polygon",coordinates:["@@VFDHLHHB^PLKc[GIMKICSZ"],encodeOffsets:[[-66348,33057]]}},{type:"Feature",properties:{name:"Pembroke"},geometry:{type:"Polygon",coordinates:["@@J[OAANK@ECFKOAIFMCCRBFM@GBJHL@FCVAbD"],encodeOffsets:[[-66330,33083]]}},{type:"Feature",properties:{name:"Saint George's"},geometry:{type:"MultiPolygon",coordinates:[["@@B@HFPE@GJDBGWEMR"],["@@BBVHDDN@BDjCHGNDAHL@DECE@GSAAGHEEGIPOHSBCA@MEA@PKFKKM@CH"],["@@IEOCIGAC[KMBTJHFZPJJPH@CLIFGQD"]],encodeOffsets:[[[-66257,33114]],[[-66260,33140]],[[-66226,33160]]]}},{type:"Feature",properties:{name:"Sandys"},geometry:{type:"MultiPolygon",coordinates:[["@@]MAHGTBDJBLIPCLCFDNAEESDEA"],["@@RAJHDGN@GQICEODIKCGHFFDFCDAPEJCD"]],encodeOffsets:[[[-66421,33045]],[[-66438,33081]]]}},{type:"Feature",properties:{name:"Smith's"},geometry:{type:"Polygon",coordinates:["@@NJHINJRBPCAJDFLKECCGECIAKIKCMGS\\"],encodeOffsets:[[-66303,33093]]}},{type:"Feature",properties:{name:"Southhampton"},geometry:{type:"Polygon",coordinates:["@@^N@CBU\\GdHBDNFLBLOUKK@KCKBSBGCM@OJQPAF"],encodeOffsets:[[-66436,33038]]}},{type:"Feature",properties:{name:"Warwick"},geometry:{type:"Polygon",coordinates:["@@TYeOUKKPI@OADJNBJDLFTFNLD@"],encodeOffsets:[[-66348,33057]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/British_Indian_Ocean_Territory.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("英属印度洋领地",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"British Indian Ocean Territory"},geometry:{type:"MultiPolygon",coordinates:[["@@kwUmOGOBELE\\ ItSTYLyx[NOVdTNGEc|izYIQH]CQcC_J{TITtT^dX"],["@@VCRJH]oX"]],encodeOffsets:[[[74212,-7567]],[[73083,-6842]]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/British_Virgin_Islands.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("英属维尔京群岛",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"British Virgin Islands"},geometry:{type:"MultiPolygon",coordinates:[["@@[IBPZE"],["@@GDO\\qCDNVEXFTEDc"],["@@I@iPUAWFOISZOJJNLEpJbKLD^ETPlMRGd_^eFSMKWTmXAHcF[@"],["@@EeBS_F@TJH@`RAVFLJCVJjHHZCVIFQbHLRRDRUY@GMcI[FE]]@iU"],["@@O@IPVNRSMI"],["@@gAPZ\\ERJLT@L\\NMRJXVIJ\\REnCTFVKz\\LCJ_]IA_KBIQWCYXUDGMPKMM[@AMQKOAmSMPSC"],["@@QDb\\tGLS]SOFKNUC"],["@@KCOJPLVGLHRMDMMOKVQD"],["@@FSS@JTIPAVLJNSI["]],encodeOffsets:[[[-66161,18752]],[[-66115,18777]],[[-65887,19167]],[[-65972,18902]],[[-66114,18912]],[[-66240,18830]],[[-66315,18886]],[[-66085,18883]],[[-66080,18916]]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Brunei.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("文莱",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Belait"},geometry:{type:"Polygon",coordinates:["@@n±zGZiD±eôćïÌJ³^]÷ėÍÅ}O¥lĂÓpÅC`ðsb@¬öÍyzbêdŨª¶~"],encodeOffsets:[[117239,4803]]}},{type:"Feature",properties:{name:"Brunei-Muara"},geometry:{type:"Polygon",coordinates:["@@ov\\ŮþØǦØN£ÓP
saÁÙPe§i"],encodeOffsets:[[117525,4837]]}},{type:"Feature",properties:{name:"Temburong"},geometry:{type:"Polygon",coordinates:["@@^¦¤lc²hI|GZyEpOu»RkÝXOs~ £D
ykw¥F÷U[ĄeUÊ}²VZyĒ"],encodeOffsets:[[117783,4863]]}},{type:"Feature",properties:{name:"Tutong"},geometry:{type:"Polygon",coordinates:["@@[ŭpu¡ZģHóV¢EF±Y·ËðóĈfC²YjHym²°ňĪð°"],encodeOffsets:[[117515,5015]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Cayman_Islands.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("开曼群岛",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Cayman Islands"},geometry:{type:"MultiPolygon",coordinates:[["@@lqxG~bFX~JGh[lgjJpM¬RAZWIm_@SNMEwiAqR}P]YbPXCfLrUvuRH\\vXpSaUhOa"],["@@RRJ¤ZT[
G¡m[FOUcMiARbxZ"],["@@hXtNnrLtbpJXYog©[kA"]],encodeOffsets:[[[-83322,19786]],[[-81991,20160]],[[-81808,20161]]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Comoros.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("科摩罗",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Anjouan"},geometry:{type:"Polygon",coordinates:["@@jEPWI~ShDNNhAlL`XT\\bFJrTbWln\\@luKmV[Ld
DoLMLUqX¿KweSiRFhmvg^cNGXYV[Fc|fiGvUT`aZVP"],encodeOffsets:[[45279,-12459]]}},{type:"Feature",properties:{name:"Grande Comore"},geometry:{type:"Polygon",coordinates:["@@V`ZX\\Iz@TIzVnBlYPNbpf®ZfOfAn»QOWBeNMAMcORqGSNY`YDU^aFgVUNgDwISR[NsJAzRKHmQESmO@_Y]@qbYtuNiGuDgT_^[k^U¦"],encodeOffsets:[[44268,-12014]]}},{type:"Feature",properties:{name:"Moheli"},geometry:{type:"Polygon",coordinates:["@@BdnXVIIgf[\\AJU^GRUSxmRgIg³f©TÁHeIWHJl_dYB["],encodeOffsets:[[44673,-12574]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Congo-Brazzaville.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("刚果-布拉柴维尔",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Bouenza"},geometry:{type:"Polygon",coordinates:["@@Ş
ĔɩŌāˈAģŎfĎɊĔŤǎƲ}ĢĢüÄōā·ƒɕŇóƏǕō»ǽƗI
ȧĝµMÐǓĢŭǾƧvÙ¶ĽȐɓʆªʀ"],encodeOffsets:[[12961,-3612]]}},{type:"Feature",properties:{name:"Brazzaville"},geometry:{type:"Polygon",coordinates:["@@ũ˹đíNjʃăŁƿħŊŌ˂UƦĔŰºʂɾƩƐŒĸĥÎţìu"],encodeOffsets:[[16343,-3878]]}},{type:"Feature",properties:{name:"Cuvette"},geometry:{type:"Polygon",coordinates:["@@¸xɮÂɚrźƆjĢƁŘŠǸ»Ǵś«ɐʜĺýĖŶĢȮµǨĤŢkȔƽrőǴåת̐źƷ©ŝȱ¡ɥàSǷÖ·ȶEƳȫǍÇǑġūűŕɷ́İ«Ÿ˛ŪǙĸĊɡgɽɗŗ˫əõƧɣęñğö"],encodeOffsets:[[14717,-1974]]}},{type:"Feature",properties:{name:"Cuvette-Ouest"},geometry:{type:"Polygon",coordinates:["@@ȄfþƝƾƪĹŀaâó¹ţEʉǎīŵġþĕ
Ĺʛ¬ɏŜ¼dzşǷƂŗiġŹƅəqɭÁŰĮͦÁŬĻöīNíŪǙÒLƎÓɦȐ˪ŎaŞĔİʘůƮ×Ș"],encodeOffsets:[[14616,1406]]}},{type:"Feature",properties:{name:"Kouilou"},geometry:{type:"Polygon",coordinates:["@@ȊƉʒĩǞǡœǂÍŇƛȥÏƭŕlŗƅōĻƢİkŚŋŦʙȰéŔƿŚĈȴɔƸĈcĒƍžU"],encodeOffsets:[[12123,-3794]]}},{type:"Feature",properties:{name:"Lékoumou"},geometry:{type:"Polygon",coordinates:["@@̄čĪxȎǼèĴǿ¿ęȶoÚŁĤÝƕßıċÓ¡řNjȋ»ĻţǍēčɉōe
ĤˇBŋĂēɪŝ«ĦĶĬǘ`ƺŨlŶġزĚÕφ"],encodeOffsets:[[13314,-2424]]}},{type:"Feature",properties:{name:"Likouala"},geometry:{type:"Polygon",coordinates:["@@¼ňVDzÞΞЪךìŤöĨÝǾgjÓְ¾ôĵC˭ãËŧ̟ŷƽcģĩřȧAћĝǫƣåĿȵkƋĎƉ]ùŏŇñʟµēǁgǛƗljȵFÕ¸TǸߢɦȲªŞŹƸ˫δmƊæÔnŢćɰNǀ¨Ŕ
ɌÂoɮ¯ĀǁŊ¥Ğ"],encodeOffsets:[[16836,2786]]}},{type:"Feature",properties:{name:"Niari"},geometry:{type:"Polygon",coordinates:["@@Öυ±ęĢ×kŵƹŧǗ_ĵī¬ĥ©ɿɔʅľȏÚµƨuŮǽǔġNÏų»ƅĈşƞ˅ȼǁÎŔǝǢʑĪȉƊBŲĪɤɉĬŖÝǰĝĎƖļĄĠɆ¸ŲÑ͘âȜÉƨǚĆƚïèȟĘćIŃ"],encodeOffsets:[[13314,-2424]]}},{type:"Feature",properties:{name:"Plateaux"},geometry:{type:"Polygon",coordinates:["@@ŤžāĞĂĒVƈĜĠõĚòƨɤɚöŘˬɾɘɢhĉǚķ˜ũ¬ŷ̂įƏʟˁʑgƏ¾ɏ¯˭ŭQǯĸćkɃƇȗ[ŗņƕCƪý«ɽʻɑČàIJƖģÞÙł"],encodeOffsets:[[14450,-2552]]}},{type:"Feature",properties:{name:"Pool"},geometry:{type:"Polygon",coordinates:["@@¼ļnjȌ¢ŚČÔɒċɾʼþ¬ƩƖDŘŅȘ\\ɄƈĈlǰķŮRjΑȯλëvÍŤķĦƏőɽƪ¹ʁēůVƥŋˁĨʼnƟƧ§ijǓīõ¶Ə\\RŮŤĸňljĦ͗Ƴ¼ǾǖŎôƐňƑɖøÃŎûġġƱ~"],encodeOffsets:[[14193,-3623]]}},{type:"Feature",properties:{name:"Sangha"},geometry:{type:"Polygon",coordinates:["@@¦ĝǂʼn°ÿpɭÁɋ§œMƿĈɯmšåÓnƉˬγש̏dzæqŒȓƾšlǧģȭ¶ǍĬFʊºŤáôĿbƩĺƽýƞȃeǗFə®ɁŷǁTȩɲÊȶ[ĺĢŔCĜRːƍŸǢ¤ĈĭŜÔɘÃŚŇȾ\\éǚ~ƾł~Ȟо"],encodeOffsets:[[16836,2786]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Cook_Islands.js:
--------------------------------------------------------------------------------
1 | !function(e,t){"function"==typeof define&&define.amd?define(["exports","echarts"],t):"object"==typeof exports&&"string"!=typeof exports.nodeName?t(exports,require("echarts")):t({},e.echarts)}(this,function(e,t){var o=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};t?t.registerMap?t.registerMap("库克群岛",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Aitutaki"},geometry:{type:"Polygon",coordinates:["@@nVBe[UnLX"],encodeOffsets:[[-163631,-19311]]}},{type:"Feature",properties:{name:"Atiu"},geometry:{type:"Polygon",coordinates:["@@GUaitD~~Ft"],encodeOffsets:[[-161876,-20481]]}},{type:"Feature",properties:{name:"Mangaia"},geometry:{type:"Polygon",coordinates:["@@rA_³Ms^AhTpVT]"],encodeOffsets:[[-161688,-22430]]}},{type:"Feature",properties:{name:"Mauke"},geometry:{type:"Polygon",coordinates:["@@wEOxLjzQB"],encodeOffsets:[[-161101,-20663]]}},{type:"Feature",properties:{name:"Mitiaro"},geometry:{type:"Polygon",coordinates:["@@FtfJncK{sUYx"],encodeOffsets:[[-161508,-20347]]}},{type:"Feature",properties:{name:"Palmerston"},geometry:{type:"Polygon",coordinates:["@@ZÈp^bx¸~ÄVCQk|kÈÉh}\\V»GU_©¥{g_SGD¯\\^{hsrÄoÄE"],encodeOffsets:[[-167323,-18489]]}},{type:"Feature",properties:{name:"Puaikura"},geometry:{type:"Polygon",coordinates:["@@WicHYPZ"],encodeOffsets:[[-163659,-21716]]}},{type:"Feature",properties:{name:"Takitumu"},geometry:{type:"Polygon",coordinates:["@@XjxHvjXuWugIZ"],encodeOffsets:[[-163636,-21770]]}},{type:"Feature",properties:{name:"Te-Au-O-Tonga"},geometry:{type:"Polygon",coordinates:["@@uiwG
|RIfW"],encodeOffsets:[[-163569,-21724]]}}],UTF8Encoding:!0}):o("ECharts Map is not loaded"):o("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Coral_Sea_Islands_Territory.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("珊瑚海群岛领地",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Coral Sea Islands Territory"},geometry:{type:"MultiPolygon",coordinates:[["@@żǚҠë̪ǾʱǍ˓ֽʫۧØ©˪"],["@@ʜͨ\\̄џġʃ֟Ь"],["@@ѴǶ¢ե˕«ȿМ"],["@@Ā̸ʹàƆЉɉȣͯɖ"],["@@˨̨̮ůǭ·Чǐ"],["@@ư˜Β§ăϥнƲ"],["@@ϞӀêȝ٩̣Ȣ"]],encodeOffsets:[[[154207,-17851]],[[153347,-16696]],[[151676,-17992]],[[155596,-19687]],[[156978,-22387]],[[151136,-16920]],[[162593,-30662]]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Costa_Rica.js:
--------------------------------------------------------------------------------
1 | !function(e,t){"function"==typeof define&&define.amd?define(["exports","echarts"],t):"object"==typeof exports&&"string"!=typeof exports.nodeName?t(exports,require("echarts")):t({},e.echarts)}(this,function(e,t){var o=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};t?t.registerMap?t.registerMap("哥斯达黎加",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Alajuela"},geometry:{type:"Polygon",coordinates:["@@]ˊijȘŞØZVcâ~Mhhjdij·n@do®eXKÆ]MǙ@ƛCȁHĥYßs[`gÕ@_`BkUHß¡{ÕRK~fZjDznRF_`Dæ@´UPp¤Ih|§ipctt Yj`~]@i@rot寪iÌËnGct·Lf§GtqAsOml²PXÀ"],encodeOffsets:[[-87305,11344]]}},{type:"Feature",properties:{name:"Cartago"},geometry:{type:"Polygon",coordinates:["@@ƒéÌ{Ē¡ʪAfğýķMāë\\yR·±ToF{w½VWéfU¤}E\\ulIyRCtD±ScLdjª_nTFlZB®bM¶m|dqÌ"],encodeOffsets:[[-85961,10391]]}},{type:"Feature",properties:{name:"Guanacaste"},geometry:{type:"Polygon",coordinates:["@@W¿O
±knPtrBs¨He¸KdsHÌmj˰©æpsqj@@^_}Zisj
}oçJsQģsG\\
aÕpq¢M¯PÇT]WRlqqÿc__VoÂ]plGiHulGvclP_b¯lTW[Ïtÿf
hEh¾
ĈenAx_^gt¨TJpnhqHbrdUtbE`~ZddnzQFi_C¥hi_r`^·^gfÁrĄ
Rx¨FxZhv¿t^mr@jfsêŞ¦QČÈCĈ£"],encodeOffsets:[[-87305,11344]]}},{type:"Feature",properties:{name:"Heredia"},geometry:{type:"Polygon",coordinates:["@@pA^k~AÒrTikLce\\vInvØt}Mc£YqWO\\i[}`£AMyn
TGÁ[É«eSÍe[idsski¯SÑX_ht\\ZàGĦDȂ@ƜNǚ"],encodeOffsets:[[-86175,11045]]}},{type:"Feature",properties:{name:"Limón"},geometry:{type:"Polygon",coordinates:["@@ʬ\\HÂSmNzB_¤\\~[jPXZr¤Nd~®pJVl]RÜ|u¢ā\\Íd½ùt«¶ĕ¨Ûèċòę¨Ñ
®JnSJŸǕ´~£Qpa¦S¢Fls}K
[¥Z_~·¨}ZcI
beQydepûw@ͧeQo~U´ÅfYâÙEkrqJs[}zobÊMa^Q¸[zĂìNþĸeĠʩBđ¢Ë|Ƒê\\"],encodeOffsets:[[-85947,10432]]}},{type:"Feature",properties:{name:"Puntarenas"},geometry:{type:"MultiPolygon",coordinates:[["@@Xl¦RAqm_b"],["@@tHĤRtIpè~idso¨j{Jgo£VO@³å®C`_EmQyCieYL}ÖQ|\\ÕEP÷rsJqÈL`k AÔ@bZªqªS®RfgWynspZlQKÀzn`G`rmZyF§¼vGnvoÝabo¼{ fPpOn^\\¦|~`¤~y\\t
rIlq®FÚZáÆeV³p}fR¤T\\¤o}UVunaLwYaq«iQ{udq¡CyòėPÍciPOq{Ç_
iLaÐyEs^s_]¼ÉªÏ\\dPls¢XX
~MmÓ
BnC«twoNK¹AyÀ³¦Kf{jMIf{SÉYoųÂËVQhg|¿ÂmNB¦bNP¬P\\K¼R`º[fW°_CYÂBu°ÓÞeLwl×°pҦHstAz«ąvkDœÃSMTá´Abz[È¢Æw¢§ÄqpbrmjGrVDÕѤY~
\\[j»"],["@@GvjkHoÁ^Up``Ādr¨
YbP¨Fa]`U@áUcAGjw[NwM{uígG{fG§¤}Ì"],["@@oXWLWLorJ"]],encodeOffsets:[[[-89184,5651]],[[-87118,10407]],[[-87273,9972]],[[-87136,10339]]]}},{type:"Feature",properties:{name:"San José"},geometry:{type:"Polygon",coordinates:["@@¢à GlVA_`@ÖÒW°Tljtct\\jfTÎf[rËcn{NµaAkYES`m©icdK²TCDszQJvk[~FV£êeX¾U|xpE
S²b]NÉpa£_{}[¥]PmoOe»|apbÞpmuuH»E¨Yzqn__Hmy¿LkRoYmtXzehQ©T©raYÓ@B_lÇKrIqtOøF[Ö"],encodeOffsets:[[-86602,10066]]}}],UTF8Encoding:!0}):o("ECharts Map is not loaded"):o("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Cyprus.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("塞浦路斯",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Famagusta"},geometry:{type:"MultiPolygon",coordinates:[["@@zGKOmX"],["@@H^dÀ`VR[\\IZtNt\\\\V^Jr^fL@`EBtN\\PpBÄdVRfFlZjHxflFZtbRBVGtJTVL tVh^bClnExL^TRPV^HvB[mFYe_Q]SqIeikMks]sO{g_a{eUuYY£ygg}IsSY³MUNmEg]skmES@wEo\\NEbsVQu@Ex
EmPeV]A}L]KOUQTeI[XrPBXgJSV@V[Z]NfflQXBjVSjTDPgzYTYAF
oeHsi{WkVo_[X^pOHc]KH¹@U`[GqVGXxhFdSRC~ZHGZSFI"]],encodeOffsets:[[[34567,35840]],[[34360,36122]]]}},{type:"Feature",properties:{name:"Kyrenia"},geometry:{type:"Polygon",coordinates:["@@JY\\[UQ¿_cG]OEmF·AkQB]]GDLmPgEg]W@EXYLiC]R_WNKkdiKBaG\\J~I¢QNM NDpSfEpeEnOI|XUtGbRª[VJ^IZF`Kz@dO~HfK@|JlI¸XLrNXC~F"],encodeOffsets:[[34457,36207]]}},{type:"Feature",properties:{name:"Larnaca"},geometry:{type:"Polygon",coordinates:["@@~|Yb@^PdMFUdTff\\v]PLpBbIXNLZKr`ElWt^dSNZXNDh]SZnnMTl`dUOZj@ºOM@inOE[f]SU@YYa]M]O»HUKeiJwAWGecs[EOqAWY[kEmYMiS{LYKOlJZFvcpiRYns\\WCoTWEsRPn"],encodeOffsets:[[33932,35721]]}},{type:"Feature",properties:{name:"Limassol"},geometry:{type:"Polygon",coordinates:["@@@^PdAXd@ZV²oBbGl^IhBjmURg\\S`RpCNQhEOmtQXFpSXDt[ZmjQdoEuIYPk]YÍBLW]i_QCwoKUSS~lDbLHZHWY}B[OpCdBKSYE[_
CIsUGkFcQoT
NEtFNM`ZBXhdDbbfRLbKV]ZxtjPARVdjR`bKT_FC\\"],encodeOffsets:[[33561,35743]]}},{type:"Feature",properties:{name:"Nicosia"},geometry:{type:"Polygon",coordinates:["@@jRbAl`lDU`@ÞoPQUpNfXXFrpbZ[bHAjLlcLM`X^QjDZKFWX@h^hFnOK CH^A^lR¸BnEPFJTEHYYGD}TQEcwgHWrU\\HV_YiPcVk_NSmmTY^CgWMMYcTs]kX_FLqKYWMaJoAOKu^e[SecEVcN]Oa@{Z}gFMRoD_Q[TQhVingA]JkaHA±pYUc@BWOc@]yXSKWqmRSKkjGpdxEaxONoHQfWPR\\bJBqRF\\iTW\\cZ"],encodeOffsets:[[33350,36014]]}},{type:"Feature",properties:{name:"Paphos"},geometry:{type:"Polygon",coordinates:["@@dYX[jSE[rQA
aIQ[XORepGPMbwFcwHoliTLnQXrTLzWD[`ELS_aiQUcBQiOws^YLUKaeQaacCWgYAN_EMFsTg^`o@_TkI[FyzKhMP@jKvfWBG\\szTP@b]nF`A~S^wxMHhX`jmr[o`IzAlHrz~rZJXrhG"],encodeOffsets:[[33350,36014]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Djibouti.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("吉布提",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Ali Sabieh"},geometry:{type:"Polygon",coordinates:["@@ǚúĬĎTČFĮÇɕΏKYÿ_SXÉPO}eqGolbqsCƊÄz"],encodeOffsets:[[43691,11530]]}},{type:"Feature",properties:{name:"Arta"},geometry:{type:"Polygon",coordinates:["@@~gĈ§LFPuQUy@bZEFrs\\VbdÞfdhnGÀDN@¹ɚGtopQHeda{¥ĭÈċEčSīǙùƟCŷŖMƴª¾"],encodeOffsets:[[43405,11916]]}},{type:"Feature",properties:{name:"Dikhil"},geometry:{type:"Polygon",coordinates:["@@úÍƲƅw©½NƳŸŕƠDÃyDƉć}å³µ^}B¯[][ÍMQTãGMY{QIoÝCOElsDñr`RvDȸFÈ[âoĆ`ªdvFì|Þ¸pJ°fîĶ"],encodeOffsets:[[43049,12219]]}},{type:"Feature",properties:{name:"Djibouti"},geometry:{type:"Polygon",coordinates:["@@@º¼AĀLv] \\ÉəH"],encodeOffsets:[[43955,11810]]}},{type:"Feature",properties:{name:"Obock"},geometry:{type:"Polygon",coordinates:["@@TZvFjhGzo^JpRZdp~G~\\pŪ¼NGd©Öćâď\\\\`»lqdçDXUnPĽW
ÉKH[iD»U«§»aQstąŴ§¾u¦_ďŬ@|"],encodeOffsets:[[43735,12673]]}},{type:"Feature",properties:{name:"Tadjourah"},geometry:{type:"Polygon",coordinates:["@@x¢zz¸^T\\nznªÒº¤jÊ¢¾f¼²ÆmsÚÕl\\@{Đū`¥v¨½ĆųtsYgáKiumCÁR{[qiOsEkwcm}K]mYdgUn]HgiKEć¨}hxƱƆùÎ"],encodeOffsets:[[43049,12219]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Dominica.js:
--------------------------------------------------------------------------------
1 | !function(e,t){"function"==typeof define&&define.amd?define(["exports","echarts"],t):"object"==typeof exports&&"string"!=typeof exports.nodeName?t(exports,require("echarts")):t({},e.echarts)}(this,function(e,t){var o=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};t?t.registerMap?t.registerMap("多米尼克",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Saint Andrew Parish"},geometry:{type:"Polygon",coordinates:["@@EKBAAA@ACC@CD]AK[WQBUmKGAZUVKNKFUBOJM@]GMJUXEPK^DLAL[NDP@\\ARBTOHIJKFDXWj@PGNQHSHEN[NI\\ATLPGDG\\DN@HMNARBPABYHKHADYLQHGX@HGAMEKDK"],encodeOffsets:[[-62743,15892]]}},{type:"Feature",properties:{name:"Saint David Parish"},geometry:{type:"Polygon",coordinates:["@@FLFZPJDN@RLHVnRA\\XBLC^@DDD@BBBABFLLBVCAQCKLGN_AOHEEQ@SKKIWDINB@KCOHIKWV@BKUIAOPGKGCSLqK@]ISAcMOIBRERIHYLAVKN@JJhARMN"],encodeOffsets:[[-62803,15780]]}},{type:"Feature",properties:{name:"Saint George Parish"},geometry:{type:"Polygon",coordinates:["@@DBbCVF@PTP`HVNHLZKJGFQAQEeOWSMQC[cAQ{X@ZEPYPD`CF"],encodeOffsets:[[-62864,15686]]}},{type:"Feature",properties:{name:"Saint John Parish"},geometry:{type:"Polygon",coordinates:["@@X
CWLEJIPGASBQ@[CO\\MBKCKL]aFQTaLWRi@AKEHCLRPHBLLJfIVKBICKBBNT@LRI\\@RJZLHVB"],encodeOffsets:[[-62919,16015]]}},{type:"Feature",properties:{name:"Saint Joseph Parish"},geometry:{type:"Polygon",coordinates:["@@TTZRPXRLVDP@VWNI^HN@PIVALELMVUBY@QCMOIEYEK[ISOUGmNY@gSIFCR@\\QXCPYRHTOR"],encodeOffsets:[[-62929,15834]]}},{type:"Feature",properties:{name:"Saint Luke Parish"},geometry:{type:"Polygon",coordinates:["@@|WBSSKOEEMMRIdDV"],encodeOffsets:[[-62848,15638]]}},{type:"Feature",properties:{name:"Saint Mark Parish"},geometry:{type:"Polygon",coordinates:["@@FNPFTDFYFIL_gIWDEFNZ@JIH"],encodeOffsets:[[-62838,15600]]}},{type:"Feature",properties:{name:"Saint Patrick Parish"},geometry:{type:"Polygon",coordinates:["@@BR\\dRDTNPXFfPJdNTB^JL@JSCQImD]OI@KEM@WEKOKUEIBKEGHWBKEIaSEKICKK`EJEZ@HAT"],encodeOffsets:[[-62818,15626]]}},{type:"Feature",properties:{name:"Saint Paul Parish"},geometry:{type:"Polygon",coordinates:["@@hTZ@nMVHTP\\JNMBQIg@ILMBUGKUM_GSO@OUEaDCAEDCVHNEfCJMLERKTOJ"],encodeOffsets:[[-62894,15760]]}},{type:"Feature",properties:{name:"Saint Peter Parish"},geometry:{type:"Polygon",coordinates:["@@BLj@XQbKRSbEFOO@UCQKOWYQSSI`UhFP@HOj"],encodeOffsets:[[-62950,15903]]}}],UTF8Encoding:!0}):o("ECharts Map is not loaded"):o("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/East_Timor.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("东帝汶",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Aileu"},geometry:{type:"Polygon",coordinates:["@@XDâhFbIBwpK`e@gn}Asa©
EbpKXIaWyµ{TWaXx¬SnXPW´"],encodeOffsets:[[128530,-8824]]}},{type:"Feature",properties:{name:"Ainaro"},geometry:{type:"Polygon",coordinates:["@@djvTx@´S¶|Xzb®JLWaoGumÛcsB}q]kiOnDªt_fsXriG^wMwMÏE
emCO`pqZ@flLfuVOz¤hnfn"],encodeOffsets:[[128448,-9205]]}},{type:"Feature",properties:{name:"Baucau"},geometry:{type:"Polygon",coordinates:["@@Nb_j@d}dSL±¹gQĥV{EKZZÏDaA}^¥UD§f{Uo¼PzM_pPzMlbpJxnFnrjC\\m¨]¢}îÜ"],encodeOffsets:[[129757,-8613]]}},{type:"Feature",properties:{name:"Bobonaro"},geometry:{type:"Polygon",coordinates:["@@BLQ CreCb[l
nÏqR±n_ÂGemm£gPyvUKek@erYo
Z
sh§fb\\k~\\ B¬S@o~qoayK«fQhD®ÐZ~L~PvK "],encodeOffsets:[[128094,-8951]]}},{type:"Feature",properties:{name:"Cova Lima"},geometry:{type:"Polygon",coordinates:["@@¨egtYP_Dn£yiG«µ«Ecmk]^A }FlcPyzQ_nB¤j@pKpqtJ"],encodeOffsets:[[128181,-9390]]}},{type:"Feature",properties:{name:"Dili"},geometry:{type:"MultiPolygon",coordinates:[["@@jsqsWE{¯OJ
aEágNà\\Mº@JnªEjW¶VdX¢Td\\"],["@@j@F{Q}o{A
SykosXk@{pvPÊî"]],encodeOffsets:[[[128847,-8694]],[[128634,-8329]]]}},{type:"Feature",properties:{name:"Ermera"},geometry:{type:"Polygon",coordinates:["@@d|AVÔ²t@h°@X³OWTmw«bWX
@³SwuciÁHm`Q²rmÐka\\Dqf"],encodeOffsets:[[128186,-8961]]}},{type:"Feature",properties:{name:"Lautém"},geometry:{type:"MultiPolygon",coordinates:[["@@_ÊhR²ºKcTc~@ia`M^RghHĴ¶|pxVJrclGbi¬IVzpbC¤ObQDiOkw{]m}ąÇïýKY½@y}Y
}M·ZiS"],["@@kPAjnB@{"]],encodeOffsets:[[[129783,-8967]],[[130388,-8647]]]}},{type:"Feature",properties:{name:"Liquiçá"},geometry:{type:"Polygon",coordinates:["@@MßWC¯@gs@Ó±U{BcDKRAT~Elr¦Ö|N¸D^ZĚx|SpF\\ZlA~h"],encodeOffsets:[[128549,-8742]]}},{type:"Feature",properties:{name:"Manatuto"},geometry:{type:"Polygon",coordinates:["@@°P|XFrtitt`ŖYoØOz^PlM`NOyp»¥Y¯F£Áa[@w·LÕZav]Xu[¡msfJ]`Jgbc®`³DbªBtm~@h_foLAx"],encodeOffsets:[[128733,-8787]]}},{type:"Feature",properties:{name:"Manufahi"},geometry:{type:"Polygon",coordinates:["@@F´C_dhaI_^Iteny«sçVwoHgqAyyqjWets`©CmjP^l~rtAdnÜHv"],encodeOffsets:[[128707,-9016]]}},{type:"Feature",properties:{name:"Oecusse"},geometry:{type:"Polygon",coordinates:["@@`pBtjDbb\\~XBNT^PX¼DX\\\\LzOSCYaRm_Ce
K{D{smZ
mmieBR¦s´|oUw{O_faE¹Î"],encodeOffsets:[[127019,-9564]]}},{type:"Feature",properties:{name:"Viqueque"},geometry:{type:"Polygon",coordinates:["@@|V¨eC¦V~]bBÐCYLY|FĦU`ÉiB³YsF£§}aa]É@³_§gÝNE]Wu^YbKÖ¸@xb\\¤Â°E¦Z"],encodeOffsets:[[129250,-8885]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Equatorial_Guinea.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("赤道几内亚",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Región Continental"},geometry:{type:"MultiPolygon",coordinates:[["@@wZFSM"],["@@^qE\\[fjNtaæo\\RxWH\\SbȪBɌ@˾ADC̠BIYQ˟F̡HϿ͛BȷAɃ@˟@ʍ@AU~]fw^JÁYu[AO]zovPÏqNs¢efxTb~VºxPfd\\HGjxrÌFf|tiHlrxdxnTntZvAX|`ND|SĘ|°BÔI¤Y²V^\\"]],encodeOffsets:[[[9555,909]],[[10059,2406]]]}},{type:"Feature",properties:{name:"Región Insular"},geometry:{type:"MultiPolygon",coordinates:[["@@Vhf_NoWscjMr"],["@@[nG¾j®frhRÜ[hPX|WrHĖz|¬TxrZfÜE®HjR|]lHWicÃo«wCu]aw[NO«Y}msl^wK¡bcAµrEp"]],encodeOffsets:[[[5755,-1456]],[[8640,3383]]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Faroe_Islands.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("法罗群岛",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Eysturoy region"},geometry:{type:"MultiPolygon",coordinates:[["@@rOIKkBWbQBOuSAVc\\eRJve\\"],["@@hf`[PºnlAvY~KNKqKgXY^LN LnSeIIa¢R~K\\S]eAFObOvCnLjEhSÊUNeWATH[HWYJMQ\\OK[yAFEOIpSb[uKkAUMMgL[[I|KhhLDTQjob[^
\\VMEÊvkLqGOiUQP
b]D~NmC[Vy\\sN[tta|qv{J"]],encodeOffsets:[[[-6850,63511]],[[-7288,63798]]]}},{type:"Feature",properties:{name:"Norðoyar region"},geometry:{type:"MultiPolygon",coordinates:[["@@rXlAljvDrOV_AKItSWm¯SUjsd"],["@@`PrY^slsFWoC_y@{ZHvcTs|]v"],["@@RHvG\\b_jJvUd]RJvRLpKNgTIEY\\QðgJMU]MTq@vchMGEYZY]OF}b_d[RYEfgBMfggI}jxSj"],["@@LRJtOHejmv_n[MmDsZ]xiZav"],["@@nTrGvYR_EMfajQCYjULZVBYFMk¿VURkYVVn^SN"],["@@NXpFDQ`IlJPW{YuI[JOf"]],encodeOffsets:[[[-6570,63766]],[[-6980,63861]],[[-6788,63732]],[[-6869,63828]],[[-6753,63881]],[[-6486,63836]]]}},{type:"Feature",properties:{name:"Sandoy region"},geometry:{type:"MultiPolygon",coordinates:[["@@fH\\a{FET"],["@@HTvBjI^iDSAy\\KX"],["@@IzB|WBnQPQâatSNW`QxE]UuU^GF_cM^eaWd
tMhWZT¿M[QmdLJYXU|OVub"]],encodeOffsets:[[[-6931,63179]],[[-7023,63257]],[[-7119,63399]]]}},{type:"Feature",properties:{name:"Streymoy region"},geometry:{type:"MultiPolygon",coordinates:[["@@nJ~]hcMKkPyf_N"],["@@tCPTvYZVRBtZThEzPpQMnYb}wnK\\ea]I~]X]jD[XeyEy]\\G~VQjSto£UZQHtQb[IggSZSQQSPqSO}H{VlÓvUn]`EalFhajyVELDKG£BwRelH[bX"]],encodeOffsets:[[[-7100,63453]],[[-7434,63669]]]}},{type:"Feature",properties:{name:"Suðuroy region"},geometry:{type:"MultiPolygon",coordinates:[["@@nV@V¸NtSOPOzCamIdSL¦AhcFrC`MSSjOMUF\\HUzOP[¤EN[wOBKtQE¡WYOuFUEYNsG]jY@SeKsRwLcPEToZbDPqFe^AViL@`XZIJ}TcldVTyX`RoZ"],["@@fH\\a{FET"]],encodeOffsets:[[[-7170,63102]],[[-6931,63179]]]}},{type:"Feature",properties:{name:"Vágar region"},geometry:{type:"MultiPolygon",coordinates:[["@@lXSVQ`DlI^^äfzcOh__EbIXg_MAaMoHaKhOuG}Q@y^NULJ\\^X|MVFmXiATY\\kTG`"],["@@Z@]»CµH"]],encodeOffsets:[[[-7644,63626]],[[-7849,63593]]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Federated_States_of_Micronesia.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("密克罗尼西亚联邦",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Chuuk"},geometry:{type:"MultiPolygon",coordinates:[["@@NLHZLMKOUG"],["@@@GUMKWKIISK@dfNZRL"],["@@GLBN@\\PDDSMe"],["@@DTVGCIUA"],["@@XMDE@QSUM^F^"],["@@YPEJRBNEFOEE"],["@@AKRAHC\\DBKgCKMOAIMFKcQOFBRGPHTATGDZXLERMVB"],["@@S]BMHKMCEHAV`^"],["@@CPFNNBASMK"],["@@EJRBHFL@\\FLJRBHCGSGCIQIEQBMGKPQF"],["@@A\\QJKJIVAJPHTE@EZGJIGUFEAiDIGEQ@CFBV"],["@@FGBMEGW`VA"],["@@NGPFLAKSTDEOYAAKUCSDERL^TB"],["@@OGATHHNGCK"],["@@TSHSLO{WIHARJJ@PJF@LOFNPERSDCNKHFTTAPUDKRBNKPEES@WMNQF"],["@@LNNCJIAMEKUCQNLP"],["@@IQKHK@GJO@ETPLVYP@JE"]],encodeOffsets:[[[157413,5448]],[[157174,5636]],[[152884,6834]],[[156398,7056]],[[155521,7491]],[[152765,7536]],[[155520,7639]],[[153290,8806]],[[152776,7525]],[[155199,7512]],[[155484,7504]],[[155309,7537]],[[155521,7568]],[[155437,7535]],[[155259,7535]],[[155214,7556]],[[155378,7555]]]}},{type:"Feature",properties:{name:"Kosrae"},geometry:{type:"Polygon",coordinates:["@@jRRBPARBPKB_EODIXEAIUHERGE@QBKNIRFHKI_AMQcIEMQOG[B[TDNKBKHKGAIQCk@]HOXBLILDHNJXFHHdRJRX\\H@CTNJ"],encodeOffsets:[[166880,5489]]}},{type:"Feature",properties:{name:"Pohnpei"},geometry:{type:"MultiPolygon",coordinates:[["@@GD@VTAKM@I"],["@@hlDAegEA"],["@@VAFMAGMGWNLR"],["@@^EGKK@EE\\UHHP@NKDIPCBVTHN@DQR@FECWRULHDXLLLOECAOGQKKLEDMNFFXVFCSROEGHM@MJQEMPWUQGAGVMCKDIEOYJKPCDIPCFQKeQKKIBKLIWQUHQTIOIZODF[aGSTEKBK]AMDGNDPIFWOIFOBYJ@RQNOZNZIVOF@HXAFJKDCfMHUIIFJNEFKKOEDVIZATDPPFdXLGHFQLJH\\CJUPEJBNfMPCNFRFFLKNBJMBaLDCRHFMTHN"],["@@SMF`PHHSIE"]],encodeOffsets:[[[164564,6347]],[[161792,6916]],[[162121,7020]],[[162001,7156]],[[162053,7167]]]}},{type:"Feature",properties:{name:"Yap"},geometry:{type:"MultiPolygon",coordinates:[["@@OPJBJGCI"],["@@AC[KCJNHTA"],["@@YSGBDPJHTE"],["@@@_MJBVL@"],["@@KKQDNVVHHIMK"],["@@a^DRRLPSCOFMEI"],["@@IaAOHQIEGUS]R_IBQX@VHHNDLVFtLX"],["@@D^NZBJIJNVRNL^H`LPLHNRCDR\\BHXRTDHG@IGIBSPFBQO]MAGMCYCMBaMIODMGMUUMGDKGBWIGA[UICZ"],["@@MQBQ_YK@KOYAKBCRGJCVLVDV\\RJPJBJUAMJIRHLNPIEQ"],["@@OFBNCH^nHRPFN[AYKOUGMS"]],encodeOffsets:[[[147929,7412]],[[147300,7553]],[[150570,7561]],[[147366,7558]],[[143896,9996]],[[141476,9840]],[[142952,10205]],[[141370,9682]],[[141513,9783]],[[141471,9799]]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Gabon.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("加蓬",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Estuaire"},geometry:{type:"Polygon",coordinates:["@@uťēŹU£O½vøuİèǾÐǔØ`ʼniËMµċ»ÿl{Á¹aÛLiÃuQfÝD
¡µ_OÉ}·K·£IááÕţ½HämÓd±¹Ʊe÷PķĉÀ£Bu¹ªgLγTløDĢdĂ{Ő]ŀ¤ʼnÈĜeŬ[¶¬ijŷĈ_wÌéŌß|DÚfrĤj_ÅÎ_JÁ©ÎJÎAŚ]ÐXł¡¶{Ē~ÌÜ`JæN¬Á֜B"],encodeOffsets:[[10718,1027]]}},{type:"Feature",properties:{name:"Haut-Ogooué"},geometry:{type:"Polygon",coordinates:["@@dŜrܲĊ´OžŶ¤Jr¤rBŦÄc²ƐɔĴƢħɄåƘčIJuĘL¨¤°CÚ_ƄN´uŤsŤõĵŤ¶óI× bĬMЬ£ßfË·ãQÃl¿µ¹YŃÿQ©KÛsÁmĹv£û³ÍOáZ]Á`£įJÇ_ÿyÁdzº©ąć§\\¿oxeÇjH°¸ªÚĤ§¬ýšťëÕ]
ċNǛÎ_ģ }I°¿ªAÌyvuĀuÉb"],encodeOffsets:[[13058,-1937]]}},{type:"Feature",properties:{name:"Moyen-Ogooué"},geometry:{type:"Polygon",coordinates:["@@ɘFĜPfæiɪJ±ĕ¿g÷£¡ûî§T¹eÏôĩNʼn°¹ ťćJ÷ŃöĉĚî§Ĺ¿īëïy¿±Ýÿ¿kyWýñěŋ½JÙ_¿NĵģAã¤R
zêcĦ»[Łǂ[ĈOĸøƲf²ºÔcnGãŤ¾Öââ¤J L¸¸Ê~P¶`¢CeÞvRjÄÜKºb"],encodeOffsets:[[11076,233]]}},{type:"Feature",properties:{name:"Ngounié"},geometry:{type:"Polygon",coordinates:["@@ĶĤÀMÚ`¾IŌòĜXþlzĀÀ²ÞzÀìðĬĺÀ¨íĊęńõøĈI³åFķÇBñƈÐSijȔDZKįeíd{ømņſ~P¶ÌaÐZµQŧ³[ÍX³û^]͗á³@¯ÀRş}×RW¹lq@ŇdÛ·ı@¼ġt˼Uĥdt©ĮÛ¶mÌÁ̟ùec¢¶]ŀĜ Åwă|_®ơ¦nçŘ^B¦äaƄþâlÌ"],encodeOffsets:[[10335,-1266]]}},{type:"Feature",properties:{name:"Nyanga"},geometry:{type:"Polygon",coordinates:["@@æR°ÌÖü°¤ľªV[®ªŪêúf̠ÂnËܵªĭsĦcV
Ì»Ģs@»£EÁìxK¸ûüċÕg©CëĒνêYTÁ¡
ÛƛZØ¡µÕŇp³OđƎ{hËC©ÝéYĿÿij·ĿċàUì§ÂğĦŁĔñ¾jI´ĥê{²ăĔ¹ªȍƜģà"],encodeOffsets:[[10265,-2865]]}},{type:"Feature",properties:{name:"Ogooué-Ivindo"},geometry:{type:"Polygon",coordinates:["@@gēÀÞÈ̮ȲÄ Ⱦƈàc¤äjÐrd¦ĎJ؞cƂW¾ÂÆRuêPª´nĊA¨âƜ]thÊ·Ölö@ª`õŅBN¥ç°¡u·^oëëDÓ穵©ōbh{y¡çå±ÙvÛE¿¤ʼnÝëţöţt³vƃMÙ`ċPãz£Ĵī°{ÃYĹìk·ñ{ĩ½ʿɭȑăȿç˻ıõgŦº¯MŊóĪfÐSºí¨¢üø¤ Àh²Ė"],encodeOffsets:[[11853,247]]}},{type:"Feature",properties:{name:"Ogooué-Lolo"},geometry:{type:"Polygon",coordinates:["@@öh˼IJɀèȒĄɮ¾ˀ|Īòl¸ĺëÄZ|Ĭ¯¤ijäyČOD£¯K§vėĎıæƗĨɃijơƏɓ±ÃdAť£qq£IŽŵP³±ĉqÛcśÇ|ÃIÇ¥¿E¶ÏYËbµ}OŅƀ÷nc|fîLİȓDzTĴƇÏAòÈEĸ´æ"],encodeOffsets:[[11854,-749]]}},{type:"Feature",properties:{name:"Ogooué-Maritime"},geometry:{type:"Polygon",coordinates:["@@´SKÍhº©v¤AĊ¿\\ć®ǁ®ł\\¼dĥyéQä£BkËýábƃãA¥]èŗmƢ¥`Ą{xÆ
ě^Ŀ®µd¡ũé©\\©U£Ľû¯ËÕ¯åQĽüs¶ŗŜĝĐÈGþ°ŧŮğŊĈâD`ǾÉ^¼£PN¸¯àÕj£Ãi´WDúƆ²ƕǨúP¦ćƂHQÇĊc²ÏňlfØßLÁ¨{ĈĠâ¼·´L_°ŜƀÔdÜBö"],encodeOffsets:[[9528,-253]]}},{type:"Feature",properties:{name:"Woleu-Ntem"},geometry:{type:"Polygon",coordinates:["@@мB͜AGЀE̢V͖îǶMün¦ÞXäGĚVĂW^^øawÂŨÖB b qŊkÊzqŖr²YĔ ÀszZ¶ÉeÑTÓõák±\\Ĺe©HçWÃĎĻrķѧ؝dI¥čqciÏ£ãdßȽƇÃ̭ȱÝÇĔ¿hɩIåjeěOɗE|Âk¼ĀČN¶jÌ_ŊǓ×ǽÏįç÷vu¾PV¤ĔźvŦ"],encodeOffsets:[[10718,1027]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Gibraltar.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("直布罗陀",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Gibraltar"},geometry:{type:"Polygon",coordinates:["@@N@LC@MBKEC@QBEE[EGGD@JMVFLENIHBJNADP"],encodeOffsets:[[-5480,37023]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Guernsey.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("根西",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Alderney"},geometry:{type:"Polygon",coordinates:["@@\\N@HTBPBVAND@JnDJCMKSAFEGGI@UMQA[IgDAL"],encodeOffsets:[[-2288,50903]]}},{type:"Feature",properties:{name:"Guernsey"},geometry:{type:"MultiPolygon",coordinates:[["@@DFP@LCJDLRALMPJAJFTCJF@FZAXHBJNFRDPVRDNNLCJDXKHPARTADGNAHJbGDKEKE@EODEEEI@WCKGCMFEEK@IJEMYPOBGQIGBFNM@_SIFAHS@GDKIOC[DGEUFE@QFGASHQEKBSFEL"],["@@TFAKPMGIMECHDLKP"]],encodeOffsets:[[[-2739,50620]],[[-2516,50668]]]}},{type:"Feature",properties:{name:"Sark"},geometry:{type:"Polygon",coordinates:["@@JFVF@HKBGNXRCFFJJGNC@IRC@OIGU@MKCOMEEBIL"],encodeOffsets:[[-2440,50601]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Guyana.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("圭亚那",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Guyana"},geometry:{type:"MultiPolygon",coordinates:[["@@S´ĚÄN~Ú¬Ú£Äxð
ºT ʦ¼Pĺ[¨QÈÊ\\î¾ÚĞv°t²¬\\¦rÆKÕªQ{zğ¥Å´[¦ÌsæûĎBÄJúŜN¶ÂÔĂYÔjòÒvîZ|¼E²Xü¢¾Ī`~ì¶ad¼ƊýŪ×ȲũŔēǪșoÀĕøuŮǣ°ñWė^¹Yұɻƕ@ÓcçW\\¾ĖÚäÔhøeÀĜHÐsǨƩÒÙIJč¤ÏāάOŠāĆğºǁyƗCÿćÏßOć¹ÀÍUÿª[uálÛÝB}mÃC¡fñaãf·{ËFãěäœ@£¹©ŏ}JĭãϵlåLãòßäģ²ſÆ}¤Ç¦hËy¯f¦gÜp¢unÎE¶vl¹_HąðſkÏdēdžǽI©ãºÇI¦A±ºL¯ĀĽ»ĘD˹]}ë{yÏR«µij~uåmijĒŕ¹kËEm³ÅccċđħćU¯¤ñGMăU{¯^Dñu±±PËu¾ſRÝ£R¥ĻMF»uđûDfåI}ëåyX¥Ì]ÆʼnLǣÈïŊD«_¬ijĮĽlAÝC[¤xêPĪaèj´k²M÷Æq°AÜÙĦPwºPȶÔSÖ¶ÞO¸ÄĜ
Ðî» ^ înpØFâÐ\\d_¬Ð G¹L_°nÆÅ\\AĖ´¼¹ÞÏėT»ċ_ùrò®ZK¦¦ZŚƠCÊĥ¶îD´ŗád¥ýtWħÇS˯̈́ˣ̺"],["@@ĐÙÏ"],["@@DÊö¤AÇąi·"]],encodeOffsets:[[[-62888,6115]],[[-59878,7086]],[[-59971,6886]]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Hungary.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("匈牙利",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Great Plain and North"},geometry:{type:"Polygon",coordinates:["@@VVipÂSªcpRFdRpDF[w
ueQL°QIJWt\\bĈ§nNO¦aÖeAjb`¾^KftiXamnF
fTx¥Êģ ÃpzLl@k£~\\SzÅÒ`rtsRmoOqU°VvgHBJE\\£O@mdċP
IubC`n·CV®rVZSA}~ÀBrdev`BĤg`b dzDÐK¦`VYn\\Ìx~V¬Q^yW^\\vEc`wNO~®XrSdrÀNf´J®~aVTvfB^~IhdlG^ôÔDMRbQÊtºTðHPT¸V¨MÀ|fG\\@Sö@pvàNq°e^RxkBs¯FmQRm¬eFxOl¤ZbMvdCv^]nTQ|ºbt]Fipy¨KEuniB{~
J²MTaIaÙÔWpĘBDizeri\\s]BÁRmOH§Í_½@Ëg_ËCs`[i]iDIyIQeM_ecCë¥sqYz£@[o§JmQcuum©iqL©]u£e]USo{}Im¡ko@C¡Qqµ[eWFuWqugsHeiTcpccMkãTyhQg^slAlsy[M§NeSSFmoYQ©HYg{JWf
MÍFRabë[[DusZFWÃigg夣\\Oi
uDyZ{IYbgaDuqD¡~]}Fazã@½qiCm¹jcdl
F}iÁTOYµqrk¿sDY§UabçHeãGµH[{H\\ÕGewsK³RoFcZneNVpsR
IÇHSbjdbzTCfà[j¤ITªkl]¾H`EenEn@´l|Fb¥ÞE`{nPªv~Nt]¼`"],encodeOffsets:[[19422,48159]]}},{type:"Feature",properties:{name:"Közép-Magyarország"},geometry:{type:"Polygon",coordinates:["@@u·nKbjM JJdxA®T~}BTUYqDU¸mD_vaJČOnc@¤P[FIAhGUu¯VPrnptQs_qÆÑTy[¤}l@KkoyÄĤ¦ÉwSeEnmbjWesL½]a_BiÕf
b¥PmMć¨as[±XÃR¯KRfvx\\E
Co
QEcoQ©dÁTjoUUUXµoÐN¦zTHBn¥×ÄnG~iAJzUbd@\\´k^r`¤cF]PlîTifHdcµl"],encodeOffsets:[[19301,48966]]}},{type:"Feature",properties:{name:"Transdanubia"},geometry:{type:"Polygon",coordinates:["@@¶kdGcjeíSOk^E£dq_l]³@[cVaIyjBH}mØÃ¦AmGSyM¥p϶
VW_^»Msu}O©|mF_¦ÝEa{³k@m
FfmFG_^½lkS©£J\\ißDeySaicTaÈGJtQUofMmdY}ñyE£GmKQwRSyKDoDenyXccÏ@LQ^XeW¡\\]ayQ»`g^ÙOgL§kmj«vTÕNi^Gd¥xyEùbUmDWdE½_Q~PhxBkr@jmHDvmF]kfÿz¹tDϦ_J[ NN᪹Bh®Hĕ_ºqZiDjMjLRHUr©KxNPba`»FÅ_En~\\`ªX~ZAlv^Ð@LAxSZbcb£bMjÆzYl¿MAsEWjfTN^Xdw²ybn\\UfLonj´EZ`ÖRfcr¬r«ČcJSÛz×VP|AÚ_^X^öJf]ÆK@[zâDVl|bFCņb¬HohK¦Ybj\\i|jÊh¦kNtvmVnÊvtGªm¶AfK{løtRĪË¢KZQèLM°NpZWV¦Aî]BØWŦthR¦WVÔKÒT¤xPd®T²I"],encodeOffsets:[[19301,48966]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Iraq.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("伊拉克",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Iraq"},geometry:{type:"Polygon",coordinates:["@@ȚĶɼŨˊƌвɆńưúʀŢǒĈɤÆhT¨PL^ĘǦĘŀPYØHäQJIìNÔdæČgNÆöGT¸ÒYǾĩǼdŀ\\Ų\\`M^ĎŴPR̤°°RÈ¢¶ªz\\|̖ˆjrmPAhĠzIJZNpbZ¨f\\HrnTpvpVt~~MNqpA¢gÆYTTPpjZâHX[àWzUvpBXg¢wS`c[VP®F{¶L`PĦQz}hzÀA¤Al|F [²RîbDjylSFReEu«I½¦³UQXm
KT^ GpCÖp¨|ETlvzrHtn´cF®SRq}g~qHidOdyP\\_tETqk§~@ecOo{NØEnR~vHY§L¹]]{WZqCguGScXgYP\\OL}gA|Z¶`³GW}uk]Hcja[uHpjIVgQimSZo¢GzfOlVKHz{[{^{|_Pilmr^I~Rfº]nX BjD]@e|qbX|aphZKd¨MN[qwAy[}PqU[omNOH
\\kkI©RmIXLq`]Y§¬÷|rS¬\\y¥æoQwygCeqWq\\eIKRaheQ§zcGKcAs\\AcqoE}{F[XDTEgkiiMTu^mIaiUioIsZMhKY`i@¥sHhWO¿GVWOaXqA[iL}g`sX|X`®il{A[[]v©ÇG
Yo@w]¤L¤·ªÕLenUfuQcjQx{¦oe°n¦b¤LTUWkzYz]_ë«úC~brE~©N@}Acha²yD
Qs`Y£wÍV[EcE@imsCKqMÐbÌAĔw²qj]xIĂÅsÄk±PccVm¨Ìd_ººÜ`HÂDt¤W¢Epizw[V`SSiqnGBo@wnO^mJ¨
ImtyvSh^zwpKLejKWmPa¦{T{Ƶ͛@ȑ@ƙ¢AɴAvCMбAqäm´wjwN¡hrtOþāuP]C{}Hmin}F^q¦{ægnUÝcd_acX«A§vhǽpđHSyLcÈ[ziZ]t`zI\\Lbfb¢GpcZčpcdµluTydGnsAml«iReGyJȹĂ˯@Y§»_]§ÅmÏeÇo}Q·y_]_
Ceꩱ}sc
¿Ñ¯Ç£ŃɝnгͥȿfʩpùÊ|nɷǦȵƴǁŜȍƒ͍ɸɥnjBȼɥĪʟłʡŀ˵Ś˵Ŕ̽ƺɯŐ̻ƲǔͱĊǫªýhľǻ©µƦĎrçȴǯՈ"],encodeOffsets:[[39725,34177]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Isle_of_Man.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("马恩岛",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Ayre"},geometry:{type:"Polygon",coordinates:["@@nVtNLVJCAmI]]wC[gKCUZ[@a
W}kISUIo@QpHT[PPNKRPxdNfwHAT"],encodeOffsets:[[-4607,55689]]}},{type:"Feature",properties:{name:"Garff"},geometry:{type:"Polygon",coordinates:["@@VJJT~lX@bY\\DVhLDSZ]tKzGPM]]eW[_YSCWqSOWDOZK__gKKFD^[foJSt"],encodeOffsets:[[-4580,55545]]}},{type:"Feature",properties:{name:"Glenfaba"},geometry:{type:"Polygon",coordinates:["@@j[FMfBvWIYQSqaoowA[s[qCYIFjSTDTTH^nGXbXZDJl"],encodeOffsets:[[-4730,55566]]}},{type:"Feature",properties:{name:"Michael"},geometry:{type:"Polygon",coordinates:["@@tpVh`jVTVnbZ~XBSxGMewcO
LQOM\\OGSQCD_wOWQuXeAENi\\"],encodeOffsets:[[-4730,55566]]}},{type:"Feature",properties:{name:"Middle"},geometry:{type:"Polygon",coordinates:["@@pprbRTJZXRxPC`RDRop@TspI\\eC]LECKsIUBaUHc]G_QeDOWUGSUo@}SBb\\^Gja\\EZ"],encodeOffsets:[[-4723,55470]]}},{type:"Feature",properties:{name:"Rushen"},geometry:{type:"MultiPolygon",coordinates:[["@@LJnFFG[YS@OR"],["@@ZJrDt\\\\xBFYb[Hi[]AaCM]IyG]OcA@NaVo@]KFOcCCMaASK]PLVPDb`_JXVdH`p"]],encodeOffsets:[[[-4946,55351]],[[-4847,55434]]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Israel.js:
--------------------------------------------------------------------------------
1 | !function(e,t){"function"==typeof define&&define.amd?define(["exports","echarts"],t):"object"==typeof exports&&"string"!=typeof exports.nodeName?t(exports,require("echarts")):t({},e.echarts)}(this,function(e,t){var o=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};t?t.registerMap?t.registerMap("以色列",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Center District"},geometry:{type:"Polygon",coordinates:["@@v¼X\\zÌÂ]¤IUrihL¢bLYrTx±j¸ŴORR¸Q{rFTUyEdwMcuQEoF
Me`£Wãp
dGPM{EBWS{ÑUk]
ymuV{qXLhcv\\Kd
D"],encodeOffsets:[[35499,32626]]}},{type:"Feature",properties:{name:"Haifa District"},geometry:{type:"Polygon",coordinates:["@@¡EWMG]^we±M{uQÉ@oeÄCRfrD|o¡w]BuwqÑqE|·RQQPƦ^ôCp`\\\\üCnvVqlRzRv"],encodeOffsets:[[35919,33678]]}},{type:"Feature",properties:{name:"Jerusalem District"},geometry:{type:"Polygon",coordinates:["@@l^ÒVT|XAamCxpIXcÂq®TxdmOUCLqi_TÓdoK·iK¥Z|qXINlWd\\b{Zov"],encodeOffsets:[[35657,32551]]}},{type:"Feature",properties:{name:"North District"},geometry:{type:"Polygon",coordinates:["@@Ht[NRxĂFÒ@PvO°`pEHanR¤J`t´C@pz`I\\`´ITNh¬bmqAvXnxnReDjSNsuA]Ulķp¯[½cQm}WRgP_QTAmvsemLqakDċrJOhTlcb¿Q\\y|m[{pqCQeÃDf@p ÊvRN|f²]xH^NFX¢"],encodeOffsets:[[35919,33678]]}},{type:"Feature",properties:{name:"South District"},geometry:{type:"Polygon",coordinates:["@@CLc
[duKgrW|vUnzpu|Y[aXcMkJrW{Y]mKFesueRg~{ð^ņEtRÒVÀ¢ò²^\\äJEÝ_³¥åMVy«JwQCmqmBceiGuXsIciOCieOAwc_e@Q]CµHv¯QsANM`y]Ñ_Acm[¡i
Lc@¯
ÇM}[acÙRqM÷³±s¦W®X¢m®OÂkİ©Ų{Â×njWÇWtfÈ@ÖeØýƪÑƲÅƴvllxN`Q²`x°¬~n^f|Õ¬Îú иĖ"],encodeOffsets:[[35499,32626]]}},{type:"Feature",properties:{name:"Tel Aviv District"},geometry:{type:"Polygon",coordinates:["@@´ŘhÀ²SwZqaKK¡jgVq£JÁ^"],encodeOffsets:[[35567,32772]]}}],UTF8Encoding:!0}):o("ECharts Map is not loaded"):o("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Jamaica.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("牙买加",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Cornwall County"},geometry:{type:"Polygon",coordinates:["@@A]TaHiGMJ]c±Mãy§£|L£[HğŻlċKYHgBkM}JiIyH]N[\\eP[b@`oVaXHRIfRnMdaXVwMgLQv]`]|SB
h@^OTHdSn[Z_P]BGM[RKoBELOuYQ@e\\ETiJ_GwRZS^EZRTX@R`FCXL\\UV`F`@MZLNl\\P\\`HRZTC@CUZMLn^F´YjJVEJLJ\\W^HpOjCJPORZNIZLl¤fxJv@IO\\BnGVQtO~HHQhIVN`KrN@jOnB\\IvBNU"],encodeOffsets:[[-79314,18913]]}},{type:"Feature",properties:{name:"Middlesex County"},geometry:{type:"MultiPolygon",coordinates:[["@@fLb[HYQEWZeV"],["@@VVTAgLVjAfQHVT´[jCb[^KbLbIX[]BVN^AVLlGTSNF~OtGJThJ~GV[QMJgXAoVWbINQOQVKNgferTz_\\PRKµķkPfkScPOWUBQHWD{QO[@ESXIGaXuc@_KQ]MESF][kkwyUW\\QBiUQVi@SKIT^^Kfsf[GMR[W{GysKoOSHcWGC]ZSIYgADT[DaWBUv@hOZZZGE_`UB_icuGwRaTUZaRgtoNEVu^eLjB}M]mTk^WBkČżGĠ¤\\K¤{z¨Näd²I^HNGjSbB^"]],encodeOffsets:[[[-78932,18315]],[[-79314,18913]]]}},{type:"Feature",properties:{name:"Surrey County"},geometry:{type:"Polygon",coordinates:["@@^B\\WR_dY~BbNt{tKXNVSbFXPfC\\kjMFNdBNMEnMR_\\FLYAY^OBaxLSLoNU@ahcPaXKIiFSXQjBdwQQWNmIMSkESQeFg[cHJbaIEg[@\\[BQSFK]Ae[eG[PGTgLGUNUp]ZafcRSCmVOqB]YMNXVI^JM^UNIsDpUeWbHWJFT\\@RPC|GXRVAPXdOlTelO¶ĸ"],encodeOffsets:[[-78540,18705]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Jersey.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("泽西",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Jersey"},geometry:{type:"Polygon",coordinates:["@@NPbAHHNIRARML@bFLATRdBPKdBJIZBHJNCTQDKNCdDJFNKTATEDKKUNSLGWIIULeMEYHQBmK[X]B@MQBJNMNBFYNeF[CMGAYLMGKOLWADRYLUO]EOBULNFPTF^K`W\\UPCH"],encodeOffsets:[[-2308,50432]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Jordan.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("约旦",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Ajlun"},geometry:{type:"Polygon",coordinates:["@@ï³G«ñuw¿vuÌĎÖGhrĦD"],encodeOffsets:[[36779,33118]]}},{type:"Feature",properties:{name:"Amman"},geometry:{type:"Polygon",coordinates:["@@DĂ÷ÀÈlĒJĶKŠıë×ňďIÖʎəȾȷࣳ@ʱAMØ{Øvp¤Ă[²kÐr@òŁUpº½¸ÈZŎļ"],encodeOffsets:[[36756,32855]]}},{type:"Feature",properties:{name:"Aqaba"},geometry:{type:"Polygon",coordinates:["@@ƀÿ@Çm÷ÍėtíE«ÛÝiåã¶mĤPòÉdÅ¥ªƥª̱ٕİOüäm¨¾`Ő°ĨKÔèp^Ò_zBĴÄ}öVêòņ"],encodeOffsets:[[36138,31447]]}},{type:"Feature",properties:{name:"Balqa"},geometry:{type:"Polygon",coordinates:["@@ÐQĺkb´gð¢ŪäAÀuNcĬFÌ©QeōĻYǾ·o¹¯Eq¿±uÙI"],encodeOffsets:[[36364,32442]]}},{type:"Feature",properties:{name:"Irbid"},geometry:{type:"Polygon",coordinates:["@@PõóYTÅ»b£wĥCgqÕHčvËãBoǢPĦnQúÊŶ¼Ą®H±ºQF³Èß"],encodeOffsets:[[36963,33300]]}},{type:"Feature",properties:{name:"Jerash"},geometry:{type:"Polygon",coordinates:["@@xòvH¬ð´¤x¼aÁÇ|áõē˪īEMd"],encodeOffsets:[[36570,32942]]}},{type:"Feature",properties:{name:"Kerak"},geometry:{type:"Polygon",coordinates:["@@pVČx®I®¥æN¦ædêĄMĪðZ¦a|×N×ʲBCûèËǥˋīÌUã¬ȓ¨áz¡á¿"],encodeOffsets:[[36221,31670]]}},{type:"Feature",properties:{name:"Ma’an"},geometry:{type:"Polygon",coordinates:["@@òUèX¤eƦl¸uĂŪǦˌçÌDüࣴ@жХ¦·Ǡǩ˧ƗƓ˩طŋȽ̳˷ȳûÓ˯°©̲©Ʀ¦cÆñÊģOµnäjæÜÞF¬sîÎĘnø@È"],encodeOffsets:[[36298,31351]]}},{type:"Feature",properties:{name:"Madaba"},geometry:{type:"Polygon",coordinates:["@@dƦh¼ÚJ²vrÀ°FłV@ñqlÏ\\±£āuo¥bïYĩăN"],encodeOffsets:[[36326,32201]]}},{type:"Feature",properties:{name:"Mafraq"},geometry:{type:"Polygon",coordinates:["@@SÆôZOöĢBĊ»ĐçʂjeňInæĚĒWvĐǤ^ĖWÄ ĆĢȂltNú¤xøOΐȈĠÀȺľĬÌǰՇèȳčq¶ƥǼªĽʛȗӹšԱſىȀҧƂţ]¹ǝEÁÎ{âÂÈ"],encodeOffsets:[[36891,33129]]}},{type:"Feature",properties:{name:"Tafilah"},geometry:{type:"Polygon",coordinates:["@@Àâ ¢âyȔ§ä«VĬËāũ·vkƥ£fçWñVſĀJ¬®Oªº"],encodeOffsets:[[36221,31670]]}},{type:"Feature",properties:{name:"Zarqa"},geometry:{type:"Polygon",coordinates:["@@RföĔÂÍǞFºŤ^ҨƁيǿϛī̃ñʍɚÕJŇĐìØşIJĵLđIÇk¿āøC"],encodeOffsets:[[36756,32855]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Juguang.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("undefined",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Juguang"},geometry:{type:"MultiPolygon",coordinates:[["@@^fTMk[ED"],["@@hDQ]UZ"]],encodeOffsets:[[[122840,26574]],[[122803,26604]]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Kiribati.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var n=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("基里巴斯",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Kiribati"},geometry:{type:"MultiPolygon",coordinates:[["@@_jPHPq"],["@@zJ`N`Gj@^W@QcIc[cPa\\gHKL"],["@@mBSR@NbXNA\\kIK"],["@@WPcb[VH`¤HRLdC[DeCIeMGF"],["@@YH@VFDkJ[IG"],["@@ahanNLp}Fc"],["@@_TNPRKfgQISZ"],["@@XB\\UIuKTBXSDKZ"],["@@]TQn{rmlWRLL|GPORwP]neJi"],["@@HOUGWXYJQZTJE`O`QRcFH^`QjN_jq"],["@@g~]Ty|KbaXQHi\\YHMVPhfkHWpO^WNaZYFWPAB]"],["@@IRPXV@RUE]gJ"],["@@j_psnYT[HEaDa\\wPAoSK]VLJPKNNBZOzWdEtDlIjA`SVYH[V[jUFS`"],["@@OTTLJo[OOWCdhRl@\\"],["@@FXlEBGbUkCiP"],["@@OWYD@NTHVA"],["@@PJZx@fY\\{X[`Q\\JbGNSDGVhMFIGg@[X[fQjMVWFQKq_oIB"],["@@aGMTVBZM"],["@@KMeBf\\AnNAD[C_"],["@@WLIZSEYDKVJNdMleZMjkA]MU[MWSOUuËSADV^hRrPfzpLL@ZQ^[V"],["@@KAGZ}EK"],["@@RkSBSjOT[ROAUMQ_GZLTVLVFp_²¥"],["@@W@OfJDRaLG"],["@@fEpJtZHPPFf@dN@PJ\\KPDBld[CWKE}L[EqDcMeAg]sW{ASH"],["@@NHfIVRRfRDDTfBA`NRONEETmrW@YIEKY`FXXHxBzOjsvaxO|C^QN]K_cMSSW{FYAaH}V]XELQrWXAVQTCn_`CVKzMXcFGYMGe@eI{T[bmVsdWVaJeTcHiA
N_JypMVMhOR_RoMOISDSTQbrjJXpSeu]IWBWVMFXpB"],["@@diF_zvuIIq~_rW\\EZ_v"],["@@XHFLpL\\ADHWNiAiIqYQSgQOOSRPfb"],["@@Tm|ITNUdLBVcOQFUDI\\DT"],["@@IR@\\O`]EERLRRDNS`©MN"],["@@Y[KTdfZEDK[K"],["@@TOH[LSXKnMzLVXZDLIgwGiHOLcnKj"],["@@n\\VFLSuIUKIO@gFMfSEUaZS\\CTZn"],["@@Nq\\S\\@dLTFuVW\\MnCfU@G"],["@@@KUM_BbARRHhCzUDI"],["@@HaBYLY^IEM[PQ`AlQ\\MFR\\Pk"],["@@^Cv[]SWWSTIx"],["@@KRqnNPZON[Hc"]],encodeOffsets:[[[-155454,-11720]],[[-159677,-5767]],[[-175339,-4574]],[[-158645,-4146]],[[-175185,-3221]],[[181090,-2735]],[[180205,-2561]],[[179255,-1504]],[[180729,-1438]],[[180251,-1394]],[[178988,-1284]],[[173596,-886]],[[178561,-604]],[[177805,180]],[[177708,182]],[[179804,-1988]],[[179808,-1987]],[[177957,396]],[[178117,320]],[[177193,1020]],[[178117,354]],[[178091,441]],[[177195,1510]],[[177120,1365]],[[-161280,1926]],[[177121,1949]],[[176953,3161]],[[177412,2047]],[[177450,2054]],[[177148,3460]],[[-163186,3951]],[[-163207,4018]],[[-163073,3959]],[[-164199,4794]],[[177121,1641]],[[177573,238]],[[177573,238]]]}}],UTF8Encoding:!0}):n("ECharts Map is not loaded"):n("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Kuwait.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("科威特",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Ahmadi"},geometry:{type:"Polygon",coordinates:["@@V¢D`dÞNIPLÂOFŶ^pĪsØA~DnSÚZfÉFPUVµdzLc|s¤[QsAx¤qAFOY^OZqJsvĝA}EDžCÙ_ŗXƵCBh®ewnaÀP[âyg"],encodeOffsets:[[48678,29598]]}},{type:"Feature",properties:{name:"Al Asimah"},geometry:{type:"MultiPolygon",coordinates:[["@@~Th_FMpLpb jrzfBPeh[uglEeZÅU{HõBiV^hA|"],["@@jJ\\WQ¢Ua}Vor
@Nj"]],encodeOffsets:[[[48917,30076]],[[49449,30175]]]}},{type:"Feature",properties:{name:"Farwaniya"},geometry:{type:"Polygon",coordinates:["@@vtJRTD¤|GÆVfYRHb}am×Bĩt"],encodeOffsets:[[48951,29908]]}},{type:"Feature",properties:{name:"Hawalli"},geometry:{type:"Polygon",coordinates:["@@FkvhgVNOQo@£qKßBQ"],encodeOffsets:[[49131,30008]]}},{type:"Feature",properties:{name:"Jahra"},geometry:{type:"MultiPolygon",coordinates:[["@@B{]gjUöAC£QSsIu]oEŵÁPOKJÝMcC_¡UwY~˳ʇ¹HȁrHhxxȤ°ÀÒd~tª²ÎDf``^zR¸p~ÈfnÐÆ¨^¼`¨Z˰@ȺāRaIGo^©MHuóvqvWB}dxTvmykt«lÁZ@Wk[Õ»awkByqJevCX"],["@@dFTD|ly`cGGymPPfvB\\vNGp[¨^yTMjzi^uAcYsss³§{aTcx[I~opSgnV@\\~Rb\\C°e"],["@@aAiZnV^m"],["@@yVwf~Vpr`m_[s]UaT"],["@@[
uakKaRp|ZtD"]],encodeOffsets:[[[48917,30076]],[[49321,30544]],[[49244,30562]],[[49255,30621]],[[49255,30739]]]}},{type:"Feature",properties:{name:"Mubarak Al-Kabeer"},geometry:{type:"Polygon",coordinates:["@@àArL|ïÙYmT}Cbna~G"],encodeOffsets:[[49140,29969]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Kyrgyzstan.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("吉尔吉斯斯坦",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Batken"},geometry:{type:"Polygon",coordinates:["@@Ā\\ºÊNr«¯}ĸţMŧ¢_̹X
Ą\\¾ûmwųÙű}ȅ@ÿťN¡¢«f¯¡éy{ýL«¥vÃĕWoíŹŧ`MÂģĶõ\\v»×@å«şrō¥cÛRÕaùĝC±ŁsġfUƤgд¦{ĈèÀÉàdyæ|êŞQł¦ȀÔżñĮ[È¡ÈoĞSsGÃ@¬ªDþĞb®Ŷ´oÆĦHº¤ÔNĚºV¸
ê_PĈiF¼¾DPçqŲČèc","@@h¿QÍĠûVÕĂzÖ~wĎÛv","@@ĮW¦Ù","@@Î~³Ìp LJX"],encodeOffsets:[[73694,41211],[72704,41148],[73436,40926],[72219,40834]]}},{type:"Feature",properties:{name:"Chui Province"},geometry:{type:"Polygon",coordinates:["@@çĪƴjĈKÔ D ¬XȎòÀQ¶¾ɞt{¦Ď[ŜÛŪ¡ŖăĐTƸáǎÇĘBê_ŴQŮÀĘĨbúƖjĪ}ŢxƼeŤÚÆYôbŴUʯBó¹³[šDij_[k˩lāƵđ£TřƓFB±íMßß·mû\\ȟgŏxoǟXÕUÐĥīg³¥ǝyŹGsÕ¼¿FÁÛãƥKăʽsĵ@Àŷ]ɓ¢¡ÈƟ|F½tDÐÌW´ƶ`ĪWĬt¼Ąýʱ"],encodeOffsets:[[75280,43454]]}},{type:"Feature",properties:{name:"Issyk-Kul"},geometry:{type:"Polygon",coordinates:["@@ààîNA²ƔEڤSƶĒĂ˪k\\lĴ`ŢC´\\ôºA ŎeÌ|ņX~qĮWêVǀÁÊ^ŘKvnŸwŢŴ·ȊÄuńDŤz{»XöÛÚgƄţŘItĨƴ]\\¯ČþŇɺñyĥdĩM³i«đuŃ@}ġióHñ{ħïíEšŁïùGãïñPsű§NjFuYĹĩĥQw`ƇvÅöçbÁƁÌĺĭÌÁ°pÆWrĂŅˉ\\ÓiõLɶĺù×ÇRM®à´ÖūÆƑ`ītď}Ř¿b§¦ŀZ²ã`ÇGƗø"],encodeOffsets:[[77457,43464]]}},{type:"Feature",properties:{name:"Jalal-Abad"},geometry:{type:"Polygon",coordinates:["@@ĠBĜmňĖ©ĶgʤùjRä¤ÂêGСʐľËÌ@ĎÖúgºdƠ{¢Çɔ¡Ÿ^¿ĥû·DeĦ¥ƈuÊšʼnś¨Dž«ăÕĤ³GÙø²\\Ú§Ěĉ»ÑQõï_ąŝÐo¶ŁeĉZÝ×g¯©C¡lÙGÙę²ĵMķf½^ªĻRĹ@¾ÑĔǵrŃtqÂĀƷƄô·|ÓÓñ·Ét}iiĉ`{¿¶QͯAÙĝ¤µ{ïÊÁ·{`EǀÁðĽK³WñÖĕ¨¿{ÅnƦGĔ~ČâÎhÊöDŽa¶x°ņoŪÜM¤Ì"],encodeOffsets:[[72978,43219]]}},{type:"Feature",properties:{name:"Naryn"},geometry:{type:"Polygon",coordinates:["@@Ķ@¾tĄÉƦLÜäEÂÀ»tÖźHǞz´¦ĬhÏĦÖVǠWpŐwȠhü[¸nƘ÷ÈHä_Y±Ŀ¨¥ÀaŗĐ~Ĭsƒ_ŬųÕßNÈQØúµĹÊöKÔjˊ[ņqāÅXo¯ĮËËĹƂÂèaÆõƈux_đ»jùıAÁiĭJąĝinĽ@ĹIí}ĭÙ¹Ƒ¿s\\şU¹Å[Ñĉíčw²»Zē«ãb{·lÓijný¯ÌbȨÛoNÞûrʥƽīEmÓ]Çē\\ħTĹ[àƅ¥ţŎ]zʣƬÀ¼ęĊÙ¨±[÷HÚģ´ĄÖdž¬Ŝ§ŊÉŢƇvĥ¦f®¸CĦü"],encodeOffsets:[[75565,42948]]}},{type:"Feature",properties:{name:"Osh"},geometry:{type:"Polygon",coordinates:["@@| êz°¢¬e¢¡ŦMĀȆ@Ų~ŴÚnx½üă[W˺¡`NŨķŤ°~q¬ÉM¹ÿ[ļîEÖƨÚ~ÔŪÈÉ|TĜ´LpØÄr²Ū°ŲjEªDh°ÞØĊYf®łpµŞÏ`ĆöðÒR¿ʤƫ^yŤō¦
Ɔ\\ßĺĨSiÑĠå}Ó~õ{©ÏRÃÕƳīlĕRǻÙKÍëI·¯w_«ÒĻÏáI¹ŭmó\\Ñe«fą}ď¿īyÿpů}ùBȷªăj}}ĵcįēĈ¡MÏĎß§ĭM¥¦ªSÌãZÅaá^e¨Pèn"],encodeOffsets:[[73224,40561]]}},{type:"Feature",properties:{name:"Talas"},geometry:{type:"Polygon",coordinates:["@@²®þÉ»ăīsĩXƵ_³ËXCϾsE¹cùhčÕË@ĽÌʏÏ¢éH£ÁQãiʣúĵhĕªŇ
ěnğA«båºĝVą|uøèvĄĀs×ĨƮtC¤f¦ôĴbÌWÈdĚnǂnjÁÂdĬJǼ×øAƀ¬·ĨǬddž
J»kŊezd"],encodeOffsets:[[75280,43454]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Lebanon.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("黎巴嫩",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Beirut Governorate"},geometry:{type:"Polygon",coordinates:["@@Wu¥UUÔH"],encodeOffsets:[[36396,34719]]}},{type:"Feature",properties:{name:"Beqaa Governorate"},geometry:{type:"Polygon",coordinates:["@@Ò@ZÌFno¬ÈtjZ~vxrB ÚD¸Ph¦vPªzhº¾xL~tLzTÚKjNlîRsssxQJigaX£s{]¯[ACw}aRSA_Ù±»~FwJiÕ@Ûvu£lÁmJ}©aAwqe@{kNsÖo`orU}}Ý_YY^mo¯_µTUqh
G£eZi°R"],encodeOffsets:[[36488,34329]]}},{type:"Feature",properties:{name:"Mount Lebanon Governorate"},geometry:{type:"Polygon",coordinates:["@@t¶VZF`°vFئVXv|A^zzvevt¤O¢[LJ°`f¤kQĖF]¸A¼iOgC·ÙqAuwY}si«ÇpmEË@YÑ}z@{@³i¿AÇl"],encodeOffsets:[[36237,34400]]}},{type:"Feature",properties:{name:"Nabatiyeh Governorate"},geometry:{type:"Polygon",coordinates:["@@Nf|vXp´¨@§Bb@~mj\\r[v|BvFrhøTKq@É^²xfY¤®HrgV¶SmQwmmÝ[ang«iăo{@o³D_sÑ[¹¤"],encodeOffsets:[[36148,33896]]}},{type:"Feature",properties:{name:"North Lebanon Governorate"},geometry:{type:"Polygon",coordinates:["@@XO|j Rb¾NM|ôn¸¨tXLp_úº]®BČPOÌL\\¢xRZ~sQRF`Wµ±uHmSysKK}w¹½gy
©O¥u»j·B^ĕER£l"],encodeOffsets:[[36505,35036]]}},{type:"Feature",properties:{name:"South Lebanon Governorate"},geometry:{type:"Polygon",coordinates:["@@ÈkÀB´j|@@~yQj¯±w]@ÊLr÷SqguEAu{\\[qni@}a¨A@³§Woue{MMN¯_uPOÕDZjxXrRIºL èrTVl"],encodeOffsets:[[36237,34400]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Liechtenstein.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("列支敦士登",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Wahlkreis Oberland"},geometry:{type:"Polygon",coordinates:["@@JETN¬GJEZB@YrYP[jEEIDQTIQQIO\\SAcSASWMSYMR[PoICEaEKDKMQJINFLdNjXNZOGVQRQ^I`DT"],encodeOffsets:[[9716,48323]]}},{type:"Feature",properties:{name:"Wahlkreis Unterland"},geometry:{type:"Polygon",coordinates:["@@FPR\\J\\`fTfTAhURSY[\\OTSLGGSOOYAIF«HSMIF"],encodeOffsets:[[9716,48323]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Macedonia.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("马其顿",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Eastern Region"},geometry:{type:"Polygon",coordinates:["@@zSfI¶\\pc´HFz°Bi`ÌG bRn¤TboǦJniQlN|o@PqA|ßt[ZrQt«Ç{[@©l}]sT_iPIeTħnarF¡ÆsAYltjaZY@gzÏBlu}c[ÁAucd¯dIÓ±@rAn±Facs|Z}CqdzvSpnCh¤[j^tGgRW~¥nh"],encodeOffsets:[[22575,43032]]}},{type:"Feature",properties:{name:"Northeastern Region"},geometry:{type:"Polygon",coordinates:["@@¢i¨Sf\\Ô]Yzv¤FljGsTbðŔ^~xGÂAoyYhQ³|KV£SQma
H_Ëj¯AEy³Godµ[eJ
yTAuoj¥McwclOJlÁtyC§X¹ähzBzve¤"],encodeOffsets:[[21985,43295]]}},{type:"Feature",properties:{name:"Pelagonia Region"},geometry:{type:"Polygon",coordinates:["@@¨QIsbmĂoÎKÆR¦o~³hiDooixP{qwCRcwwH»K_oF}ia«DqZcmqé
ËAV·UA·bQe_GśBA}rďLP¾RTvW^\\lZÌzºvÒjJ|jà@¬EfĘjÈxL"],encodeOffsets:[[21887,42604]]}},{type:"Feature",properties:{name:"Polog Region"},geometry:{type:"Polygon",coordinates:["@@MrkUVcYVGº]ÇdÕ»IK_Or¯E±Q]WxX±KuMgNÝ[£}nVyt¥Pb_pÒZn_JrxvRWEPvcbe¬vahRpanVÈ\\A~|Z@Îvfn¦f¤SFoCY"],encodeOffsets:[[21724,43127]]}},{type:"Feature",properties:{name:"Skopje Region"},geometry:{type:"Polygon",coordinates:["@@o hr¼ÎØST|Hf£uAygyºã¨WzDÂsIk®PkU}eyGM£W}qH¹QQ}őG«£k{e\\N
A
tYzÁ¦^¹®HUZdUlVqN"],encodeOffsets:[[21724,43127]]}},{type:"Feature",properties:{name:"Southeastern Region"},geometry:{type:"Polygon",coordinates:["@@Ô²cJc°vdÂB\\~dvkÐAhy@ZbYsiZktB¢ÅEbqĨmfSJjOSql¡y{^qA}YĻH¡mDycĿ_kuG¥©yaw\\ýW@fqEœW`¦nZJl~K¦rTK`kLRÜIvyBru|"],encodeOffsets:[[22803,42554]]}},{type:"Feature",properties:{name:"Southwestern Region"},geometry:{type:"Polygon",coordinates:["@@`oa¦OzsU~m¤\\MÞNhv²LWw^X²RFq°`PLJÖ¼ÈcÂ¥ZysBMf[pKwÇ
iėFe«ß@iI{i ѹuyYË[kX]SuQO½mwÙF\\¿ƌ·Z@[~£oXZO_¬°Ljg®sT]nfTKt¨Jz"],encodeOffsets:[[21049,42590]]}},{type:"Feature",properties:{name:"Vardar Region"},geometry:{type:"Polygon",coordinates:["@@l|¬¤ŒHR~ºRrGX~N¤zHfV~ddx¦Npi®vBg¦mX}hQH]s\\i£gmDouTcyr~DYt{db²EBmq@v{AqzJuQÛlK_LqSL¥}IkmY_¥}iI^ifoµI½xxdQDrx|Ow®pjCpgj}´¥pÅQÍLpāanJt§Ro"],encodeOffsets:[[21902,42684]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Malawi.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("马拉维",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Central Region"},geometry:{type:"Polygon",coordinates:["@@ºUiÙ¯[|ábks}bé|M²B|ZoAÀäºZ¶ ^hÎsVq]OVo\\KÇZd`Ø´¶Ú^cKÂw\\³Ñ|m´O\\ynĉqD¹d²ÅxQeåH¯ĉS·nƵÁF£ÃÂīZc¥k@gqkXw
£H½]u»µdéåwGk¾sR£Xa·v¡MÃToWŴū¿[ñ{e}ÛA¿ȫC{JwÓHĵWĂB¤ªĜOèXb¿ĺ~OyªloÊ{÷GmNŻFƟXµsI·¦q@[L{zM¦gTi¢V¿¸IÁĊ\\Mr¾k¬Fu~E{¼õokBws~V¸vYz~IfÍJH`Ð Wt¡ ÅAtO¨x`raDú¢X´hÜC¢¤êq®LĔxê@¾L}Pfaº`NĖƖ¸_Xz_¨f ¨`¬kpºbÖÜ"],encodeOffsets:[[34354,-12660]]}},{type:"Feature",properties:{name:"Northern Region"},geometry:{type:"MultiPolygon",coordinates:[["@@ÁxL]dÙ³µ_×cÈYLp[UPr^
UtgÍ]µ¹Y¿ãBpY
{A±{Naêt~al{â°\\jÚ¹Vcp±^©cIUr¯ÚF ³¾bظâ`´gXÖQ~NW®Hð{hGMh^GÄqxqE¶Æj´vjràkX_kìA¢¦dYjæv[¬|@tÀÔÌx©_t@»¶y¸B`¶Kvb
§HpElĈ|fQ¬}¦VÁĊ_Üuz»Bu\\MÓ{LacmNEÄluzÜ ØÏ¦wxu´[ªhj[¬^W¬ãÆYV|iè]~CĀ¿Vig}Nđr¡n_WÇf¦¹IÀ¿ÃÒµr§yJw]po}[vUÏv}W
VÍRűUiVË\\wu©B`ëubÅPÓQ«~µIwz½[q³UëXg©s£wÇTëMß"],["@@~ÜRi\\mW«§oGª"],["@@Mn@y`W°"]],encodeOffsets:[[[34837,-12539]],[[35508,-12374]],[[35403,-12302]]]}},{type:"Feature",properties:{name:"Southern Region"},geometry:{type:"Polygon",coordinates:["@@Ķ
ÔGx|IDÀȬB~Ü|f\\òÀųŬX®pSNÄu¢b¸¾ffQ¼ °¶®bM
\\ŜÃTp}vMÉklw®ªôq|IÆuneÖHµàJvcäkpwĈçZÿQqTm¢dlIº`Ĩ¼ÁƌŹŚƳɔʏõ̐Γ@ȁ@ŅɳÀȽuʿYǟO³XħÙF£qÍ[OqNkTU»Åci
Loi»ri«AÛ£qÏ¿pµĠïj±M
t©ěY§d¡]ǕCghR{zL²Ôn¦eªR~l£cÕKÇDQ¬§d_ʱpYq{\\OeÄeY|wNeú±]
\\kÆfþhpMrd
¶sAovQ¤æj|Cp¦¤Mr`{ŔĄüC~âÊL¤ix"],encodeOffsets:[[35414,-15575]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Maldives.js:
--------------------------------------------------------------------------------
1 | !function(e,t){"function"==typeof define&&define.amd?define(["exports","echarts"],t):"object"==typeof exports&&"string"!=typeof exports.nodeName?t(exports,require("echarts")):t({},e.echarts)}(this,function(e,t){var o=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};t?t.registerMap?t.registerMap("马尔代夫",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Dhekunu Province"},geometry:{type:"MultiPolygon",coordinates:[["@@nQGM]BKRDL"],["@@Q[bmDeS\\]|@L^L"],["@@E[KKKd^D"],["@@ANNLXaX[MImn"]],encodeOffsets:[[[74901,-701]],[[74845,-592]],[[74996,-592]],[[75174,-296]]]}},{type:"Feature",properties:{name:"Mathi-Dhekunu Province"},geometry:{type:"MultiPolygon",coordinates:[["@@LTXGSOOD"],["@@APFV`Bcg"],["@@G^PHD]KG"]],encodeOffsets:[[[75023,228]],[[75189,271]],[[74745,490]]]}},{type:"Feature",properties:{name:"Mathi-Uthuru Province"},geometry:{type:"MultiPolygon",coordinates:[["@@MPRHLMOI"],["@@OXTHC_"],["@@OfVEE_"],["@@G^TA@QKI"],["@@N^CZPJBWSeGC"],["@@@TLdTH_"],["@@d@WSKT"],["@@BRIZJLPQQe"],["@@Z_MIKj"]],encodeOffsets:[[[74732,6695]],[[74808,6719]],[[74826,6771]],[[74836,6813]],[[74866,6838]],[[74925,6902]],[[74957,6981]],[[74971,7105]],[[74743,7195]]]}},{type:"Feature",properties:{name:"Medhu-Dhekunu Province"},geometry:{type:"MultiPolygon",coordinates:[["@@GRjLRHFI]MSSGF"],["@@CcKBPb"],["@@P_[yOuQDPTNjFJD"]],encodeOffsets:[[[75321,2160]],[[75289,1915]],[[75310,1990]]]}},{type:"Feature",properties:{name:"Medhu-Uthuru Province"},geometry:{type:"MultiPolygon",coordinates:[["@@^\\FYcA"],["@@SJVLAU"],["@@BTPVLIKWQG"]],encodeOffsets:[[[74574,3553]],[[74715,4537]],[[75220,5066]]]}}],UTF8Encoding:!0}):o("ECharts Map is not loaded"):o("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Malta.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("马耳他",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Comino"},geometry:{type:"Polygon",coordinates:["@@TFNAVQCG_CEJIFCJ"],encodeOffsets:[[14667,36882]]}},{type:"Feature",properties:{name:"Gozo"},geometry:{type:"Polygon",coordinates:["@@DJZAJJVBR@TDbCHEXCNIDGRGPHVQVBFONAZUBO[IgBIKKAWGIBYIOFCFUBYFQAMTSHSCMFHHA^FFAJMFAJ"],encodeOffsets:[[14524,36936]]}},{type:"Feature",properties:{name:"Malta"},geometry:{type:"Polygon",coordinates:["@@FJ`T`LLCJPLALSQCSOMGHMRBbHFGV@JGKGM]ZJNAHHPDBFPF@WPLVELQJHLQVCHDNCHGJCH]JFRGHMY@EKRENFN@W[LCdVPCZMLMHATOAKJKUKFSKGFYCQEACRKTOOIFO@FI@KR@HEEOYIiBaNe@SLWAYJqJAJgJ@HYNWJSLSVSFKLBLCLMNFHEJZ@EJIHBPRBBRKHQDAFXTCHC\\]AEF"],encodeOffsets:[[14663,36835]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Mauritius.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("毛里求斯",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Black River"},geometry:{type:"Polygon",coordinates:["@@BMmgAuD{LMOTUMId]@OiJOUEc`}PBLYIO]PaQU@imUH[SRgWSGM_BcvwARhrGVR^lBhNRaNBP\\NYTJlXZUNGdD^hGNZtRB@`f\\VZP@zTJU"],encodeOffsets:[[58852,-20659]]}},{type:"Feature",properties:{name:"Flacq"},geometry:{type:"Polygon",coordinates:["@@fLPRĔTcEU[OPSraDe`]\\iAW]ERwMKD_WA@oo@aOMQ{IkRiDUEb¸xz_V"],encodeOffsets:[[59001,-20650]]}},{type:"Feature",properties:{name:"Grand Port"},geometry:{type:"Polygon",coordinates:["@@à¾dCRLZGZRVFjClQ|JNRbPp@UMLgSSiMU_cMMRUqzASOQ[Issy[eMUBG\\]hqfBNWZMjOCP"],encodeOffsets:[[58903,-20886]]}},{type:"Feature",properties:{name:"Moka"},geometry:{type:"Polygon",coordinates:["@@PJ`F\\YlQV@ZRZKzrjL`Uywa·YQYHQKcDoRkLepJPSfOnkFeTMh@BER@H@b"],encodeOffsets:[[58854,-20670]]}},{type:"Feature",properties:{name:"Pamplemousses"},geometry:{type:"Polygon",coordinates:["@@EeWO¤wi]`OQeKiKyqYLGUb_GMJ[AS^N\\VLIXFdNTNjfTFVTPI\\fD@W"],encodeOffsets:[[58952,-20495]]}},{type:"Feature",properties:{name:"Plaines Wilhems"},geometry:{type:"Polygon",coordinates:["@@BG@a@GFQ@ANgfSlEPmTeIOfolKpQß½UCSRcUCeeCJPKZOA_~FdPVjI@Pc^NJSVPKNC|Bvnh"],encodeOffsets:[[58853,-20666]]}},{type:"Feature",properties:{name:"Port Louis"},geometry:{type:"Polygon",coordinates:["@@\\BNI`HVaHYQU@kR[Z_EOIAHAN^zVRPE"],encodeOffsets:[[58886,-20624]]}},{type:"Feature",properties:{name:"Rivière du Rempart"},geometry:{type:"Polygon",coordinates:["@@ē_j^£xXPFfPAF^hbRDpQdW~KLyC[To`[@US"],encodeOffsets:[[59134,-20591]]}},{type:"Feature",properties:{name:"Rodrigues"},geometry:{type:"Polygon",coordinates:["@@gMcBmrChTL`EVRNEpxNKZTjV^D[PMI[L]sWHwMq@SGDS"],encodeOffsets:[[64919,-20232]]}},{type:"Feature",properties:{name:"Savanne"},geometry:{type:"Polygon",coordinates:["@@XTQh\\TVGjnV@bR^OfDDfdVTQVDOPDNiXYAMre^gH[gMcWcGYBsQ}P]CdOMqGhEZ"],encodeOffsets:[[58751,-20971]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Monaco.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("摩纳哥",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Monaco"},geometry:{type:"Polygon",coordinates:["@@HD@DPLHBHFDJLBFDBIEBGCGOMABGHBBCSMSJ"],encodeOffsets:[[7587,44780]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Montserrat.js:
--------------------------------------------------------------------------------
1 | !function(e,t){"function"==typeof define&&define.amd?define(["exports","echarts"],t):"object"==typeof exports&&"string"!=typeof exports.nodeName?t(exports,require("echarts")):t({},e.echarts)}(this,function(e,t){var o=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};t?t.registerMap?t.registerMap("蒙特塞拉特",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Saint Anthony"},geometry:{type:"Polygon",coordinates:["@@Oj]zGJ]_g@cZizCh"],encodeOffsets:[[-63726,17139]]}},{type:"Feature",properties:{name:"Saint Georges"},geometry:{type:"Polygon",coordinates:["@@FhXtXRjuDyHi^"],encodeOffsets:[[-63691,17131]]}},{type:"Feature",properties:{name:"Saint Peter"},geometry:{type:"Polygon",coordinates:["@@WQWsEg
PCZX\\F`^rBdpIA_Tc"],encodeOffsets:[[-63664,17186]]}}],UTF8Encoding:!0}):o("ECharts Map is not loaded"):o("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Morocco.js:
--------------------------------------------------------------------------------
1 | !function(e,n){"function"==typeof define&&define.amd?define(["exports","echarts"],n):"object"==typeof exports&&"string"!=typeof exports.nodeName?n(exports,require("echarts")):n({},e.echarts)}(this,function(e,n){var o=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};n?n.registerMap?n.registerMap("摩洛哥",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Morocco"},geometry:{type:"MultiPolygon",coordinates:[["@@BwMUkLW¤avpeorPFA¡s¤iJ|GbY¸qkiGqesKcnWx
ASngHUnm^AaāąZmuzKJ^õañ
ůxą·O¢uPXK`_LOqZcc}[QCM_cQcJ@Wc^wTKbwnSvJi¾¯c\\
_iJe[yµc·ĮƅĤŤāì]TYiuuaiueecF[UWCkSoyg`a@k[PgmcXSÐdYh}ToyK[]sS
EcTÅEwPGÝRmPÉWĵv_INåtuHYKjÃM]ZXį¡IÅjLQ_wL³IHoOKTġ]µJÑMùJGY»^gC_|\\oHqMoneBi¥KŋoBKƃyýaÉ[˽ÃEC@șdO[_
]aCG]iG[d]uDo_QJkfCI_q]MYjwV]iG¬FBfhTcE§GvnRz{|\\Xiç{YHW}_Im}DJ`o_WeuImeK[m}J`
WMJ¿SƁQƣ³ʋȷˡţsŵģkQā»Wec§KeR[{ġœ¯Í©oWZyAoZkFsgyGO\\RrdhBZ{b¡XÁM_W@K¹ciBW¡P¡Z
I¡YL±GyBqOLyKqY[gHyENKQ³EYs{}[³Lm^DcVÁ@UPSTcV
R@c[}céßU_Q[JÍ_³@¯XuSOUBoY}sAíyc©Y©{{WcycÝykqsMimqO[A}ϹqoM]sÓwsßy@ŝ@˫Bȫ@DžAʍ@ǧDɿ@ɣ@Ɠ@ɡ@˩čAʥ@̯@ț@ɣ@ʥ@˓@Ʃ@̳@ʋAǫ@ͷBB˩AǙBȝA@ƕBȝA@ǙBǙA@ȝBȟA@Ǜ@ƫŽÙœ½ǥwơğɇƁęōŕÆȃRáhʋJír˵Lďlʳ̟Dc@ʿBȁB̓@͵GƑAˋ@Ƒ@ɳBɿ@eBʷ@ū@ȩ@̇Aǭ]mI_E¥o·Gg@ÅRob[HMj``Rza|ZhCÞVFtPjMnLb¾GJXJ¬d²@lVA¸N`DxIXEzYd tll~NfC|`pjÄX`X\\vd¤|ZPTGlVbdvf^zC`shBV^ Bf`fd~T¬C\\TdBl\\plX|T^Bx`¨HI|RXr¬CfW\\^h@´nf^dBnS|kn{P\\vvh¤VlG\\®ÜAxbXvx¶q~jbvfTL`rf``x¢nxRrzjUZkGVM\\Ax}b}i@ukc{SEkKsmÏ_ucIGb ´@flbjºZhxtrNT²æÐbhG^VhnXplL^rf¬²¢jZhvrjpdî|jNxZrDhhºPVI\\¾lj¼@¨JXPØUUNFbQxP\\BvK`@¨`vA`lCnd¦¶VDTTdFpVvd¸bTªÊPnnVPRdV¦AHh_t¨¸xt´RzTvtz~¦AHÐbÆx¶¦nd^nRäÌ´²²Æ|ÌlÜÔv¾AtV®|\\|rHlnVrºVh\\®VjX¨z¬Jd~Vf^^|vd`PXPNR^VL`pVhp°DRƖdĞ`RìZêbNȌVNP¾xjd¤`¢jĞânðÂdzp^Ll¤nh¬ttvxfThŊ´ŠÎ¦tø¨¶Zdh^\\|hdpdlx~^¢p¨lzdpPnlfhÆ`rTLrrtfv~ĸHXHhzHhrèzzĊIbTn`ö\\¨HK`}Rsne²oROlbE{NF|^ppERftz¾Ol[PfSzM²bQ`BjQVPpI\\gPNpIbnMrFnjJ¦OYduNTpv¤F`vr²ZxF CtzlDP|t|r¬²DbZbN¾ÄV_n¤ShwTSJ\\~|nª@nO䲨¸¤zt¨Ì¦ª¨TEhnL^¦¦¤h]dLT¢ V@hvhrcl@xTr´tÊldBn|Dü\\ªtl@dr\\dBÚrdfÈTLQtXvJ¸¾^^rI\\аh¤P¾r¬\\xpÈ|zĊú~¢p¶®ðĨ|xĞƸîðjGGyxUTXMnwRY^¨Ĥn¶lÀjZZFĄĖÔNBp¾ŬĢlZÀEQtY~jBj¼jUnPpK¨`оdPpU¤JzRzoc«L¿Z½Ro`YJUihÁjc\\HvSjww¿TSzK\\J|} Ze¢cXD¨nM\\Y[ÒgzLinDÔazBtWUbJ®WÐTGnVNXIPv^ÈfhIpF®tHybg¼aLhZPR\\rGh]ÔxQzC|YOvNnWúO~fR\\dClrQvRb^´pXBQoNW[XiC_rA]uKxkQDarh[Ìy²GV^hLz]YðSzH²h´~[®SUcU"],["@@xbFY}G"]],encodeOffsets:[[[-2264,35928]],[[-5445,36749]]]}}],UTF8Encoding:!0}):o("ECharts Map is not loaded"):o("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Nepal.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("尼泊尔",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Central Development Region"},geometry:{type:"Polygon",coordinates:["@@Ů«îVu XŎyb©° lâ¢fčĊÅ¢»F³àÇu¤ØA¦~æHÈF ¸q[lćÄG|{ªKÐvXwhŁ{ő³µE·ůƙQÝ ÑÜm¡īvKíw·©}vaå¢á£ÍĻ´ÙmMéý¸Vĺ[rßĉ]û³TÕ¥ř|g`ªÿJmāĤčxÁgħxXŪ¹Ċ˟¦ÊßlÏ ÝĵLZhmÖĮEä`b~Ò®ø¤m¢tÌJ¨ìP¢Î}PĜUŀäĈð¢a¾rTþÄÞN"],encodeOffsets:[[87151,29027]]}},{type:"Feature",properties:{name:"Eastern Development Region"},geometry:{type:"Polygon",coordinates:["@@lĀÀ¸xêGB©ôR¾½ĖUÈÏLĮq~ĆmÄnpö`x¸fºĘŮÄN¶
jĚqÆG¥]Ù¹Ùģ½r
¥qťaW āOh÷{dĽwß½įQķ»ĉ~°
·^]§běõ¨¥RßiÙ©LeïSÏ eüšsÏƹtÉ{ȟèſQ¤Î¡âbæu®~ª¸®îxLu Ĭ¢ÛnÒRÞŰƚ¸¶F´|Œgłx"],encodeOffsets:[[88591,28629]]}},{type:"Feature",properties:{name:"Far-Western Development Region"},geometry:{type:"Polygon",coordinates:["@@ĤâWCĕ´ƜxzÐDP»¥¯ijDĈÃi½»gË·ďMO³Fćï^]Æ×åéPqĠħďMq²µ¢@¥jÉqqýfÅ\\{·Ąä@IÇ\\Ó¹ûõÅiÃ
ŅřČFÖEתuhĥ¿ÎëNďêq
CćÔTKâÊøfĊ¦gzQºzvxÔ
Ċ¶PIjÆòR°§ØªÐÚA¼¶¢ĖÖ@ÄÈúÔjîĒ\\ÈĝaÖĚ"],encodeOffsets:[[83223,30766]]}},{type:"Feature",properties:{name:"Mid-Western Development Region"},geometry:{type:"Polygon",coordinates:["@@VâĨêKxÒufºĢUt´cxĬ±ǀ¨sIJxlSp½MBágIJcثܵpÎçĀxé¬
ĢFzæYä^ÊgÄęÂGxÇK~ĻÐH¶æIp«Å}AęĩğaăĹ¡óSŃrLÇ]ÝTāŁA©´±ZĨ¡x
iPjőJ·T½{}×mßFąʼn}ȟÑx
Ã~ÿÐón¹²ÿPËÙā¦ęì¯LƓöLŁóümÒţjÄÆüöº[ÔÈJã@ă |¸Æ[®þerÊr¦i@¶¡r±NĐğĨOr®êæÅØ^ ]Ĉð´EPĐN¸h̼j¾ćÄC°Ĵ¦O¼ÏCyƛw³DĖáXģ"],encodeOffsets:[[83223,30766]]}},{type:"Feature",properties:{name:"Western Development Region"},geometry:{type:"Polygon",coordinates:["@@Ax²´E¾örǂÜýhĵÀqýB§ĒÂCD§²ÆRÊQÐčìsÞÂrz]ĠиF×ç{CTÿgMÝÃSý½q¡bïãćĿěVOÍ~¡ëOI§Ë¡sn£÷Ña}ã_ĭFnÕYgÏsǷĊȍVfÅÏçBq¦ëÒŹKãhsljBjææO¸~®ĆŊàEØn|~S¾¸IiŒOjwħ¢Y³²BªĂłÞS^®ÈK ńqôTĺ¢bĄĪĠBĚÆ~o¬"],encodeOffsets:[[85665,29877]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Niger.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("尼日尔",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Agadez"},geometry:{type:"Polygon",coordinates:["@@ȳRܧOѳOλGГCDZě̟ëͩĿЃȍë۷қџ˯ͣɛɩéɑœʕţƕ£ŵNƧȫvȧůȽ˥IJʡSšЄ¶ʚǹøçÞǝϬċłι˜ƷĖǟĆßƎùĆƋôYĐťxI°öń@ͳƬjÄÂðtĎȯḌQBІÌL܀ƞՌłՄѺѾϒϮ͚҆˘ψɰҾ˶°lפΈМʊٚξʔƶפͶӠķۺƳńä©Ԥхٜ͚Ú͙ĸԫPхè§˾Щ·]·lïČÍ˒˿ȱΝñ֗ÃЛٳ"],encodeOffsets:[[15933,18439]]}},{type:"Feature",properties:{name:"Diffa"},geometry:{type:"Polygon",coordinates:["@@ì؆̠DzĜДDμHѴPܨPȴQ֣aιңӓ̵̃ȏȉĝťʱγčĩãƯjşÃoË¿fí¯ŭOįŮձɩA¥SěſïgųEǧōíėčUuģKïŭbÃýgŁŽĬǣó ŋƱAԟe±ƄǬǐZĶƌŢîĄƢĬè
DzɎƾÔG¬âMĶàGخ@߄CתCк"],encodeOffsets:[[12283,17915]]}},{type:"Feature",properties:{name:"Dosso"},geometry:{type:"Polygon",coordinates:["@@ò}úƕků¬ʅĜƇ~ʼnŗ
ȗǟý@@ˇƣ£óĥŹƗķĵđGķbţŝ ť·±T÷ªÛÑ»» ZÙÞĝÇI·ńċĒčØÊ¿nħļā®EØ¿W½ÔVÐŔâÜCƉnÅŠäÜ[ÜŚWżk RĂÖX¸ŦYlŐÒƌÇŪ²ɢȚfŔĮƖì´Ǩ¢@´òHĚ"],encodeOffsets:[[4358,14987]]}},{type:"Feature",properties:{name:"Maradi"},geometry:{type:"Polygon",coordinates:["@@nĎÒx¢CÚèÄΰbĄKŢlkƼä˼@ƢØɈĂƚʢT˦ıÌUťàŏtǍ]¿¸WIJ»QƙÔ¡ÆHĜþº¿ŢuĠńijÓúCñ|µqœUƃëõÃ@ńóxƕùƍƽĘɅz̓ȑ¥aƗċğËgģFĹŞĻǒɥɖŵÜ"],encodeOffsets:[[6428,14005]]}},{type:"Feature",properties:{name:"Niamey"},geometry:{type:"Polygon",coordinates:["@@ŬĊĜğW£Íĩä·j"],encodeOffsets:[[2028,13830]]}},{type:"Feature",properties:{name:"Tahoua"},geometry:{type:"Polygon",coordinates:["@@¦xIJ¤ÐRŪÞŤČĒÔCΜbƼ¬B@ޘAن̤RȰCsčÁïiôƫ@ĵõŃJ¯ŦwZďƌóúąàƍǠąƸĕκ˛ČŁǞϫèÝǺ÷µʙŢЃāƙ×ɇ@ơã˻lƻkLšaăĩ¯çÃDÙ¡ÑwmčķÃɓìǙÚď¤ƭ§ÏáÙgŇ`Ó_Ƒȥ«}Ŋěƈ«ʆlŰùƖñ~œŠRȖsƎȟѺ"],encodeOffsets:[[3963,16074]]}},{type:"Feature",properties:{name:"Tillabéri"},geometry:{type:"Polygon",coordinates:["@@ȠѹtƍQȕŔşGęñ
@³ǧ¡ë³ĭƕeœɡșũ±ƋÈ
ÑkŏťZ·ÕWQāl
ŻřXÛÛ\\ãÆşƊmDÛáœUϾÓÀXF×ĂÙ¯ĕÇKŏÛDhƥÁIë˱ϨĔ¸ČAF¸GÞĿŎěL»}¹ă݃м@ɬnjĀŽ²û¤Y¼įČŃlCůGMêŷŬëŚDZЄÈǴü¢òYðƎĶƢbƢXþxʾɺҎzڌ͒QXøϰÏ@æ°ŌŢÜJÒ","@@¸iĪãÎX¤ěĠūĉ"],encodeOffsets:[[3963,16074],[2028,13830]]}},{type:"Feature",properties:{name:"Zinder"},geometry:{type:"Polygon",coordinates:["@@ŰȾȨȬuƨŶMƖ¤ʖŤɒŔɪêͤɜѠ˰۸ҜìЄȎͪŀDйDש@߃HحßNĵ«áÓHɍƽDZçơīíăƋšYĵǫǏ²ƃǡÕɗaljõƛŽÑřŭɭ^¯WűpǡA˧Ģ£âāªïcƉŶúƎwƖŃô@ öÄƄì VrŔ{¶DòùÔŃĴğšv¹ÀěýÅGÓ¢Rƚı¼·X^ÀsǎßŐVŦË"],encodeOffsets:[[7531,15688]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Niue.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("纽埃",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Alofi"},geometry:{type:"Polygon",coordinates:["@@mNBn\\ZACcC]uuKMMJuNEAKFEEuJBDFFD@\\TF@DFHDBDFN@L@HCJERAN"],encodeOffsets:[[-174001,-19472]]}},{type:"Feature",properties:{name:"Avatele"},geometry:{type:"Polygon",coordinates:["@@JBHXvTJKIgAIG@@IE@CEGDM[IDMBIAGBED@DNJFFBHAJAH"],encodeOffsets:[[-173991,-19571]]}},{type:"Feature",properties:{name:"Hakupu"},geometry:{type:"Polygon",coordinates:["@@LNvvdkvmGEEGIKMKIEIIKMGO@AGGQ@WEKCIEA@BzEBFD@FCBAHJhIL"],encodeOffsets:[[-173955,-19548]]}},{type:"Feature",properties:{name:"Hikutavake"},geometry:{type:"Polygon",coordinates:["@@A]XWW_ghQTDDFBDFHFHDB@L@DBF@FB"],encodeOffsets:[[-173938,-19411]]}},{type:"Feature",properties:{name:"Lakepa"},geometry:{type:"Polygon",coordinates:["@@`\\DVZBJVTA@HNBBKB@FSJQBEAGACAIcMcE[UDdYB"],encodeOffsets:[[-173931,-19480]]}},{type:"Feature",properties:{name:"Liku"},geometry:{type:"Polygon",coordinates:["@@D^\\VdFdNDIDCBEDEBCDGB@DI@CJMDADIAGEG@CCIOSCCCECEGKIEuncl"],encodeOffsets:[[-173922,-19514]]}},{type:"Feature",properties:{name:"Makefu"},geometry:{type:"Polygon",coordinates:["@@TE^Wz]m[MAnAFFNPNFFFD"],encodeOffsets:[[-173985,-19450]]}},{type:"Feature",properties:{name:"Mutalau"},geometry:{type:"Polygon",coordinates:["@@X`VZMVBFE@CHL@VCPEL@FALCHCFGDKBI@KAAMA@GSBIUYACU_[Ot"],encodeOffsets:[[-173939,-19454]]}},{type:"Feature",properties:{name:"Namukulu"},geometry:{type:"Polygon",coordinates:["@@RScEBHHLHF"],encodeOffsets:[[-173968,-19424]]}},{type:"Feature",properties:{name:"Tamakautoga"},geometry:{type:"Polygon",coordinates:["@@vIFFLEFBvMNIuSGWIAELABUTSLEFOTAF"],encodeOffsets:[[-174028,-19532]]}},{type:"Feature",properties:{name:"Toi"},geometry:{type:"Polygon",coordinates:["@@B@FBNFDGF@AENUUYWXB^"],encodeOffsets:[[-173938,-19411]]}},{type:"Feature",properties:{name:"Tuapa"},geometry:{type:"Polygon",coordinates:["@@dFhgPsy^]XSFFHJR"],encodeOffsets:[[-173977,-19437]]}},{type:"Feature",properties:{name:"Vaiea"},geometry:{type:"Polygon",coordinates:["@@N\\HCDFF@@JH@BJBGDA@EECFAAyEAGFOPOJ"],encodeOffsets:[[-173976,-19599]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Palau.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("帕劳",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Aimeliik"},geometry:{type:"Polygon",coordinates:["@@b@VKRm^GDYIeJGKUSUUPU@JV[JQVMbYAl"],encodeOffsets:[[137715,7662]]}},{type:"Feature",properties:{name:"Airai"},geometry:{type:"Polygon",coordinates:["@@V@VOTVLV\\PZITHLORE@QUIZkFYMGCQWBD`]BDMKQOB[QybCXHROh"],encodeOffsets:[[137731,7579]]}},{type:"Feature",properties:{name:"Angaur"},geometry:{type:"Polygon",coordinates:["@@CWa[IRDTG`fCNM"],encodeOffsets:[[137371,7080]]}},{type:"Feature",properties:{name:"Hatohobei"},geometry:{type:"MultiPolygon",coordinates:[["@@DjRFPA`Rt`d~N\\V^hdVfHdA\\IXOZaL_BaV_TeHeCWSmC_[uQs@]K_OUqa_ee[_M]A
JWH_V]jIZEl"],["@@D`J\\T\\n\\bFfAjQVWPeB_GaSiY][QaEYBgP_fOdC^"]],encodeOffsets:[[[134834,2890]],[[134215,3080]]]}},{type:"Feature",properties:{name:"Koror"},geometry:{type:"MultiPolygon",coordinates:[["@@LUNEZFHSkOQjBP"],["@@aGSZ^AXO"],["@@FXhGDSaGOL"],["@@RuTGMYU`aDMM@[OUUAMQKNllL\\fLPL@Z"],["@@QT^@NLnDEQTaQ]QHV\\oTWI"]],encodeOffsets:[[[137568,7342]],[[137692,7528]],[[137700,7481]],[[137661,7470]],[[137700,7512]]]}},{type:"Feature",properties:{name:"Melekeok"},geometry:{type:"Polygon",coordinates:["@@\\LPKNi^]AMYQQRO@YOI^SJSPVVJTRD"],encodeOffsets:[[137826,7716]]}},{type:"Feature",properties:{name:"Ngaraard"},geometry:{type:"Polygon",coordinates:["@@LDJE@oFMDoGKBaKSDYOKJMLKhJ^THdjPlQ\\JZ"],encodeOffsets:[[137863,7869]]}},{type:"Feature",properties:{name:"Ngarchelong"},geometry:{type:"Polygon",coordinates:["@@KCOLQlMHFTTNTK@QPINWO]"],encodeOffsets:[[137869,7871]]}},{type:"Feature",properties:{name:"Ngardmau"},geometry:{type:"Polygon",coordinates:["@@I]LgGgWb[WeC_HFTIhHLXGPFJTfXdQ"],encodeOffsets:[[137831,7795]]}},{type:"Feature",properties:{name:"Ngaremlengui"},geometry:{type:"Polygon",coordinates:["@@`GfD\\XXaCoQCISUUTOGYOE@UOWMHOn[VKJMMcJIPHXAX^@LjREPT"],encodeOffsets:[[137767,7747]]}},{type:"Feature",properties:{name:"Ngatpang"},geometry:{type:"MultiPolygon",coordinates:[["@@\\UPmNGB_UmDK[OIHJfCZ]HQnFZ\\LDR"],["@@a@IXvDI["]],encodeOffsets:[[[137762,7684]],[[137732,7662]]]}},{type:"Feature",properties:{name:"Ngchesar"},geometry:{type:"Polygon",coordinates:["@@PX@VPFHZTIJ]ZPP@RQSQOY@gM@U_BaQFKPSGYJCLVnA`"],encodeOffsets:[[137791,7646]]}},{type:"Feature",properties:{name:"Ngiwal"},geometry:{type:"Polygon",coordinates:["@@DpHhK@iW[QEOL[K"],encodeOffsets:[[137826,7716]]}},{type:"Feature",properties:{name:"Peleliu"},geometry:{type:"Polygon",coordinates:["@@JV\\P@YMYP[a]wWCbHZ\\NRV"],encodeOffsets:[[137471,7200]]}},{type:"Feature",properties:{name:"Sonsorol"},geometry:{type:"Polygon",coordinates:["@@M\\RBC]"],encodeOffsets:[[135399,5445]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Palestine.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("巴勒斯坦",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Gaza Strip"},geometry:{type:"Polygon",coordinates:["@@Ö«@UeekSaI}m[]ecQG[aeWqm_wR±M_qYU]_WmSukwÚGBaxrp àä`hljª"],encodeOffsets:[[35320,32354]]}},{type:"Feature",properties:{name:"West Bank"},geometry:{type:"Polygon",coordinates:["@@J`\\ztvXlNrE\\@rLL\\npZdfdjLrfPjpXATbXAXN\\G`WLHfA\\OJF`STbFZPRKrL^@^GZPVYPLNUP_IIXDTGZQNWWNMLsAggP[KJWs@uNUR]DWNWdoJSGmgSGDCLfbFN|@lO`cHURLRebR@nLFEh_¤AXPNO`JfGLYHFNcbE^LRZD\\NbbfrNdU\\UBHZFZRZ@@PTXCTQH\\nXRZd^^A^NjlfbhXZa`YjOnKXBR`AaDc`sGCKgPgnWZNtCXOURIZDTiUOLWIKFYESTWC[JWQUNUESTQSSTYMEFeHK[SB[SMVUAO]CLaW_KEZiYaGiMBBuLII_\\SEQZaKG@uKaQ@C[R_AU\\QDOQONYBeKUBURQGYPw}s»UMG¯Ks¯@sI][µ{c¿¡qEM_AsQÇF½@OoA]KY@UZgbQl"],encodeOffsets:[[35719,32148]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Paraguay.js:
--------------------------------------------------------------------------------
1 | !function(e,t){"function"==typeof define&&define.amd?define(["exports","echarts"],t):"object"==typeof exports&&"string"!=typeof exports.nodeName?t(exports,require("echarts")):t({},e.echarts)}(this,function(e,t){var o=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};t?t.registerMap?t.registerMap("巴拉圭",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Región Occidental"},geometry:{type:"Polygon",coordinates:["@@g廬PP³¼±¡ytXĽ¤±B£TßK}ufÁxOb¸Yt©}§°³cìݤPĉ¾m²ÁJw¼ZÏ}Û®ÿÖü½HÛoV
ÌirU}e¢ÉÃ@e¼±Zë|uIãx±w{YÛÃmX{Ég¹aQ³busg·¯ÃÕ±LimS·¿ÁYv¯©°Hz³¾sÔZu
lęKkÇ@Qv£DeJėÍ©¡Ôō¸ċU´ßB×ûÎF|×^±®«bīÌg²¡\\¥ÖʅƒʅƆƁĥNŃÒ©`aNoĩtmhŅF½ ËJm´ËÐ_àݪHęúûdwz³Tmēøĝc¾P¹ºœîkr\\k¦µ¬W©jq²~G©ºvÈhyÍlÑ ]F»¬¹r[®ƼӞǔԨFÎOΪ̀ЊǀϤौƬՈƌЪHΖFݼґJ¿ŝns¥¯onªZUÁxÁ¬]tgájeca³Ks¹Ju¶HLwÑkÄÅ¥¹j·a`±SÁjy¢]S¡¯cÁ«FuiÍ¥k¥iqX}ëqYJ¿"],encodeOffsets:[[-59385,-22620]]}},{type:"Feature",properties:{name:"Región Oriental"},geometry:{type:"Polygon",coordinates:["@@u°Z®ÀT¸jn²KÖ°Äh¸vt´aRbºhÊW|ÄnZÜ|x²wJä{vY컲@fÄ¡ÊfV~qËjUpGÜû¾ÕĀ~ÜYлxI±Â½nĊ£OëÞd¯´~¨sª·Za wPeÂ~vàL¤SA£²Wľs¢z»²O´«O¼hæ ªNXÈYzXʪVªc¨L}¼LmJ¶cx{¶TÊwl~èImdĪsÀR«ČºHÊkz®zòz¬@¨µTÖc|ÞSZ\\ĴiÐZæAÂēB\\ÙYpĊÝZģ«]¹``čҰfgy[÷ª½ÏCÕhG½²kRñ_Łvêf~èòdpyÄO¶®ĀhlnòF¢âmØÚgt«øÁ«±£Mq|ġf»Áć]»fÇMá
ç»ŧiųz«ÓƋëé±róGëbËIOqă
ą\\ok|µm÷¨»Áx¡¿cÝǧo³fÃfåwQõ[_õSùÑPã¹gvËiÃC©¯īïFB©ESsgB·ëÇ¥J«³ÄõU©§Jõɽ§_BÕa¿|áŎÃN{LuYy·u£d«eý¢o²ÝlċE÷dã¢čMÙeĵ¬āÐÙcH¹ºXşBğ]ëd¥]ġYÙ\\ï{R`ÂÏ \\´Ăh@¢°@gÄƤèa°t¤_ĆÄOWTªqÐ VjPĆªnc¨NAüp~ÐxjZ´¸d\\ª®Dtx¤ÐBMÌA|Brä v"],encodeOffsets:[[-59030,-25980]]}}],UTF8Encoding:!0}):o("ECharts Map is not loaded"):o("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Pitcairn_Islands.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("皮特凱恩群島",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Pitcairn Islands"},geometry:{type:"MultiPolygon",coordinates:[["@@TGHGNGKEAGU@MNQF@FLFDDJB"],["@@KNEPQVEPATHTLJFVHDRCR@TFXLIW@MNqDOHOA]F[ACMGMHML_DMH"]],encodeOffsets:[[[-133232,-25661]],[[-131415,-24993]]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Qatar.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("卡塔尔",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Al Ghuwariyah"},geometry:{type:"Polygon",coordinates:["@@ZPU~F`VJXhT@fkG]XM`XEXTRQxƐJ@¸ŘLF´@DsE÷ăěHDzȭE"],encodeOffsets:[[52126,26348]]}},{type:"Feature",properties:{name:"Al Jumaliyah"},geometry:{type:"Polygon",coordinates:["@@ȮFCyĜGK×·@åęATĹMĉGBśɯGF|QxE~AÎJOÄFVQVJXQT\\®LTY`xr\\DTWHePGHwLOhLYcf\\hDx[r_OWPX`|L^f`A^ce¡VYGclMRe^TAH^dTA\\[ZRA\\hn_@uOSQkXW`MnHNKT^"],encodeOffsets:[[52126,26348]]}},{type:"Feature",properties:{name:"Al Khawr"},geometry:{type:"Polygon",coordinates:["@@øĄFÔBCņzYLGrcYfRR[WkWAR}¨r^ZRC×JRiCUoaOUCgvSN[[uA]UGcv_FWxSHkdCOyMIOiKImT[M]ƻDc`¸LØ"],encodeOffsets:[[52481,26318]]}},{type:"Feature",properties:{name:"Al Wakrah"},geometry:{type:"Polygon",coordinates:["@@äGĂŎ¶IVRtTfoBkQ_LHWgBoRQtARMeOBKjQCNuvDI__WaKMWZO§}eYQa_QLWImMQAwœDK˔"],encodeOffsets:[[52574,25688]]}},{type:"Feature",properties:{name:"Ar Rayyan"},geometry:{type:"Polygon",coordinates:["@@FÓĤNsLÂę^BhJUōµHāãQC`@\\nØ^RŠūASĺĚB"],encodeOffsets:[[52519,26099]]}},{type:"Feature",properties:{name:"Ash Shamal"},geometry:{type:"Polygon",coordinates:["@@DŅÓACt³@EŗK@·ƏIkHAzfTIVNbZPJdEpXdh@hPKL\\ZZZA\\VdMvdNv ~ZKh`ZFrazM²
E¡nhWBZU"],encodeOffsets:[[52648,26584]]}},{type:"Feature",properties:{name:"Doha"},geometry:{type:"MultiPolygon",coordinates:[["@@î|waxMMX@D]YECgr@ZQVRrOZ^l¥}SBQsSQg]AÁĚ"],["@@VRjSHeh"]],encodeOffsets:[[[52682,25967]],[[52770,25984]]]}},{type:"Feature",properties:{name:"Jariyan Al Batnah"},geometry:{type:"Polygon",coordinates:["@@ɰHAŜĊHNŬB ş]Q×m@[_RDL˓ŔCqcIiWMw@YcSM]_QiZB`xjCjS`cES[aDW_ekO[Bm[I]zQvFpY`@PQ]kDQ}w@UµQ]MµOÕl}XǯČ}¦¤zVn\\NW^EbPhBlInUpmbGfqr@brQUfg\\Cp"],encodeOffsets:[[51992,25733]]}},{type:"Feature",properties:{name:"Umm Salal"},geometry:{type:"Polygon",coordinates:["@@d_ƼC_`kASfaViZMN[O]R[OSí{KMtģEÔ@æ"],encodeOffsets:[[52519,26182]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Rwanda.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("卢旺达",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Amajvepfo"},geometry:{type:"Polygon",coordinates:["@@~D~oRN@]|qJkOR]vjEÒ±TsDEFBDCEID@XåuaLc~YA{GmR{õCo_VaZ³@sWO[oTwLµe»}£euEU`}QQ}]WY£~kAykyLÉm}t³Ca__WofZCajX@p¨Y]²iJHc^}LEbXtXMrmp|~DpdKZÊ¢ÂWôQ\\zpPG®VNCO^LôU"],encodeOffsets:[[30371,-1775]]}},{type:"Feature",properties:{name:"East Province"},geometry:{type:"Polygon",coordinates:["@@Dp|öQHn|Bh`bMÊZnxOnlVTÎIx^^pM|WFJej\\df@E~iM\\TOlujc]FmO]§ÔČOxVdGtARdnVbl^ZIxjOJfbh]]g@kbwDu_btdïYb®W²µLËĄŅeAaVĕoĽ°ýZKpsY
AqauAV@
mEimyR}ru]Qism^i·fEXnUhC|}SgdyaMsåkBonYIKu]K[·S}^]|udaAb"],encodeOffsets:[[30679,-2383]]}},{type:"Feature",properties:{name:"Iburengerazuba"},geometry:{type:"Polygon",coordinates:["@@¤]rDiBI£NIp_VKóP]DUMHoO[yRóXÁ
É¡YcLo}Co{nqNWWsFa~Kd]GjI^±Zo§W@KxZlSuZw@[haDe_foSYoPuYgPqqy|iV_S{jgDklRd]ì{vhH|sTG~j \\PäZpj¢ČTx@cÞuÚCRhöĺA|ZRX~|v¬bVRxöF"],encodeOffsets:[[30158,-1542]]}},{type:"Feature",properties:{name:"Kigali City"},geometry:{type:"Polygon",coordinates:["@@fiIXEN{]o]JwSÍkUmwPmÉYaNg_}ZKdvbWæC@FJCDEACFStCvXtZ\\yvdLdX^K~f@°§zG"],encodeOffsets:[[30974,-1890]]}},{type:"Feature",properties:{name:"Majyaruguru"},geometry:{type:"Polygon",coordinates:["@@ÄhTTjrÔBL\\btM\\cl^rjQjfLJÏXdmæd~KGjfb¨Ó^Pn^EdviPk[SNjF}e@[cyH¯¨e@}]LWKcuc[zsYWDuѲFuiQ^PIl{r@^QM}p}Co`JMJ¤AjqC£^®"],encodeOffsets:[[30158,-1542]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Sahrawi_Arab_Democratic_Republic.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("撒拉威阿拉伯民主共和国",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Sahrawi Arab Democratic Republic"},geometry:{type:"MultiPolygon",coordinates:[["@@ÞnŰZĐ¼Ğİ îZÐmɘ¶¬¬ÒĬĢĴƦƆ@ǬŎàjkì^Ô²IJlòĚɔ@vªĂ´pxªĤ| pºUܪĸ¦EĠÂy~¤XŮâNì¤öxĂĖÖ~àÔ¼òöܪm¸âJ¨`j¸Ʀǜ¾ĤAø¹ÈÜļBͱAϻBͳAҁ@͇ŽǭćǥwΩɡęōŕÆȃϛªع̟DҥD̓@͵G̓A"],["@@ôǜj`dŒÄÄIĈƦĮðBxËÈEøĖlȔhØkĐT¾[ČRÎYϧJĨwlŬBŨ¥Ċ^¨M˼¸ÞŰàâAİvŬ_ H\\ŞBƦmÄGô°XȔaľĶŤ@@̏Dң@ٟ٣Aп@ڣ@̳@ӏA"]],encodeOffsets:[[[-15401,21850]],[[-11952,26623]]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Saint_Helena_Ascension_and_Tristan_da_Cunha.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("圣赫勒拿-阿森松和特里斯坦-达库尼亚",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Ascension"},geometry:{type:"Polygon",coordinates:["@@FLVNHXCHFHVTPCFJRANKJBRIAEVURDFIPKJYVGFGJ@HICKKCGHGAEYKGGBaQKKQHUKSBMGOAKEMFONKRJPGTGLCR@N"],encodeOffsets:[[-14766,-8125]]}},{type:"Feature",properties:{name:"Saint Helena"},geometry:{type:"Polygon",coordinates:["@@NPR\\NJDVJT^RNDTVVJPJAJJFDJLDDGTKRBJENJTAJQCIHICIFIN@BIJEGUF_O@KEAMKIM@WYQAKGWJMAOMUGOIQOOFINANIHWBCHYH"],encodeOffsets:[[-5928,-16380]]}},{type:"Feature",properties:{name:"Tristan da Cunha"},geometry:{type:"MultiPolygon",coordinates:[["@@PLBHTTARNHTAZFTCJFJERAXFPGJUVWJYNUdOFYGEUgQDU@GDYBFJENQBYJYNALYV[FMHO@OJOB"],["@@DHTBJHNGDOKGIDSGIR"],["@@@VPDRJJNP@XMDEZAROGGMAQKeM_BUV"],["@@FPHFDZFBNZPDJJBRHFzALDLAVBRKNE^SVaNaW[GCWWUGGOSI@KGGWC[ROFWEMNIPafKR"]],encodeOffsets:[[[-10259,-41278]],[[-12794,-38321]],[[-13010,-38200]],[[-12646,-38009]]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Saint_Kitts_and_Nevis.js:
--------------------------------------------------------------------------------
1 | !function(e,t){"function"==typeof define&&define.amd?define(["exports","echarts"],t):"object"==typeof exports&&"string"!=typeof exports.nodeName?t(exports,require("echarts")):t({},e.echarts)}(this,function(e,t){var o=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};t?t.registerMap?t.registerMap("圣基茨和尼维斯",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Saint Kitts and Nevis"},geometry:{type:"MultiPolygon",coordinates:[["@@VUVAV]F}FIO}MOU@YQHSTWjJfCXDZP\\BLT^fDZA"],["@@KRUP@bJRTVXLNAXLRBTWJFfOJM\\UfOHURWBQLCDadUVWdMVKHSYSqSKXNPCjOT]JILeHKT_A]GEF_@_JYLQ^^e`@L"]],encodeOffsets:[[[-64079,17620]],[[-64355,17771]]]}}],UTF8Encoding:!0}):o("ECharts Map is not loaded"):o("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Saint_Lucia.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("圣卢西亚",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Saint Lucia"},geometry:{type:"Polygon",coordinates:["@@hbCRDRRXZA\\IDSIMDMRG@WTFTKNUEkH_EGJePI@]IOFK@eGOOECSPGOKRS@U]SBQT@BuQQEQ@oIS@]SWQAIHOKJIYeDOQOB_QJFNOR_@KPICYbcA[HidQZQL@TUPXVJRKFRpeXCbVnXlAP\\J@NLVNHLvTIJLEhZHNAHVTLPRAx"],encodeOffsets:[[-62437,14401]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Saint_Vincent_and_the_Grenadines.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("圣文森特和格林纳丁斯",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Charlotte"},geometry:{type:"Polygon",coordinates:["@@NJEh\\lbHGrNJ@PIJBRGRDbGVRAHTMNDVIPf@HIjKEMRiP[DoDWGaFaCGFcQOOyKOGWCaZIRKFQPKV"],encodeOffsets:[[-62674,13528]]}},{type:"Feature",properties:{name:"Grenadines"},geometry:{type:"MultiPolygon",coordinates:[["@@XRIVdHFQhADKKKeBWQYL"],["@@DTRTLIa]"],["@@\\I`NE\\GL@XZKRFF_WAEgkKUX"],["@@RTGHPTVFLUSGMoYX"],["@@FDRYMCIZ"],["@@lNbANJLTYD@LXL^ZPBHPLBI_[UPUGQ[QI@KM{N[C"]],encodeOffsets:[[[-62935,12893]],[[-62873,12932]],[[-62827,13010]],[[-62664,13179]],[[-62616,13267]],[[-62757,13302]]]}},{type:"Feature",properties:{name:"Saint Andrew"},geometry:{type:"Polygon",coordinates:["@@\\B\\P`HZ\\^LFgMI@UkgEWMK@KS@BREJSJSPBNIZ"],encodeOffsets:[[-62742,13520]]}},{type:"Feature",properties:{name:"Saint David"},geometry:{type:"Polygon",coordinates:["@@PXhNFJCZPNNdLJRvVHRRVDJOCUNMGSQBHUCaHQAQJI@OMIHqaGQNK@SKaCWRmV"],encodeOffsets:[[-62733,13594]]}},{type:"Feature",properties:{name:"Saint George"},geometry:{type:"Polygon",coordinates:["@@LUROLEJQYAYIMUIUigJo\\_ALROPK@@LNLFXlh@V"],encodeOffsets:[[-62674,13528]]}},{type:"Feature",properties:{name:"Saint Patrick"},geometry:{type:"Polygon",coordinates:["@@nUXQbDTLL@RM[k]KY[_G[O[AMLJlETH`ZXEP"],encodeOffsets:[[-62733,13594]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Samoa.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("萨摩亚",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Samoa"},geometry:{type:"MultiPolygon",coordinates:[["@@BSI@KLDJPA"],["@@CQfABQIM]OMMFEbDJC^TJLPYHDAW\\AJBbQPMHQZIRLNGP[JEHQ@]ScGSKAuDmJQEgBSDSI@qFUNWEcESEKFeBWRWDCIYCUOiCIDY@GJFNMHETILQFWAUF]AUVLF@NiCKLKKKAeU]GYBebI@QNGXKLE\\QRENOEBOKMIDBRWJELIBFXQJYAwVKNMFDPMV@RPHNVZPP\\PHRBRIl@nF`XL@JJL@ZLL@RLREXAJJf@ZCXBTJZURGAK`QBG^EDJ\\QJPLGJDHYXARGBITIDORF^IHFdARQPGNFP@NSLE`VVBXKGIBMTA\\Q"],["@@WLGVZHNSGU"],["@@IOIF@LTA"],["@@PNLARKZDRCd@PFH\\P@XH\\DTET@JPVAdQFHVITQHKVYLY\\_NAFSrsDWRIBU^MEIRYPsHEGOJKPeJMLIISWSQWE_NEEKgY@OIOR[D_CSKGKOUBOCMPWEQHKZIFG^MHMBQJ]OEWKIaBIJW@OKWBKI[EOJcM_CSIQLUD[UcAODEIWCSHQJGNATcTOFIP@VOFKJ@bBFIVUTYJmvERYNKLMTIFBLKPgLUVKDO\\OVUHMLMBkhIFM`UXTTDLPPNBZKPPNMTCTQVOdGbJPA^TLETSTALRGLRFRNNFX@\\GNLhPPBTLZD`GTJL@TH"]],encodeOffsets:[[[-175533,-14396]],[[-175679,-14234]],[[-176235,-14193]],[[-176277,-14153]],[[-176628,-13791]]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/San_Marino.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("圣马力诺",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Acquaviva"},geometry:{type:"Polygon",coordinates:["@@HMOIBGeOQRCV`JbA"],encodeOffsets:[[12735,45012]]}},{type:"Feature",properties:{name:"Borgo Maggiore"},geometry:{type:"Polygon",coordinates:["@@\\TXEFKKWdQLESWeID\\KLcPPJGN"],encodeOffsets:[[12735,45012]]}},{type:"Feature",properties:{name:"Chiesanuova"},geometry:{type:"Polygon",coordinates:["@@`O@QHWgEMjNV"],encodeOffsets:[[12714,44986]]}},{type:"Feature",properties:{name:"Città di San Marino"},geometry:{type:"Polygon",coordinates:["@@fPAHdOLKC[mE@R_PAD"],encodeOffsets:[[12713,44988]]}},{type:"Feature",properties:{name:"Domagnano"},geometry:{type:"Polygon",coordinates:["@@ZJNKRL^DHWOOYF]UcRLX"],encodeOffsets:[[12764,45013]]}},{type:"Feature",properties:{name:"Faetano"},geometry:{type:"Polygon",coordinates:["@@TXKF^VZEPPJWeeGMcJGD"],encodeOffsets:[[12772,44977]]}},{type:"Feature",properties:{name:"Fiorentino"},geometry:{type:"Polygon",coordinates:["@@nFfJHC@cKKgAOTOEGX"],encodeOffsets:[[12730,44969]]}},{type:"Feature",properties:{name:"Montegiardino"},geometry:{type:"Polygon",coordinates:["@@LL@ddIKgcB"],encodeOffsets:[[12770,44951]]}},{type:"Feature",properties:{name:"Serravalle"},geometry:{type:"Polygon",coordinates:["@@jXnJ\\RLgIO]CQKMLYIELWF"],encodeOffsets:[[12749,45022]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Serbia.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("塞尔维亚",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Central Serbia"},geometry:{type:"Polygon",coordinates:["@@pìbÔiºGĎl°s¡eÁtðM°
ÐgwŘl}ÊEL¦t¨ňY~Ü ®h_CwĮčÀ_tqHq¨N©gªyÔGìXô¨àDÆ`Įh´x°łE²cdÑ~mŘ@Ǽ{~N¡q¸L¸üÒøÔ\\~xÀLþÓÈuJì±No³kÕ·Eaq»KµÕĀap}SyWćXñUWħ]AÃ}āk¥ZÁì³GÏćOnwÀSfòa¾£j©¢¥ĠmÙÁk£ÅoG£Á[½pë[gsÙ§³gĝ{ÍSÞ¯XmñGm»ĻWzăS}wœ]ïa
Stß»£Eyuġxi `TĤ®qЮR\\[´ª¨ÏQāVs~QnçEņÓA£M¼@®·SmcÜëI¯|}_ñN¢¹ woÁH¯ÃGLUÏk¥·Ka}D{¦¥£]£
{\\¯]Qàıã¥c¨½w¬o§nÛ`UùXjiÛjcÌÑURÍR½@z¤ôÂOld¾w¾M¨ĄY ¦Ñċĸe¶ÚYàŜG®^c®õZkÏx[vZðÛMij°{°qðÊKvÖÀ¬AlK¶¦¶_T"],encodeOffsets:[[19817,45967]]}},{type:"Feature",properties:{name:"Vojvodina"},geometry:{type:"Polygon",coordinates:["@@³wĭg
Å_ßCó§ëWÓH©z
hMª§rGsr¿`ĭĎDx`gÛZ}Ňs§K¥F~ÉkŗxÏh¯ïNsf¢¯tčk¹HÓjëaoĉry_³lē·K}¨żHÑGxFÎ{T²]Fö{ŜI|~uíAā^ś°q£D£x¬TðE\\¯ZirÏo¿d´½ÂW¬dBÊwà~´QÖH[Ś@GfèªK¤¤ÀtqlÆÂSÄdÀºiݤä@¤~^ƈğ`¢àW½®fXâáØHzaFåÄÙ½Ėôó² Pä~v»ÔdZdž§¡cJ{ó
η@ÔwLÍkJõ]@"],encodeOffsets:[[21871,45899]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Seychelles.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("塞舌尔",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Mahé"},geometry:{type:"Polygon",coordinates:["@@XIIZn\\PAfFPLH¢fCTSHQSWHQCcRWFWbMdaJFreWcFySgTm@]RIJYk@]RCROFUt_KGJJdNC\\DDRWTHXILOG[bBL]TMCYNCJaNIRQJOG[HCN"],encodeOffsets:[[56696,-4750]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Sierra_Leone.js:
--------------------------------------------------------------------------------
1 | !function(e,t){"function"==typeof define&&define.amd?define(["exports","echarts"],t):"object"==typeof exports&&"string"!=typeof exports.nodeName?t(exports,require("echarts")):t({},e.echarts)}(this,function(e,t){var o=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};t?t.registerMap?t.registerMap("塞拉利昂",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Eastern Province"},geometry:{type:"Polygon",coordinates:["@@bRx@rY¾\\a~phB@ÄOTHWĺpf¾f dV¾Rz\\zUtZ®wxTGdu\\A{~Z\\KÂZb\\_hNt´fzaQbÍE]d£EwRhtGmmu£UeDmeomOsËK¡Pe\\uhJÆgl{x\\Zv \\@fkLKaN_]agrÅ·Ío`W_APWoaWy©{OBɟKgcU]yKcq[eyDakSq{m_TýÙi¡ÇPz}L«[´WnvhJvOxuzE¦×ã[{[QVfÒ¡¢ªjDNgPL|^lEl¢
YU\\D lrTΨhU¢AÌe@~rcxY¤UZ©b@jevNeTq"],encodeOffsets:[[-11880,8701]]}},{type:"Feature",properties:{name:"Northern Province"},geometry:{type:"MultiPolygon",coordinates:[["@@ZnzqyUYZ"],["@@ybe³
Ms`ga[ÁY[L}Y|[BcvHwSxsYVyy[½QcUe½oeXĹSGP@ÃgA}ob½[qZ@waQD
OLwB]¡
QMw^iA£luG¡m_
rWElwËPyj»mbcCW
Em_V]¹luyPkduWmF[gyX{§kk½igqmAlu¸Et©BSoL_~«tG^ܦPhtt¦XxtÕ¤KW{DuoUFwOx{SzNÀMlE²i^TnH©LUXDUvxÔjdXºOT|Fp¬xVi VTf®yxÔGl\\^tHSJh\\ºrOzxR~Cb´L^LtèEptNzvøXLVİ|Jq¤w¤QǴÊXºͨ@ʖ@IegNuPÉtYFbtÃFq QN«|Uj½aqiV«qUsêUpkHUX[Q¯YL]Ë~EN W mOg"]],encodeOffsets:[[[-13556,9114]],[[-10835,9249]]]}},{type:"Feature",properties:{name:"Southern Province"},geometry:{type:"MultiPolygon",coordinates:[["@@¨TObhvG¢^ÞIz^ÄDMdiQiTgUo\\yQ±JuqIÌđħſ"],["@@cY[g"],["@@pd~RnBhrjl¾¨l|zW\\hnEvXlczOvºk®^`UnFXdDa¼nziÌOxkXFqn`¢®vH¤kjBx]NR¢A^xKPCrfSMfu@iªaVYZ£wd
q@}fBËV¡gͧqSk
CV[Z¡Fk]kK{OMhiC©¢¡eÑU\\R\\|ØäF¥vyPwIuugXm\\³¬~KyÈOF]ycWÍ
aLëąhuCJSaLuiewcK^uaGĝ¸o~~Ûí÷Ǚäȱþē~
P`r°LÎ}
VO{~|¨jj V
lBS®Ñ¶J^xXBÑ«
F»jyOtaxiJ|yXg~Ȱ_ÌF´]R}¾£¦D~"]],encodeOffsets:[[[-13269,7755]],[[-12856,7840]],[[-13300,8435]]]}},{type:"Feature",properties:{name:"Western Area"},geometry:{type:"Polygon",coordinates:["@@ TªAFsv·k}QocÕDmIwJaÔUBo¬uP}c°D^ºW¯¨aXyK"],encodeOffsets:[[-13354,8578]]}}],UTF8Encoding:!0}):o("ECharts Map is not loaded"):o("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Singapore.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("新加坡",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Central Singapore Community Development Council"},geometry:{type:"Polygon",coordinates:["@@dbFVa\\\\`JXGfTrPHPOX@TXhNbU@ISWSiA[_@GcLkZUMMAqJMAIWQOJMKY@OGYFL\\WDYNDb"],encodeOffsets:[[106287,1337]]}},{type:"Feature",properties:{name:"North East Community Development Council"},geometry:{type:"Polygon",coordinates:["@@B\\TjTX\\LjcN[VMbCTJFQacFM]QYBGSM@iQ[^GVMAMNDX"],encodeOffsets:[[106370,1403]]}},{type:"Feature",properties:{name:"North West Community Development Council"},geometry:{type:"Polygon",coordinates:["@@TV|hbFTElW\\kCUSWW@OPOGSqHeIW[_b[EUcaaP]V@RVFO|WrA~NRBT"],encodeOffsets:[[106253,1473]]}},{type:"Feature",properties:{name:"South East Community Development Council"},geometry:{type:"MultiPolygon",coordinates:[["@@CWNMNBHU\\]jRN@HTZA^RENbdERBLVBZGTiJDfSAMSgBe[CQGaN[A]mOeYEBINBrNNYVKlHd`@"],["@@]DITJVbaCZ|NXIVOJQKmuUetKH"],["@@WPUJPPjS\\DlEAMWCKI[EQN"]],encodeOffsets:[[[106370,1403]],[[106526,1441]],[[106446,1441]]]}},{type:"Feature",properties:{name:"South West Community Development Council"},geometry:{type:"MultiPolygon",coordinates:[["@@ZH@SYL"],["@@]VRFTKjGUW[P"],["@@TJLU_L"],["@@XB@SKEKX"],["@@T@diaSOAeQCRQPJ{[UONBVYtxfXBW]XDV^JA"],["@@ASMQB}XqP{UE@Q^UbOCaZMXCK[MESRSaMHP^QNMYiZLJZMFJoZuNCGcFyMOM{xCG^uSMCQaOKULYSAE`JHKVZhELj´r@ZRLNddLd^b@POXIZB"]],encodeOffsets:[[[106316,1291]],[[106316,1277]],[[106201,1238]],[[106260,1238]],[[106201,1323]],[[106253,1473]]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Somalia.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var s=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("索马里",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Somalia"},geometry:{type:"MultiPolygon",coordinates:[["@@VAPdNW[mYGBl"],["@@YRH\\^BHQS]"],["@@VDguSPfb"],["@@ƄƂƒžZdŐǒİƜŢdžĨƄ|APX\\~LVExlrNDJ\\lCRPª¼vdĚ@ƨTHÒT¨@zHR¨h^VHäBRDj~z~°ÆJ^\\¸h|Þ¨ÚǠČİd@XNĎrØhFhZæ^Ţv ENH¢OƸCƐ]à@¬Q¬LƞMHEjnѴҢҔҺ¢̞̲όϠȀȐξ¿@ݿBiBرɈoPԋǘ̟İӝnjʷĔ¹d©dĵq`»tOXeRadZcx³cZefo`jUZo^Y^[T{T]v|GVw`aduVQXUHF]x_JgbeXeOKNkZQR|O|WRQ~QTC^QLWÆAjW²ě²WYmD[N_Z§łUdwoTGRy{zszww¤wØYª{¬K`S]^YNWBTthzxØĎ^`jjLZɖΐ|¦hBpIZJZRMZLJg\\QtmZJhEX[repDGiZAYHVXcj]^C`bwftlpÜ÷ÎÕ½}¢owp[`aL[srMdY¨~xmratY_S\\@Tä[tMCNlXT~H~PI~DMI¼J|ZhKT^VvTdVtvjJFtZBdll\\l|brfNhG`DGJ`NLX\\JdB\\PR\\dDnTJbTRP`THpDnThHrjr`|VXRH`PNLd]pUJMI[\\ObFOX@RYscESrC~BðdE`Sti ¥\\O®S@pFØÀ\\rAVt\\VR~\\JL h\\VxXPT`PRTrRhdP\\|TL^bAdHLNjJtvAjXjJdR^hXRTLj¬b~^f^hjJ^T¢``PpTG RBbKxk®NCeKV~\\zHêKfFhTSfAfHA`F^NlChJGdL|prTHdb|JtNhZxHVRdFEzDhPr`|H°EXrL]º]jMÌy[OBzJhRxJxRRrDVJLFLbLp`VVtGÂ@|HrVFXrNHT`BbPltZpZb`J¦FLd^dBpSSÔD|N~\\pzX¬Y¸FfDÒ`JrHzNXZhB`LhXbj\\D²vfVxRj~z|`TLA^RTxdptlHTZPBMdFfXhRvLz\\lFwlQfA[zGjOZQ²nOPHbG²DoxGnURbUGoM]e{A}UmPgB][s_[GUwsAIik_kÃJyCcUgYCGu@qNXs\\aXGK^DHe³i»QAqD©FiHÝD]BEHy^_LRsViYWEe[BcNyQcaeME
EYIJLMĂd`AªD|@BRWTw|AbPXEfbAVWiTBgzIhVVBKNg`[SuMKMgcQC[iBSN«GaHKNJvQR{L©G¿QÅ]Yg³}c]OUEDP@eOSsAiHNiAgHo]u@eKoSy@]eqD[Ka@eIwSqJ]ODISqF[UmUCFW@s\\z_Cg_
w¡ak±{_YW[goqWaU@]NmIO_gqkYg{_Qks]WCUcsMIQ}G]My@cQe[S[_]sQNiE]co¥Y]U}]UmGge]a
GSgK}aci]wwi¥SWeq[QycgcuK]KwGDcNKF_\\CGWFcQSFgekcuMGWiI
wëėgáįÇíS]
Åcsy
µ»]es¡IWcssgUOWm³uGq[uEWi¡]M}CuIqL@_]¯Wi©ĩ¹įw
¥¿¿¡ÑqCQs¯G_]ia_wsu{Éó·s]agiOo_
«Ám¿Ma±k{s}ïí«·Ucgk{skmYc{w½gu§½k{emÁÅÁ½
su§KU¥©OWűŷu}¥«
¥uu§qqgmogyaoiOkkYKwQUq[scsisyCUU[OGK]gSgkOg_g¹iwgas[icµw_sS{Y@SS¯¹}[±
u[Û§M@£{oeyY]QYCUWĉIOWSQkKSQQFaWcmyosWWSusU·kySCck
cmgqU}kGS_U]AW]}cUMSwcWW»¡³§_kUI͹cuUE
kkC]e
syu_{UAaS}]mù¿
oa_GUum¡QUÓ¿ÉÅāăćę»Éñă©·ēġ±¿¹Áăāegy
ka
ScCeacGU[FaSUOIYXS]eWZWcYO_a[iisME©o
¥ÅEeU@]aYsIWoeEaScBYJaGNSXLdW[kIg}yK[ce@_MYy_YceA[a{SUOiSWaOSqcwhEUS}AQNUHEWqw]WaWQqBGakI_QOeuaweeE[SGcmO_D[_K]c@ÂőƴůǚƏȆijƊ@ՒB͎@Ȑ@Ĝ@ΐAʨCߐAŒCѦ"]],encodeOffsets:[[[43341,-655]],[[44509,11700]],[[43052,-1023]],[[41973,2897]]]}}],UTF8Encoding:!0}):s("ECharts Map is not loaded"):s("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/South_Georgia_and_the_South_Sandwich_Islands.js:
--------------------------------------------------------------------------------
1 | !function(e,t){"function"==typeof define&&define.amd?define(["exports","echarts"],t):"object"==typeof exports&&"string"!=typeof exports.nodeName?t(exports,require("echarts")):t({},e.echarts)}(this,function(e,t){var o=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};t?t.registerMap?t.registerMap("南乔治亚和南桑威奇群岛",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"South Georgia"},geometry:{type:"MultiPolygon",coordinates:[["@@KD|ªo"],["@@gkR\\t®zÖHÀeî`LtĔ¦DZW¤B¶NVg¥UJ}seĢJZRÈS]¬VrhÂoWC@èrb¹waoƂ²ÞWQgPªDW²KÉ¿Iv`ðZtiĕ¯ÃDSYÎsHÄx¬HhYiA¡¼\\]`pu~dÒMHyªufwoR]ÎJ^uik{¤NªuT
BJkw]boÌX]Üzéf]X§z}t
ãIm]ïSÔiqįa^Nj÷
R}r_²{bEhxUãnurJăSRFj£CħxJvHFrhkÿxj\\Cgb³DtgmWĩHIfîT[p«VFtŐhybęOËXùA\\wÙcÉZq¾nYV©QQdâ~qùmEybcÃ\\@"]],encodeOffsets:[[[-37919,-55805]],[[-38880,-55344]]]}},{type:"Feature",properties:{name:"South Sandwich Islands"},geometry:{type:"MultiPolygon",coordinates:[["@@b}E¡hBbÒE"],["@@©yzäb"],["@@`]èmBguÛS×AZþ"],["@@ºTêeMyRÅfGífdEjvA"],["@@JtrQbs¢c[åIj"],["@@¡NLx\\Ø[Is·Q"],["@@I^CypT^"],["@@
zZt]su"]],encodeOffsets:[[[-27809,-60853]],[[-27982,-60839]],[[-27168,-60383]],[[-27052,-59813]],[[-27173,-59199]],[[-27860,-58091]],[[-27384,-58443]],[[-28235,-57670]]]}}],UTF8Encoding:!0}):o("ECharts Map is not loaded"):o("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Suriname.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("苏里南",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Brokopondo"},geometry:{type:"Polygon",coordinates:["@@ĶħßƻeŽÇÏjƍÁœ̏ŹÂm͌πħưĶńdIJ̨@RėĂà Ɖ"],encodeOffsets:[[-56150,5123]]}},{type:"Feature",properties:{name:"Commewijne"},geometry:{type:"Polygon",coordinates:["@@ũ~ŏþœλwsƐáîGNCFADCFCJ@@Âì^Č͔W"],encodeOffsets:[[-56007,6122]]}},{type:"Feature",properties:{name:"Coronie"},geometry:{type:"Polygon",coordinates:["@@GıƩųǩJƑ¿ŁǀĂ\\īǪ@DzԈŵİÅ]ß"],encodeOffsets:[[-57245,5799]]}},{type:"Feature",properties:{name:"Marowijne"},geometry:{type:"Polygon",coordinates:["@@иýư½ÙkǓƻȣěå̙Ƃ¦ƤýŔ}ŐŪ"],encodeOffsets:[[-56007,6122]]}},{type:"Feature",properties:{name:"Nickerie"},geometry:{type:"Polygon",coordinates:["@@@DZĬǩā[łƿɽZПïȀĨƨ~ɘżø̜©"],encodeOffsets:[[-57962,6101]]}},{type:"Feature",properties:{name:"Para"},geometry:{type:"Polygon",coordinates:["@@KġϐxèxUƎ¾ɴtƏμx¥ƣĹǓ±LJƊāÄQĘ̧@cıĵŃď×ƭĄȧLöΌ"],encodeOffsets:[[-57257,5661]]}},{type:"Feature",properties:{name:"Paramaribo"},geometry:{type:"MultiPolygon",coordinates:[],encodeOffsets:[]}},{type:"Feature",properties:{name:"Saramacca"},geometry:{type:"Polygon",coordinates:["@@½VƍçwϏwLĢPbHIJ~ÌßƊ¸àʐ~ɦö¥ąȭ"],encodeOffsets:[[-56671,5807]]}},{type:"Feature",properties:{name:"Sipaliwini"},geometry:{type:"Polygon",coordinates:["@@РðɾYƒÀǪIƪŴOaõȨKƮăĐØĨƯοn͋Á̐źÂŔiƎÈÐfžàƼĵĨ²Ljĺǔ̚Ɓƽ˭®ǏOʅª½IƵůƎȍÀCĸȟYŵƁǧ`ɕƩďŋÃŹĿĵNjNĺƵSœŶċÅǻUÅąĩrȹǁļƻʃàmŜ˷ā³˯ĘœXĭâėCǏɶēǚyŎDžǾHƤïƀSǞʟ˺RļƏň±ƀƕDŽwƊİņIĮĪȖãƸäĜƀðǸiƠpkÜŬäĀ"],encodeOffsets:[[-58595,5390]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Swaziland.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("史瓦济兰",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Sifundza seHhohho"},geometry:{type:"Polygon",coordinates:["@@®Ŷɼ\\¾ŘĤ¬ÊĎp̊ǻćaVǯőiËǣ¿ÓA×ßKĩxuũà"],encodeOffsets:[[31640,-26947]]}},{type:"Feature",properties:{name:"Sifundza seLubombo"},geometry:{type:"Polygon",coordinates:["@@UǰĈbĒÁĜ ¡æQdŷ}ŧFċ¶ķAˁÛ]iĕiȯÓDřņÃQƉث¸ÒÃÆúîHȀêþKƆ"],encodeOffsets:[[32439,-26791]]}},{type:"Feature",properties:{name:"Sifundza seManzini"},geometry:{type:"Polygon",coordinates:["@@ŪßvĪwàLBØÔǤÀÌŒjLƅéýGǿíùbűÛÏlŁòƅUݵmŎ^ȸþŴ"],encodeOffsets:[[31640,-26947]]}},{type:"Feature",properties:{name:"Sifundza seShiselweni"},geometry:{type:"Polygon",coordinates:["@@ƆV ñł®ÐkŲÜaÄŷѬÁƊ×ÄRŚŅÔCFŵПF˽ĨljǮ^êÑ´WÆ"],encodeOffsets:[[31632,-27429]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Syria.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("叙利亚",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Aleppo"},geometry:{type:"Polygon",coordinates:["@@Ź
Ǔ»ÃƃáǕgç}ÛćFÉIJėmµãï¯ųF±ǨƵΏCĻ\\ʼnÈȁWō¤ŁÔĄ¢ÿ¢ıżM¾ō¼qĤøÇĤĕIÇ±Ő¢ìcÖðÔæ̐÷_ÍÄŌɊ®¬ƨÎÞOȮÞdǦÂŲmƈ³â¿"],encodeOffsets:[[39559,37666]]}},{type:"Feature",properties:{name:"Al-Hasakah"},geometry:{type:"Polygon",coordinates:["@@͆º̪ĸǒĎĠXȠĈżLǚĐØfȌEäxǔpȬ®ŲĖƆ³mōЁΗÇ¡ΓÁĝƅʯĪǻZǽ·Ñ͋pƽ¶۱֜īƄªŕěVÝŀ"],encodeOffsets:[[40386,37578]]}},{type:"Feature",properties:{name:"Ar-Raqqah"},geometry:{type:"Polygon",coordinates:["@@ĮÛɬHdžȖxÞĿĜUŖ©Ǘα̧ڃįȏ¨̿¨ȅKÇ®ǧƶE²°Ŵäðn¶ıĘEÊÜĈè~ǖhƄâ¼Äǔź"],encodeOffsets:[[39559,37666]]}},{type:"Feature",properties:{name:"As-Suwayda"},geometry:{type:"Polygon",coordinates:["@@ȲÖúķņ¹ŊhÙǢƍőŏŹEšŇđXåęm˙VŔ{ØāXĒëfDŘkĢê®ĠD¾SĒĀ|"],encodeOffsets:[[37449,33992]]}},{type:"Feature",properties:{name:"Daraa"},geometry:{type:"Polygon",coordinates:["@@êļ¾FĤČgÞªwǘ nÊĚóƖþÀďÿ{Tđ ½ğCélġCŗìeđĂW|×UœęjǙŤŅM©Š¹R²ř"],encodeOffsets:[[36658,33540]]}},{type:"Feature",properties:{name:"Deir ez-Zor"},geometry:{type:"Polygon",coordinates:["@@̨ڄǘβĬƃ۲֛ƾµ͌o½ĉZÏċqŹT̓ėĿėǥ¥˳éБȩƋǢӉ֞TâéŨıÚ"],encodeOffsets:[[40184,36096]]}},{type:"Feature",properties:{name:"Hama"},geometry:{type:"Polygon",coordinates:["@@©ǦpƪwÖ¶ÞæWâ»eÏRŋń×ńeƊxâ·ĢĪv´ŜŪŎ£ȂXŊÇļ[ΐDÈCő«éGßű«ğŕōĨ
Üá~ƏÙ§HÁď^ǥȓűðZǹÅĕUµ×ååUeéĸ´]Ŧ"],encodeOffsets:[[37123,36069]]}},{type:"Feature",properties:{name:"Homs"},geometry:{type:"Polygon",coordinates:["@@fæVØæ¶ĖVǺÆ Y²ïȔÆǦĐ]GÂÚ¨Ɛâ}ÛŎħĠŖŲ¬Hà¬êDŒȆL̀§Ȑ§İIJÙêŧSáӊ֝ƌǡܝλҝʅã£̙ƽЧ˚ãfĝÆûŘȱǂÅĆ¥CŹÚÝĘćČé{ƅFt»Űb¨Ɨâ|ĖĥpƵCB~ĊŒĊĖ"],encodeOffsets:[[37185,35740]]}},{type:"Feature",properties:{name:"Idlib"},geometry:{type:"Polygon",coordinates:["@@xĦļÞ¤EƖƈÊúÐ{äĖJÈģģ÷rŎ»N½IJŻĀ¡¡ăłÓśũ³ĩuġá¸ƉwŃfŃØQŌfÐá¼åX`ķX"],encodeOffsets:[[37017,36669]]}},{type:"Feature",properties:{name:"Latakia"},geometry:{type:"Polygon",coordinates:["@@ĸW_µÝxÕoƩªǥhƽqógƌƳŦªÐaÞæsâæüÚdn¯Īm«"],encodeOffsets:[[37017,36669]]}},{type:"Feature",properties:{name:"Quneitra"},geometry:{type:"Polygon",coordinates:["@@øĝhÝċEģ½¦Ê¤ƈtUŔ"],encodeOffsets:[[36733,34113]]}},{type:"Feature",properties:{name:"Rif Dimashq"},geometry:{type:"Polygon",coordinates:["@@¨úÞ`SÄÕpnàĊĠưÜu¢Ó¼ĦæQŰźƆEê|ĈċÞėźÙ¦DÆąȲǁüŗĞÅäeШ˙Ώȇ÷P£wyĭȁwqǡƎgÚʼn
ºŅùĸÕȱ¿ĐƕýęômÉǗ©x÷Ğ|Ŋ"],encodeOffsets:[[36763,34246]]}},{type:"Feature",properties:{name:"Tartus"},geometry:{type:"Polygon",coordinates:["@@ôƾrg^ť³êķĉĕĉőA}ś@Ū¹ĶzĢUúÄøcÊ"],encodeOffsets:[[36797,36104]]}},{type:"Feature",properties:{name:"United Nations Disengagement Observer Force"},geometry:{type:"Polygon",coordinates:["@@{ʼnVœsƇ£¥ÉéĻÖȒwƾÑƘ®ÎØ"],encodeOffsets:[[36763,34246]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Tajikistan.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("塔吉克斯坦",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Districts of Republican Subordination"},geometry:{type:"Polygon",coordinates:["@@˂ÖþƬʰƘÐľNÒĚN¸ĩþÈmäŐDø¶ȒSŜ¤ȖȔϰēŨ_źpîƚ¦ʘVŏȌU
ĵ¦¥ĮNİðÐčØE¢íyÃơƁNƓ¹¯ŃoŃ·ĻkƓŽūRęĺęO¹ǒȗ£ƷýŻšïúƻTœĜĝSŧĽÓlďijȋƑ·ÌũƵoŅÛġZŭi}şµãnõÝđƿIzİвvĪď´ũĴïƆVĴĬɄ"],encodeOffsets:[[69834,39839]]}},{type:"Feature",properties:{name:"Gorno-Badakhshan Autonomous Province"},geometry:{type:"Polygon",coordinates:["@@żŢ®Ƹþ¤ȘºǑĚPĚĹŬQƔžļlń¸ńpº°MƔƢƂzÄĪżȸxȸ©Ȫ|ĀoĬzǖþà¿¥ŗÐĞōúÍ÷ąSµÅÌċq¼ĵƼñîðĦ|ˎƙŨs°ƍO¯ĊwpīĆ»GƗ°ĕÏñąǼůićȭÃéĆʼnĩUƹċmùÉȁĹÅdz`¼ČJĄŕMŁŋwé`ųµ±ãš
ƩăħƩ˱ʵƛƥŋƗQĥþŋʖlŶVʎªǀ¢îGIJÉ~ǑÇ»ĆĠƨEĆǭŌįpµÞǵųtƉğıȍŅÅ×Ëa¤ÊĶ^ʊêØ"],encodeOffsets:[[72130,39441]]}},{type:"Feature",properties:{name:"Khatlon Province"},geometry:{type:"Polygon",coordinates:["@@ǀJÞĒmö¶ä~ŠŮjĢYņÜƶpŪ¸ËȌƒĐĴÔkŨľĞTŔěƼSðùé×]ʉÉĵb£ij³\\ãĨçŇŁġƩ ʝģVĹŋǡkÝí£ĩEȯǪʡ¥½Ýíǻ¡¡ėáRĻïɧƘNþ¸ĮĸĶưǚĎǀŜm"],encodeOffsets:[[69918,38822]]}},{type:"Feature",properties:{name:"Sughd Province"},geometry:{type:"MultiPolygon",coordinates:[["@@ȓčȕś£ȑT÷µŏCnãÇý·ĪęMÑĽMƗÏʯƫÕýˁđIJơH«sƑAyŨɱæòŸ©ĶjÚ˲êŪµɲ¡ʤiĘĚ`ǸȨX¸Àëĸĺf ô͍ÝčÊȺºɌtɨ
CƢĶ»¬ŎhǀĈrø}ĴŃľÊɲ®ʮŤrňÖ^ê½ƀƳðÁʥȉƇ£ÛƨdħºÃņVdËĝaCý«©çøĝTŏÒĭ\\Żò́ĹŝR{ézåßc¿Êćçwā´ėVƣĢeƴÆǘʤvƴ³ǺþŀÂã"],["@@LjWûñċĊ"]],encodeOffsets:[[[72411,40451]],[[72219,40834]]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/The_Gambia.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("冈比亚",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Banjul"},geometry:{type:"Polygon",coordinates:["@@Lr«FM"],encodeOffsets:[[-16994,13790]]}},{type:"Feature",properties:{name:"Basse"},geometry:{type:"Polygon",coordinates:["@@¨¼WÚ¾ÊĤ×ĆrntŮºĈjòòĥCÇÇȷãµÕdûačÐ÷r"],encodeOffsets:[[-14898,13645]]}},{type:"Feature",properties:{name:"Brikama"},geometry:{type:"Polygon",coordinates:["@@¤
æH®EdçĮ
Ŝ¶ĮyŖhŲ«BÕαCϏFï«mDøkxZĘÚÒ"],encodeOffsets:[[-17120,13776]]}},{type:"Feature",properties:{name:"Janjanbureh"},geometry:{type:"Polygon",coordinates:["@@üÐĨ½ðìcBîtÜMòϽÉXÙ§»yā]óÖBƻÖÕÎ"],encodeOffsets:[[-15434,13887]]}},{type:"Feature",properties:{name:"Kanifing"},geometry:{type:"Polygon",coordinates:["@@tpĈSNåG£"],encodeOffsets:[[-17120,13776]]}},{type:"Feature",properties:{name:"Kerewan"},geometry:{type:"Polygon",coordinates:["@@x]äҊD;AňM^¨þMnģYÉē¾ėj¹³½ĿʃcÓPęāśĭcèq¬"],encodeOffsets:[[-16957,13796]]}},{type:"Feature",properties:{name:"Kuntaur"},geometry:{type:"Polygon",coordinates:["@@¨ĜĔ¢¥º\\ŜÐæĒ@Ä£xùĂkAëdïħ¾ûÏcã¥őZmĤýN"],encodeOffsets:[[-15833,13963]]}},{type:"Feature",properties:{name:"Mansakonko"},geometry:{type:"Polygon",coordinates:["@@ĚĂÔOʄdŀ ¾º´ĘiĔ½ÊŒuiġÏ«ãUī¿ŁVijiCğű¬ŕgĭzµ"],encodeOffsets:[[-16653,13663]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Togo.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("多哥",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Centrale Region"},geometry:{type:"Polygon",coordinates:["@@¬LT~Z`dhU~tp@¢¤cĠhVpDJh]xAÖbJ`A¼_¼JfÊfjGÆ ÚóºRst^¹EÕH»P{E˩©{O«Uq̓Ni{IvµRÕEQgF§uR[qĿq£CÃxYYJÁ_[\\qQJwWks½EqæLcÒPfna¢tLfA^lNC²eREkxRMÐad¹hOd©fgiDążJ¾CºtIrn\\Df"],encodeOffsets:[[533,9085]]}},{type:"Feature",properties:{name:"Kara Region"},geometry:{type:"Polygon",coordinates:["@@\\@Lc`P_hjYRjSpdzAUtjC^¨ÄV\\^L^oÌbPopf®OjZfĈͰ{ǞĿRƛRcSLƟ{§ÁnENčbµfmÅiHÉee»I»`B_Ia
BÕ^wIgoCUğg£d¡@o}sgV_cY
S}«KOHk`èHvOjnwªdLUvlÊYd·nTjajZOPm¡¯mNiz@lOpurCG¢tItTêDVZuysr[\\lbIpynJVfIkR@¤ÚIP¨xPyªD¦M"],encodeOffsets:[[421,10262]]}},{type:"Feature",properties:{name:"Maritime Region"},geometry:{type:"Polygon",coordinates:["@@¤R `rlÔSÐ@Ȋ[NY}]}¼¼´z¨W@~Z²jV|eQL£Qi|½SHm]]zuIyNmdouSaªVyhcU_fDZ_@égC£mămMķÕom]Ùm@´ĭ@Ady¢_F}´IġC¨kZXMrVKaP]bd"],encodeOffsets:[[747,6704]]}},{type:"Feature",properties:{name:"Plateaux Region"},geometry:{type:"Polygon",coordinates:["@@¾FltxXIRr\\[Â`ZIZÄw¤DŀrrQ\\vE¨RhFQÖu¶J j|̔MlaH˝@ƹPÏM[Fţ\\ñW÷BǍEɅéDdÙiU±}Y@§X³y»»~^~MZȉ\\@TÏkÓ_q£QfbgwKyt_Kk^M\\Jªy^N]jTnSdNH jRTdIznh V\\nM^a\\jd¤Xì\\v]ìVg_òHäh^\\E¢NN]h\\]V¾M"],encodeOffsets:[[636,8096]]}},{type:"Feature",properties:{name:"Savanes Region"},geometry:{type:"Polygon",coordinates:["@@eiYPoeOpËa]pK[]UÃ]§DiVsyBociTQiZg`_OdK®[@NkpVGhXxY°TvB|´M[zV`a~i[ùdApaZYÂs`³hgčg¶L䤢CÀfD¤bOè{Cag@hSİo~CxYǔɞUobYWƌÈǖE¶DAco·ba_Q½ÍÑSN×M±]uQůȊƁ"],encodeOffsets:[[1025,10465]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Tokelau.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("托克劳",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Tokelau"},geometry:{type:"MultiPolygon",coordinates:[["@@LIT[C@[f"],["@@E`FC@["],["@@BJKBGPVMCM"]],encodeOffsets:[[[-175308,-9559]],[[-175909,-9370]],[[-176608,-8768]]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Tonga.js:
--------------------------------------------------------------------------------
1 | !function(F,G){"function"==typeof define&&define.amd?define(["exports","echarts"],G):"object"==typeof exports&&"string"!=typeof exports.nodeName?G(exports,require("echarts")):G({},F.echarts)}(this,function(F,G){var H=function(F){"undefined"!=typeof console&&console&&console.error&&console.error(F)};G?G.registerMap?G.registerMap("汤加",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Tonga"},geometry:{type:"MultiPolygon",coordinates:[["@@IJCPLFFANMGKIC"],["@@L^HRXZLLFPJLDRFPHNRPNABQGK@GHYHSDWCGDO@GDK@UCUH_BQCGBEAGAKHW@OAC@QKKKDKL[XMPUFAHSZOJALGRARDR@F"],["@@^^VZNFBGGGKSGQAIFcHIRER@`GTGRAHD\\ARFVAHFNAJKLJTC\\IHGRGNBDC\\AHUEGODGAQGCH]HAFIDGAEIIEYSIMNOXAPER@JHCFKBEJL@@VHFFCBINGFDRLFGN@HEBIJDJ@LDHIGISIE@EDO@KECSFIVCDLDBDKLL@LH@HGNDFEHDBHCFLHLNFDANKJDHGFGKGDDLJNBLANTFJFTHP@^IbGZG^[CMMMIEUGS@EACEQGCEEOOSGMMKEQLYDSCQEMMOUOOCSB_L_RSLIPAHIJGXMLCAQL[NgJ[F]A]XaTWTYLIFMLCH@JIZAZEXK\\"],["@@HA@MEGG@GRNF"],["@@BLFFFEPFPAFKEGKAQHEAGMCFBH"],["@@BFJBLFDIEEEKBEGKBKAEG@aVOJBJFJ^BJC"],["@@FDNCDEEMEAMFEHHH"],["@@GFCPVRHK@EKQEC"],["@@DJDNB^XMJC@KQOKUGIGFMBHJHF"],["@@GKQKMGGAQJN@FFHNJ@`RCM"],["@@I@MD@HDFJANGCG"],["@@@DHZ@LFFBLFJBJFHVLHCLAnGFGHORYHWDOGYAGEIGCAGKCW@IAMDOBGNGBEJGFEJQJEH"],["@@DJf^HHJ@TBLNADVTLO@GGICGCWEKGEKAQDOC_AO@"],["@@BHNBZRFL@FL`DF@NGLFBNLFGAKBQGQCMDSAKDIJGCGMGI@aHADU@"],["@@GJPLLCFECMGDMA"],["@@ELQJDPIJKJ@ZL@BCPYHOVUDK@SOCET"],["@@EHDLATFTFJLNFBPEHSDAFKESEGKIC@OKICEH"],["@@GDAFFFRJHGIKKE"],["@@AFNZHHJDHCLDZQF@TSGMKYIGIBCEQBQJAHORCH"],["@@E@CHPFJ@HFHEJ@DEOCKBM@CE"],["@@EBGHBPLJHDFEKEA["],["@@LQGYBIEKOJKRF\\JAGPYNCFDFPENKBGNC"],["@@KI@RL@PJNBDFVHDAEO@KIB@DKDQAEGGC"],["@@EEBGI@MPDFT@HFDELEGEKD"],["@@DIHCCMKKO@KDALDDBNJHJ@HA"],["@@HDPTJFHQCQII[]MQKKEASJMP@FFDEPFNTFRHVA"],["@@GR@XFFROLKAOQEGB"],["@@BJHLBLFHJJPHjNVBXINKLKDK@]EYEIWW]GIEQBKDEDORC@QRINAN"],["@@EDKBLJBJLFNAHJLCLAFDRCAEMCGDKASGO[GYECG@JLAJHH@J"],["@@EJDF@JHF@HFFNFHHFSDC@IUOBEPFJCAIQI@GHCHFBMHG@GKHOAKBJROPIH"],["@@NUEGEDERDH"],["@@LBMMEGIKEAW@GAEDANDPAJMDATED@LHPTDJDHCNBFIJAHFDHHBHLBFPLFHFX@XP@`TLBBCVOJAFHPEJBFFL@TSAKGKBKJ@FEGIAGHGJCLDHEBODGESODOH@HMXEFCJEBGGDGDMCCDIEIQFUNAC@MHCJDCSHCEIMJIE@MBGCQGACDHJBPODIBAEFEAIDIAOIEGDFV@PCHIFODCCKAALN@JDBFTDFLLHALFH@DGLMHSFOMKKBGRLP@TIAQ[UIAFNGAIGUJKEI@CEDICS"]],encodeOffsets:[[[-180435,-22884]],[[-179172,-21883]],[[-179565,-21599]],[[-179178,-21618]],[[-179616,-21041]],[[-178981,-20730]],[[-178964,-20491]],[[-178906,-20436]],[[-178599,-20388]],[[-178576,-20318]],[[-178909,-20290]],[[-179309,-20230]],[[-178520,-20236]],[[-178560,-20302]],[[-178745,-20306]],[[-178459,-20159]],[[-179229,-20160]],[[-178676,-20114]],[[-178861,-19255]],[[-178290,-19199]],[[-178131,-19159]],[[-178199,-19144]],[[-178274,-19154]],[[-178097,-19093]],[[-178494,-18445]],[[-177938,-16327]],[[-177920,-16242]],[[-179896,-15978]],[[-178301,-19136]],[[-178186,-19130]],[[-178200,-19120]],[[-178203,-19102]]]}}],UTF8Encoding:!0}):H("ECharts Map is not loaded"):H("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Trinidad_and_Tobago.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("特立尼达和多巴哥",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Trinidad and Tobago"},geometry:{type:"MultiPolygon",coordinates:[["@@CbRBFSSO"],["@@`HXZdPBVlLVNV@RPRGxlPEjPXYlPGZRH^ERYEUUYRwWe]AQWeLWOSaeOmoeKILy@QYWS[D]R]_IBW_ASSK]ACRwJ[GF\\ETr@jj@VXNNTEL^Lnp"],["@@nHhZPXC\\jDfXªJ\\AbTdT`fM^PZZDxQhSpEfF¦xR^DXZ`WnPPO|ohBhEzLlLXTGH@`TZFbOdQYtSFC`KRiVad§PIP[QBQ]OG^iA]ZLPOPFNnHRZ\\LPT|BRE^NhEVL¦@VVVAbHVURJETb\\LMZP^HhnZMSjBLGrAºJr\\X@^VzC¦Z\\GLXFNK®GRR^MXBGWJM[UWEQiCe]QaeM_SQEQWCMHUIUqFkX³DTWCIMWCE_Lb·bXen@@S[B[{CGLE_QHWAoQ_OSO¯oyHiMuL[LWEcLkEYIYAMFOFISDsIeCSLYESJ{EYDMqWKJa@ehsN{@GcOcXoEkYwS]UeOkFILFV\\XL\\J"],["@@RCH[WIUNT\\"]],encodeOffsets:[[[-63237,10939]],[[-62201,11521]],[[-63359,10335]],[[-63169,10959]]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Turkmenistan.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("土库曼",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Ahal"},geometry:{type:"Polygon",coordinates:["@@Ü¿ŐÔɴ|ϬjȒØ̊Ȕ¥Ŵċ̘MӂRY̏¾×ǖòŵƠvі\\oƣǯÝ̗ŗQįı§ŚΡȖƏǔɅĩ£ĿġþɛȐƨËĔíƋñóŢƛЦԳ֑ĢqQùįÃþŇÓŃŋdxžİû|ĐŸïʀƀĈЃqˣNßņćúŁƢĥlƅêǵLi®şŎIƌ¦ĽaƙIJőɕ_µɫoúƧțĀǹÉeƏâtÞœǖ×Dćã¿ÂƳĚƻvşÌHĊƎʎȊՂê´hƆ³òWŘÔƌè"],encodeOffsets:[[58501,41029]]}},{type:"Feature",properties:{name:"Balkan"},geometry:{type:"Polygon",coordinates:["@@ÄƽƊƓżɵĤéłɥŁĬŃƋçÓXŗ´ñgƅé³ȉՁƍʍGĉŠËƼuƴęÀÁƁfŹÐţǃ\\ĕãaùʁKɭ¢ʱƙăŭƹŽĹÛwƿijõùlƹćŹɝvŭ͘eƨ¦ʂTƺŒxŚÞŲöĦǫƐğpǛȼó¦ÍuɃÀŔĦǨnÂÑƂRìÀŁēĤ®ÌŎÜÁ¶şēף¢ƓAơ¥āĺ~æ¹ľȦĖŜ|ƮĬİū×Ć{ƀLŪ¤êIJŔƅͤÆȼGƔvÍøŮVŎæ¬ÞeŐɃǒǥÐǝńãĀ{ȤďĀpČ×ĨʧhɝƙCőïƹȕ³cĭŬ¹ƭɁŚ~ŠśÞ̠҆ӰƖծúҾ˝ƠũCÕƔȇǚȁƸŝ̈́äҬ"],encodeOffsets:[[57784,42292]]}},{type:"Feature",properties:{name:"Daşoguz"},geometry:{type:"Polygon",coordinates:["@@ԨĤ¯ÒWŠ¡ð¬ôłfÒ·@ğì§ĨƮIþêüFòŬęîãLùƚɊƆæAhłðŚ æ½DŽJcĎŵ¾Ťâƨĺ`ĊÎǺƧŚ£ĺdĄÛùňËŎ]ɘzǂāßÞOåć{ȒšćįĈďËëUŇ͐ljǪɖSAȟُm@ՙǸyªۥƟuñŶǕ½ØZ̐ӁQ̗NųČȓ¦̉ȑ×ϫiɳ{ŏÓÛÀīńłŁɦģêŻɶƉƔÃƾ"],encodeOffsets:[[57784,42292]]}},{type:"Feature",properties:{name:"Lebap province"},geometry:{type:"Polygon",coordinates:["@@ʞđøFúŚǤiȌijðó^ƳńȭĂóŢÏÄɝa×úŭ̴ֶͅDžżģX¡ІɝżvLjŭʮƅǰÕŒēͤǵͤ¡ʐñżķȄe²©ŅƝSDZĊăëŇĥřJŃïÆͧĐ£ÙHđąċ˥uų^ɉĝÅpġýેMјȚǸѽаΝĺ̢̛ৃߠƧOѕ[©ۦǷz@՚ِnBȠ"],encodeOffsets:[[62408,42238]]}},{type:"Feature",properties:{name:"Mary"},geometry:{type:"Polygon",coordinates:["@@ƨPৄߟ̡̜ΞĹѾЯșǷїૈNĵƷqånĻéŃšŷi©ŁJǥŇǭÁƃYëÁǙ£ǯOľŽœ¿ý
ďÁEͽǡƏ¾ŷųcļɓDŽÏTƁ¡ǥƯĪYÔńýňİÄRúġr֒ХԴƜôšƌòēîƧÌȏýɜĢŀΤǓɆȕƐřIJ¨RİŘÞ̘ǰpƤ"],encodeOffsets:[[62427,40456]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Turks_and_Caicos_Islands.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("特克斯和凯科斯群岛",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Caicos and East Caicos"},geometry:{type:"MultiPolygon",coordinates:[["@@hAQcUf"],["@@ZdlAFfTrJÍIQA[h"],["@@dhPSu°M`]I¥WEM^klYFAVcAlWbQH"]],encodeOffsets:[[[-73362,21811]],[[-73262,22026]],[[-73317,22263]]]}},{type:"Feature",properties:{name:"Grand Turk"},geometry:{type:"Polygon",coordinates:["@@NbEpLlZN@J
eYQh"],encodeOffsets:[[-72861,21960]]}},{type:"Feature",properties:{name:"Middle Caicos"},geometry:{type:"Polygon",coordinates:["@@fF`]^MtB`HxQrAXT\\M\\F^[FiiFF{loDaeRki^WS{AgLIKqGKLw@OlPPajGj"],encodeOffsets:[[-73578,22376]]}},{type:"Feature",properties:{name:"North Caicos"},geometry:{type:"MultiPolygon",coordinates:[["@@r^n|NakWea[B"],["@@XxfRDKSAL`orkBUaAOmsCE|UxfD`zBdiA@u]MUeebyB[f"],["@@Nv`NIscO"]],encodeOffsets:[[[-73867,22370]],[[-73779,22451]],[[-73802,22432]]]}},{type:"Feature",properties:{name:"Provinciales and West Caicos"},geometry:{type:"MultiPolygon",coordinates:[["@@\\BvLTdVZAMcS¡e__I"],["@@jRDf]MCjdEfRDX_\\KthetItAj\\`HbtPWbKi[geKiP{U[ZUOGciJs\\USN"]],encodeOffsets:[[[-74221,22142]],[[-74093,22279]]]}},{type:"Feature",properties:{name:"Salt Cay"},geometry:{type:"Polygon",coordinates:["@@P~FE@"],encodeOffsets:[[-72929,21814]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Tuvalu.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("吐瓦鲁",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Nanumanga"},geometry:{type:"Polygon",coordinates:["@@LS@QOQKVPb"],encodeOffsets:[[180553,-6424]]}},{type:"Feature",properties:{name:"Niulakita"},geometry:{type:"Polygon",coordinates:["@@HRVpVh\\dppl`nZ`NxPLlBtCKfKpWmvs`kR_VmT
F{@mK
OqOcWikwqmeYaqOcGEF{N`kZ_Xcds[xI\\QCz"],encodeOffsets:[[183567,-11045]]}},{type:"Feature",properties:{name:"Niutao"},geometry:{type:"Polygon",coordinates:["@@^CAOYAAV"],encodeOffsets:[[181594,-6249]]}},{type:"Feature",properties:{name:"Vaitupu"},geometry:{type:"Polygon",coordinates:["@@PCTSGQ]bBH"],encodeOffsets:[[182952,-7639]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Uganda.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("乌干达",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Central Region"},geometry:{type:"Polygon",coordinates:["@@XBlÊH¼S]h}¸uvEv[szYZcjKnHdUNe\\exC^Jîh`ó@Z]Ka^onEPcZDjLgb}HPci¯B
MUHPMN}Ai\\QNq
V`YpùIKVY·V_IsncZ
Ƴ·ZoI]RYB`UCi\\
ruIaRqĂāB˿Cٯէ@Ľ@ف@ƗBʅCɷBMdN»¤KznbIdydNÀ[faV_pibdD\\bbxÔ@ÚijO|kªi[¾LdG`jªVÄE_r}FuSFvxnDMO\\ZvSz}nGl^pI\\|bj|fPnf^Rj]h]H`prCt^tLXXvPEnxnV¬Þ@h¼wrO\\phdG´pMZZzH|ejEhN¶`jAnW^wXe`axqlKyPQK{\\W`kXe@QZ~z BN`t^Af\\Lrf~FZEiL~YAjU^B~Jzr\\|vbXdfHdMdHfdXCV`p@dvZ@MTZ\\"],encodeOffsets:[[32866,1691]]}},{type:"Feature",properties:{name:"Eastern Region"},geometry:{type:"Polygon",coordinates:["@@ØLâGBäOtGch¨|CbLrvMnFp@`h|CZZEzNRpAL^dDjDfXVlJFzPjDr~nXArmTfY\\ZV\\~Z^jldbBbTXZFZzUn@`hvC¤OxnGPchKtHhpCFV|n~xƨğʪƿLD¹L¯Eů@ƋN@Bá~@X[xN|GhdfKrF`UhBV^hFt²@~e MRym~DHsRk\\MK}xs~mNu·DUK]SOAõ]I_ugsYSG©¡RqQsMFcSa{YWGsaWcFomGyyYMLwcM
{cKWF[gS@og_GUqAeUaHuFPQRQgcmGe}{UcéīAU|ċŇAk]ćDZMÝBɩHË@ĽΏ@DٰÀāĂQrJbqv[jD_VAQZ^JYp¸Å´YmdJtU`Z¸UJLoú_ZU
Mr[RBjM~ONGNVAj°OdGa~KhiYCOdmF]pLbY^@_ô"],encodeOffsets:[[33608,1514]]}},{type:"Feature",properties:{name:"Western Region"},geometry:{type:"Polygon",coordinates:["@@Y[NS@uYco@_DUcWGeNcceGWcua[{yqI}]AiVB}ZKjYF
E}eKqe[Bs]M_A}yRYf@lWX_|[RLzOLrkbwf_xWX]Bm_iµgMFfiG{YyNYoH³gc[oqP»x@g«ÝmUwFmOWuWK]sDsoqG_^^gQie]Om{eai{J[]oHk~mTyYuP[N
CwmEuvT~E`qFUÃi©H_Kc\\½jl©P{ji@ÙwÓaa[Ccja`obU\\eM¿zcJcmaLy¼£MNcȝ@ȥ@qZWBmeoUe@kaguK¡PsGeS}DYV£^eaeDgMPSQ@cUcJwYS]I{akmUQc
mJeGHsUcPwsK_YIgiVoCUccSHiLc}åcnWIÐeKiiRq@kkN[dNs[aKBXÊ]XzBxUJkxZ|O`XôMT¢K|J^UlPL¤@MVG\\tWF¤MlvìX`Wt\\vUTDpdDATRCxJhtȖlŢEHhWG°`RLzpBZjPtMRT¤ǺøĦd`GhJj[fLneb¨CtPtYR`T`\\fBV\\rA^ZzYznP^HffTI°FpbOdZb^FZjbNnkt@Bhj|[tT@lZlIFlt|@ѸӾȔɐB|ĀAdSBhQnAjfTT^nXn@jWpBpaf`NRP^hx^LtrpVbSHE^k\\DT[^C`[jOTwxN°lGhkGpr~ATX~]\\ohkHkEq^mIarOCyShSP]_[EÕco@Iwk_HUWI]_£{MLiK"],encodeOffsets:[[32866,1691]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/Vatican_City.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("梵蒂冈",{type:"FeatureCollection",features:[{type:"Feature",properties:{name:"Vatican City"},geometry:{type:"Polygon",coordinates:["@@LJLAEKQD"],encodeOffsets:[[12745,42908]]}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/aomen.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};o?o.registerMap?o.registerMap("澳门",{type:"FeatureCollection",features:[{id:"820001",type:"Feature",geometry:{type:"MultiPolygon",coordinates:[["@@LADC^umZ@DONWE@DALBBF@H@DFBBTC"],["@@P@LC@AGM@OECMBABBTCD@DDH"]],encodeOffsets:[[[116285,22746]],[[116303,22746]]]},properties:{cp:[113.552965,22.207882],name:"花地玛堂区",childNum:2}},{id:"820002",type:"Feature",geometry:{type:"Polygon",coordinates:["@@MK@CA@AAGDEB@NVFJG"],encodeOffsets:[[116281,22734]]},properties:{cp:[113.549052,22.199175],name:"花王堂区",childNum:1}},{id:"820003",type:"Feature",geometry:{type:"Polygon",coordinates:["@@EGOB@DNLHE@C"],encodeOffsets:[[116285,22729]]},properties:{cp:[113.550252,22.193791],name:"望德堂区",childNum:1}},{id:"820004",type:"Feature",geometry:{type:"Polygon",coordinates:["@@YMVAN@BFCBBDAFHDBBFDHIJJEFDPCHHlYJQ"],encodeOffsets:[[116313,22707]]},properties:{cp:[113.55374,22.188119],name:"大堂区",childNum:1}},{id:"820005",type:"Feature",geometry:{type:"Polygon",coordinates:["@@JICGAECACGEBAAEDBFNXB@"],encodeOffsets:[[116266,22728]]},properties:{cp:[113.54167,22.187778],name:"风顺堂区",childNum:1}},{id:"820006",type:"Feature",geometry:{type:"Polygon",coordinates:["@@ ZNWRquZCBCC@AEA@@ADCDCAACEAGBQ@INEL"],encodeOffsets:[[116265,22694]]},properties:{cp:[113.558783,22.154124],name:"嘉模堂区",childNum:1}},{id:"820007",type:"Feature",geometry:{type:"Polygon",coordinates:["@@MOIAIEI@@GE@AAUCBdCFIFR@HAFBBDDBDCBC@@FB@BDDDA\\M"],encodeOffsets:[[116316,22676]]},properties:{cp:[113.56925,22.136546],name:"路凼填海区",childNum:1}},{id:"820008",type:"Feature",geometry:{type:"Polygon",coordinates:["@@DKMMa_GC_COD@dVDBBF@@HJ@JFJBNPZK"],encodeOffsets:[[116329,22670]]},properties:{cp:[113.559954,22.124049],name:"圣方济各堂区",childNum:1}}],UTF8Encoding:!0}):t("ECharts Map is not loaded"):t("ECharts is not Loaded")});
--------------------------------------------------------------------------------
/app/static/echarts/gan1_su4_jia1_yu4_guan1.js:
--------------------------------------------------------------------------------
1 | !function(B,A){"function"==typeof define&&define.amd?define(["exports","echarts"],A):"object"==typeof exports&&"string"!=typeof exports.nodeName?A(exports,require("echarts")):A({},B.echarts)}(this,function(B,A){var D=function(B){"undefined"!=typeof console&&console&&console.error&&console.error(B)}
2 | return A?A.registerMap?void A.registerMap("嘉峪关",{type:"FeatureCollection",features:[{type:"Feature",id:"620200",properties:{name:"嘉峪关市",cp:[98.289419,39.772554],childNum:2},geometry:{type:"MultiPolygon",coordinates:[["@@HEDADA@ABABA@@@C@C@G@@@ABA@A@C@@@@B@D@BB@A@@BA@I@A@AAAAAAACAAAEEAA@AC@AAA@@AA@AAEECCAAAAAA@AACAC@E@@@A@@AE@ACE@AAC@AAC@AAACEACAAEAGEAAAAABADCDCDAB@BA@C@AAEBC@CBA@@@CBA@IDG@@BGA@B@@A@A@@@AAA@AACA@@C@A@@@A@@@A@AB@@CBA@@BC@CBA@ABABCBEBEBABABA@EFEDABABCB@@A@@BADCBCBA@@BC@@@ABABA@ABABCAC@CAA@ODEBA@@BABAD@DAD@@ABKBCB@@CBC@A@A@A@AB@@@BBBB@@BBF@BBBDDBDBBAB@@A@A@C@CCC@CBWLIDGBM@M@MAI@OCIAECCAMMEGEECE@AAA@EAE@@@@G@wBS@c@ÁB@AemWSIIJGFCDAFQVCDCDAB@B@BCDCBEBEBEBC@K@A@C@EDC@ABEAC@C@KDSDGBA@GFCBO@[@C@AB@@DB^RBBFDHDDBBBTLB@DDJDBBBBHDB@NHBBHFB@RLJFJDDDLFPJBBJFHDLFDDDB@@BBBDBDFHBBFLDD@BBBBDBBBDDFBBDBBBHDJDFBDBB@BBBBFBFDFBJDHDBBB@BB@@@@GHADuxORCFMPAB@@@@@BBB@@@BFDDF@@@@B@BDFDJDBBHDDB@@B@@BBB@@BBDBBBHDB@B@DBBBB@DBDBF@@@DDDBFB@@B@@B@@@@AB@@C@AB@@A@@@A@@@@@ABA@ABC@A@CB@@A@ABA@A@CAEBA@@@@@@@@@@@@@A@A@A@@@A@@BA@@@A@A@@@@@A@ABA@A@BBD@BBDBB@@B@@@BC@@@@B@@@B@@BBDBB@B@B@B@B@B@B@@@BB@@@DBBB@@ABB@@B@@@BB@@A@@B@B@B@B@B@@B@@@@B@B@@BB@B@@B@B@DBB@DADBB@B@DBDBB@D@@@BA@@B@DBB@BD@BB@BBD@FBB@B@DA@@B@BB@@BAB@@@BBD@BBB@B@BB@@@@@BA@AB@@@BAB@B@B@B@BAD@@@@@B@@@BA@@B@@BB@BB@B@@B@B@BA@@BBBBDB@@@@B@D@BABAB@DABADADABCDCBAB@B@@@B@BDBDBD@JChINCDAJAFAPETCBAFAD@PCdILCFAZAL@ZAJ@XATAN@LAH@H@D@F@B@FAB@L@RApAPAD@B@D@DB@A@@@@AA@A@A@@@@@AB@@@B@FBJAD@F@B@B@@@@@B@@@B@@AD@BAF@BA@@F@JBJ@J@DBF@D@DAD@BBD@D@B@B@@@@B@@@B@@@@@@B@@@DADAF@BA@BF@BBB@BBDBD@HBDBDBBBBBB@@@BBB@BAFAB@@@D@D@FAB@B@@ADCBAB@HABABAB@BABAB@F@N@J@H@F@BBD@DDDBD@HFJDHBBBB@@B@B@D@@BBF@H@@AB@JGBADE@AFCHEDCDCD@@AD@@A@A@@CA@AA@@ABA@ABCBC@A@A@AAA@AA@@AACAC@A@A@A@ABC@A@EBA@@BC@@@CB@DAB@B@D@HAHA@@@AB@BAB@D@B@BAB@B@@A@@CICEACAA@@JI@@@@KIMKEEEEECIICA@@A@@A@AA@AAAAA@CA@@@@FC@@@A@@@AA@AAAABA@@@AB@BAB@@AB@@AAABABCBADE@A@@@C@@AAAAAAGECACAA@OA@ACA@@A@A@@@AA@AA@@@CAAACACAAA@@A@AAA@EACCA@@@A@EAAAOGE@ECA@CAAAA@UIMECAOEA@GCICUI@@KEEA@@A@@@AAYI@A@@@AA@CA@AA@@ABABG@@BA@ABG@CDABEBCBA@@FCDABADA@AB@DABAD@DCD@DAVGB@BAJE"],["@@HDFBHBB@@@B@@@CAAAAAAAA@@AAC@@ABID@@@@"]],encodeOffsets:[[[100760,40692]],[[100197,40667]]]}}],UTF8Encoding:!0}):void D("ECharts Map is not loaded"):void D("ECharts is not Loaded")})
3 |
--------------------------------------------------------------------------------
/app/static/echarts/guang3_dong1_dong1_sha1_qun2_dao3.js:
--------------------------------------------------------------------------------
1 | !function(e,o){"function"==typeof define&&define.amd?define(["exports","echarts"],o):"object"==typeof exports&&"string"!=typeof exports.nodeName?o(exports,require("echarts")):o({},e.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)}
2 | return o?o.registerMap?void o.registerMap("东沙群岛",{type:"FeatureCollection",features:[{type:"Feature",id:"442100",properties:{name:"东沙群岛",cp:[116.887613,20.617825],childNum:4},geometry:{type:"MultiPolygon",coordinates:[["@@N\\`ZrDVBrCf]\\mRmBqWY]OoFyZe^a\\SfA^"],["@@JVZNT@B@TSno\\cB_ES@AWCaAaR]dOfId"],["@@IBGBIBEBID@@AB@BB@@@BBA@BD@@DBDBB@B@B@DAFCFAD@B@DCB@B@@ADGBCA@E@"],["@@tJrHtC^BvGj[JK\\{R§CS]{Ycc_q]K{AuLUJSPCJBLFHNFKNlRtn`CMhQJ]BuDUCKCIBIHOFK@[AQAKDCJDHHBFFCN@HDF"]],encodeOffsets:[[[118726,21604]],[[118709,21486]],[[119538,21192]],[[119573,21271]]]}}],UTF8Encoding:!0}):void t("ECharts Map is not loaded"):void t("ECharts is not Loaded")})
3 |
--------------------------------------------------------------------------------
/app/static/echarts/guang3_dong1_zhong1_shan1.js:
--------------------------------------------------------------------------------
1 | !function(A,B){"function"==typeof define&&define.amd?define(["exports","echarts"],B):"object"==typeof exports&&"string"!=typeof exports.nodeName?B(exports,require("echarts")):B({},A.echarts)}(this,function(A,B){var C=function(A){"undefined"!=typeof console&&console&&console.error&&console.error(A)}
2 | return B?B.registerMap?void B.registerMap("中山",{type:"FeatureCollection",features:[{type:"Feature",id:"442000",properties:{name:"中山市",cp:[113.39277,22.517585],childNum:1},geometry:{type:"Polygon",coordinates:["@@FCDABABA@AC@GAEACAA@ICCACA@@EA@@A@ACEGEA@@KCCAICEAOE@@CCAAA@G@GBIBCFCDEFOTCDINEFA@A@CAAAA@ADAB@B@@A@EDAAC@ABCBA@SJMJCBCD@@EFCHCDCJCJABCJAFAFADKXITCLAFAF@@@B@@@J@RGLEJMLEH@@@@KN@@QVCDABKLGJEHCBSLAJCJCJAH@H@H@D@N@V@FELCFEH@@EHEL@FADCPEJADGJADKN@B@@@@GLADCFEJKLABMJABQTIHD\\CT@D@DADALADADCFCHABAFABA@@BADCBCDIL@BCJAB@B@@A@@@CD@@@@CDA@FDAD@@@@@D@@@B@B@@AB@@AD@BDHAB@@@@ADDN@DBHDFBF@@@@@@@@BBDAB@B@D@BB@@@H@FC@C@@ACJABC@ADD@@BBBB@D@ADABEFBBDB@@@@@@@@B@BABBBB@@@@BB@@@@BB@B@@B@@@@BB@BABDBAB@A@DDDABCB@@@BABAD@@ADABAB@B@B@B@BBD@D@DB@@D@@@AB@BAD@FFHBBDD@@@B@B@D@HJBHHHHBB@@DDDFBBBFDDDHHLDJBBBNFD@BDBDBB@JABAHEB@HIBEDEFEDCJBBD@@FFFH@@@@HFDBB@N@DAFAJAB@DBD@H@@@FBJBF@JDHB@@BB@@@BAB@@@BA@@B@B@@BB@BBB@@@BB@B@BBB@BBB@BB@@B@BB@@BB@@BBB@@BB@@@@@B@@BB@@@BBB@DB@@BBB@B@BBB@D@BBB@BBDHHHHCHGDAJEDCTK@@@@JEHC@AFCB@DANGJCLCFAL@F@H@DANADAfK@@EM@@@@AANKBA@@HELGBARMNIFABAJELGHELGNIVOAQEAC@C@@A@@@AHMJOFIDELQ@AFKDABCHKFG@AFFHEFFFCBBDEJGDAFCFAB@L@DAPIJELKfVuDKTAjATBoGk}ki][I@IBU@A@ODAAODABA@CAA@CAACCAABABC@AAAAAC@AA@CACBEFCDC@ECAACACAGAACBM@GCAC@CCECAE@CBEBCDCDC@@AEBEACAC@A@AD@BABA@EB@@AAA@@@A@EAA@@AAAA@A@CBC@@@AA@@@A@@CBEB@FADAAC@CBAB@DABABAAABCDABA@AACCAOGE@C@@BA@@@A@CBAAA@BA@A@@@@AA@@AAA@A@@@A@AA@@A@A@@B@@@AA@@BCCAACCBA@@B@DCDAAA@@@@BA@@BAB@@BBABBBCBA@@B@JIAAJIBC@@AADC@@@AB@@AB@BA@A@A@@BABABC@@DB@@CE@@B@@@BACADEDABCDB@BB@BBBAFG@@@ABABC@@@@@C@A@@@A@C@@@@@A@@AA@A@@@@@A@CGDAC@ACCEAA@A@A@AA@@C@AAA@A@A@A@@AA@A@@@AAABA@CACAA@CCC@@EBC@A"],encodeOffsets:[[116204,22767]]}}],UTF8Encoding:!0}):void C("ECharts Map is not loaded"):void C("ECharts is not Loaded")})
3 |
--------------------------------------------------------------------------------
/app/static/echarts/hai3_nan2_bao3_ting2_li2_zu2_miao2_zu2_zi4_zhi4_xian4.js:
--------------------------------------------------------------------------------
1 | !function(B,A){"function"==typeof define&&define.amd?define(["exports","echarts"],A):"object"==typeof exports&&"string"!=typeof exports.nodeName?A(exports,require("echarts")):A({},B.echarts)}(this,function(B,A){var D=function(B){"undefined"!=typeof console&&console&&console.error&&console.error(B)}
2 | return A?A.registerMap?void A.registerMap("保亭黎族苗族自治县",{type:"FeatureCollection",features:[{type:"Feature",id:"469029",properties:{name:"保亭黎族苗族自治县",cp:[109.70259,18.63913],childNum:1},geometry:{type:"Polygon",coordinates:["@@A@AAACAAAAGA@@A@@C@CBC@@AC@AAG@AAG@EBG@G@EAGAAB@DIDAB@@C@A@@DA@@DABBB@B@F@B@DC@@BC@ABMFCD@B@D@@@B@@ABAB@B@DBDBDBH@B@@A@A@C@AFADG@A@ACE@A@@@@@ICAEGC@@@C@AAIE@@AMBABA@ABKCIIMACAAA@GCKDAB@BABAA@AAA@CB@AAEAE@AB@@@BAF@B@DAFA@A@A@AACEGBA@AA@@CCCCA@E@IB@@AB@L@BA@AFABAB@@C@ABCBAB@BCCCAA@C@@BAA@A@A@A@C@@@KACCQAAC@GAGCEA@@ABABAA@AECMGC@A@G@A@@@@A@@@@@A@@AE@A@@@@BA@ABAAAAA@C@A@@@ABCBABA@AAA@@@@A@ABC@A@A@AA@@@@CCCCCEEI@GAC@ACK@A@OBEBABI@GAA@@CFCDEB@@CDEFA@CCEGEG@I@ABC@K@@C@A@G@@A@A@A@AAAAAA@AA@CDEBABA@CECEACB@@CD@B@@A@A@EAAAA@@@AC@A@A@A@@A@A@GBAAA@@@A@A@ABCBA@A@A@CACBEBADABABADA@@B@BAAA@@A@A@@ECAA@@@@A@C@A@@BA@@@AA@@ACCACAA@A@@BA@@@A@AAA@@A@@AAA@@@A@A@E@@@CAAA@@AAA@C@ABA@@B@@A@@B@@A@@@AA@@C@@@ABCFCDA@@BA@@@CAA@@@AAA@A@AAA@@AAAAAAA@AABIFA@EB@B@@@BE@A@@BA@A@A@AA@@ABA@A@AAA@A@A@ABCAC@AA@@CBA@C@@@CBAB@B@BAD@H@B@@@B@@@B@B@@ABID@BAJ@@A@AB@@@B@@@@ABA@KD@BEDAD@BA@A@AB@@@H@BAB@B@@B@@@BA@@BAB@BAB@HHBB@B@B@B@BB@BF@B@HABIH@B@JBBDB@@@B@BBN@BDBBBAFADBBDFBBJHBBBB@B@B@BAF@DA@BBBB@P@BAB@F@BAH@BBB@PBDAFA@CDGDEBABMBA@IBEBCBAR@BCFA@@BCCE@A@C@A@A@ABIAGDCBABC@IFOCCAC@M@CDCBABA@EBEDEFEBABC@A@AAA@ABAA@A@AAAECC@A@ABAB@@AD@DDB@@BB@B@D@BAAABA@ADABBF@BAB@DABCDAB@DABAD@B@B@DADA@C@BDABCB@BBD@@@BBD@B@PAB@BED@DB@@BBBBB@BB@B@B@DABBF@B@H@D@F@D@BBDBFFDDDDFLBHBF@@BDFFDDB@BAFADAB@B@F@B@B@BA@ABAD@F@B@@ABABAD@DBF@D@@@@@BAD@F@D@D@FBNFDBHBDBB@@@BAB@BADAD@BADA@@D@D@B@DDBB@DBD@BD@LBD@DB@@@B@@@DCBCHADABABAB@B@D@@BD@BDB@@BB@BCH@BAJCJ@D@@ABCB@D@D@B@BDBDBBBDBHBDBBBBBBDBB@FBFBBBBFDB@@B@F@BBBDDJBDBDBDD@B@@@B@B@@@@A@A@@@@@@@@B@@@@B@D@B@@@DADAB@@@FBDBDAFADA@@B@@@BA@A@EAE@CAE@CA@A@C@A@A@C@EAAAAAAEBA@ABAD@B@F@B@DADAB@BABG@E@AB@BAB@BABA@@BADGBEB@B@FAB@BB@@B@B@@@B@BCB@BADABA@EBADCFCFCBAB@@@@@@D@BBB@BDDDH@BBB@@B@@@FAB@@AB@@@BBBHDH@@@B@BABAD@D@B@BBBDDB@BB@F@BDD@BBB@B@B@BAB@@@BB@@@D@@@B@@@B@BAB@BBB@DBDBB@DAF@DADBB@DBD@B@FB@@BBB@B@D@FAB@DCDAFAF@F@BBB@B@D@BAB@B@@ABBB@@BBD@F@FBBBB@@@B@BCHADADAB@DELCL@@ABEHAB@B@FAB@BEFABADBD@B@B@BABAB@BABABA@AB@@BBBBBBBBB@BBBB@@ADADAF@B@BBFBBBBB@BBB@@BB@BB@@@B@D@B@@CDABCBCHAF@@@BBB@@BB@@@BBB@BBBBBB@@@D@B@D@B@F@B@J@F@DBHBB@@B@@D@HAB@DCDCB@DAB@@AHGHGFAFAD@BBLBL@FDF@B@B@DCDCB@BC@@@EDE@@AAKKCCACAGECCAAAAC@CAE@GBC@CBCAE@CAE@@BABANAPCB@@A@AEYAC@A@A@ABADAJCBA@AA@IK@A@E@CBCBAFCFCB@D@HBNDJFHDB@B@@@@@AC@E@IBGBEBA@@B@DAH@L@F@B@@@@@AC@A@C@EBA@@BAFABAHOBAFEDCDE@@@C@AAACICA@AAG@AA@@@E@CBA@AAA@@AAA@A@CBADEBCBCBCBE@EBEAE@A@@AAA@A@CBA@ABA@AAA@A@CBAA"],encodeOffsets:[[112453,19083]]}}],UTF8Encoding:!0}):void D("ECharts Map is not loaded"):void D("ECharts is not Loaded")})
3 |
--------------------------------------------------------------------------------
/app/static/echarts/hai3_nan2_chang1_jiang1_li2_zu2_zi4_zhi4_xian4.js:
--------------------------------------------------------------------------------
1 | !function(A,B){"function"==typeof define&&define.amd?define(["exports","echarts"],B):"object"==typeof exports&&"string"!=typeof exports.nodeName?B(exports,require("echarts")):B({},A.echarts)}(this,function(A,B){var C=function(A){"undefined"!=typeof console&&console&&console.error&&console.error(A)}
2 | return B?B.registerMap?void B.registerMap("昌江黎族自治县",{type:"FeatureCollection",features:[{type:"Feature",id:"469026",properties:{name:"昌江黎族自治县",cp:[109.055739,19.298184],childNum:1},geometry:{type:"Polygon",coordinates:["@@@A@@BCBA@@DABABC@C@EAA@ACEEGCEAA@ABABABADCBC@C@CAG@C@@@CBC@@B@BABBB@B@F@B@@@B@@@B@BAFA@EAAAE@CACA@@@A@A@@BA@AAA@CCACACCAAAACAACACAC@A@CCCAAAACCKAC@E@ABU@CAACAA@A@A@E@@@AA@@AA@AEAAAE@EAA@C@CBA@@@C@G@C@EAA@@ACCAAAAAAA@A@C@ED@@A@C@A@EAA@CBABC@CBGDCDEDADADA@EBCBCBC@ABA@A@E@A@A@E@A@A@ACACA@C@CBG@C@@@A@AAAA@@AACAA@A@A@E@CB@@AA@@ACAGAEEKGKCCAC@@CAA@ABABCDA@ABAB@@A@ABA@@@A@ABA@ABADA@AD@BAB@B@@CD@BCBEDADAB@BA@ABA@A@A@ABC@AB@B@BAB@DBB@HBD@@BBBBDBB@BDBB@@@F@L@F@BBB@BDB@BDFDB@DBB@DA@@BBB@BFD@BBD@D@@DD@@@B@B@B@BDF@B@B@@ADAD@@@B@DBD@DAD@FAF@@@F@B@B@B@@@BABA@@H@B@@ABMhADAJABAB@@AAA@C@CBWHG@@@A@A@@@A@@@A@A@A@A@KJMHCBA@E@C@G@E@C@AAAAACAACAC@EDCBC@@@ECC@A@A@KNEHA@@D@B@DBL@DBD@DBB@DABABADABBDBBDBD@BB@FBD@DABABBBABABAD@DBBBFBBB@BB@@@DB@BDBBBB@@DAB@@B@D@FAFAD@BABCB@BAB@B@BABAB@BABCBCBC@CACAA@E@EBCBCBC@@BABBB@B@DCB@BABBBBBD@HBF@B@BDDBDF@BCBIDG@C@C@EBEFMPCFAFCNCLAH@P@JABEDCFCLGJGHKBODG@G@E@GACACAA@CAE@IDEBIHGHCBEAG@G@E@ABEBIFKHQLIDGBE@CBEBABAFCFEDABEDGAIAGEGEEACAKAO@G@EAECECC@CBGBWHSDKFKDGBEBIBMCKBKBSFMHEDCDCHCLAD@BADABGFCDED@@ABADCFCF@DCFGDADAHBFCJCLIPUZNVZ^`N\\LXDf@@@\\BTDdRNNHLT^NV\\XbNfJBBZLVNl\\FFf`h`@@PeDGDGFGDAB@BB@@B@DBF@FAFADADEBC@CBA@ABAB@DAB@B@DAHCD@FAD@B@@CBKBIBEBABABAFABA@ACABIBCDG@CDABE@GAC@AFCHCDAH@F@H@HDHFFBJFHAFAJE@A@EAC@@@A@EBIBG@QDMDIFK@UGKIGCG@CAMFQJI@@FCDCLELCB@DANBPAJKDQFKFITKL@DBDBJBBA@ABEFMFCFGHIHGBEDCDEAQ@E@AAECGAEEMAECOGMGQGMAKBADQDKJQLMTKFEHCJEJIDKAMCC@CBMFGLWBKBEDIBODGJAHBHBPJB@DBB@B@FAHAHEDABADIBCBAD@B@B@BBDB@@B@DADABABAD@F@B@B@DBB@B@B@B@@ABA@ADCBCDABAD@BAB@B@B@F@B@@@B@@AB@@@@@DBFD@@B@@@B@B@BA@@BAB@@@B@@@@A@C@CDE@A@EAG@CCA@C@A@@DA@C@EBABEB@AC@A@CB@@AB@@ABC@A@EAC@AAA@CBA@A@AAC@A"],encodeOffsets:[[111904,19466]]}}],UTF8Encoding:!0}):void C("ECharts Map is not loaded"):void C("ECharts is not Loaded")})
3 |
--------------------------------------------------------------------------------
/app/static/echarts/hai3_nan2_dong1_fang1.js:
--------------------------------------------------------------------------------
1 | !function(A,B){"function"==typeof define&&define.amd?define(["exports","echarts"],B):"object"==typeof exports&&"string"!=typeof exports.nodeName?B(exports,require("echarts")):B({},A.echarts)}(this,function(A,B){var C=function(A){"undefined"!=typeof console&&console&&console.error&&console.error(A)}
2 | return B?B.registerMap?void B.registerMap("东方",{type:"FeatureCollection",features:[{type:"Feature",id:"469007",properties:{name:"东方市",cp:[108.651815,19.095351],childNum:1},geometry:{type:"Polygon",coordinates:["@@K@CAAAEGEGAEAAAAAAAEA@A@A@CBABKBE@A@A@@@AAACA@CAA@C@EBKFCBA@C@GACAA@CBYBWEMCQCIEKEIGSKQQWIUGSOKIQSEEKIM@OBMBKAKKGFILOPKDICECS@I@C@KAIBA@A@ICUMCE@EAEKAVCT@BIV@DIJ[`qrapI^@BA\\@TDTL^LLdd\\ZDFHT@FGCl@JA\\ADOLQLIRAFS|K@HA`@X@R@FD\\DjBRJBRHvFXNZbtZVYJODKDIAEBGBCHCDE@CDEDEBCBA@@FCDCHEBABC@ABCDKDGDCFCNGTELALANDJAFAHALCLETCXGHADAD@FDFDFBH@P@LBDBFBHFHFJBHBFCBAFCDEBEBAFADAF@HAJCRKLGJEFABAF@H@H@FBDAHGJGFAJCF@DBB@DBDBHBF@H@H@PCLAHGHIDKDEFCBA@I@OBGDKDMBEDENOFEFAD@D@H@JCDA@ACECAACA@E@GAC@AAAABA@ADA@C@AAABA@AD@DADAFAF@B@DBDBD@DADABA@ABABA@A@ABA@ADABA@ABCBE@E@C@AA@CB@@AAAAACA@@C@@AAA@AAAEAA@CBCBABAAABABA@CAC@EAAC@CAAAACBABCBABA@CAA@CAC@CAK@C@A@CB@FGLMB@B@D@FD@@D@DAFCD@DBBBBDBBBBD@F@H@D@F@B@DANGLIB@B@B@B@@@B@@@B@B@@@H@XGDAD@B@BB@@BABABIBCNgBA@@@A@GB@BA@A@@@A@A@A@E@@BE@EBC@CAC@C@A@@BCBC@@@A@ACE@A@A@A@A@@CC@@@CAC@AEC@AAA@AB@@CAA@CCACE@ACA@AAA@A@E@K@E@@AAACA@CAAAAA@@AC@GAA@CBA@A@ABAD@BAB@B@B@BAB@@ABABCFCDA@ADC@@@ABA@ABCB@BCBAB@BAB@@@B@BAB@@@BABAB@DCBABABC@AAKCOCAGAGAEBG@E@IAGCIICECCGCGIAC@EAS@M@EAEIKA@CBC@K@MAE@AAAAAEA@AAEBCBA@C@C@E@CBGBC@IBGDABA@AACCA@CAA@"],encodeOffsets:[[111624,19257]]}}],UTF8Encoding:!0}):void C("ECharts Map is not loaded"):void C("ECharts is not Loaded")})
3 |
--------------------------------------------------------------------------------
/app/static/echarts/hai3_nan2_lin2_gao1_xian4.js:
--------------------------------------------------------------------------------
1 | !function(A,B){"function"==typeof define&&define.amd?define(["exports","echarts"],B):"object"==typeof exports&&"string"!=typeof exports.nodeName?B(exports,require("echarts")):B({},A.echarts)}(this,function(A,B){var C=function(A){"undefined"!=typeof console&&console&&console.error&&console.error(A)}
2 | return B?B.registerMap?void B.registerMap("临高县",{type:"FeatureCollection",features:[{type:"Feature",id:"469024",properties:{name:"临高县",cp:[109.690508,19.912025],childNum:1},geometry:{type:"Polygon",coordinates:["@@A@MGCCEEEBADAB@@@@CDABAD@BA@E@EBAACB@FC@AABCDADCAAEFA@A@@DADA@@@@EA@A@BBAB@@@B@B@D@@AA@@@BABCDEBCB@@@CBA@@DEBAA@AA@CB@@AABABBB@B@BA@A@A@@DE@BD@BCFCFA@BIAA@A@BCFBBAD@BCBDHIBBJAFFJDDTF@BEAC@E@ABA@C@CAC@G@EACFABEC@EC@EJCDE@IAM@AACECACDM@CFGBIPUIE@GBBHDFFHENCHOJGFFF@PADABENCFC@A@CAABA@CFCJBN@JD@BABCHEH@DB@@@@FBDDFFJFB@@BAJLCB@FD@FDDDFBH@N@JABBD@@@BBH@@@@@B@FGVIFMBIBGFCLAHAHCNAJ@F@F@F@BBD@@@D@FBVALAHCT@JCJOFQFaHA@IDwNRjFRJ\\LfLR~p\\ZBBNJNDZF^FNDP@N@ZLDBFHJHDBJDNDP@FALAB@N@PDTDL@NCTKZ]DEZUNCXAHBH@LDLHNJNFNDR@LALG\\KJ[PiJ]JQJCD@LAAK@K@QCKCG@A@@KMEAADGB@DCDAAE@CB@B@BENKOCBE@E@EABADCBCBCBA@ABC@AACAAAAC@ACAACCDAH@FADAFG@ADCBADAD@FBD@D@@@B@BA@ABA@A@CB@BAB@DBB@BAF@B@BA@@@AAE@I@A@A@C@AAAC@I@AAA@AI@C@AFAHAHADK@CGAAACAAC@IEO@CBCHAPGBADGHCFG@CAEAECI@IAACIAAA@GAAADKBGBEEMAWACEGIKGIEECCEKAO@UIQCM@ICIKEC@C@KCMGEGAOCCKIGEAIFMHATEDGOIKACBMDIAKBKHEHG@@@CA@EGSIMAGEGEAE@CAE@IGCBE@E@GDCAADEBCDAB@BD@B@B@D@@@@DBBDD@B@@@BB@@BAB@AAC@AA@A@A@A@@@@@D@@A@@@AA@@AAAA@CBABAB@@AB@BAB@@@@@A@@AAA@@@B@@@B@@@BADA@@BA@@BA@@@@@@@@EAA@A@ADQF@AA@"],encodeOffsets:[[112356,20057]]}}],UTF8Encoding:!0}):void C("ECharts Map is not loaded"):void C("ECharts is not Loaded")})
3 |
--------------------------------------------------------------------------------
/app/static/echarts/hai3_nan2_ling2_shui3_li2_zu2_zi4_zhi4_xian4.js:
--------------------------------------------------------------------------------
1 | !function(B,A){"function"==typeof define&&define.amd?define(["exports","echarts"],A):"object"==typeof exports&&"string"!=typeof exports.nodeName?A(exports,require("echarts")):A({},B.echarts)}(this,function(B,A){var D=function(B){"undefined"!=typeof console&&console&&console.error&&console.error(B)}
2 | return A?A.registerMap?void A.registerMap("陵水黎族自治县",{type:"FeatureCollection",features:[{type:"Feature",id:"469028",properties:{name:"陵水黎族自治县",cp:[110.037503,18.506048],childNum:2},geometry:{type:"MultiPolygon",coordinates:[["@@BBB@@@@A@@@@@@AA@@@@@@@AC@@@A@@D@@@@B@B@"],["@@KQSKqOoQOA_BSFUF_LeFE@UBW@WEIAIASSEUWCNA@EAEHLDBBAB@FAJAF@DCD@BADAD@B@F@FBDB@HBB@J@JDB@BBBDBD@H@F@B@@@@@@@BBB@DBB@@@BDD@@BBBF@FCJAFADEDCFEHADC@I@G@IFCBABCDAFAFAB@BBFBDBD@DB@BBBB@@@@JAF@B@DDDD@@BBB@HADFBBB@B@B@BE@C@ABE@A@@BAF@FBBBA@@DBB@BBBBA@ABALCHDB@BBBDJNDJAL@BABABBN@@JFBBD@@@D@FHDB@J@@@@@BDF@B@BCHEB@B@D@B@BA@G@CACACAA@A@AB@BA@@@C@A@C@EDAN@BAD@@CDA@E@A@A@AACB@@CB@@@B@DA@CBCJA@BBBH@F@HAH@FBH@BBH@BBD@@AD@D@DB@@@HBBBBBBDBBB@BBDAB@B@BBB@BAB@DAB@B@BB@@@BBFAF@FAFADADADCFAB@D@BBB@BB@BBB@DAF@@@B@@BBH@BDBDJBB@B@D@@CFCDEFABGPABEBAB@@AB@F@D@BBD@@@@A@E@K@G@CBA@@@ABAFAH@J@FBD@@@@A@A@GCIEMCGAC@A@EDEDABAD@D@F@BJLB@@BABIDCBAB@B@B@BBDFZ@B@BA@ODMBABAB@@BF@DBFAD@DAD@HBF@DBDBBDBFDBHBDDDLLBB@@BEBCAA@ABADA@CBAFE@A@@D@F@B@B@B@FGJEFEDAFEBGBC@CBCBABABA@A@CAC@A@C@ABC@KFM@ABAB@BBB@B@B@@@HKHIFEBAB@H@B@DBBBB@DBD@F@JADAD@B@BBBBBBB@FHBD@@BBB@BBB@BBBD@DBD@@@BB@B@D@BAB@B@@BDDFJDBBBDAB@BABABGDGFIDABAB@BB@B@@BD@@@BDBDBBBB@HHHHFJBB@BB@B@B@B@B@BB@@BBBB@@D@B@B@D@BBBB@@BDBBBBDBDBF@BBB@@@F@B@D@D@DBB@B@@@D@D@B@B@@@DABCHEBABAB@DBB@B@@@DABCDE@E@@DAB@DCBADE@A@GBADCFAFEDEDCDADAF@F@@G@EACAA@E@G@EFM@C@AACAEACAEBC@GBGDM@GDIFSBAHEDA@A@CBK@ABAFIHGFCDAB@B@FBBBD@L@J@F@B@DAB@BA@CBADEDADAHGJIDAH@F@DBB@B@BABCFIHK@AD@B@BABAFEDCBAB@BBB@FBBDFFBBB@HBBBBB@BBBBBB@B@D@D@FAB@B@@CBC@ABADAHAD@F@B@D@B@DAJ@D@D@BAaaW}[MECUQOMGGACQaEaG[GmAQAMGcAIGO"]],encodeOffsets:[[[112789,18878]],[[112729,18833]]]}}],UTF8Encoding:!0}):void D("ECharts Map is not loaded"):void D("ECharts is not Loaded")})
3 |
--------------------------------------------------------------------------------
/app/static/echarts/hai3_nan2_qiong2_hai3.js:
--------------------------------------------------------------------------------
1 | !function(A,B){"function"==typeof define&&define.amd?define(["exports","echarts"],B):"object"==typeof exports&&"string"!=typeof exports.nodeName?B(exports,require("echarts")):B({},A.echarts)}(this,function(A,B){var D=function(A){"undefined"!=typeof console&&console&&console.error&&console.error(A)}
2 | return B?B.registerMap?void B.registerMap("琼海",{type:"FeatureCollection",features:[{type:"Feature",id:"469002",properties:{name:"琼海市",cp:[110.474497,19.259134],childNum:1},geometry:{type:"Polygon",coordinates:["@@OEMGOGKGECIGA@MEKEOCIASGIAMAACC@@A@A@A@ABAAGBGA@@AAA@A@@A@A@@@A@@@@A@ACAA@EAA@C@C@E@AAAACAA@A@C@AAC@A@CF@BA@A@A@AC@@A@C@@@A@@A@ACGIIECMEGCE@CDC@QAIEICYE@BA@A@@@CBADAFABCDCDAD@BAB@BAB@@@BAB@BAB@BABABCB@BA@@@AAAAAACAAAA@GB@@EA@@A@ABA@A@A@AAECA@A@@@A@A@ABABABAB@DBD@DBBBF@B@BABC@C@CBCAA@AAAA@I@E@CDEBABA@CACA@CAE@C@EBCBABAFCJCDEBCBCDAFA@CCIQAB@B@BAB@B@BABCBAD@BBDBF@DB@BBBB@@@BABABABABC@E@CBCBIN@DADCBEBEDCDAF@BGBAFCJAJFF@J@@BFBPAJAJCRAPBNERCRAHD@DDHHDDFHJLJPBD@P@NHN@FCHALDPHLJ@JKFEJINGRF@@LFDBFBZHJDHDNDN@F@CNALJ@LBB@JDLCJEJEFEL@B@HBJHJDJALEDANBHFBBHJFDHFRBJEFEFCFBD@HHBHBHCJGJCJ@LBLBJ@@HLDDNBLBFJ@JALAFAF@BEDUHOHCBGFGDCNFJ@@FJDP@DBF@BDPLJL@NAHBD@@@FD@BBL@DAFAF@PDHHL@@HDHDJ@B@D@F@DBDBB@B@NLBHJPHFB@FAFCB@B@DFDBDB@BDD@@FFBBB@@@BBBA@BBB@DHJHJFDBBJHB@JBD@J@DA@@@A@@@@BA@@@@@A@@@@@@@A@@@@@@@A@@@@B@@A@@@@B@@@@@B@@B@@ABBB@B@@A@@BDAHCL@JAHDFFBJBHDHFFFFFDJBRCTEPDNB@@HBFYBIFITCJCLMDE@AHKBEBE@E@K@AEOBGLGDK@IAGAIAM@@BI@@@AFIBADALEPCFDLDFDBBJFNJAH@BANBJ@DFLDDJANGDHBHJD@@LBPCPEFAH@SXEMaQoOeIKKMY[MMEOEKAGIUIU[sIUW{KYGcQÉ
DY@@@MBUBIFA@CH@LAB@@C@@@ABA@A@@AA@CAAAC@A@C@ADA@@BAAKMEGGMACGCCAE@EDABADCDABIJOJK@C@A@OKDODQKOMKA@KAU@AA"],encodeOffsets:[[113085,19517]]}}],UTF8Encoding:!0}):void D("ECharts Map is not loaded"):void D("ECharts is not Loaded")})
3 |
--------------------------------------------------------------------------------
/app/static/echarts/hai3_nan2_tun2_chang1_xian4.js:
--------------------------------------------------------------------------------
1 | !function(B,A){"function"==typeof define&&define.amd?define(["exports","echarts"],A):"object"==typeof exports&&"string"!=typeof exports.nodeName?A(exports,require("echarts")):A({},B.echarts)}(this,function(B,A){var D=function(B){"undefined"!=typeof console&&console&&console.error&&console.error(B)}
2 | return A?A.registerMap?void A.registerMap("屯昌县",{type:"FeatureCollection",features:[{type:"Feature",id:"469022",properties:{name:"屯昌县",cp:[110.103415,19.351765],childNum:1},geometry:{type:"Polygon",coordinates:["@@ABA@A@A@@A@@AACBC@C@A@CB@@A@AAA@ABA@@BA@A@@B@@AA@@A@A@A@@@A@A@A@ABAD@B@@@@ABA@A@@@@B@B@@@@@@@BB@@@@B@@@@@@CBA@@B@BAB@@A@AA@@@@@B@@ABa@GAGAG@OACF@B@@CF@F@JBJ@F@BADAB@BCFKNGHEDOFCBADC@CDKBKAWAG@GHCDCDABCFEHABABABCFCFADCDAB@BCBEFGDMBM@CC@@A@CBABCDA@@AA@CECCGIGDKLCHM@CFFFHDBH@LANDJHB@DDBCF@DBDBDBP@@@DE@GFELGF@FNFNBHDH@FELJBNAHFPFJG@GBCJDJ@ABCB@@@B@BBBD@@BBBB@@BAD@B@B@BB@BA@@BAB@@A@A@ABADEBABA@CBA@@B@B@DBD@BB@DBD@BBD@DBBBBBBBBD@B@@@B@@@B@BA@@BBDB@BBB@BAB@BC@@@AEEAA@@BA@AD@BABBBAB@BADCBABA@C@A@C@A@AAE@A@@BAF@B@@ABCBADCHIBCDCB@B@H@B@B@BBFDHH@@B@D@B@B@BBD@B@BBBBBBDD@B@B@B@@@@@@@@@@C@AA@@@@A@@@@B@BC@@@@@@B@@BBBBB@D@BBB@BB@B@B@BCJ@BA@@@CAC@A@A@A@@BAB@@BBD@H@BBB@DB@@@B@B@@@B@@@D@D@B@D@DBDBBBB@@B@@@DC@@BA@@D@B@HBDBD@B@B@DAD@B@B@BBB@@B@B@BABCFABA@A@CAAAA@A@ABC@ABA@@B@D@B@BBBDDB@B@B@DDDB@BB@@B@B@F@B@@BBBBDDBB@B@B@BA@AB@B@B@@FBF@@@BBB@@D@@ABE@A@ABEFADAB@B@@@BBBBD@D@FABVB@@FBHBLBJAN@HCNCJCJDDHH@JAFCBAHARDJC@@JEBEBCBOBIHKNCTFTHNJDJ@JGNBHBH@@DCHCNFHBFF@FH@RAPDPJAJCHGH@BA@@B@@@B@BBF@B@@@BB@@@BB@@@D@@@B@@AB@B@@CB@@ADA@@A@D@D@HDL@DBD@@B@@@BA@@@@BBB@AB@@BB@@B@@@@@@ABB@@B@@B@@@BB@@@@B@@AB@@BBBA@BB@@@BBB@B@@B@@B@@B@@BBB@@@@@BA@@B@B@DA@@B@@@BB@@@@BA@@@@@@BB@@BABAB@B@@@@@B@@B@B@BDB@@@@@BBB@@B@@@BB@@B@B@B@D@@@@B@@@BAB@@B@B@@@BD@@B@@@AB@@B@@@DBB@@@@BB@@@ABA@@B@@@B@@D@D@@@@B@@@DA@@@@@@B@BBDAB@@A@@B@@@BB@@BD@D@B@@@BBB@@@BA@@@@BBB@@BBB@@B@@B@@BB@B@@B@@@B@@AB@@BB@B@@BB@@AB@@@BA@@BA@AB@DBBBB@@@D@D@@@B@BA@A@A@EACBABEBCDABAD@@A@C@AAC@A@ABEBC@A@ABA@A@@ACAE@C@A@AB@BAB@@CA@AAA@CA@@AA@A@K@ABA@AFAHCFADADAB@FED@DA@BB@@@@@B@D@B@B@B@BABAFCB@BA@@B@@@D@FADAFAPQDC@AFK@KKIQBECAAECAK@C@@@S@QIQA@A@A@AAA@@@A@@@A@@@AA@@@@SDOHQBKGIMFAPCB@LAB@@ADE@ADG@CB@DC@@FC@@HATD@AAC@AAA@A@AAA@ACBA@IB@@KFEB@@ADCFAB@DEF@@ODA@I@GBM@GEKQAI@]@Q@C@@CCAAAC@CBC@CBC@ABA@@BCBC@C@@BCBC@CAE@C@EFEDADGFED@JFBADA@@D@BACCACFG@EBCAEEGGCCEACDIDAHABACCCEDCFG@@JBJDBBHBB@HAB@BB@@BBBD@@DEBADADEBEDAF@FBBABEBABG@ACEAGDCCI@C@@@QAUCS@EDYAMAIBKDME@M@MCGCICYGEACAKE@@QEMHIJEFILI@GKCOBKDG@EGM@M@OACIOIKEGCCGGCCC@KJE@IDO@S@MAKCEAEAGBED@BGBGCEHAF@JGPGHKHCDAB@BAFBFBB"],encodeOffsets:[[112673,19637]]}}],UTF8Encoding:!0}):void D("ECharts Map is not loaded"):void D("ECharts is not Loaded")})
3 |
--------------------------------------------------------------------------------
/app/static/echarts/hai3_nan2_wan4_ning2.js:
--------------------------------------------------------------------------------
1 | !function(B,A){"function"==typeof define&&define.amd?define(["exports","echarts"],A):"object"==typeof exports&&"string"!=typeof exports.nodeName?A(exports,require("echarts")):A({},B.echarts)}(this,function(B,A){var D=function(B){"undefined"!=typeof console&&console&&console.error&&console.error(B)}
2 | return A?A.registerMap?void A.registerMap("万宁",{type:"FeatureCollection",features:[{type:"Feature",id:"469006",properties:{name:"万宁市",cp:[110.391073,18.795143],childNum:1},geometry:{type:"Polygon",coordinates:["@@@AAAAAGAA@AAEEACEAA@AAA@ABCDEFABABA@C@@BGLEJADABA@A@CAE@G@CBIJGHCBCBCFAB@DABA@CBA@E@I@K@C@AAEAA@A@CBEDGHEJAB@BAL@D@BCBGFABETCJ@HCNAH@HADBFBDBFBD@B@DEN@F@H@FBBBD@F@HRFLBBB@@@B@FBD@B@BAD@DBBDBFDBBBFBFBBB@B@B@B@B@DAHGB@D@B@DDBDDHBDDFFFBBD@D@@@BDABCD@B@B@BBD@@@B@BBB@B@BB@BBD@FBDBB@BBHFJLJLBJENEFEHAFELALIPGHCDCDMLKVMRIJFJNFXJTHHDLFLDDBHDLLDL@HATFPDDFDNJHFPLNJHFJJFF@HAHBFBBDDBBFFBBBB@B@BJRDDB@BEDCDAFADCDIBEBADAFAD@F@DBB@BD@DABABCF@D@F@JBBBBB@DBDAD@D@BA@A@AAEAA@CAC@CBABABABAB@B@@@B@B@FDBBB@B@B@BAB@@@FB@@HAB@BBDBBBBBBB@@B@@ADABABA@ABA@ABA@A@@BA@ABA@ABCDCDCBABEBCDA@@B@B@@AZFJDJFRBD@DCF@HDNFFDJJDH@B@BB@@@D@B@@@BDB@B@B@@ADEB@D@BBD@B@B@DBBBBBF@D@D@B@FBB@DB@B@B@@B@@@B@B@@@@BBB@BB@AHBHAB@B@B@B@BD@BDNBJBTHJBPDLFNFB@JHFDLHPHNHPFBBV@LBB@NLLPCRCPPLB@D@L@PIJIBADCBCBAFCF@DBHDBDHNFHLNBB@AB@BCD@B@D@BBDBB@@BB@B@BA@@D@@@BA@KDGB@JEVANA@@Z@CGAUG{CcM«AQIuCS@A@W@IBMDcDa@I@UCYAKEQMWWU_OgKmKOCAAAMAK@K@S@SBMBaDkA[AEGCOA·OµQG@KAI@KBGJIJGBQAWsW]QkiUUbABC@C@I@CBA@C@A@E@C@GBCBAB@BAD@DA@A@EBC@C@A@A@AAAA"],encodeOffsets:[[112777,19051]]}}],UTF8Encoding:!0}):void D("ECharts Map is not loaded"):void D("ECharts is not Loaded")})
3 |
--------------------------------------------------------------------------------
/app/static/echarts/hai3_nan2_wen2_chang1.js:
--------------------------------------------------------------------------------
1 | !function(B,A){"function"==typeof define&&define.amd?define(["exports","echarts"],A):"object"==typeof exports&&"string"!=typeof exports.nodeName?A(exports,require("echarts")):A({},B.echarts)}(this,function(B,A){var D=function(B){"undefined"!=typeof console&&console&&console.error&&console.error(B)}
2 | return A?A.registerMap?void A.registerMap("文昌",{type:"FeatureCollection",features:[{type:"Feature",id:"469005",properties:{name:"文昌市",cp:[110.797717,19.543422],childNum:12},geometry:{type:"MultiPolygon",coordinates:[["@@@@@@@@@@B@@@A@@@@@@@"],["@@@BB@@@@AA@@@@@@@@@@@"],["@@@@@BB@@@@A@@@@@@@@@@A@@@@@"],["@@@@@@@@B@@@@A@@A@@@@@@@@@A@@@B@@B@@"],["@@@@@@@@@B@@@@@@B@@@@A@@@@A@@@@@"],["@@@B@@B@@@BA@@A@@@A@@A@@A@@@@B@@B@@@@@@@"],["@@@B@@B@@@@@@@@@@A@@@@@@@@@A@@AA@@@B@B@@"],["@@@B@@BB@@@@B@@@@@@@B@@@BB@@B@@@@A@@AA@A@@@@A@@AA@@@A@A@@B"],["@@@@B@BB@@B@@@@@@A@@@@@A@@AA@A@@A@AA@@A@@@A@A@@B@@@@BB@@B@@B@@BB"],["@@@B@@@BB@@BA@@B@@@BB@B@@@B@BBB@@A@@@A@@AABA@A@@BABC@A@A@AA@@@ABA@@BA@@@ABABA@@B"],["@@@B@@@@@B@@BB@@@B@@@@B@@@@@@@B@@@@@@@B@@A@@@@@@@AB@@A@@@@BABA@@@AB@@A@@@@@A@@@A@AA@@@AAA@@BA@@@@BA@@@A@@B@@@B@@@BCB@B@@"],["@@A@CACDCD@@ABCBABCD@B@@AB@@@B@@@BB@@B@F@HAJCH@DBBBDD@@B@D@FADABA@GCI@EBCBBDDDDDDAD@DB@@B@D@BBBBBBBBB@D@DAD@D@LDHA@@@BBBBB@JCFIBKFGBCB@FADCFCFAFDD@BBFBHBBFDDBDDBJBFFJBH@BFFFBBBAHBDLBDB@DABC@EAC@E@AB@@BDA@CAAAA@AF@DDBDABBDBBDBBBDDDDDD@BDDDBBBBBDD@FBFABDBDBBBADA@AACFG@CFCFAD@@@@@D@HBB@@@@@B@B@D@@@@@@@BBFDB@HDDBBB@BBBAB@DCFAH@HAJADEDBDDHHDDBDDHDBD@BAFGDA@ABGHAFCDA@G@C@E@EAEAEAGBA@ELAFBFFFFDBF@D@@@@ADAL@DAFEDCD@BBD@B@BBDBFADABADABA@AB@DABAB@BA@@BA@ABAFA@C@CDGFA@@BAAA@A@@@C@A@A@A@A@A@BB@D@DDD@DALCD@DCFAF@@CBC@ABABAD@D@D@D@BADC@EB@@@B@B@BA@@@G@@@A@A@CB@BEBEDGBIBCDCBCBA@@B@BBBBB@D@F@F@B@@@DABADABADABADEDIHA@CBEBABABCD@@AHCFGHA@CB PRVXRPPLTFRLXJLDRRFHNLTRFDB@B@D@F@HAPELGHGDE`³FIHUFCB@BArETELGJGFCRWLODENILIlQF@\\GHAPAxJdFVL\\H\\ANGJKFO^¥JcDOdÃLi\\bNPN}FYFmEUMMWIQC]AS@E@I@SEUMcUkW_U[Q@@SUaaKKg{qii{KGQGOEQAcCEAIMWFTG@EBOFODKA@@ICAGCGMHIBCCEK@CAIBM@ABGMIIEAAECKCECODKFCBABEJ@B@@AJ@@BNBJBH@JCLKHAHFP@B@L@FAFAFGL@BCFKNIDSDEJAJEZHHBD@BBNAF@DEHIJGFEDCBIFIFGFMBK@KCGAICOGA@C@G@GDCDCJ@LCRBLBD@@B@FFLFNJDFDHJHLD@@NDF@B@FDBBDBBABADADABCB@BFBBDBDAD@F@J@FBD@B@BB@AAC@@AC@GAEAEAAPWBADCBGDCFAD@FCF@B@FD@@H@DBJBRBFBD@BCBA@@D@DBFADBDAD@@FDDFBF@FCHDBBF@@BF@@@DJB@BBB@@@@@@@B@@DBFBHAF@BBD@@@DABA@AAC@@DBDBBBDCDCD@BAD@D@FBF@D@@@H@F@D@FBDDBDD@BB@BD@DBBFDBBDFBHBDDBBB@BBD@B@DABADBB@BBB@D@B@@ABABBBBBD@@DAB@BD@HBFDBBDBD@BDB@BB@BC@E@G@C@CACBADCDC@A@IBC@C@CA@@CBCB"]],encodeOffsets:[[[113930,20442]],[[113873,20404]],[[113935,20443]],[[113886,20361]],[[113875,20391]],[[113887,20360]],[[113872,20404]],[[113936,20444]],[[113927,20441]],[[113943,20459]],[[113871,20387]],[[113293,20126]]]}}],UTF8Encoding:!0}):void D("ECharts Map is not loaded"):void D("ECharts is not Loaded")})
3 |
--------------------------------------------------------------------------------
/app/static/echarts/hai3_nan2_wu3_zhi3_shan1.js:
--------------------------------------------------------------------------------
1 | !function(B,A){"function"==typeof define&&define.amd?define(["exports","echarts"],A):"object"==typeof exports&&"string"!=typeof exports.nodeName?A(exports,require("echarts")):A({},B.echarts)}(this,function(B,A){var C=function(B){"undefined"!=typeof console&&console&&console.error&&console.error(B)}
2 | return A?A.registerMap?void A.registerMap("五指山",{type:"FeatureCollection",features:[{type:"Feature",id:"469001",properties:{name:"五指山市",cp:[109.516925,18.775146],childNum:1},geometry:{type:"Polygon",coordinates:["@@AAAA@AAA@A@@AA@@AA@A@@BEDGDABADC@@@A@C@A@@AAA@@AA@AAA@AAAAAE@A@ABEBCBC@@AAAAA@AAAAAAAA@@BAB@BABA@ABABA@A@A@AACBCBAFE@ABA@E@ABAFGBA@@DKFK@CBABCBCDG@A@A@@AAAA@E@EAC@AA@AA@BA@A@ABC@A@A@AAE@E@EBCBCDA@EBC@A@A@AA@@EAA@C@CAA@CACBE@CBA@CACAA@AAA@ABA@@@A@@@C@@@A@@A@@BA@A@A@AAA@ACC@A@EAAA@CCAA@A@A@CBCBA@A@A@@CGAGAA@@A@@BA@EB@@A@@@AA@ACGCC@AAA@A@C@@@@A@ABEDEDCDAB@FABCBABA@ADA@@@A@A@@@AAA@EBA@A@AFCHAB@@ABABA@ABA@@B@FAHABA@CBCBA@E@A@C@AB@BABBFBBBBFBD@B@B@D@B@B@@DBF@DBF@F@BAB@@A@@@CBEBCBCAEA@@A@CBCB@@A@C@A@@@@@@A@@@@@@B@B@@@@@@A@A@@@ACCCACAIACCAA@A@E@AA@ECAAAAAE@EAAACAAAACAGACAAACACA@A@A@C@CDABA@@@CDIBI@ADG@AAA@@CA@AAC@@@C@ABABABABCDGDA@C@@@A@@CAC@KAC@@AAC@CAACCA@C@C@@@CBABC@CBABA@AB@@A@CAGACAMEEAC@C@E@C@AB@@@@C@E@CAC@ABAB@BA@E@C@AB@BABA@A@E@A@A@CBEBABA@CCEEAC@@AEAGEKCCCCEECAAAC@E@C@G@A@E@AACBA@A@A@@B@@AB@@@BAFABA@A@ABEFCDADAD@BBLBHDL@F@HAHEHED@@E@G@ABAB@B@DCHEFEFCDKJIFKRAF@LAPBHDDBD@DAFCFAFCP@BBBBBD@@DABABCFAF@LBFDBHA@@B@BBA@@BCB@B@D@FAD@B@B@BAHAH@BBD@B@B@BABABAB@B@F@D@B@BBBDBBDBBBH@BBDDB@@@D@D@F@B@@AB@BBB@@@F@B@@DB@@BB@B@B@BB@BB@@DBDDDBBDBB@B@BABADEFCFCDEH@BABABEBABA@A@A@C@ABEBC@A@CB@@@@@B@@BBBB@@@@B@@@B@@B@@@@@B@@@@@@@@@BA@@@@@A@@@A@A@@@@@@@@B@@@@@@B@@@B@BB@@BB@@@@@B@@@@@B@BA@@BA@@BA@@BAB@@@@@@A@@@@B@B@@@@@B@@@BB@@B@@@B@@@@AB@@AB@B@@A@@B@@AB@@AB@@@@@B@@AB@@@B@@@B@@AB@BA@@B@@@@AB@@@@ABA@@@A@@AA@@@AB@@@@A@A@@@@@@@EH@B@@@@D@BB@@@B@BCD@DBBBDBBJDFDBBBD@F@BBB@BBBD@B@D@B@BB@@B@@B@DLCJAB@DCBCBCBABAB@B@DBDBFBFDDBBB@@@D@B@B@D@@@BBBB@DBB@BBB@@BBBB@@@BBB@@@B@B@B@B@B@BBHFFDBBBBB@BBB@@@@@@BABAD@@@BB@@BDDDD@BBDDDB@BB@@DBBBB@BB@BBDBDBB@DB@BBB@B@B@B@DAD@D@B@FBF@BBFBBBB@B@B@D@@@DBD@DBBBBDBD@DBHBFBPFR@HBBBB@@BADABCBAB@BAB@F@FBFBHDDBD@B@BADADAB@DAH@B@BBDDB@@@B@DAD@DAD@HD@A@ABCBGBEDEFABA@A@@@@AACA@AAA@C@C@A@G@A@ABADCDA@ABC@A@CBAB@BABABCDCFE@ABABIBCBE@A@A@C@K@A@CDEFKDC@@HAPEDAB@DAB@BA@E@CBCBE@ADABCDAF@H@F@B@B@B@F@BA@@@ABEDEBC@EBA@@@@@@B@B@@@BBB@BBD@DBFAJ@B@@BB@@BB@@F@DB@@BB@B@FBF@@@HCDADCB@BABB@@B@@B@BB@@@BBN@@@BAB@D@DADAB@B@B@B@B@BB@BBB@@D@@B@@B@B@BB@@B@@BB@@@@@B@@BB@@BBDB@@BB@@AB@@AB@D@B@@@B@BBDBBBB@@@BAD@DADADCBAB@@ABBFBB@@BD@@@DADABADE@AD@DAXAFA@@BA@A@A@ACEECGGCACAA@EBC@C@CACAEGGECCAE@A@A@@BE@ABABADEBAFADCDCFEBABCBG@C@CAG@CAI@C@E@A@C@C@@BC@@@AA@GACAE@I@A@E@A@C@A@C@@@A@"],encodeOffsets:[[112323,19283]]}}],UTF8Encoding:!0}):void C("ECharts Map is not loaded"):void C("ECharts is not Loaded")})
3 |
--------------------------------------------------------------------------------
/app/static/echarts/hu2_bei3_qian2_jiang1.js:
--------------------------------------------------------------------------------
1 | !function(B,A){"function"==typeof define&&define.amd?define(["exports","echarts"],A):"object"==typeof exports&&"string"!=typeof exports.nodeName?A(exports,require("echarts")):A({},B.echarts)}(this,function(B,A){var C=function(B){"undefined"!=typeof console&&console&&console.error&&console.error(B)}
2 | return A?A.registerMap?void A.registerMap("潜江",{type:"FeatureCollection",features:[{type:"Feature",id:"429005",properties:{name:"潜江市",cp:[112.899762,30.402167],childNum:5},geometry:{type:"MultiPolygon",coordinates:[["@@CEAF@@F@"],["@@@@@A@@@B"],["@@EACDD@DB@BABA@@DA@@AADB@BABABE@ABA"],["@@D@BB@@@@F@DAT@B@@R@DTLD@BA@FC@AF@B@JBF@DD@B@FCDAF@BBDDFHB@F@FAHGBAHCDADAFADAJBCCGEKCUEICOKGOAK@@AG@O@EBC@CHMFIPOLMJIHAF@DDFJHLHHLDNDHBHBJAJADAHAHAFAJDLDJFJ@F@FCDGBAFKFQ@AFUBIBIFIHEFKHOJGDCPIRCXEHAHAHCD@H@FDHDJJ@@DJ@D@B@F@NCLADCFELAH@H@LBB@BDHDFBBBBHFHHFDDDBDPFH@JCFCDCHCBA@@DAFAHCLEFIFIDMFK@CBABEHIECGGCGCE@G@@@E@EBGDI@@@ABCFCDCBA@AAEC@CC@ABABA@@HCD@B@BADAB@D@BBBDBBDDB@B@BADADCDGB@@@@@B@@A@@A@@@@@@@BA@@@BB@@@A@@@@BB@BD@@B@D@DBB@B@@A@@@AB@D@BBDB@BB@@AB@FG@ABC@C@A@EAAA@A@KAAAA@@C@GAAAACCEAACAC@ADCDAHEB@DCBCBC@A@C@CEAE@C@@A@ADC@@@C@CAACAE@@B@@@@@BA@@C@@@@B@BE@@AAAAGCCAAEACACCGEGCECECACEAEDIBGDEFGBC@@HGFGLGFEFE@CCCGE@ACEAI@ABGBGDK@@DEDE@@@@FABAJCH@FABADCHC@ABCBCBCDEAEACAEAC@EBGDEDCBG@CACE@CAAG@E@CAC@C@C@CAE@AAC@C@AAE@ABA@CBCDI@C@IFB@DBBBDF@D@DC@A@CCCBEBCBC@EBC@@@GBCBADADBDBB@BC@CAA@ADCCACCCC@@@C@CBCBC@ABA@@@A@CCCEAGACCCA@CBCBC@ADG@ABC@C@AAAAAEACAEAECEECACACAC@@@CA@@CAC@C@CBEDGDCBA@C@EAQEC@CBABCBCDCBCBGDAD@B@B@BFN@BABABABEBMBIBGDGBEBEAA@GAGAE@ABEBMLCBE@E@CAEAA@ABAB@B@DBD@F@D@BAB@B@@CDEBIDEA@ACEIAGCAACAAACCAGEGCGCACAGCKBE@IBKBCECCAECGBIDGDIDEDG@K@ECGCG@@CG@AA@CAI@K@M@EACCBEJCFCJEFCHEBABAHOBADC]@O@U@M@E@C@O@E@M@O@I@A@@@@D@F@B@FADC@C@C@CBI@AAUAE@E@A@GDIFM@GAG@A@KHIHEDIBC@A@E@IBIBEDEDKDIFKDKBKAG@C@KAOBEBEBIHCD@H@FFHHHJJ@BFF@F@H@LAFDF@B@DABG@CDEBE@ABCBEBEHCN@LAPBLDDFDCDCD@BABCL@DCH@DADEFQTKLCDGNCDURIFCF@@AFA@@@@BABCH@@AD@BAB@F@BCPAHAL@PFV@@T@@BBB@D@D@D@HIBGB@D@B@B@@@@@B@BAH@@CDC@ADCBCBCDCF@DCB@DA@A@AB@@AB@B@D@D@DBBFDBBH@D@@EP@@AH@@CNHD@L@@L@VIAA@K@BDDFBFBJ@FAHCJCHAFDLBDDBHHHFLDJAHBH@NB@@J@DDDDBDDBDB@FBD@F@B@B@B@D@BBBBBBD@FADADCDDDBBBBADEDC@CBCCC@AD@FAFAFBD@B@DBH@BBFDH@BHNFJJFDCFEFE@GDKBE@ADCNDFDJDFFBBFHDFBF@B@@AFAHADEBIFEHCBEHBD@BADDLDFHHD@BBHAFDBBB@FD@F@JAJBHDFDFDDBBDBDBBBBF@HAD@DJD"],["@@@AIC@CEBA@CDA@GDEFAH@DDDB@DAFAD@BD@BDDDDB@DCDAFAD@DDBJDJBBDBHDDBDBB@B@BA@AAEEEACBADAFBFBBBBEEBA@BA@AB@@@BASK@C@QA@S@CB@D@DA@@BGCBDCBAA@@A@@@AA@@@ABC@AB@@@B@"]],encodeOffsets:[[[115696,31147]],[[115691,31204]],[[115747,30914]],[[115346,31344]],[[115346,31345]]]}}],UTF8Encoding:!0}):void C("ECharts Map is not loaded"):void C("ECharts is not Loaded")})
3 |
--------------------------------------------------------------------------------
/app/static/echarts/hu2_bei3_xian1_tao2.js:
--------------------------------------------------------------------------------
1 | !function(A,B){"function"==typeof define&&define.amd?define(["exports","echarts"],B):"object"==typeof exports&&"string"!=typeof exports.nodeName?B(exports,require("echarts")):B({},A.echarts)}(this,function(A,B){var C=function(A){"undefined"!=typeof console&&console&&console.error&&console.error(A)}
2 | return B?B.registerMap?void B.registerMap("仙桃",{type:"FeatureCollection",features:[{type:"Feature",id:"429004",properties:{name:"仙桃市",cp:[113.423583,30.361438],childNum:5},geometry:{type:"MultiPolygon",coordinates:[["@@@@B@@@A@@A@@AB@@@@@@B@@@@@"],["@@@@@@@A@@A@@@@@@DB@@A"],["@@EECCAAA@A@@B@B@@@B@@F@BBBDBD@@D@@@@A@A"],["@@@@@CAB@@@BB@"],["@@DAH@B@FBFBBAD@BCDGDEBK@IAEBC@@DCBEBE@A@@BQ@AAAAAQOOMSOKICAC@EA@@ABA@@BA@AAAA@@C@A@@@AABA@A@A@AA@@AGBAA@@A@@C@A@AA@CAA@EBCBC@ABCBABCH@BA@C@A@ABABABA@CBIDA@A@A@A@CEAA@A@AB@@AAA@@BABABC@A@CA@@AA@EAA@@BA@E@GAC@AACAAAAA@CAC@C@C@CCI@ACA@ACCAAC@KAC@EAA@ABABA@A@A@C@AAAAACA@CG@AA@IEC@AACAC@EBEBGDCBEDABABCBA@C@MESAGAKCC@A@CB@@A@GCC@K@E@A@CAC@EAECCACAE@CAE@G@AAIAECCAC@@@AAABA@A@@@CA@BC@GDCBC@AAC@AAAAAAA@@AC@C@EBC@CBCBABC@EFCDAD@B@D@DBF@@BBB@@BABAFABABABCBEBA@ABABABABCBABABEB@@ABEFCBABMFAB@BA@@B@F@B@B@BADABABA@@BADABCD@BABABAD@@@DB@@BB@ABCDABIHEDIBGDKDADCDGHCDEBQ@K@@@GDIHEDGDKFEDCBCDCDCFA@ABQHC@E@EAE@G@@@KBIBE@EACCCC@C@CACCGCECECCCEAAGEGCGEICEAKAQCOAOAQ@O@WBE@IEE@G@CBIDEDE@E@CBCBC@C@GAICEAC@GAC@@AA@CAEAE@G@QEKAKAGACAAAE@OBE@C@C@CD@@A@EFCDEBGBGBEAGAEAEACAEAE@C@EBEBONGFEDGDAB@BCDO^CFEDEDA@GFEBG@GAEAAB@BAFABABA@A@CACACBABAD@H@@AD@FADADAFDD@D@BCDC@E@ACAA@CEA@J@DCJAD@DAB@BBF@B@DBD@BBF@D@D@DBD@D@FBHDBF@BD@DAHCDCFAH@FBDBFBDBFCFADADAD@BGDCDABEBG@IDABEB@@@@CFCF@@CLAHAH@BBJDF@BHFDD@DEFEFKHEHGH@@ADEHCFAHCJBFDFDBDFDFFHDHBDBDBFDBHDBBBB@@DFDBBB@D@D@@CD@B@BD@F@FB@D@D@BADADCDA@GFCBCD@BBDBDFBDDBBBB@H@DB@BBLBB@B@BB@F@B@DAD@BEHA@@BA@@ACAAAC@A@@B@@@BA@A@CAC@A@@@ACA@@@A@@@@@A@CHCDCBABA@A@CCAAACAAC@A@CBABA@C@GD@@ABAB@BDDD@BF@BABCDEDAD@B@@CJAH@F@F@@@HDFDHHHFDDCJCJBHBHB@@FBBB^HJ@D@NBF@@@@@PADAH@TIHELIFAHELCHAHBL@FBFADCBA@C@CAEAA@@CG@ACIAACG@I@@@A@ABEFEHAN@LDB@NHFDDDDB@@B@BBFBB@BBP@LCDCBE@EAACGAGBC@ABEBAHGFI@AB@BGHCNEHIHKHAB@FBHHBB@@DFBBBFFFBBFDHAJAFCDAFEBCBCBC@A@CBCBGHEJAB@PDNBLBP@JBJ@D@F@H@B@DBV@B@H@F@L@B@N@FALAB@BAB@JAHCB@DA@@FARABBDBB@B@JDDBPBHAB@NAB@DAB@B@BAFABAFCBABA@@DA@@NIF@JAH@D@HCBABABCDAPKPCDBDBFBPAJCDCDEJMB@@A@@@@DAFADAH@FBDBBH@NBBBBDBJ@LEBAFEJIFAFAJBBBDD@HAJBJFNLLDDFDNFLBF@D@HDHFBHBBBZ@FDLJJJJ@BBDFJHPJFFDD@RBFBRPDBDCBCBIBCDAF@DABABCD@FFDDBBFHDBFADCBCBCBC@CBC@EFCFGBAAECICAACAEAA@@@A@EAGAE@AAE@G@A@AAAEECEHCXAB@N@B@N@BAJAJCHIFIBCDCDCDCBAFEB@BADAFAJ@F@H@F@F@F@FAAC@@ECAC@C@ABAFCH@JCD@DADBD@FAD@DAHADBBB@BJBNADA@C@@CGEEEGAC@EBA@A@@@AEEAAAADGDG@@@A@@BC@ADCBAFADADC@@BADADADCBA@CCAACA@@C@CBC@@@@@A@ABEBCBABC@@@A@@@AA@AA@@@A@CA@@@@@A@@@@A@@@A@A@@B@@@@B@@@B@@BA@C@ABCBEDABCB@@@@@BAH@DAD@DBD@BBD@DBDBD@DA@@BE@E@@ACCCAAACACACACAGAE@C@E@EACAAAAC@CAC@CAMCAC@@@@AAACCAAAAAACAC@A@A@ABCDADABABABCBC@ABC@@@AHCDAHADAFADAFABAB@PEFC"]],encodeOffsets:[[[115691,31203]],[[115693,31148]],[[115882,31168]],[[116493,31026]],[[116530,30929]]]}}],UTF8Encoding:!0}):void C("ECharts Map is not loaded"):void C("ECharts is not Loaded")})
3 |
--------------------------------------------------------------------------------
/app/static/echarts/main.js:
--------------------------------------------------------------------------------
1 | define(["require", "exports"], function (require, exports) {
2 | "use strict";
3 | Object.defineProperty(exports, "__esModule", { value: true });
4 | var version = '1.3.1';
5 | function load_ipython_extension() {
6 | console.log("jupyter-echarts " + version + " (echarts 3.6.2) has been loaded");
7 | }
8 | exports.load_ipython_extension = load_ipython_extension;
9 | });
10 |
--------------------------------------------------------------------------------
/app/static/echarts/xin1_jiang1_kun1_yu4.js:
--------------------------------------------------------------------------------
1 | !function(A,B){"function"==typeof define&&define.amd?define(["exports","echarts"],B):"object"==typeof exports&&"string"!=typeof exports.nodeName?B(exports,require("echarts")):B({},A.echarts)}(this,function(A,B){var D=function(A){"undefined"!=typeof console&&console&&console.error&&console.error(A)}
2 | return B?B.registerMap?void B.registerMap("昆玉",{type:"FeatureCollection",features:[{type:"Feature",id:"659009",properties:{name:"昆玉市",cp:[79.291083,37.209642],childNum:19},geometry:{type:"MultiPolygon",coordinates:[["@@HAJBn@T@CQCMAKAIAIA@AAEAA@CAC@AA@@A@E@C@E@C@EBCA@@@AC@A@AC@A@AAC@ACABADABCDAD@@BFABC@AAABAB@BAAC@@BBDABABA@@@AAA@AD@FCD@BBD@D@BS@A@A@cBU@CBi@ADuBaBwBmBokLMHOJUHZoPGBEcTTdHNMFZC¤Al@^@DGúªBB"],["@@dJXHČ@çA@s@@CCUBBBBDCBABBBADB@@BCDBJGBAAA@AEB@BCAC@ABCDAAECA@CEBE@HE@CFAB@@EBABCAEAA@AA@ABAC@AACCBDDED@@ADB@BBAB@BC@CBBDA@C@AAC@E@GBCAA@@B@B@ACBSDD¢SCQLaX[TwiSCEBIAEEMAMAMEIBCEKCA@AAA@EAAAEBAAGB@AGCWBCD@FTJAB@@@FHJCJBJDRB@NJ@JTFST@l@`J¦`"],["@@BA@@@@B@@@FABACGBCA@BAAA@@CEBA@@BAGECE@@CBEBGDBBDDBBBBCBADA@ABA@A@A@EB@@C@DDBDAB@@DD@BB@@BDADAD@BAB@ABBBB@@@@@B@@@B@DCBD"],["@@AV@@Kr@B@"],["@@@A@@BACAA@ACC@AB@B@@BBBBB@BD@@DA"],["@@BDBHH@@DFB@BDB@BF@@CL@@A@A@@@A@A@@@AB@A@BA@@@A@@@@@@BAD@B@@@DABABABA@@@CAA@A@@AA@AAAA@@ACBAI@@@CAGAKC@C@OBCDC@A@@DABBH@@@DIB@BA@@@ABABDHBABN"],["@@MGGB@BBHD@FB@B@DNCCA@E"],["@@DCDAFNF@DAFABJEBEBBHTAHMBBAJD@@FHBFADACCDA@BBBD@DADDJBB@B@@AB@@A@C@@AA@@E@CCA@A@CEAC@AAA@A@CE@AE@@ACA@@E@C@AMJ@@BA@AA@@@BAB@B@@@@A@@AABG@AAEEAAGGDEEA@@E@@@AA@AAA@@AB@A@A@AB@@AAA@@@B@@AA@A@@@AB@@@@@C@@@A@@@@A@@@@A@A@@@A@@A@@H@B@DBF@FELEHCDGF@B@B@DBD@B@DBHBD@@FE"],["@@@BAJADBBBJDRBBBB@@@DBD@F@FA@ABBBBDBBDDBBFHDDA@BDBBBBBBBF@B@@FHB@FFLHF@HFJDB@BAF@B@D@FBBADBBAD@HACQAWASC[ASCkAUAS@KAGAO@@QKGEA@A@AAA@@AA@AAABA@AA@@CAA@@ACAcQECEAIEAA@@ABA@@@BHBBBJ@DBNBBFHB@FDLF@D@FADAD@D@DCD@DADCB@@CDABCDABADA@BJBFBDBHBF"],["@@AHD@BA@@D@@@@A@@@@C@@AA@@AA@@@"],["@@ABAD@@B@B@BA@AAA"],["@@@@D@AA@@AC@@@B@@@B@@@B"],["@@ACAB@DDA"],["@@CA@BD@@@"],["@@B@@@@@@AA@@@@B@@"],["@@@@@@@@@@"],["@@@@BB@@BB@BD@DA@@@A@AAEACA@ACA@@B@B@B@DAB@@@B"],["@@FABCBGBKCIEKKBIB@B@BBHE@@BA@C@BHABB@D@@J@HAF@B@F@@ABB@@@@@@@BJBHBR@B@B@FBF@JKBG@DFEB@@A@@@DJ@@@@@B@@@BB@B@@@BB@@B@@@B@@@@@B@@DFLDD@@JAHA@ABAN@AMAOE@@E@K@O@CCQBKCGAG"],["@@GBD^H@BEAC@C@A@@@A@@A@@@@@@A@@AA@@@C@@B@@@@@@A@@@C@@A@"]],encodeOffsets:[[[81241,38315]],[[80298,38658]],[[81611,38276]],[[81699,38439]],[[81623,38278]],[[81644,38294]],[[81691,38180]],[[81486,38277]],[[81549,38391]],[[81493,38226]],[[81499,38218]],[[82347,37150]],[[82757,37165]],[[82954,37131]],[[82976,37151]],[[83226,37010]],[[82754,37173]],[[82992,37145]],[[83281,37280]]]}}],UTF8Encoding:!0}):void D("ECharts Map is not loaded"):void D("ECharts is not Loaded")})
3 |
--------------------------------------------------------------------------------
/app/static/echarts/xin1_jiang1_tie3_men2_guan1.js:
--------------------------------------------------------------------------------
1 | !function(A,B){"function"==typeof define&&define.amd?define(["exports","echarts"],B):"object"==typeof exports&&"string"!=typeof exports.nodeName?B(exports,require("echarts")):B({},A.echarts)}(this,function(A,B){var C=function(A){"undefined"!=typeof console&&console&&console.error&&console.error(A)}
2 | return B?B.registerMap?void B.registerMap("铁门关",{type:"FeatureCollection",features:[{type:"Feature",id:"659006",properties:{name:"铁门关市",cp:[85.501217,41.82725],childNum:3},geometry:{type:"MultiPolygon",coordinates:[["@@SFODJRFAHLNABAhUCGCAECA@A@AAA@AC@@KFA@EB"],["@@@CAK@K@MA@@@C@@DE@O@@AE@@AK@@@@AE@@DC@@BE@@DA@@BA@@BCBE@@BC@IABDG@@BD@@LC@EDE@IBA@E@A@A@E@@@CAEBECA@CACABA@A@AF@FADCB@D@FBDAB@BAD@D@@AD@@C@ACBA@@@AB@@@ACAE@@DC@@AO@A@G@@CO@@A@A@@C@C@@BEB@ABA@@@A@@ACFAHBNBBBB@F@@CA@@CA@@AC@@AC@@@A@@@A@@AKA@BA@@AA@A@@AAAA@@DIBBD@FBDCBBDBBLDBD@@B@BBFB@@ADMEKI@GI@ABA@@@A@AAA@@@A@@AA@C@AA@BIACAE@AAA@ABS@@BFBABB@@BDBAB@B@D@BAD@BA@AJA@[ABl\\@DNFdpAF@FAP@ZOJCTA^@\\E\\CRA`C@EJ@T@TF@@\\ATBB@XALCLC@@EQ@AAE@A@@AC@A@AAC@@ACACAGE@@Ba@A@A@C@[B@ZG@C@C@I@K@Q@@A"],["@@ZEHAZELEtSD@JARClK¼aLATAj]ACNEAAVC`KFCAEB@AMKAAO_B@MQ@EciiOCJG@CVEBCDCBAB@@A@@BA@@BAB@@A@AB@@A@ADA@ABCBAB@FA@A@@BABA@@BA@C@CAA@GBA@C@ABI@A@EBCBC@A@A@AA@@A@A@@@A@@@ABA@@BAB@CA@@BC@ABABAB@@AD@B@@A@AB@B@BABAB@EGCEDKBGAGAIAAiAKB@@@@EA@BC@@AKB@@[FCEAd@Po@AA~W@EEE@FFW@·AA@@@MwGaCDNzF\\@EA]@{@YA_DYBQX[@AÑGHzF\\DZLt¶`HBbJV`JFdBLDNBD@DFVBHNxOM
ZE"]],encodeOffsets:[[[87484,42940]],[[88091,42788]],[[87627,42906]]]}}],UTF8Encoding:!0}):void C("ECharts Map is not loaded"):void C("ECharts is not Loaded")})
3 |
--------------------------------------------------------------------------------
/app/static/echarts/xin1_jiang1_tu2_mu4_shu1_ke4.js:
--------------------------------------------------------------------------------
1 | !function(B,A){"function"==typeof define&&define.amd?define(["exports","echarts"],A):"object"==typeof exports&&"string"!=typeof exports.nodeName?A(exports,require("echarts")):A({},B.echarts)}(this,function(B,A){var D=function(B){"undefined"!=typeof console&&console&&console.error&&console.error(B)}
2 | return A?A.registerMap?void A.registerMap("图木舒克",{type:"FeatureCollection",features:[{type:"Feature",id:"659003",properties:{name:"图木舒克市",cp:[79.073963,39.868965],childNum:1},geometry:{type:"Polygon",coordinates:["@@@C@S@EQC_CIAYCwI_EW@KAIBKDK@CBeAi@EDKLSPEJEDC@GCSGGCE@IDOFDDHHHJHNDHBFEHCDEA[IUESASEgAC@Q@MDGDCF@FBDDDBBF@DBBBBB@@AD@DABAD@BA@@B@@@@@D@@ABAB@B@B@@@BB@BB@@@B@B@@AB@@A@AB@@@B@@AB@@@@@B@@CBE@A@G@C@ABA@AD@BADABCB@@E@CAEDKBCD@DFHADADIFIHEP@BCR@DFDLF\\JdTRJDD@FBDFDHDFHFFLLLDRHLBJDHBHNABBB@B@BCBABA@@B@@ABAB@B@BBB@BBB@@@BA@A@AAAB@B@@@BB@BBB@@B@B@@@@B@@@B@B@D@FD@@@@@@BBHFH@HCBCCG@AA@AAAE@A@G@KFE@AEC@ADCHADCJK@KCMCGIECAAKDCBABBHBJBJAFAHGJKNI@ECMGMICI@ICBADEFEHMEKGGSEACAABEBEJGFILKFQNOFCFBDFDFHBJBDDBDBH@RBNDLDPFJHJJDNDJBFEHMGE@CDAFBFHFFDAJGHAFDBF@F@BERGLADAJG`ATAHV@Z@J@D@DZBNF@`@@d@Z@B@@@@B@BBB@BDBB@@B@@CB@BB@B@DDBB@@@B@@AB@D@@@BBB@@DBBB@@@@@BABAD@BA@ABA@ABA@MBC@@@@AA@CAEAC@C@A@I@C@C@EBEBG@C@EBA@EBG@A@EBC@ABAB@@CBABEBCBA@A@A@@BA@A@CB@@ABCBEDABGBABCBA@@@CD@FAB@@DB@DHDJDJHHFBF@NFHDBH@N@FBNFLBNFNDN@A@AB@@A@@@@BABB@AB@@CFBD@DBH@B@BDBB@BBAB@BGDMHODA@E@CAC@A@A@CHEHCFBBBBJFZJ^NZJFDBB@B@D@D@FFTJh@DBDDBFBNBPBNBJ@HDB@BBABAFENMRCNOREL@DADBBDDJDRF^FdFX@XF\\FP@nFVDnD^FjD`FD@H@hFlHD@HBNBHrH\\D^FJVDhD@@LBPB`F@@@@@@@@B@@@@@@@LBTBF@LITSDCDENINMTQVW^[VURQFKFKLYDQBIHWFQLeJe@EBM@EIIkaOK_WICAAO@OBUHoLG@C@]J]HUF]HaH[@G@gC_C{GSA§IEAO@AABEBCFEdcNMBICEGIMEEEAGBEHIPAPBHBB@@DBB@F@BB@@@B@BA@CD@BAF@B@D@@@FABAB@@AAA@G@C@E@CA@C@A@A@AB@@A@@AA@C@@@A@A@AA@AA@@@A@AAAAA@C@ABC@A@AA@@ABA@@@@@@@@A@@@@A@A@ABA@A@@@AAA@C@A@A@A@A@@@A@BAAA@@CAA@AAC@AA@AAAA@@A@@A@C@C@A@A@E@@@A@AA@@@A@@@AA@@@A@A@@@AAAC@@A@@@A@@@@B@@@BC@AB@BA@@@A@@AB@@AA@@@A@A@AAA@A@@@AA@A@@A@@@AGOACOCgIaGKCkI[AI@gDUAE@KKSYEG@ICAIKSKU@KA[GmIkIIACE@KAU"],encodeOffsets:[[80897,40592]]}}],UTF8Encoding:!0}):void D("ECharts Map is not loaded"):void D("ECharts is not Loaded")})
3 |
--------------------------------------------------------------------------------
/app/static/images/fav.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/pyecharts/pyecharts-app/316b370622c316e49a556aab71409d79e26c0a86/app/static/images/fav.ico
--------------------------------------------------------------------------------
/app/templates/404.html:
--------------------------------------------------------------------------------
1 | {% extends "base.html" %}
2 |
3 | {% block content %}
4 |
5 |
网页走丢啦
6 |
7 | {% endblock %}
8 |
--------------------------------------------------------------------------------
/app/templates/500.html:
--------------------------------------------------------------------------------
1 | {% extends "base.html" %}
2 |
3 | {% block content %}
4 |
5 |
服务器出错啦
6 |
7 | {% endblock %}
8 |
--------------------------------------------------------------------------------
/app/templates/index.html:
--------------------------------------------------------------------------------
1 | {% extends "base.html" %}
2 | {% block content %}
3 |
4 |
5 |
20 |
21 | pyecharts
22 |

23 | 关于项目
24 | pyecharts 是一个用于生成 Echarts 图表的类库。Echarts 是百度开源的一个数据可视化 JS 库。用 Echarts 生成的图可视化效果非常棒,为了与 Python 进行对接,方便在 Python 中直接使用数据生成图,我写了这个项目。
25 | 本网站只是用于展示使用 pyecharts 生成的图的效果,如果您对项目感兴趣,可前往 pyecharts/pyecharts 了解更多内容
26 | BTW: 这个网站是用 Flask+pyecharts 写的,并部署在 Heroku。本网站源码在 pyecharts/pyecharts-app
27 | 关于作者
28 | 目前项目由我和另外两位开发者三人共同维护
29 |
34 | 在这里也要感谢所有对 pyecharts 做出过贡献的人,是你们帮助和推动了项目的发展,衷心感谢!
35 |
36 |
41 | {% endblock %}
42 |
--------------------------------------------------------------------------------
/manage.py:
--------------------------------------------------------------------------------
1 | from app import app
2 |
3 |
4 | if __name__ == "__main__":
5 | app.run()
--------------------------------------------------------------------------------
/requirements.txt:
--------------------------------------------------------------------------------
1 | Flask==0.12.2
2 | Flask-Bootstrap==3.3.7.1
3 | pyecharts==0.2.7
4 | gunicorn==19.7.1
--------------------------------------------------------------------------------