kb0 / dart-gpx

Dart package for load, manipulate, and save GPS data in GPX format (a light-weight XML data format for the interchange of GPS data - waypoints, routes, and tracks).
Apache License 2.0
23 stars 27 forks source link

Added namespace declaration. #13

Open ttho opened 3 years ago

ttho commented 3 years ago

The root 'gpx' element is not bound to a namespace, which causes some tools to reject it.