- fix 'split', 'remove' commands, where were not working
- bug fix decompress command so that it can decompress minified js file
- new 'decode' command to decode utf-8 encoding geojson file
- More commands: transform, remove, merge a property.
- Updated merge command to merge all of the 2nd geojson to the first one.
- added the capability to cut a hole from an existing feature from another one.
- updated merge function to remove existing feature if the feature to be merged exists already
- old compress becomes makejs
- new compress does compression only
- decomporess command is delivered
- merge geojson
- convert mapshaper output into echarts compatible map
- comporess command is delivered