BUG -- JAVA MAPSCRIPT !!!!!

Reyes, Mariano mreyes at SISCAT.COM.AR
Wed Jul 5 15:28:03 EDT 2006


Hi,

            I found a problem in line 1937 of
./mapscript/java/mapscript_wrap.c  file:

 

OLD:

            if (poPixRect->maxy >= poPixRect->miny)

            {

                        msSetError(12, "Georeferenced coordinates miny <=
maxy",

                                   "mapscript::mapObj::zoomRectangle()");

                        Return MS_FAILURE;

            }

 

NEW:

            if (poPixRect->miny >= poPixRect->maxy)

            {

                        msSetError(12, "Georeferenced coordinates miny >=
maxy",

                                   "mapscript::mapObj::zoomRectangle()");

                        Return MS_FAILURE;

            }

 

Please check this

 

Mariano A. Reyes

Sistemas Catastrales S.A.

Buenos Aires - Argentina

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapserver-users/attachments/20060705/cdcf2e5b/attachment.html


More information about the mapserver-users mailing list