Changeset 3963 in osm for applications/editors/josm/plugins/surveyor/src/at
- Timestamp:
- 2007-08-05T21:54:31+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/MetaAction.java
r3343 r3963 10 10 import javax.swing.Icon; 11 11 import javax.swing.JFrame; 12 13 import org.openstreetmap.josm.Main; 12 14 13 15 import livegps.LiveGpsData; … … 100 102 } else { 101 103 System.out.println("Surveyor: no gps data available!"); 104 // TEST for offline test only: 105 if(Main.pref.getBoolean("surveyor.debug")) { 106 for (SurveyorActionDescription action : actions) { 107 action.actionPerformed(new GpsActionEvent(e, 0, 0)); 108 } 109 } 102 110 } 103 111 JFrame frame = SurveyorPlugin.getSurveyorFrame();
Note:
See TracChangeset
for help on using the changeset viewer.