-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Rename attributes to match GPX XML schema - Add class attributes `fields` and `mandatory_fields` corresponding to GPX XML schema - Fix issue #12
- Loading branch information
1 parent
4e5e586
commit 553677d
Showing
26 changed files
with
839 additions
and
481 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
from .gpx import * | ||
from .utils import * | ||
from .gpx import * |
Oops, something went wrong.