Changeset 24489 in osm for applications/viewer/jmapviewer
- Timestamp:
 - 2010-12-01T06:15:39+01:00 (15 years ago)
 - Location:
 - applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer
 - Files:
 - 
      
- 2 edited
 
- 
          
  OsmTileSource.java (modified) (1 diff)
 - 
          
  interfaces/TileSource.java (modified) (1 diff)
 
 
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.
  