mapbox / mbutil

Importer and Exporter of MBTiles
http://mapbox.com/developers/
BSD 3-Clause "New" or "Revised" License
761 stars 199 forks source link

Trouble merging mbTiles #91

Closed asecondwill closed 7 years ago

asecondwill commented 7 years ago

Trying to merge two mbTiles files

mbtilesforthewin ❯ patch cornwall.mbtiles demo.mbtiles                                                                          ⏎
patch unexpectedly ends in middle of line
(Stripping trailing CRs from patch.)
?

Is this still the way to do it? Have i done part of it wrong ?

Thanks for any help

e-n-f commented 7 years ago

The patch command merges text files with the output of diff, not mbtiles files.

You can use tile-join from Tippecanoe to merge vector tilesets.

asecondwill commented 7 years ago

@ericfischer - thank you