Changeset 13742 in josm for trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java
- Timestamp:
- 2018-05-13T09:15:34+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java
r13733 r13742 1432 1432 /** 1433 1433 * Sets custom HTTP headers that should be sent with request towards imagery provider 1434 * @param customHttpHeaders 1434 * @param customHttpHeaders http headers 1435 1435 */ 1436 1436 public void setCustomHttpHeaders(Map<String, String> customHttpHeaders) { … … 1462 1462 /** 1463 1463 * Sets minimum tile expiration in seconds 1464 * @param minimumTileExpire 1464 * @param minimumTileExpire minimum tile expiration in seconds 1465 1465 */ 1466 1466 public void setMinimumTileExpire(int minimumTileExpire) {
Note:
See TracChangeset
for help on using the changeset viewer.
