Skip to content

Commit

Permalink
Update mbtiles-copy.md (#1181)
Browse files Browse the repository at this point in the history
Update `apply-diff` to  `apply-patch` in `mbtiles-copy.md`
  • Loading branch information
sharkAndshark authored Feb 7, 2024
1 parent 8aa3dce commit 04e53a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/mbtiles-copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Apply the diff file generated from `copy` command above to an mbtiles file. The
Note that the `agg_tiles_hash_in_diff` metadata value will be renamed to `agg_tiles_hash` when applying the diff. This is done to avoid confusion when applying the diff file to the original file, as the `agg_tiles_hash` value will be different after the diff is applied.

```shell
mbtiles apply_diff src_file.mbtiles diff_file.mbtiles
mbtiles apply-patch src_file.mbtiles diff_file.mbtiles
```

#### Applying diff with SQLite
Expand Down

0 comments on commit 04e53a7

Please sign in to comment.