diff options
Diffstat (limited to 'bin')
-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 6a9e036..e6fedd1 100755 --- a/bin/conflate.js +++ b/bin/conflate.js @@ -241,7 +241,7 @@ pipeline( osmAddrPolygonIndex++ if (process.stdout.isTTY && osmAddrPolygonIndex % 1000 === 0) { - process.stdout.write(` ${osmAddrPolygonIndex.toLocaleString()}\r`) + process.stdout.write(` ${osmAddrPolygonIndex.toLocaleString()} of ${osmAddrPolygons.length.toLocaleString()} (${Math.round(osmAddrPolygonIndex / osmAddrPolygons.length * 100)}%)\r`) } // find the blocks it might intersect |