Changeset 9785 in osm for applications/viewer/jmapviewer/src/org/openstreetmap/gui
- Timestamp:
- 2008-08-13T16:16:52+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewer.java
r9784 r9785 364 364 } 365 365 } 366 // outer border of the map 367 int mapSize = Tile.SIZE << zoom; 368 g.drawRect(w2 - center.x, h2 - center.y, mapSize, mapSize); 369 366 370 // g.drawString("Tiles in cache: " + tileCache.getTileCount(), 50, 20); 367 371 if (!mapMarkersVisible || mapMarkerList == null) … … 373 377 marker.paint(g, p); 374 378 } 375 // outer border of the map376 int mapSize = Tile.SIZE << zoom;377 g.drawRect(w2 - center.x, h2 - center.y, mapSize, mapSize);378 379 } 379 380
Note:
See TracChangeset
for help on using the changeset viewer.