- Timestamp:
- 2018-05-13T09:14:45+02:00 (5 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/data/imagery
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/WMSCachedTileLoader.java
r13733 r13740 28 28 * @param listener that will be notified when tile is loaded 29 29 * @param cache reference 30 * @param connectTimeout to tile source 31 * @param readTimeout from tile source 32 * @param headers to be sent with requests 30 * @param options tile job options 33 31 */ 34 32 public WMSCachedTileLoader(TileLoaderListener listener, ICacheAccess<String, BufferedImageCacheEntry> cache, -
trunk/src/org/openstreetmap/josm/data/imagery/WMTSTileSource.java
r13733 r13740 241 241 /** 242 242 * 243 * @return 243 * @return tileMatrixSet of this layer 244 244 */ 245 245 public TileMatrixSet getTileMatrixSet() {
Note: See TracChangeset
for help on using the changeset viewer.