Changeset 31302 in osm for applications/editors/josm
- Timestamp:
- 2015-06-24T21:42:47+02:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/ElevationProfile
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ElevationProfile/build.xml
r31148 r31302 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 425"/>6 <property name="plugin.main.version" value="8526"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTileSource.java
r31128 r31302 55 55 56 56 @Override 57 public String getTileType() {58 return "";59 }60 61 @Override62 57 public int getTileSize() { 63 58 // TODO
Note:
See TracChangeset
for help on using the changeset viewer.