[Tilesathome] Lowzoom rendering, instructions

spaetz osm at sspaeth.de
Tue Aug 14 17:45:07 BST 2007


On Tue, Aug 14, 2007 at 06:25:52PM +0200, spaetz wrote:

> I wanted to share how the new lowzoom tiles can be created:

I forgot the most important information: Lowzoom tiles are called like this

tilesGen.pl xy 33 22 10
(if you want to create z10-z11 tiles at 33,22 (coordinates for level 10))

analog:
tilesGen.pl xy 33 22 8
(if you want to create z8-z11 tiles at 33,22 (coordinates for level 8))

if you want to create a whole area you can use some bash magic, such as:
 
for i in `seq 268 269`; do for j in `seq 179 180`; do perl tilesGen.pl xy $i $j 9; done; done;

spaetz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
URL: <http://lists.openstreetmap.org/pipermail/tilesathome/attachments/20070814/d7da1287/attachment.pgp>


More information about the Tilesathome mailing list