Hi Devs,<div><br></div><div>We would like to store multiple outputformat entries for the same driver in the mapfiles. However when using the save option the writer does not allow saving formats for the same driver as what have been referenced by the imagetype setting. The related code now looks like this:</div>
<div><br></div><div><div>for(i=0; i&lt;map-&gt;numoutputformats; i++) {</div><div>    if(map-&gt;outputformatlist[i]-&gt;inmapfile == MS_TRUE &amp;&amp; strcmp(map-&gt;outputformatlist[i]-&gt;driver, map-&gt;outputformat-&gt;driver) != 0)</div>
<div>      writeOutputformatobject(stream, indent, map-&gt;outputformatlist[i]);</div><div>  }</div></div><div><br></div><div>Do we have any compelling reason to work this way or we can safely remove this check from writeOutputformat?</div>
<div><br></div><div>Best regards,</div><div><br></div><div>Tamas</div><div><br></div>