Changeset 29450 in osm for applications/editors/josm/plugins/imagery_offset_db/src/iodb
- Timestamp:
- 2013-03-31T22:02:25+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery_offset_db/src/iodb/SimpleOffsetQueryTask.java
r29430 r29450 86 86 String serverURL = Main.pref.get("iodb.server.url", "http://offsets.textual.ru/"); 87 87 URL url = new URL(serverURL + query); 88 Main.info("IODB URL = " + url); // todo: remove in release88 // Main.info("IODB URL = " + url); // todo: remove in release 89 89 HttpURLConnection connection = (HttpURLConnection)url.openConnection(); 90 90 connection.connect();
Note:
See TracChangeset
for help on using the changeset viewer.