Schlaubischlump / LocationSimulator

MacOS application to spoof / fake / mock your iOS / iPadOS or iPhoneSimulator device location. WatchOS and TvOS are partially supported.
https://schlaubischlump.github.io/LocationSimulator/
GNU General Public License v3.0
2.39k stars 184 forks source link

[Feature] Loop GPX Route from Beginning (without Reversing) #149

Open KiwiKilian opened 1 year ago

KiwiKilian commented 1 year ago

Is your feature request related to a problem? Please describe. It would be awesome to keep a loaded GPX File looped. So when the route extracted from the GPX is finished it just goes to the beginning and starts over again.

Describe the solution you'd like Have a menu toggle to enable looping of a GPX route.

Additional context Thanks for this awesome tool! We are using it to test a bike routing app for the state of Hessen.

Schlaubischlump commented 1 year ago

This should be possible. If you customize the toolbar there is a autoreverse button you can add to it. Load the Gpx file and toggle the button. You should now walk back to the beginning after you reached the end of the route.

Edit: I just saw that you wanted to start at the beginning again. This is currently not possible, but it shouldn't be to hard to implement. I'll have to see when I find the time to work on the project again.

KiwiKilian commented 1 year ago

To be honest, I didn't occur to me to check on customizing the toolbar which hides a few more gems of features, awesome! 🚀

Right, the current repeat feature does not fit our use case, thanks anyways and maybe it makes an enhancement someday.

Schlaubischlump commented 1 year ago

Yeah I should really highlight these features somehow. They are really hidden inside the toolbar customization. Maybe additional menubar items would be beneficial.