Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

Add GPX support #1008

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from
Open

Add GPX support #1008

wants to merge 11 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Aug 11, 2016

Fixed issue: #977

Changes made:

  • Added two settings :
    • gpxFile ; self explanatory
    • gpxRepeat : how many time does the file must be repeated by himself (0 or -1 does nothing)
  • Added ReadGpx task

@ghost ghost mentioned this pull request Aug 11, 2016
@ghost
Copy link
Author

ghost commented Aug 12, 2016

Not ready to merge yet

Log.green("GPX plugin : reading file " + settings.gpxFile + " with $i repeats")

// gpxRepeat == 0 or -1 : No coordinates will be added
while(i > 0) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you maybe put this in a task to add the next iteration when the previous ended. That way an "infinite" option is possible in a "clean" way (instead of adding your route eg "99999" times, which can be very memory intensive)

@ghost
Copy link
Author

ghost commented Sep 9, 2016

Still needed ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant