[mapserver-users] mapscript.jar in Java

Forest forest21000 at yahoo.cn
Tue Sep 11 02:33:09 PDT 2012


Hi Everyone,
    I'm using mapscript.jar in Java project.When I use the DrawMap.java examples in my Java Application,the Memory will not increase,the codes is below:
        for (i=0; i<1000; i++) {
mapObj map = new mapObj("mymapfile.map");

     imageObj img = map.draw();
        }
    img.delete();
    map.delete();
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20120911/584ff730/attachment.html>


More information about the mapserver-users mailing list