Mapshot

by palats

Generates a zoomable render of the whole map.

Utilities
11 days ago
1.0 - 1.1
3.56K

g Concatenating all tiles

3 years ago

I wrote a Bourne shell script to concatenate all images into one.

http://bit.ly/mapshot-concat (redirects to GitHub Gist)

If you have installed GraphicsMagick (gm command) which do the concatenation job, you can try it as follows:

$ curl -sL https://bit.ly/mapshot-concat | sh -s map-xxxxxxxx/d-xxxxxxxx/zoom_x output_file.jpg | sh

where map-xxxxxxxx/d-xxxxxxxx/zoom_x is the relative path from script-output/mapshot to image tiles.

Tested on Windows Terminal running Ubuntu on WSL2.

3 years ago

Thanks! That must generate some large images :)

New response