Changeset 16130 in josm
- Timestamp:
- 2020-03-15T02:11:02+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java
r16127 r16130 623 623 this.langDescription = i.langDescription; 624 624 this.attributionText = i.attributionText; 625 this.privacyPolicyURL = i.privacyPolicyURL; 625 626 this.permissionReferenceURL = i.permissionReferenceURL; 626 627 this.attributionLinkURL = i.attributionLinkURL; … … 1556 1557 n.setTileSize(i.getTileSize()); 1557 1558 } 1559 if (i.getPrivacyPolicyURL() != null) { 1560 n.setPrivacyPolicyURL(i.getPrivacyPolicyURL()); 1561 } 1558 1562 if (n.id != null) { 1559 1563 n.id = n.id + "_mirror"+num;
Note:
See TracChangeset
for help on using the changeset viewer.