Ignore:
Timestamp:
2013-10-14T18:04:01+02:00 (11 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed2/src/panels/ShowFrame.java

    r30014 r30024  
    5353                        return new Point2D.Double(150, 150);
    5454                }
     55
     56                public double mile(Feature feature) {
     57                        return 1000;
     58                }
    5559        }
    56        
     60
    5761        public ShowFrame(String title) {
    5862                super(title);
Note: See TracChangeset for help on using the changeset viewer.