Changeset 36329 in osm for applications/viewer/jmapviewer
- Timestamp:
- 2024-08-29T21:27:58+02:00 (3 months ago)
- Location:
- applications/viewer/jmapviewer
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer
-
Property ReleaseVersion
changed from
2.21
to2.22
-
Property ReleaseVersion
changed from
-
applications/viewer/jmapviewer/pom.xml
r36306 r36329 6 6 <groupId>org.openstreetmap.jmapviewer</groupId> 7 7 <artifactId>jmapviewer</artifactId> 8 <version>2.2 2-SNAPSHOT</version>8 <version>2.23-SNAPSHOT</version> 9 9 10 10 <name>JMapViewer</name> -
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java
r36292 r36329 274 274 LOG.log(Level.FINE, "Successfully loaded Bing attribution data."); 275 275 return r; 276 } catch (I OException ex) {276 } catch (IllegalArgumentException | IOException ex) { 277 277 LOG.log(Level.SEVERE, String.format("Could not connect to Bing API. Will retry in %d seconds.", waitTimeSec)); 278 278 LOG.log(Level.FINE, ex.getMessage(), ex);
Note:
See TracChangeset
for help on using the changeset viewer.