Changeset 35913 in osm for applications/viewer
- Timestamp:
- 2022-02-09T14:56:41+01:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/TemplatedTMSTileSource.java
r35912 r35913 102 102 try { 103 103 matcher.appendReplacement(output, FeatureAdapter.retrieveApiKey(imageryId)); 104 } catch (IOException e) {104 } catch (IOException|NullPointerException e) { 105 105 throw new IllegalArgumentException(e); 106 106 }
Note:
See TracChangeset
for help on using the changeset viewer.