Changeset 30856 in osm for applications/editors/josm/plugins/ElevationProfile
- Timestamp:
- 2014-12-19T00:50:19+01:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/ElevationProfile
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ElevationProfile/build.xml
r30416 r30856 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="7 001"/>6 <property name="plugin.main.version" value="7824"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTileSource.java
r30344 r30856 12 12 public class ElevationGridTileSource extends AbstractTMSTileSource { 13 13 public ElevationGridTileSource(String name) { 14 super(name, ""); 15 // TODO Auto-generated constructor stub 14 super(name, "", "eg"); 16 15 } 17 16
Note:
See TracChangeset
for help on using the changeset viewer.