Hugh Rundle
12ef934e6c
- update yml by bringing shell script into the main action yml - add shebang to shell script file in case this doesn't work and we need it still
5 lines
270 B
Bash
5 lines
270 B
Bash
#!/usr/bin/env bash
|
|
sudo npm install -g mapshaper
|
|
mapshaper ./boundaries.geo.json snap -clean -o force precision=0.0001 format=geojson ./boundaries.geo.json
|
|
sudo npm install -g topojson-server
|
|
geo2topo ./boundaries.geo.json -q 50000 > ./website/data/boundaries.topo.json |