Releases: mbloch/mapshaper
Releases · mbloch/mapshaper
v0.3.7
- Added a button for exporting to CSV.
- Added
delimiter=
export option for overriding the default delimiter when outputting as CSV.
- More consistent layer naming -- layers created with the "+" option are unnamed by default.
- Interface refinements.
v0.3.6
- Web UI now can import CSV files and standalone DBF files, which enables joining via the console.
- Bug fixes
v0.3.5
- The attribute data inspector now supports editing data values.
- The -split command can be applied to layers with no geometry.
- Bug fixes
v0.3.4
- Turn on attribute data inspection on rollover by clicking the "i" button.
v0.3.3
- Correctly import numeric DBF fields that use commas as the decimal separator.
- Use retina-quality rendering on retina displays.
- New UI color scheme.
- L/R arrow keys toggle between layers.
- Added experimental weight-scale option to weighted Visvalingam simplification method.
v0.3.2
- Add delete buttons for each layer in the layers menu.
- Stop displaying ghosted clipping shapes after clip or erase commands.
- Many other improvements to the web interface.
v0.3.1
- Adds freeform export options to export menu.
- Fixes several bugs.
v0.3.0
- An updated web interface has a built-in console with support for command line editing.
- Support for text encodings in the web UI.
- Many bug fixes.
v0.2.28
- [cli] Fixed regression reading .shp files larger than 1GB.
- [web] Added buttons for zooming in/out.
v0.2.27
- Add popup error messages to the web UI.
- Add a "No simplification" option to the web UI import dialog.