Changeset 9289 in osm for applications/viewer/jmapviewer/src/org/openstreetmap
- Timestamp:
- 2008-07-25T17:15:00+02:00 (16 years ago)
- Location:
- applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Demo.java
r9263 r9289 79 79 map.addMapMarker(new MapMarkerDot(49.807, 8.644)); 80 80 81 map.setDisplayPositionByLatLon(49.807, 8.6, 11);81 //map.setDisplayPositionByLatLon(49.807, 8.6, 11); 82 82 //map.setTileGridVisible(true); 83 83 } -
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewer.java
r9288 r9289 346 346 } 347 347 } 348 g.drawString("Tiles in cache: " + tileCache.getTileCount(), 50, 20);348 //g.drawString("Tiles in cache: " + tileCache.getTileCount(), 50, 20); 349 349 if (!mapMarkersVisible || mapMarkerList == null) 350 350 return;
Note:
See TracChangeset
for help on using the changeset viewer.