Changeset 31536 in osm for applications
- Timestamp:
- 2015-09-01T22:57:01+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java
r31439 r31536 262 262 } 263 263 try { 264 return attributions.get(10 00, TimeUnit.MILLISECONDS);264 return attributions.get(10, TimeUnit.MILLISECONDS); 265 265 } catch (TimeoutException ex) { 266 266 System.err.println("Bing: attribution data is not yet loaded.");
Note:
See TracChangeset
for help on using the changeset viewer.