Yu Cheng
Yu Cheng
0.1.0的老用户啦,今天才来提这个issue,这是我当时加的一些缩写的mapping: ```python elif city_name == '黔南布依族苗族自治州': city_map.append_relational_addr('黔南', pca_tuple, C) elif city_name == '黔西南布依族苗族自治州': city_map.append_relational_addr('黔西南', pca_tuple, C) elif city_name == '黔东南苗族侗族自治州': city_map.append_relational_addr('黔东南', pca_tuple, C) elif city_name == '楚雄彝族自治州': city_map.append_relational_addr('楚雄', pca_tuple, C)...
> Please save me some time and use the following template. In 90% of all issues I can't reproduce the problem because I don't know what exactly you are doing,...