Ignore:
Timestamp:
2008-09-02T11:23:39+02:00 (16 years ago)
Author:
petrdlouhy
Message:

Added automatic tiles downloading and Yahoo support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wmsplugin/src/wmsplugin/Grabber.java

    r6777 r10382  
    33import org.openstreetmap.josm.data.Bounds;
    44import org.openstreetmap.josm.data.projection.Projection;
     5import java.util.ArrayList;
     6import org.openstreetmap.josm.gui.MapView;
    57
    68public interface Grabber {
    7         public GeorefImage grab(Bounds bounds,
    8                 Projection proj, double pixelPerDegree)
    9                 throws IOException;
     9        public void start();
    1010}
Note: See TracChangeset for help on using the changeset viewer.