Ignore:
Timestamp:
2012-07-13T23:56:45+02:00 (12 years ago)
Author:
simon04
Message:

JOSM/wikipedia: update url

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wikipedia/src/org/wikipedia/WikipediaToggleDialog.java

    r28476 r28483  
    223223        Map<String, Boolean> status = new HashMap<String, Boolean>();
    224224        if (!articleNames.isEmpty()) {
    225             final String url = "https://toolserver.org/~simon04/getGeoJSONStatus.php"
    226                     + "?lang=" + wikipediaLang.get()
     225            final String url = "http://toolserver.org/~master/osmjson/getGeoJSON.php?action=check"
     226                    + "&lang=" + wikipediaLang.get()
    227227                    + "&articles=" + encodeURL(Utils.join(",", articleNames));
    228228            System.out.println("Wikipedia: GET " + url);
Note: See TracChangeset for help on using the changeset viewer.