Re: [mapguide-users] specification of TileCache

2013-02-06 Thread Zac Spitzer
n: mapguide-users@lists.osgeo.org > Betreff: Re: [mapguide-users] specification of TileCache > > Are you using the official method? > > The non-official method of tile generation is known to be imperfect and > inaccurate and getting it fixed will be hard because I have no idea how >

Re: [mapguide-users] specification of TileCache

2013-02-06 Thread Stefanie Siegel
uide-users-boun...@lists.osgeo.org] Im Auftrag von Jackie Ng Gesendet: Mittwoch, 6. Februar 2013 09:07 An: mapguide-users@lists.osgeo.org Betreff: Re: [mapguide-users] specification of TileCache Are you using the official method? The non-official method of tile generation is known to be imperfect and

Re: [mapguide-users] specification of TileCache

2013-02-06 Thread Hans Milling
The tile cache folder is calculated like this looping trough all the tiles (pseudo code): for r=r1 to r2 for c=c1 to c2 ri = r - (r % 30) ci = c - (c % 30) if (ri == 0 & r < 0) ri = -ri; if (ci == 0 & c < 0) ci = -ci; folder = tileroot + "\\S" + scaleindex + "\\" + groupname

Re: [mapguide-users] specification of TileCache

2013-02-06 Thread Jackie Ng
Are you using the official method? The non-official method of tile generation is known to be imperfect and inaccurate and getting it fixed will be hard because I have no idea how this tile generation algorithm works. If you're not using the official method because you don't know what value to put

Re: [mapguide-users] specification of TileCache

2013-02-06 Thread Jackie Ng
Are you using the official method? The non-official method of tile generation is known to be imperfect and inaccurate and getting it fixed will be hard because I have no idea how this tile generation algorithm works. If you're not using the official method because you don't know what value to put

Re: [mapguide-users] specification of TileCache

2013-02-05 Thread Stefanie Siegel
2013 07:35 An: MapGuide Users Mail List Betreff: Re: [mapguide-users] specification of TileCache what config do you use with mgcooker? maybe is your map just slow, have you tried tuning it? i'd suggest upgrading to 2.4 before doing anything else On Wed, Feb 6, 2013 at 5:24 PM, Ste

Re: [mapguide-users] specification of TileCache

2013-02-05 Thread Zac Spitzer
** > > Maestro 4.0.1 > > ** ** > > *Von:* mapguide-users-boun...@lists.osgeo.org [mailto: > mapguide-users-boun...@lists.osgeo.org] *Im Auftrag von *Stefanie Siegel > *Gesendet:* Mittwoch, 6. Februar 2013 07:01 > *An:* mapguide-users@lists.osgeo.org > *Bet

Re: [mapguide-users] specification of TileCache

2013-02-05 Thread Stefanie Siegel
] specification of TileCache Hello, since MGCooker fails to render all tiles (giving back many black tiles and performance is low) we're still searching for an alternative. How can I implement pre-generated tiles? Where is the use and structure of the TileCache specified (files)? How

[mapguide-users] specification of TileCache

2013-02-05 Thread Stefanie Siegel
Hello, since MGCooker fails to render all tiles (giving back many black tiles and performance is low) we're still searching for an alternative. How can I implement pre-generated tiles? Where is the use and structure of the TileCache specified (files)? How do I have to interpret the folder