Skip to content

Releases: mbloch/mapshaper

v0.3.38

21 Nov 03:04
Compare
Choose a tag to compare
  • [gui] Support loading file(s) from a URL. Use query string ?files= followed by a comma-separated list of file URLs.
  • [dissolve2] Print a warning instead of halting when messy topology causes an uncommon pathfinding error.
  • Apply quantization to TopoJSON point layers (previously point layers were not quantized).

v0.3.37

17 Nov 16:06
Compare
Choose a tag to compare
  • [join] Add isMax() isMin() isMode() functions to -join where= expressions.
  • [proj] Fix webmercator projection alias.
  • [gui] Fix layer menu scrolling.

v0.3.36

13 Nov 00:51
Compare
Choose a tag to compare
  • Add -point-grid command.

v0.3.35

11 Nov 19:09
Compare
Choose a tag to compare
  • [cli] Remove the restriction on importing files of different datatypes using -i combine-files.

v0.3.34

09 Nov 19:18
Compare
Choose a tag to compare
  • Bug fixes
  • Add -simplification lock-box option (undocumented) to retain vertices at the corners and edges of a rectangular dataset (for simplifying vector tiles).

v0.3.33

05 Oct 02:12
Compare
Choose a tag to compare
  • Fixes a global variable leak

v0.3.32

26 Aug 18:17
Compare
Choose a tag to compare
  • Fixes a bug that caused incorrect TopoJSON output of datasets containing partially overlapping line features.

v0.3.31

10 Aug 13:33
Compare
Choose a tag to compare
  • -info command shows a Proj.4 CS definition, if CS is known or can be inferred.

v0.3.30

01 Aug 14:07
Compare
Choose a tag to compare
  • New -graticule command adds a graticule layer appropriate for a world dataset centered on longitude 0.
  • Add -proj from= option, for defining the original coordinate system of a dataset if unknown.
  • Fix: escape characters in SVG attributes.

v0.3.29

20 Jul 01:24
Compare
Choose a tag to compare
  • Added the -uniq command, which applies an expression to each feature and removes features that produce duplicate values.
  • Commands are displayed in alphabetical order by the -help command.
  • Fixed a bug that prevented reprojecting point layers.