Changeset 31541 in osm for applications/viewer/jmapviewer/src
- Timestamp:
- 2015-09-09T00:08:02+02:00 (10 years ago)
- Location:
- applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer
- Files:
-
- 2 edited
-
JMapViewer.java (modified) (1 diff)
-
TileController.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewer.java
r31540 r31541 110 110 * Creates a new {@link JMapViewer} instance. 111 111 * @param tileCache The cache where to store tiles 112 * @depr aceted @param downloadThreadCount not used anymore112 * @deprecated @param downloadThreadCount not used anymore 113 113 */ 114 114 @Deprecated -
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/TileController.java
r31540 r31541 20 20 /** 21 21 * retrieves a tile from the cache. If the tile is not present in the cache 22 * a load job is added to the working queue of {@link JobThread}.22 * a load job is added to the working queue of {@link TileLoader}. 23 23 * 24 24 * @param tilex the X position of the tile
Note:
See TracChangeset
for help on using the changeset viewer.
