Changeset 16130 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2020-03-15T02:11:02+01:00 (4 years ago)
Author:
Don-vip
Message:

see #17285 - add privacy-policy-url in mirror

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java

    r16127 r16130  
    623623        this.langDescription = i.langDescription;
    624624        this.attributionText = i.attributionText;
     625        this.privacyPolicyURL = i.privacyPolicyURL;
    625626        this.permissionReferenceURL = i.permissionReferenceURL;
    626627        this.attributionLinkURL = i.attributionLinkURL;
     
    15561557                   n.setTileSize(i.getTileSize());
    15571558               }
     1559               if (i.getPrivacyPolicyURL() != null) {
     1560                   n.setPrivacyPolicyURL(i.getPrivacyPolicyURL());
     1561               }
    15581562               if (n.id != null) {
    15591563                   n.id = n.id + "_mirror"+num;
Note: See TracChangeset for help on using the changeset viewer.