diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-09 22:29:35 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-09 22:29:35 +1000 |
commit | 6d1f98a0b1f5859126920f811c81b936d95dd9b1 (patch) | |
tree | 6014ba0f2358b00354d968ce2a3dff8f2da34960 /bin/complex.js | |
parent | 3b5ff46fa5686bfd8470e81d3cb10382319a4aa4 (diff) |
also conflate vicmap building name with osm
Diffstat (limited to 'bin/complex.js')
-rwxr-xr-x | bin/complex.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/complex.js b/bin/complex.js index 6c83b6b..c8bda5d 100755 --- a/bin/complex.js +++ b/bin/complex.js @@ -1,7 +1,8 @@ #!/usr/bin/env node /** - * Take Vicmap address points which have a complex value, and group these into sites + * Take Vicmap address points which have a complex value, and group these into sites, + * then conflate with existing OSM names */ const fs = require('fs') |