The Following 10 Users Say Thank You to jdrescher For This Useful Post: | ||
|
2017-12-16
, 21:04
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#22
|
|
2017-12-16
, 21:40
|
|
Posts: 141 |
Thanked: 1,530 times |
Joined on May 2011
@ Finland
|
#23
|
* I think you'll be fine with 50000 downloads. Don't forget, vector tiles are cached. When people run they tend to take the same route or at least the same region. Hence the cache should be resolving lots of requests. Right now, while admittedly with the bug in online download for few days, during 6 days we had 3000 requests by Poor Maps GL users. @otsaloma, though, knows better with his stats of Poor Maps and tile downloads.
|
2017-12-18
, 05:49
|
Posts: 58 |
Thanked: 223 times |
Joined on Apr 2017
@ Germany
|
#24
|
The Following 2 Users Say Thank You to jdrescher For This Useful Post: | ||
|
2017-12-19
, 08:08
|
Posts: 58 |
Thanked: 223 times |
Joined on Apr 2017
@ Germany
|
#25
|
The Following 9 Users Say Thank You to jdrescher For This Useful Post: | ||
|
2017-12-19
, 10:43
|
Posts: 207 |
Thanked: 759 times |
Joined on Dec 2014
@ Poland
|
#26
|
The Following 2 Users Say Thank You to atlochowski For This Useful Post: | ||
|
2017-12-19
, 18:33
|
Posts: 58 |
Thanked: 223 times |
Joined on Apr 2017
@ Germany
|
#27
|
The Following 2 Users Say Thank You to jdrescher For This Useful Post: | ||
|
2017-12-19
, 19:27
|
Posts: 207 |
Thanked: 759 times |
Joined on Dec 2014
@ Poland
|
#28
|
Please check if you have the "automatic night mode" feature enabled, because what you describe is exactly what it does. It is enabled by default. You can find it in the general settings.
The Following 3 Users Say Thank You to atlochowski For This Useful Post: | ||
|
2017-12-19
, 20:14
|
Posts: 213 |
Thanked: 414 times |
Joined on Nov 2010
|
#29
|
So as a little christmas present, here is the new release.
It's mostly about Pebble integration. All three parameters on the watch are adjustable. The pause button (middle button) on the watch is also working. Remember that you need the new version of Rockpool 1.4!
You can now also edit workout name/description/type. The changes are then saved to the GPX file.
@niemisenjussi made some optimazations on the sports-tracker.com implementation:
- added workout download function which can be used to backup your workouts from there
- downloaded files are visible in Laufhelden as original workouts
- impoved Upload function and it is not visible if username is not set
- sessionkey reuse and authenticate again only if needed
Next release will be about a new map plugin to have offline map support. I am making good progress on that.
The Following User Says Thank You to piggz For This Useful Post: | ||
|
2017-12-20
, 04:49
|
Posts: 58 |
Thanked: 223 times |
Joined on Apr 2017
@ Germany
|
#30
|
The Following User Says Thank You to jdrescher For This Useful Post: | ||
Tags |
heart rate, running, sport, sport tracker |
|
While waiting for Rockpool, I started to look around for a better map plugin. I did this mainly because of two things. First, I want to avoid the annyoing vertical lines bug. Secondly I would like to have access to OSM Scout Server for offline maps.
It seems that there are two possible candidates. The first one is PinchMap QML component. This comes from the app FourSail. I modified it and it's working quite good now. Although it's not ready and I have to add tracklines to it.
Second candidate is the MapBox component of rinigus. This one is very different as it uses vector tiles. It's got a very nice look&feel and allows for linear zoom.
Both solutions should solve the vertical trackline problem and allow for offline maps via OSM Scout server. Both have their advantages and disadvantages. Problem is, I don't know which one to prefer. Maybe you (the users of Laufhelden) could give me a little advise on what map component to use.
Here are the advantages of PinchMap:
- using the already downloaded map tiles of the old map component is possible
Advantages of MapBox:
- really smooth operation as it's OpenGL accelerated, feels very mature (try Poor Maps GL)
- many functions like tracklines and POI's already implemented and ready to use
- nice map styles choosable
Disadvantages of MapBox:
- does not work on Jolla 1 and maybe other phones. It seems to need quite decend hardware, like enogh GPU memory.
- users have to create their own account on MapBox if they want to use online maps (free account max. 50000 tiles downloadable)
- users have to manually install MapBox bindings from Openrepos to their phone
- OSM Scout Server needs vector tiles for MapBox. If you want to keep your classic tiles, this needs much additional space on your SD card
Sorry for too many text. So what is your opinion about that?