Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bdew committed Sep 24, 2015
1 parent 377568b commit a8160e7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,13 @@
* **--time** - Shows timing data
* All other parameters are treated as input directories

### Combine mode

* **--combine <indir1> <x1> <y1> <indir2> <x2> <y2> <outdir>**
* Manually combines two map folders and merges tiles and fingerprints
* **indir1 x1 y1** - specifies first input folder and coordinate of a reference tile
* **indir2 x2 y2** - specifies second input folder and coordinate of a reference tile
* **outdir** - name of new folder that will be created by combining the two input folders


**Uses [ObjectPlanet PngEncoder](http://objectplanet.com/pngencoder/) for fast PNG output**
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'scala'

group "net.bdew.hafen"
version "1.4-pre"
version "1.4"

repositories {
mavenCentral()
Expand Down

0 comments on commit a8160e7

Please sign in to comment.