Skip to content

Commit

Permalink
📚 update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed May 27, 2019
1 parent 1324a91 commit 0df753b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## 1.0.13 - 27.5.2019

1. fix 'split', 'remove' commands, where were not working
1. bug fix decompress command so that it can decompress minified js file
1. new 'decode' command to decode utf-8 encoding geojson file

## 1.0.12 - 9.1.2019

1. More commands: transform, remove, merge a property.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "echarts-mapmaker",
"version": "1.0.12",
"version": "1.0.13",
"description": "Make maps for echarts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
14 changes: 14 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,20 @@ Options:
-h, --help output usage information
```

### decode

Decode utf-8 encode geojson file

```
Usage: decode [options] <geojson> <output_geojson>
Options:
-h, --help output usage information
```

### shaper2echarts

Convert [mapshaper](https://github.com/mbloch/mapshaper) dissovled geojson files into echarts map file.
Expand Down

0 comments on commit 0df753b

Please sign in to comment.