aboutsummaryrefslogtreecommitdiff
path: root/bin/conflate.js
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-06-10 10:27:28 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-06-10 10:27:28 +1000
commit0ae992506b69fbf56008972757edac8201d1f455 (patch)
treed89a48c1d304ba27fbfe419249f119f6f5af988f /bin/conflate.js
parent5b1077017e4b32443f18ba2395d7884af97e7dab (diff)
process from start to end
Diffstat (limited to 'bin/conflate.js')
-rwxr-xr-xbin/conflate.js2
1 files changed, 1 insertions, 1 deletions
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)
}