Commit 6dbb7fe 1 parent e4ae576 commit 6dbb7fe Copy full SHA for 6dbb7fe
File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,11 @@ jobs:
22
22
sudo apt-get install -y gdal-bin unzip
23
23
24
24
- name : Download file
25
- run : wget -q https://naciscdn.org/naturalearth/110m/cultural/ne_110m_admin_0_countries.zip -O ne_110m_admin_0_countries.zip
26
-
27
- - name : Unzip file
28
- run : unzip ne_110m_admin_0_countries.zip -d ne_110m_admin_0_countries
25
+ run : wget -q https://raw.githubusercontent.com/nvkelso/natural-earth-vector/master/110m_cultural/ne_110m_admin_0_boundary_lines_land.shp -O ne_110m_admin_0_boundary_lines_land.shp
29
26
30
27
- name : Convert SHP to GeoJSON
31
28
run : |
32
- ogr2ogr -select admin,iso_a3 -f geojson world-110m.geojson ne_110m_admin_0_countries/ne_110m_admin_0_countries .shp
29
+ ogr2ogr -select admin,iso_a3 -f geojson world-110m.geojson ne_110m_admin_0_boundary_lines_land .shp
33
30
34
31
- name : Output file
35
32
run : |
You can’t perform that action at this time.
0 commit comments