Changeset 28483 in osm for applications/editors/josm/plugins/wikipedia
- Timestamp:
- 2012-07-13T23:56:45+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/WikipediaToggleDialog.java
r28476 r28483 223 223 Map<String, Boolean> status = new HashMap<String, Boolean>(); 224 224 if (!articleNames.isEmpty()) { 225 final String url = "http s://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() 227 227 + "&articles=" + encodeURL(Utils.join(",", articleNames)); 228 228 System.out.println("Wikipedia: GET " + url);
Note:
See TracChangeset
for help on using the changeset viewer.