Changeset 29169 in osm for applications/viewer
- Timestamp:
- 2013-01-05T06:26:29+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewer.java
r29163 r29169 525 525 Tile tile = tileController.getTile(tilex, tiley, zoom); 526 526 if (tile != null) { 527 painted = true;528 527 tile.paint(g, posx, posy); 529 528 if (tileGridVisible) { … … 531 530 } 532 531 } 532 painted = true; 533 533 } 534 534 Point p = move[iMove];
Note:
See TracChangeset
for help on using the changeset viewer.