Changeset 25045 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java
- Timestamp:
- 2011-01-13T23:27:42+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java
r25033 r25045 46 46 private int lambertZone = -1; 47 47 48 public CadastreGrabber grabber = new CadastreGrabber(); 49 48 50 protected static final Icon icon = new ImageIcon(Toolkit.getDefaultToolkit().createImage( 49 51 CadastrePlugin.class.getResource("/images/cadastre_small.png"))); … … 126 128 } 127 129 128 public void grab( CadastreGrabber grabber,Bounds b) throws IOException {130 public void grab(Bounds b) throws IOException { 129 131 grabThread.setCancelled(false); 130 132 grabThread.setGrabber(grabber);
Note:
See TracChangeset
for help on using the changeset viewer.