Changeset 31610 in osm for applications/viewer/jmapviewer/src/org/openstreetmap
- Timestamp:
- 2015-10-11T22:35:10+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java
r31573 r31610 259 259 } 260 260 try { 261 return attributions.get( 10, TimeUnit.MILLISECONDS);261 return attributions.get(0, TimeUnit.MILLISECONDS); 262 262 } catch (TimeoutException ex) { 263 263 System.err.println("Bing: attribution data is not yet loaded.");
Note:
See TracChangeset
for help on using the changeset viewer.