Skip to content

Commit 6dbb7fe

Browse files
authored
Update build.yml
1 parent e4ae576 commit 6dbb7fe

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,11 @@ jobs:
2222
sudo apt-get install -y gdal-bin unzip
2323
2424
- 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
2926

3027
- name: Convert SHP to GeoJSON
3128
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
3330
3431
- name: Output file
3532
run: |

0 commit comments

Comments
 (0)