From 0ae992506b69fbf56008972757edac8201d1f455 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Thu, 10 Jun 2021 10:27:28 +1000 Subject: process from start to end --- bin/conflate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/conflate.js') diff --git a/bin/conflate.js b/bin/conflate.js index c64706f..c2eb813 100755 --- a/bin/conflate.js +++ b/bin/conflate.js @@ -141,7 +141,7 @@ const conflate = new Transform({ } else { // other OSM addresses found within this block, so need to conflate if (!('id' in block)) { - console.error('Expected id for block') + console.error('Expected id for block, maybe you are missing the polygon-lookup patch, try cp src/polygon-lookup-patch.js node_modules/polygon-lookup/index.js') process.exit(1) } -- cgit v1.2.3