Releases: mbloch/mapshaper
Releases · mbloch/mapshaper
v0.7.18
v0.7.17
v0.7.16
- Support for raster reprojection. Works with the -proj command and on-the-fly reprojection in the web UI.
- Added
-i raster-type=image|categoricaloption for setting the raster type, which determines if bilinear or nearest-neighbor resampling is used when projecting (imageis the default). - Added
-proj resampling=nearest|bilinearto 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
v0.7.14
- 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
- Moved the layers panel in the web UI to the left sidebar, which it now shares with the console.
- Added options to the
-stylecommand:icon,icon-sizeandicon-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
v0.7.11
v0.7.10
- 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
- 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
.parquetfiles (with no geometry).