Skip to content

1.1.1

Latest
Compare
Choose a tag to compare
@airbreather airbreather released this 31 Jul 14:43
b943560

1.1.1

  • GpxReader will now throw an XmlException when it encounters an unexpected top-level child element of the root gpx element, instead of running into an infinite loop (#41).
    • "Unexpected top-level child elements" are elements whose names we do not recognize, metadata or extensions showing up more than once, or the metadata element showing up somewhere after the first child element.
  • GpxReaderSettings now has an IgnoreUnexpectedChildrenOfTopLevelElement property to use to ignore those elements instead of throwing XmlException.