diff --git a/getmap.sh b/getmap.sh index 75828a2..8f5b5c6 100755 --- a/getmap.sh +++ b/getmap.sh @@ -1,5 +1,5 @@ #!/bin/bash -wget -O all.svg.gz https://www.mccurley.org/svg/data/allzips.svgz -gunzip all.svg.gz -python3 mapconverter.py all.svg +wget https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_1_states_provinces.zip +unzip ne_10m_admin_1_states_provinces.zip +python3 mapconverter.py ne_10m_admin_1_states_provinces.shp