On Wed, Mar 26, 2008 at 5:34 PM, Xin <[EMAIL PROTECTED]> wrote: > I need to update the styling soon, so have to go through this whole process > again. Is there anything I can do to speed up this process and reduce the > footprint? Perhaps by generate only 1 tile for the million of empty tiles.
Sure, use TileCache to only render tiles when someone actually wants to look at them. On the NL tileserver we have half a dozen layers all generated on the fly. For layers which are used a lot it uses a lot of space, for layers not used much there's less diskspace... Have a nice day, -- Martijn van Oosterhout <[EMAIL PROTECTED]> http://svana.org/kleptog/ _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

