Changeset 32027 in osm for applications/editors/josm
- Timestamp:
- 2016-01-26T23:52:39+01:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/ElevationProfile
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ElevationProfile/build.xml
r31926 r32027 4 4 <property name="commit.message" value="[josm_elevationprofile]"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTileSource.java
r31574 r32027 4 4 import java.io.IOException; 5 5 6 import org.openstreetmap.gui.jmapviewer.tilesources. AbstractTMSTileSource;6 import org.openstreetmap.gui.jmapviewer.tilesources.TMSTileSource; 7 7 import org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo; 8 8 … … 11 11 * 12 12 */ 13 public class ElevationGridTileSource extends AbstractTMSTileSource {13 public class ElevationGridTileSource extends TMSTileSource { 14 14 public ElevationGridTileSource(String name) { 15 15 super(new TileSourceInfo(name, "", "eg"));
Note:
See TracChangeset
for help on using the changeset viewer.