Changeset 31128 in osm for applications/editors/josm/plugins
- Timestamp:
- 2015-05-15T10:13:30+02:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/ElevationProfile
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ElevationProfile/build.xml
r31089 r31128 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="8 168"/>6 <property name="plugin.main.version" value="8344"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTileSource.java
r30856 r31128 5 5 6 6 import org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource; 7 import org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo; 7 8 8 9 /** … … 12 13 public class ElevationGridTileSource extends AbstractTMSTileSource { 13 14 public ElevationGridTileSource(String name) { 14 super(name, "", "eg"); 15 super(new TileSourceInfo(name, "", "eg")); 15 16 } 16 17
Note:
See TracChangeset
for help on using the changeset viewer.