mgs2-007

Results 1 issues of mgs2-007

版本1.0.0 代码: ``` from cnmaps import get_adm_maps china = get_adm_maps(level="国", record= "first", only_polygon=True, wgs84=True) china.to_file('./china.geojson') # 默认为 geojson 格式文件 ``` 问题: File "/Users/……/Downloads/……/map/cnampsTest.py", line 3, in china.to_file('./china.geojson') # 默认为 geojson...