Changeset 30024 in osm for applications/editors/josm/plugins/smed2/src/panels/ShowFrame.java
- Timestamp:
- 2013-10-14T18:04:01+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/panels/ShowFrame.java
r30014 r30024 53 53 return new Point2D.Double(150, 150); 54 54 } 55 56 public double mile(Feature feature) { 57 return 1000; 58 } 55 59 } 56 60 57 61 public ShowFrame(String title) { 58 62 super(title);
Note:
See TracChangeset
for help on using the changeset viewer.