<br>I need to change the drawOrder of the KMZ files that are created using GDAL_Translate -of KMLSUPEROVERLAY...  I have been looking at the source code of &quot;kmlsuperoverlaydataset.cpp&quot; and noticed that the draw order appears to be tied to the variable &quot;zoom.&quot;  Does anyone know if I have control over drawOrder value using the gdal_translate &quot;-co&quot; options?<br>
<br>    VSIFPrintfL(fp, &quot;\t\t\t&lt;drawOrder&gt;%d&lt;/drawOrder&gt;\n&quot;, zoom);<br><br>Thanks,<br>Roland<br><br>