changed getmap.sh to new natural earth data source
This commit is contained in:
parent
352a06c80c
commit
1115280ba4
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue