Changeset 21795 in osm for applications/editors


Ignore:
Timestamp:
2010-06-19T13:49:38+02:00 (15 years ago)
Author:
stoecker
Message:

fix josm 5155

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSLayer.java

    r21235 r21795  
    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;
Note: See TracChangeset for help on using the changeset viewer.