Changeset 35055 in osm
- Timestamp:
- 2019-07-08T08:05:22+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java
r35019 r35055 276 276 } 277 277 try { 278 return attributions.get(0, TimeUnit.MILLISECONDS); 279 } catch (TimeoutException ex) { 280 LOG.log(Level.WARNING, "Bing: attribution data is not yet loaded."); 278 return attributions.get(); 281 279 } catch (ExecutionException ex) { 282 280 throw new RuntimeException(ex.getCause());
Note:
See TracChangeset
for help on using the changeset viewer.