Changeset 17334 in osm for applications/editors/josm/plugins
- Timestamp:
- 2009-08-29T13:20:48+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/wmsplugin/src
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/HTMLGrabber.java
r16308 r17334 25 25 String urlstring = url.toExternalForm(); 26 26 27 System.out.println("Grabbing HTML " + url); 28 27 29 BufferedImage cached = cache.getImg(urlstring); 28 30 if(cached != null) return cached; -
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSGrabber.java
r16872 r17334 143 143 if(cached != null) return cached; 144 144 145 System.out.println("Grabbing WMS " + url); 146 145 147 HttpURLConnection conn = (HttpURLConnection) url.openConnection(); 146 148 if(layer.cookies != null && !layer.cookies.equals(""))
Note:
See TracChangeset
for help on using the changeset viewer.