[mapguide-users] A question on MgTileService.GetTile() function

2007-10-12 Thread Maksim Sestic
Does anybody know if calling MgTileService.GetTile() function produces a cached tile (if it's not cached previously), even when working outside of AJAX? Regards, Maksim Sestic -- View this message in context:

Re: [mapguide-users] A question on MgTileService.GetTile() function

2007-10-12 Thread Maciej Skorczewski
Jackie Ng pisze: Yes it does produce a cached tile. can anybody send ex. code of it? mayby can we create php code to create jpg/png file of map. -- maciek ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

Re: [mapguide-users] A question on MgTileService.GetTile() function

2007-10-12 Thread Maksim Sestic
Maciek, as Jackie sad, it does produce a cached tile - but on the server side. I don't know how and if AJAX stores it's cached data locally. Regards, Maksim Sestic macieksk wrote: Jackie Ng pisze: Yes it does produce a cached tile. can anybody send ex. code of it? mayby can we