Changeset 32027 in osm for applications/editors/josm


Ignore:
Timestamp:
2016-01-26T23:52:39+01:00 (9 years ago)
Author:
wiktorn
Message:

Align plugin with changes in [josm9620]

Location:
applications/editors/josm/plugins/ElevationProfile
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/ElevationProfile/build.xml

    r31926 r32027  
    44    <property name="commit.message" value="[josm_elevationprofile]"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="8772"/>
     6    <property name="plugin.main.version" value="9620"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTileSource.java

    r31574 r32027  
    44import java.io.IOException;
    55
    6 import org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource;
     6import org.openstreetmap.gui.jmapviewer.tilesources.TMSTileSource;
    77import org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo;
    88
     
    1111 *
    1212 */
    13 public class ElevationGridTileSource extends AbstractTMSTileSource {
     13public class ElevationGridTileSource extends TMSTileSource {
    1414    public ElevationGridTileSource(String name) {
    1515        super(new TileSourceInfo(name, "", "eg"));
Note: See TracChangeset for help on using the changeset viewer.