Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

class GPXWaypoint: __init__ is missing some GPX parameters #91

Closed
Franky1 opened this issue Mar 12, 2017 · 2 comments
Closed

class GPXWaypoint: __init__ is missing some GPX parameters #91

Franky1 opened this issue Mar 12, 2017 · 2 comments

Comments

@Franky1
Copy link

Franky1 commented Mar 12, 2017

class GPXWaypoint: __init__ is missing some GPX parameters:
link, source... maybe some more...
Should be added in the __init__(... , link=None, source=None, ... )

@nawagers
Copy link
Contributor

@Franky1 All the params are initialized in init(). Is the issue that you want a one-liner? Only about half the params are in the function call and the others would currently have to be set after initialization.

@Franky1
Copy link
Author

Franky1 commented Dec 18, 2017

Yes, i wanted a one-liner, but it is also okay to set them after initialization.
So we can close this issue.

@Franky1 Franky1 closed this as completed Dec 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants