Changeset 24489 in osm for applications/viewer/jmapviewer/src
- Timestamp:
- 2010-12-01T06:15:39+01:00 (14 years ago)
- Location:
- applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmTileSource.java
r24485 r24489 88 88 return "CC-BY-SA OpenStreetMap and Contributors"; 89 89 } 90 91 public String getAttributionLinkURL() { 92 return "http://openstreetmap.org/"; 93 } 94 95 public String getTermsOfUseURL() { 96 return "http://openstreetmap.org/"; 97 } 90 98 } 91 99 -
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/TileSource.java
r24485 r24489 113 113 */ 114 114 public Image getAttributionImage(); 115 116 /** 117 * @return The URL to open when the user clicks the attribution image. 118 */ 119 public String getAttributionLinkURL(); 120 121 /** 122 * @return The URL to open when the user clicks the attribution "Terms of Use" text. 123 */ 124 public String getTermsOfUseURL(); 115 125 }
Note:
See TracChangeset
for help on using the changeset viewer.