<div dir="ltr"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span style="font-size:12.8px"><br>1. No extra code will be allowed in master to handle GDAL < 2.0. QGIS</span><br style="font-size:12.8px"><span style="font-size:12.8px">3.0 has a hard GDAL >= 2.0 requirement, and no code will be accepted</span><br style="font-size:12.8px"><span style="font-size:12.8px">to work around this requirement.</span></blockquote><div><br></div><div>The original code did many tasks being coded multiple timesĀ </div><div>- these common tasks are written once in a extra function that is used when needed.</div><div><br></div><div>The gdal portions where depreciated gdal 1* functions where used</div><div>- are also in extra functions with a switch statement for the different versions</div><div><br></div><div>This was done in preparation for when gdal 1* should expire (i. E. QGIS 3).</div><div><br></div><div>All that needs to be done is to remove the gdal 1 portion of the switch where the gdal 1 code is used.</div><div><br></div><div>Mark</div></div>