Openstreetmap lovers, would you like to make big maps from your favorite tiles ?
This script downloads all the tiles from a specific server and then merge them into big images.
This example used toner-background tiles from stamen, and the result is really great (Paris Center)
-
clone with
[email protected]:gasp/osm_tiles_merge.git
, install withnpm i
and configuretiles.js
-
run with
node load.js && php merge.php
2.wait you shall have a lot of logs to read
3.fail tweak your machine performance (especially php.ini, swap)
4.restart better luck next time
Because this is quick-and-dirty
Because phpGD is really easy to use.