Ignore:
Timestamp:
2017-05-25T21:17:21+02:00 (7 years ago)
Author:
stoecker
Message:

see #14832 - add access to raw logo information

File:
1 edited

Legend:

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

    r12256 r12258  
    659659    }
    660660
     661    /**
     662     * Return the raw attribution logo information (an URL to the image).
     663     * @return The url text
     664     * @since 12257
     665     */
     666    public String getAttributionImageRaw() {
     667        return attributionImage;
     668    }
     669
    661670    @Override
    662671    public String getAttributionImageURL() {
Note: See TracChangeset for help on using the changeset viewer.