Baruch
5
I’ve tried to do the meta tiling and I can create the meta tile but it appears something in my code is wrong and the generated tiles are not in the right location as I intended it to be. That’s why I wonder if anyone else already did the same and can provide his code.
I looked at TileCache but they don’t work with PostGIS, or at least I couldn’t find any hint on how to get it to work.
I’d still prefer to work with a python script I can understand since I can render on one machine but need to sync the data to another machine for serving, so I need to hook into methods for de-duplication of tiles and limit modification of tiles on disk so that rsync will do the best possible job.