Changeset 34094 in osm


Ignore:
Timestamp:
2018-03-22T17:41:25+01:00 (7 years ago)
Author:
stoecker
Message:

use https

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java

    r34085 r34094  
    215215    @Override
    216216    public String getAttributionImageURL() {
    217         return "http://opengeodata.org/microsoft-imagery-details";
     217        return "https://opengeodata.org/microsoft-imagery-details";
    218218    }
    219219
     
    225225    @Override
    226226    public String getTermsOfUseURL() {
    227         return "http://opengeodata.org/microsoft-imagery-details";
     227        return "https://opengeodata.org/microsoft-imagery-details";
    228228    }
    229229
Note: See TracChangeset for help on using the changeset viewer.