diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-08 16:46:59 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-08 16:46:59 +1000 |
commit | 85a19e6e3d01b00da9e8e9ea21c078c708672cb8 (patch) | |
tree | 18cc1ca31ac8f0c90dc77adf6b08acd7099359ca | |
parent | 83942749172e27dc582dbb78bf55d194e1a1f57f (diff) |
download and extract source file first before converting to geojson
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1663c93..340d90f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,6 +104,7 @@ prepare: - yarn install - cp src/polygon-lookup-patch.js node_modules/polygon-lookup/index.js - mkdir -p dist + - make data/vicmap/ll_gda94/sde_shape/whole/VIC/VMADD/layer/address.shp - make data/vicmap.geojson when: manual |