Changeset 7659 in josm for trunk/src/org/openstreetmap/josm/io
- Timestamp:
- 2014-10-27T21:55:45+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/imagery/WMSGrabber.java
r7425 r7659 259 259 260 260 HttpURLConnection conn = Utils.openHttpConnection(url); 261 conn.setUseCaches(true); 261 262 for (Entry<String, String> e : props.entrySet()) { 262 263 conn.setRequestProperty(e.getKey(), e.getValue());
Note:
See TracChangeset
for help on using the changeset viewer.