<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
</head><body bgcolor="#FFFFFF" text="#000000"><br>
<br>
<blockquote style="border: 0px none;" 
cite="mid:54D3B34D.8090604@cartodb.com" type="cite">
  <div style="margin:30px 25px 10px 25px;" class="__pbConvHr"><div 
style="display:table;width:100%;border-top:1px solid 
#EDEEF0;padding-top:5px">       <div 
style="display:table-cell;vertical-align:middle;padding-right:6px;"><img
 photoaddress="jorge@cartodb.com" photoname="Jorge Arévalo" 
src="cid:part1.03040601.09030905@cartodb.com" name="postbox-contact.jpg"
 height="25px" width="25px"></div>   <div 
style="display:table-cell;white-space:nowrap;vertical-align:middle;width:100%">
        <a moz-do-not-send="true" href="mailto:jorge@cartodb.com" 
style="color:#737F92 
!important;padding-right:6px;font-weight:bold;text-decoration:none 
!important;">Jorge Arévalo</a></div>   <div 
style="display:table-cell;white-space:nowrap;vertical-align:middle;">   
  <font color="#9FA2A5"><span style="padding-left:6px">February 5, 2015 
at 7:15 PM</span></font></div></div></div>
  <div style="color:#888888;margin-left:24px;margin-right:24px;" 
__pbrmquotes="true" class="__pbConvBody">
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
- Generate JPEG tiles instead of PNG. Tried just replacing the driver's 
name (PNG) with JPEG. Didn't work. Base tiles are generated, but 
overview tiles are not. Getting this error instead: ERROR 1: Buffer too 
small<br>
- Apply a color to nodata value of generated tiles. Tried passing -a 
"200,0,0" to gdal2tiles, but it was ignored.<br>
  <br>
  <br>
Log file, with GDAL_DEBUG=On, where you can see the first problem 
(buffer too small): 
<a moz-do-not-send="true" 
href="https://dl.dropboxusercontent.com/u/6599273/errors/gdal/gdal2tiles_error.log"
 class="moz-txt-link-freetext">https://dl.dropboxusercontent.com/u/6599273/errors/gdal/gdal2tiles_error.log</a><br>
Modified version of gdal2tiles, to generate xyz caches instead of tms 
ones: 
<a moz-do-not-send="true" 
href="https://dl.dropboxusercontent.com/u/6599273/errors/gdal/gdal2tiles_modified.py"
 class="moz-txt-link-freetext">https://dl.dropboxusercontent.com/u/6599273/errors/gdal/gdal2tiles_modified.py</a><br>
tif tile for testing (same error with other ones): 
<a moz-do-not-send="true" 
href="https://dl.dropboxusercontent.com/u/6599273/gis_data/katrina.tif" 
class="moz-txt-link-freetext">https://dl.dropboxusercontent.com/u/6599273/gis_data/katrina.tif</a><br>
  <br>
Many thanks!<br>
  <br>
  
  </div>
</blockquote>
<br>
Hint: The problem is in swig/python/extensions/gdal_wrap.cpp, method 
GDALDatasetShadow_WriteRaster, because Buf len = 196608, min buffer size
 = 262144. So, I know the reason, but still doesn't know how to fix this<br>
<br>
<br>
<div class="moz-signature">-- <br><span><meta charset="utf-8"><div 
style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 
13px; font-style: normal; font-variant: normal; font-weight: normal; 
letter-spacing: normal; line-height: normal; orphans: auto; text-align: 
start; text-indent: 0px; text-transform: none; white-space: normal; 
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; 
word-wrap: break-word; background-color: rgb(255, 255, 255);">Jorge 
Arévalo</div><div style="color: rgb(0, 0, 0); font-family: arial, 
sans-serif; font-size: 13px; font-style: normal; font-variant: normal; 
font-weight: normal; letter-spacing: normal; line-height: normal; 
orphans: auto; text-align: start; text-indent: 0px; text-transform: 
none; white-space: normal; widows: auto; word-spacing: 0px; 
-webkit-text-stroke-width: 0px; word-wrap: break-word; background-color:
 rgb(255, 255, 255);"><br></div><div style="color: rgb(0, 0, 0); 
font-family: arial, sans-serif; font-size: 13px; font-style: normal; 
font-variant: normal; font-weight: normal; letter-spacing: normal; 
line-height: normal; orphans: auto; text-align: start; text-indent: 0px;
 text-transform: none; white-space: normal; widows: auto; word-spacing: 
0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; 
background-color: rgb(255, 255, 255);">CartoDB<br><a 
href="http://cartodb.com/" target="_blank" style="color: rgb(17, 85, 
204);">http://cartodb.com/</a></div> </span></div>
</body></html>