Changeset 28639 in osm for applications/viewer/jmapviewer/src
- Timestamp:
- 2012-08-27T02:25:09+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java
r28553 r28639 2 2 3 3 //License: GPL. 4 5 import static org.openstreetmap.josm.tools.I18n.tr;6 4 7 5 import java.awt.Image; … … 65 63 // make sure that attribution is loaded. otherwise subdomains is null. 66 64 if (getAttribution() == null) 67 throw new IOException( tr("Attribution is not loaded yet"));65 throw new IOException("Attribution is not loaded yet"); 68 66 69 67 int t = (zoom + tilex + tiley) % subdomains.length;
Note:
See TracChangeset
for help on using the changeset viewer.