<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 "kmlsuperoverlaydataset.cpp" and noticed that the draw order appears to be tied to the variable "zoom." Does anyone know if I have control over drawOrder value using the gdal_translate "-co" options?<br>
<br> VSIFPrintfL(fp, "\t\t\t<drawOrder>%d</drawOrder>\n", zoom);<br><br>Thanks,<br>Roland<br><br>