Releases: mbloch/mapshaper
Releases · mbloch/mapshaper
v0.6.10
- Added draggable handles to the box tool in the web UI.
v0.6.9
- Added bboxContainsRectangle(), bboxIntersectsRectangle(), bboxContainedByRectangle() and bboxContainsPoint() functions to the "this" object in expressions used by -each, -filter, -each where= and other contexts.
v0.6.7
- Give users running mapshaper-gui on localhost access to basemaps.
v0.6.6
- Give users running mapshaper-gui on localhost access to basemaps.
v0.6.5
- Fixed an error using -classify command in the web UI console.
v0.6.4
- Added quartile1(), quartile2(), quartile3(), iqr() (interquartile range), and mean() to -calc and calc= expressions.
v0.6.3
- Added quantile() function to -calc command and calc= expressions.
v0.6.2
- Added -stop command (can be used in combination with -if/-elif/-else to halt processing under various conditions).
v0.6.0
- Internal changes that shouldn't affect Mapshaper users.
v0.5.118
- Added -comment command, as a way to add inline comments in long sequences of commands.
- Added support for importing .cpg files (Shapefile text encoding) in the web UI.