Ignore:
Timestamp:
2017-05-25T19:01:20+02:00 (7 years ago)
Author:
Don-vip
Message:

see #14832 - display the URL as attribution is text is missing

File:
1 edited

Legend:

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

    r11977 r12256  
    627627    @Override
    628628    public boolean requiresAttribution() {
    629         return attributionText != null || attributionImage != null || termsOfUseText != null || termsOfUseURL != null;
     629        return attributionText != null || attributionLinkURL != null || attributionImage != null || termsOfUseText != null || termsOfUseURL != null;
    630630    }
    631631
Note: See TracChangeset for help on using the changeset viewer.