Ignore:
Timestamp:
10.09.2009 20:48:39 (3 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.