Changeset 34094 in osm
- Timestamp:
- 2018-03-22T17:41:25+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java
r34085 r34094 215 215 @Override 216 216 public String getAttributionImageURL() { 217 return "http://opengeodata.org/microsoft-imagery-details"; 217 return "https://opengeodata.org/microsoft-imagery-details"; 218 218 } 219 219 … … 225 225 @Override 226 226 public String getTermsOfUseURL() { 227 return "http://opengeodata.org/microsoft-imagery-details"; 227 return "https://opengeodata.org/microsoft-imagery-details"; 228 228 } 229 229
Note:
See TracChangeset
for help on using the changeset viewer.