diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-25 10:36:36 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-25 10:36:36 +1000 |
commit | ff194d6ce52965cc3e963c0992bc0a38c6241d18 (patch) | |
tree | 9da202fd68b739b967bbe25d633ae37e48c7aa57 /.gitlab-ci.yml | |
parent | aaa6e040482b1afd5b2485ef91e49026f610c81c (diff) |
apply patch from https://github.com/pelias/polygon-lookup/pull/50 until a new release is cut
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1faf86f..ded44aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -84,6 +84,7 @@ prepare: policy: push script: - yarn install + - cp src/polygon-lookup-patch.js node_modules/polygon-lookup/index.js - mkdir -p dist - make data/vicmap.geojson when: manual @@ -98,6 +99,7 @@ build vicmap: policy: pull-push script: - yarn install + - cp src/polygon-lookup-patch.js node_modules/polygon-lookup/index.js - yarn run test - mkdir -p dist data - mkdir -p data/vicmap/ll_gda94/sde_shape/whole/VIC/VMADD/layer @@ -127,6 +129,7 @@ build osm: QT_QPA_PLATFORM: "offscreen" script: - yarn install + - cp src/polygon-lookup-patch.js node_modules/polygon-lookup/index.js - mkdir -p dist data - make dist/blocksByOSMAddr.fgb - make dist/blocksByOSMAddr.geojson @@ -147,6 +150,7 @@ conflate: policy: pull script: - yarn install + - cp src/polygon-lookup-patch.js node_modules/polygon-lookup/index.js - make dist/conflate - wc -l dist/conflate/*.geojson when: manual @@ -165,6 +169,7 @@ build compareSuburb: policy: pull script: - yarn install + - cp src/polygon-lookup-patch.js node_modules/polygon-lookup/index.js - mkdir -p dist data - mkdir -p data/vicmap/ll_gda94/sde_shape/whole/VIC/VMADD/layer - touch data/VICMAP_ADDRESS.zip |