mbloch / mapshaper

Tools for editing Shapefile, GeoJSON, TopoJSON and CSV files
http://mapshaper.org
Other
3.67k stars 529 forks source link

filter-slivers remove-empty bug #644

Closed 2803media closed 2 weeks ago

2803media commented 1 month ago

Hi

with this command

mapshaper communes.json \
    -clip remove-slivers monu.json \
    -filter-slivers min-area=0.05km2 remove-empty \
    -clean \
    -drop geometry \
    -filter-fields code \
    -o monu.csv format=csv

I get this error:

Error: [filter-slivers] Received one or more unexpected parameters: remove-empty

Any idea?

2803media commented 3 weeks ago

@mbloch did you notice this ? Thanks

mbloch commented 3 weeks ago

Hi! thanks for reporting this bug... I haven't had much time to work on mapshaper recently, but I'll try to get this fixed soon.

mbloch commented 2 weeks ago

This should be fixed in v0.6.98. Thanks for reporting!