Ignore:
Timestamp:
2016-05-12T14:10:06+02:00 (8 years ago)
Author:
Don-vip
Message:

fix #9795 - Fetch from Overpass API using HTTPS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/server/OverpassServerPreference.java

    r9252 r10196  
    3232
    3333    private static final StringProperty OVERPASS_SERVER = new StringProperty("download.overpass.server",
    34             "http://overpass-api.de/api/");
     34            "https://overpass-api.de/api/");
    3535    private static final CollectionProperty OVERPASS_SERVER_HISTORY = new CollectionProperty("download.overpass.servers",
    36             Arrays.asList("http://overpass-api.de/api/", "http://overpass.osm.rambler.ru/cgi/"));
     36            Arrays.asList("https://overpass-api.de/api/", "http://overpass.osm.rambler.ru/cgi/"));
    3737    private static final BooleanProperty FOR_MULTI_FETCH = new BooleanProperty("download.overpass.for-multi-fetch", false);
    3838
Note: See TracChangeset for help on using the changeset viewer.