I use I there a way to generate the normal single asked 10 Mar '15, 10:56 jnachtigall |
Not having mod_tile available means that you will have to generate all tiles beforehand. You could do that by running mod_tile on a different server and then using a tile downloader to download PNG tiles from your server, or you could make metatiles and then use meta2tile to convert to PNG. Be careful with the huge numbers of files this may create though - on file systems with a large block size having so many files can easily fill up your disk. answered 10 Mar '15, 13:15 Frederik Ramm ♦ ... and many numbers of small tiles can also exhaust the available inodes too (depending on the filesystem you're using).
(03 Jun '16, 15:14)
SomeoneElse ♦
|