- The
-joincommand now can do point-to-polygon and polygon-to-point spatial joins. - Added
sum-fields=option to the-joincommand, for summing the contents of one or more fields when joining multiple source records to a single target record. - Added
where=option to the-eachcommand, for targetting a subset of features using a boolean JS expression. - Added
name=option to the import command, for renaming the input layer or layers. - Bug fixes