Ticket #5155: wmsrect.diff

File wmsrect.diff, 569 bytes (added by Upliner, 15 years ago)

Patch to remove the strange rectangle

  • plugins/wmsplugin/src/wmsplugin/WMSLayer.java

     
    242242                for(int x = bminx; x<bmaxx; ++x) {
    243243                        for(int y = bminy; y<bmaxy; ++y){
    244244                                GeorefImage img = images[modulo(x,dax)][modulo(y,day)];
    245                                 g.drawRect(x, y, dax, bminy);
    246245                                if(!img.paint(g, mv, dx, dy) && !img.downloadingStarted){
    247246                                        img.downloadingStarted = true;
    248247                                        img.image = null;