Changeset 9785 in osm


Ignore:
Timestamp:
2008-08-13T16:16:52+02:00 (16 years ago)
Author:
stotz
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewer.java

    r9784 r9785  
    364364                        }
    365365                }
     366                // outer border of the map
     367                int mapSize = Tile.SIZE << zoom;
     368                g.drawRect(w2 - center.x, h2 - center.y, mapSize, mapSize);
     369               
    366370                // g.drawString("Tiles in cache: " + tileCache.getTileCount(), 50, 20);
    367371                if (!mapMarkersVisible || mapMarkerList == null)
     
    373377                                marker.paint(g, p);
    374378                }
    375                 // outer border of the map
    376                 int mapSize = Tile.SIZE << zoom;
    377                 g.drawRect(w2 - center.x, h2 - center.y, mapSize, mapSize);
    378379        }
    379380
Note: See TracChangeset for help on using the changeset viewer.