Forum: Development
2018-11-28, 13:39
|
Replies: 103
Views: 66,955
Re: Mapbox GL Native QML plugin
The onReleased event is now fired accurately.
But I noticed that the onPressAndHoldGeo is never fired, activePressAndHoldGeo is set to true. This is also the case with the old version (current...
|
Forum: Development
2018-11-27, 13:57
|
Replies: 103
Views: 66,955
|
Forum: Development
2018-11-27, 12:11
|
Replies: 103
Views: 66,955
Re: Mapbox GL Native QML plugin
Hi Rinigus,
just a little question. The MapboxMapGestureArea does not seem to have the same events a MouseArea normally has. Particulary I miss the onReleased event. I need something to determine...
|
Forum: Development
2018-09-23, 19:30
|
Replies: 103
Views: 66,955
|
Forum: Development
2018-09-21, 16:47
|
Replies: 103
Views: 66,955
Re: Mapbox GL Native QML plugin
Hi @rinigus,
I have a small question maybe you can help me with this. In my app there is a page with a map on it. Problem is now, when I swipe left over the map, often the page stack action (back)...
|
Forum: Applications
2018-07-26, 08:53
|
Replies: 52
Views: 30,632
Re: Laufhelden - Sport Tracker for Sailfish OS
Hi guys. As you may have noticed I changed the layout/style of the main page with the last update. However due to me not being a designer, I am still not satisfied with the new design. Especially the...
|
Forum: Applications
2018-05-13, 18:52
|
Replies: 52
Views: 30,632
Re: Laufhelden - Sport Tracker for Sailfish OS
You need an account on github. And then you can fork the app and add a new language file: harbour-laufhelden-it.ts to the folder /translations.
Then you do your translation in that file. Afterwards...
|
Forum: Applications
2018-05-13, 18:49
|
Replies: 52
Views: 30,632
Re: Laufhelden - Sport Tracker for Sailfish OS
You can find those files on your device in /usr/share/harbour-laufhelden/qml and from there in the subfolders audio/, units/, headers/ and numbers/.
Your suggestion makes a lot of sense. Problem is...
|
Forum: Development
2018-03-14, 13:58
|
Replies: 103
Views: 66,955
Re: Mapbox GL Native QML plugin
Hi olf,
I wouldn't want to prevent mapbox-qml from installing on Jolla 1 because it does work. Only when you zoom in too much then it gets unstable and might cause the app to crash.
In the map...
|
Forum: Applications
2018-03-14, 13:42
|
Replies: 52
Views: 30,632
Re: Laufhelden - Sport Tracker for Sailfish OS
Hi, yes I am using a Polar and a Zephyr sensor. Both are Bluetooth classic devices and work very well.
The Suunto smart sensor is a BLE (Bluetooth 4.0) device and as such it does not work with this...
|
Forum: Development
2018-02-05, 06:41
|
Replies: 103
Views: 66,955
Re: Mapbox GL Native QML plugin
I am working on making my app compatible to the new requirements. Just to make sure that I do it right, here is an example:
//This is the first data point, draw the start icon...
|
Forum: Development
2018-02-04, 12:33
|
Replies: 103
Views: 66,955
Re: Mapbox GL Native QML plugin
Hi rinigus, I have tested your bugfix release.
First I setup an environment to reproduce the problem. For that I used Laufhelden 0.9.8-9 and mapboxgl-qml-1.1.1-10.29.1. Then I put an autosave file...
|
Forum: Applications
2018-01-18, 12:44
|
Replies: 52
Views: 30,632
Re: Laufhelden - Sport Tracker for Sailfish OS
Hi eson, yes you can do it. Look into post #2 (https://talk.maemo.org/showpost.php?p=1538295&postcount=2) of this thread.
Basically all voice files are located in one directory. The filenames should...
|
Forum: Applications
2018-01-15, 06:30
|
Replies: 52
Views: 30,632
Re: Laufhelden - Sport Tracker for Sailfish OS
Hi everyone!
Release 0.9.9-1 is out now. This is mainly about fixing bugs. The new map plugin made by rinigus is now working really well.
Except of course on Jolla 1 phones. For these phones there...
|
Forum: Development
2018-01-09, 14:07
|
Replies: 103
Views: 66,955
Re: Mapbox GL Native QML plugin
I think I nailed the "during workout" problem.
The app calls the update function once every second. Normally this is no problem because the map is shown and the track is directly rendered.
But if...
|
Forum: Development
2018-01-09, 06:47
|
Replies: 103
Views: 66,955
Re: Mapbox GL Native QML plugin
I already did this and it works. The startup issue is solved with this solution.
:D:cool::eek:
Thanks for looking into that. I will do no workarounds for the during workout issue and wait...
|
Forum: Development
2018-01-08, 18:06
|
Replies: 103
Views: 66,955
Re: Mapbox GL Native QML plugin
That's correct, 7000 times during startup. And then somewhere in between it gets stuck and crashs.
While during workout it is called once every second. And it seems that this also leads to the...
|
Forum: Development
2018-01-08, 14:12
|
Replies: 103
Views: 66,955
Re: Mapbox GL Native QML plugin
I use a single layer. This is the place where the layer is created: //Start new trackline here
//Create fresh temp line array
vLineArray = [];
//Write first coordinate of new track segment to line...
|
Forum: Development
2018-01-08, 13:28
|
Replies: 103
Views: 66,955
Re: Mapbox GL Native QML plugin
I have a problem in my app regarding the mapbox plugin.
After loading an autosave file, I would go through all recorded positions and then add each coordinate to an array. You can see the for...
|
Forum: Development
2017-12-20, 13:02
|
Replies: 103
Views: 66,955
|
Forum: Applications
2017-12-20, 04:49
|
Replies: 52
Views: 30,632
|
Forum: Applications
2017-12-19, 18:33
|
Replies: 52
Views: 30,632
Re: Laufhelden - Sport Tracker for Sailfish OS
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.
|
Forum: Applications
2017-12-19, 08:08
|
Replies: 52
Views: 30,632
Re: Laufhelden - Sport Tracker for Sailfish OS
So as a little christmas present, here is the new release (https://openrepos.net/content/jdrescher/laufhelden). :)
It's mostly about Pebble integration. All three parameters on the watch are...
|
Forum: Development
2017-12-18, 14:00
|
Replies: 103
Views: 66,955
Re: Mapbox GL Native QML plugin
Thanks, somehow I overlooked that.
There were some other small bugs, but now it works:
map.addSourcePoint("source_name", QtPositioning.coordinate(51.9854, 9.2743));
map.addImagePath("image",...
|
Forum: Development
2017-12-18, 13:09
|
Replies: 103
Views: 66,955
Re: Mapbox GL Native QML plugin
I'm sorry, but I have an other question.
I want to place an image on the map. I looked into the api and also in the sources of poor maps GL and came up with this:
map.addImagePath("image",...
|