Re: [mapguide-users] Idea for making MgCooker faster

2009-06-05 Thread Bruno Scott
Everything that can make Mapguide more fast/scallable is welcome. Tiling is one I think the MetaTiling should be part of mapguide,this would be the more efficient way of implementing it. In the mean while , here's a little aspx program that split mapguide big tiles into smaller tiles. - Big tile

Re: [mapguide-users] Idea for making MgCooker faster

2009-06-03 Thread Kenneth Skovhede, GEOGRAF A/S
I can understand your motivation for wanting to make the tiles bigger. You can set the tile size using the command line options --tilewidth=512 --tileheight=512 The problem with creating different size tiles, is that the number system gets altered, so you have to re-enumerate all the files to m

Re: [mapguide-users] Idea for making MgCooker faster

2009-06-03 Thread Zac Spitzer
yep, I have raised this over on internals a few times, all really comes down to how much you want it :) and if you can either find some one to code it up for free or as a paid gig. I ended up getting a client to fund some of the work for RFC 60 which is the PNG8 palette stuff (doing this on the ma

[mapguide-users] Idea for making MgCooker faster

2009-06-03 Thread Bruno Scott
Motivation: We are using tiling, with the little patch we made for httptiling Displaying is incredely fast, and it is using the client browser cache. The real problem now is to pre generate all tiles. For scale 1000 there is 3425920 256x256 tiles With the previous MgCooker(3706) we had a average o