From ff194d6ce52965cc3e963c0992bc0a38c6241d18 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Tue, 25 May 2021 10:36:36 +1000 Subject: apply patch from https://github.com/pelias/polygon-lookup/pull/50 until a new release is cut --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3