diff options
Diffstat (limited to 'bin/reduceRangeDuplicates.js')
-rwxr-xr-x | bin/reduceRangeDuplicates.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reduceRangeDuplicates.js b/bin/reduceRangeDuplicates.js index 11600b4..093d9bc 100755 --- a/bin/reduceRangeDuplicates.js +++ b/bin/reduceRangeDuplicates.js @@ -251,7 +251,7 @@ const reduceNonRange = new Transform({ } } } else { - // no addr:unit on the feature to safe to drop + // no addr:unit or addr:flats on the feature to safe to drop dropFeature = true } break |