Folks,<br><br>Upon upgrading my existing application to 5.6.1 I&#39;m getting frustrated about the changes of the rectangle check in mapObj.zoomRectangle. So let me summarize how the related code have changed within the past 5 years.<br>
<br>- 2004-06-26 The stuff has been committed by sean in r3294 mapzoom.i Ln 280<br>if (poPixRect-&gt;maxy &gt;= poPixRect-&gt;miny)<br>        {<br>            msSetError(MS_MISCERR, &quot;Georeferenced coordinates miny &lt;= maxy&quot;,<br>
                       &quot;mapscript::mapObj::zoomRectangle()&quot;);<br>            return MS_FAILURE;<br>        }<br><br>- 2006-05-30  First attempt to swap miny and maxy by umberto in r5472<br><br>- 2006-07-24  The change have been reverted by hobu in r5542<br>
<br>- 2006-12-13 Second attempt to swap  miny and maxy by sdlime in r5859<br><br>- 2006-12-13 Reverted the change by sdlime in r5864<br><br>- 2009-10-12 Third attempt to swap  miny and maxy by aboudreault in r9444<br><br>
There have been a couple of tickets related to this issue like:<br><a href="http://trac.osgeo.org/mapserver/ticket/1817">http://trac.osgeo.org/mapserver/ticket/1817</a><br><a href="http://trac.osgeo.org/mapserver/ticket/1982">http://trac.osgeo.org/mapserver/ticket/1982</a><br>
<a href="http://trac.osgeo.org/mapserver/ticket/1988">http://trac.osgeo.org/mapserver/ticket/1988</a><br><a href="http://trac.osgeo.org/mapserver/ticket/3286">http://trac.osgeo.org/mapserver/ticket/3286</a><br><br><br>While I&#39;m a bit lost with the reason of these reverts it seems we don&#39;t have solid standpoint on how this consistency check should be done. I would anticipate I&#39;m not against this change, however I would not want to alter my existing scipts (like now) in every release in order to have my code working.<br>
<br>Could someone confirm this change won&#39;t be reverted in the future releases?<br><br><br>Best regards,<br><br>Tamas<br><br><br><br><br>