Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upClarify 'propertyName' behaviour in dissolve #1806
Open
Labels
Comments
|
Oh, actually I think it does do what I want, the documentation could just be clearer. Replace:
with
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently
.dissolve()supports apropertyoption which is a pretty limited way of saying "apply the dissolve to these polygons, but not those ones".A more flexible approach would be a filter function:
This way you're less likely to have to pre-massage the polygons to get the dissolve you want.