diff options
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') |