Changeset 36381 in osm for applications/viewer/jmapviewer/src/org
- Timestamp:
- 2025-02-04T16:14:15+01:00 (12 months ago)
- Location:
- applications/viewer/jmapviewer
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer
-
Property ReleaseVersion
changed from
2.23to2.24
-
Property ReleaseVersion
changed from
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java
r36372 r36381 159 159 if (API_KEY.equals(key)) { // If the API key has not been customized, we try to retrieve the API key 160 160 try { 161 key = FeatureAdapter.retrieveApiKey(this.getId()); 161 String rkey = FeatureAdapter.retrieveApiKey(this.getId()); 162 if (rkey != null) 163 key = rkey; 162 164 } catch (IOException ioException) { 163 165 FeatureAdapter.getLogger(this.getClass()).log(Level.WARNING, "Failed to retrieve api key", ioException);
Note:
See TracChangeset
for help on using the changeset viewer.
