Changeset 28961 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadSVGBuilding.java
- Timestamp:
- 2012-11-21T23:57:14+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadSVGBuilding.java
r26228 r28961 236 236 private String grabSVG(URL url) throws IOException, OsmTransferException { 237 237 wmsInterface.urlConn = (HttpURLConnection)url.openConnection(); 238 wmsInterface.urlConn.setRequestProperty("Connection", "close"); 238 239 wmsInterface.urlConn.setRequestMethod("GET"); 239 240 wmsInterface.setCookie();
Note:
See TracChangeset
for help on using the changeset viewer.
