BUG -- JAVA MAPSCRIPT !!!!!
Reyes, Mariano
mreyes at SISCAT.COM.AR
Wed Jul 5 12:28:03 PDT 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.htm>
More information about the MapServer-users
mailing list