Changeset 2092 in josm for trunk


Ignore:
Timestamp:
2009-09-10T20:48:39+02:00 (15 years ago)
Author:
Gubaer
Message:

see #3446: JOSM throws an XML parsing error when opening an OSM file with a <bound> element

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/OsmReader.java

    r2089 r2092  
    339339                current.rememberTag(key, value);
    340340            } else {
    341                 throwException(tr("Undefined element ''{0}'' found in input stream. Aborting.", qName));
     341                System.out.println(tr("Warning: Undefined element ''{0}'' found in input stream. Skipping.", qName));
    342342            }
    343343        }
Note: See TracChangeset for help on using the changeset viewer.