aboutsummaryrefslogtreecommitdiff
path: root/bin/conflate.js
diff options
context:
space:
mode:
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)
}