Changeset 21795 in osm for applications/editors
- Timestamp:
- 2010-06-19T13:49:38+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSLayer.java
r21235 r21795 243 243 for(int y = bminy; y<bmaxy; ++y){ 244 244 GeorefImage img = images[modulo(x,dax)][modulo(y,day)]; 245 g.drawRect(x, y, dax, bminy);246 245 if(!img.paint(g, mv, dx, dy) && !img.downloadingStarted){ 247 246 img.downloadingStarted = true;
Note:
See TracChangeset
for help on using the changeset viewer.