Releases: mbloch/mapshaper
Releases · mbloch/mapshaper
v0.6.101
- Added -affine fit-bbox= option, for transforming data to fit within a bounding box.
- Improved arrow symbols.
v0.6.100
- Added -frame command, for creating a rectangular map frame layer with a defined display size. Used to set SVG output size and on-screen symbol scale.
- Added -o no-null-props option, which uses "properties":{} instead of "properties":null when outputting GeoJSON features with no attribute data.
- Added support for sub-pixel sizes of pattern fills like hatches and dots (see the -style fill-effect= option).
- Bug fixes
v0.6.98
- Added remove-empty flag for -filter-slivers command.
v0.6.97
- [web] Prompt user to project imported files to match selected layer, when relevant.
- [svg] Add fill="none" to unstyled rectangle layers, to prevent map frame rectangles from displaying with SVG default black polygon fill.
v0.6.95
- Rename "shift/drag box tool" to "rectangle tool" and show instructions when first turned on.
- Bug fixes