changed getmap.sh to new natural earth data source
This commit is contained in:
parent
352a06c80c
commit
1115280ba4
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
wget -O all.svg.gz https://www.mccurley.org/svg/data/allzips.svgz
|
wget https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_1_states_provinces.zip
|
||||||
gunzip all.svg.gz
|
unzip ne_10m_admin_1_states_provinces.zip
|
||||||
python3 mapconverter.py all.svg
|
python3 mapconverter.py ne_10m_admin_1_states_provinces.shp
|
||||||
|
|
Loading…
Reference in a new issue