merlos
merlos
Awesome! Outside is -6ºC, so let me see if I can get some time this weekend... Names, well, it is up to you as creator, but as ideas: GPXLib -...
Hi @vincentneo, Don´t worry about the name, it is your project, so you decide :D. I created a new branch to test Core GPX on the app. https://github.com/merlos/iOS-Open-GPX-Tracker/tree/features/move-to-coregpx Changes to...
Hi @vincentneo. I continued testing the issues, but no luck till now :( For long files, XML parsing takes a lot of time... I don´t know yet, but if the...
For me it is really weird it takes that time, 20 seconds in an iPhone X is a lot of computation time for only 1.3MB. My guesses are: * Objects...
Yes, CPU usage is at 100%. However, memory remains pretty stable, which may dismiss the copy theory. Maybe string comparisons/processing is related with that heavy CPU usage.
Huge improvement! 1) **Distance calculation error.** Thanks, I opened a bug https://github.com/merlos/iOS-Open-GPX-Tracker/issues/68. I noticed that once, but never researched further... 2) **Contains check when adding a point.** When I saw...
Hi Vincent, Sorry, What do you mean converting string to which ever type? It may depend on the type...where do you have to convert it? What is the speed if...
As I understand CGFloat is just a wrapper in swift to keep some kind of compatibility, but at the end you have a Double. Location services, seem to be using...
@vincentneo what would be the feature to implement? Something like on the list of GPX files you select on file and. In the list of actions you there is a...
I also noticed that... I am more keen on thinking that it is a MKMapView issue... Also, another weird thing is that Apple maps logo and legal terms are displayed...