Skip to content

Releases: mbloch/mapshaper

v0.7.18

18 May 05:28

Choose a tag to compare

  • Added styling panels for points, lines and polygons.
  • Improved the label style panel.
  • Added a "style layer" link to layers in the layers panel.
  • Made randomly picked categorical color schemes more varied and more random.

v0.7.17

15 May 18:42

Choose a tag to compare

  • Added a new interface for creating and styling labels in the web UI.
  • Added a "show info" link to layer entries in the layers panel.

v0.7.16

13 May 10:59

Choose a tag to compare

  • Support for raster reprojection. Works with the -proj command and on-the-fly reprojection in the web UI.
  • Added -i raster-type=image|categorical option for setting the raster type, which determines if bilinear or nearest-neighbor resampling is used when projecting (image is the default).
  • Added -proj resampling=nearest|bilinear to override the default.
  • Added -proj nodata-color= for setting the color of parts of the image that are outside of the projection area.

v0.7.15

12 May 14:07

Choose a tag to compare

  • Improved support for GeoTIFF CRS metadata.

v0.7.14

12 May 03:42

Choose a tag to compare

  • Added support for importing GeoTIFFs and also PNGs and JPEGs with world file and .prj sidecar files.
  • Rasters can only be exported as layers in an SVG.
  • The only supported raster editing operation is clipping to a rectangle.
  • Raster reprojection is not yet supported.

v0.7.13

10 May 17:59

Choose a tag to compare

  • Moved the layers panel in the web UI to the left sidebar, which it now shares with the console.
  • Added options to the -style command: icon, icon-size and icon-color. This lets you add a variety of icons to a label layer.
  • Added a warning when SVG exports contain paths with more than Adobe Illustrator's per-path limit of 32,000 vertices.

v0.7.12

08 May 21:57

Choose a tag to compare

  • Auto-fit parameters for UTM, so running -proj utm finds an appropriate UTM zone.
  • Account for datasets that cross the antimeridian when auto-fitting projection parameters (e.g. New Zealand).

v0.7.11

08 May 14:35

Choose a tag to compare

  • Fixed bugs affecting GeoParquet i/o.
  • Added a -o reverse-winding option to help create D3-compatible GeoJSON files.

v0.7.10

07 May 13:01

Choose a tag to compare

  • Added web UI undo and redo.
  • Added a History menu to the web UI's top bar for turning on undo (disabled by default), moved the console button to a tab on the left side.
  • Added new cell shapes to the -grid command: triangle, triangle2, rhombus, rhombus2, square2.
  • Added cell-scale= option to -grid. Takes a value between 0 and 2 for scaling each grid cell shape.

v0.7.9

04 May 23:32

Choose a tag to compare

  • Support ZSTD compression in GeoParquet files with the new output option: compression="snappy,zstd,none" (snappy is default).
  • Added the -o level= option for setting ZSTD compression level (range is 1-22).
  • Allow exporting tabular .parquet files (with no geometry).