Ignore:
Timestamp:
2010-12-12T01:35:34+01:00 (14 years ago)
Author:
upliner
Message:

prepare to include imagery into JOSM and Bing into jmapviewer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/TileSource.java

    r24643 r24706  
    33import java.awt.Image;
    44
     5import org.openstreetmap.gui.jmapviewer.Coordinate;
    56import org.openstreetmap.gui.jmapviewer.JMapViewer;
    6 import org.openstreetmap.josm.data.coor.LatLon;
    77
    88//License: GPL. Copyright 2008 by Jan Peter Stotz
     
    101101    public boolean requiresAttribution();
    102102
    103     // FIXME: JMapViewer shouldn't reference JOSM classes.
    104103    /**
    105104     * @param zoom The optional zoom level for the view.
     
    108107     * @return Attribution text for the image source.
    109108     */
    110     public String getAttributionText(int zoom, LatLon topLeft, LatLon botRight);
     109    public String getAttributionText(int zoom, Coordinate topLeft, Coordinate botRight);
    111110
    112111    /**
Note: See TracChangeset for help on using the changeset viewer.