Changeset 30856 in osm for applications/editors/josm/plugins/ElevationProfile/src/org
- Timestamp:
- 2014-12-19T00:50:19+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.