Changeset 33982 in osm for applications/editors/josm/plugins/geochat/src
- Timestamp:
- 2018-01-07T15:51:06+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/geochat/src/geochat/JsonQueryUtil.java
r33545 r33982 32 32 public static JsonObject query(String query) throws IOException { 33 33 try { 34 String serverURL = Main.pref.get("geochat.server", "http://zverik.dev.openstreetmap.org/osmochat.php?action="); 34 String serverURL = Main.pref.get("geochat.server", "https://zverik.dev.openstreetmap.org/osmochat.php?action="); 35 35 URL url = new URL(serverURL + query); 36 36 HttpURLConnection connection = (HttpURLConnection) url.openConnection();
Note:
See TracChangeset
for help on using the changeset viewer.