[Tilecache] ImageLayer and ArcXML errors in trunk - was Caching
a raster saved on the local disk
Simone Gadenz
simone.gadenz at jrc.it
Tue May 6 11:23:39 EDT 2008
256 x 256
-----Original Message-----
From: fredrik.lundh at gmail.com [mailto:fredrik.lundh at gmail.com] On Behalf Of
Fredrik Lundh
Sent: martedì 6 maggio 2008 16.17
To: Simone Gadenz
Cc: tilecache at openlayers.org
Subject: Re: [Tilecache] ImageLayer and ArcXML errors in trunk - was Caching
a raster saved on the local disk
> return self.renderTile(tile)
> File "C:\Inetpub\wwwroot\ts\TileCache\TileCache\Layers\Image.py", line
51,
> in
> renderTile
> sub = self.image.transform(crop_size, PILImage.EXTENT, (min_x, min_y,
> max_x,
> max_y))
> File "C:\Python25\lib\site-packages\PIL\Image.py", line 1570, in
transform
> im = new(self.mode, size, None)
> File "C:\Python25\lib\site-packages\PIL\Image.py", line 1702, in new
> return Image()._new(core.new(mode, size))
> MemoryError
this means that the process doesn't have enough memory to hold the tile.
what tile size are you using?
</F>
More information about the Tilecache
mailing list