diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-10 10:27:28 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-10 10:27:28 +1000 |
commit | 0ae992506b69fbf56008972757edac8201d1f455 (patch) | |
tree | d89a48c1d304ba27fbfe419249f119f6f5af988f /bin/conflate.js | |
parent | 5b1077017e4b32443f18ba2395d7884af97e7dab (diff) |
process from start to end
Diffstat (limited to 'bin/conflate.js')
-rwxr-xr-x | bin/conflate.js | 2 |
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) } |