- Timestamp:
- 2018-12-17T14:27:11+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/TMSCachedTileLoaderJob.java
r14565 r14570 279 279 if (isNoTileAtZoom()) { 280 280 Logging.debug("JCS TMS - Tile valid, but no file, as no tiles at this level {0}", tile); 281 tile.setError( "No tile at this zoom level");281 tile.setError(tr("No tile at this zoom level")); 282 282 tile.putValue("tile-info", "no-tile"); 283 283 return true;
Note:
See TracChangeset
for help on using the changeset viewer.