Changeset 33214 in osm for applications/editors/josm/plugins/ElevationProfile/src
- Timestamp:
- 2017-04-06T22:56:24+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTileLoader.java
r32315 r33214 46 46 47 47 @Override 48 public Tile getTile() {49 return tile;50 }51 52 @Override53 48 public void submit() { 54 49 run(); … … 58 53 public void submit(boolean force) { 59 54 submit(); 60 61 55 } 62 56 };
Note:
See TracChangeset
for help on using the changeset viewer.