Skip to content

Releases: mbloch/mapshaper

v0.6.10

03 Dec 15:05
Compare
Choose a tag to compare
  • Added draggable handles to the box tool in the web UI.

v0.6.9

30 Nov 18:47
Compare
Choose a tag to compare
  • 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

15 Aug 20:34
Compare
Choose a tag to compare
  • Give users running mapshaper-gui on localhost access to basemaps.

v0.6.6

15 Aug 17:40
Compare
Choose a tag to compare
  • Give users running mapshaper-gui on localhost access to basemaps.

v0.6.5

15 Jun 16:07
Compare
Choose a tag to compare
  • Fixed an error using -classify command in the web UI console.

v0.6.4

08 Jun 18:48
Compare
Choose a tag to compare
  • Added quartile1(), quartile2(), quartile3(), iqr() (interquartile range), and mean() to -calc and calc= expressions.

v0.6.3

08 Jun 14:35
Compare
Choose a tag to compare
  • Added quantile() function to -calc command and calc= expressions.

v0.6.2

30 May 20:09
Compare
Choose a tag to compare
  • Added -stop command (can be used in combination with -if/-elif/-else to halt processing under various conditions).

v0.6.0

20 May 22:33
Compare
Choose a tag to compare
  • Internal changes that shouldn't affect Mapshaper users.

v0.5.118

16 May 03:36
Compare
Choose a tag to compare
  • 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.