- Timestamp:
- 2017-05-25T21:17:21+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java
r12256 r12258 659 659 } 660 660 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 661 670 @Override 662 671 public String getAttributionImageURL() {
Note:
See TracChangeset
for help on using the changeset viewer.