Changeset 33214 in osm
- Timestamp:
- 2017-04-06T22:56:24+02:00 (8 years ago)
- Location:
- applications/editors/josm/plugins/ElevationProfile
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ElevationProfile/build.xml
r32680 r33214 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="1 0580"/>6 <property name="plugin.main.version" value="11843"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
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.