Changeset 20067 in osm for applications/editors/josm/plugins/openvisible/src/at
- Timestamp:
- 2010-02-18T21:47:44+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openvisible/src/at/dallermassl/josm/plugin/openvisible/OpenVisibleAction.java
r19352 r20067 124 124 r = new GpxReader(new FileInputStream(file)); 125 125 } 126 if (!r.parse(true)) { 127 // input was not properly parsed, abort 128 JOptionPane.showMessageDialog(Main.parent, tr("Parsing file \"{0}\" failed", file)); 129 throw new IllegalStateException(); 130 } 126 131 r.data.storageFile = file; 127 132 GpxLayer gpxLayer = new GpxLayer(r.data, fn);
Note:
See TracChangeset
for help on using the changeset viewer.