|
2018-03-10
, 15:25
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#82
|
The Following 12 Users Say Thank You to rinigus For This Useful Post: | ||
|
2018-03-14
, 13:58
|
Posts: 58 |
Thanked: 223 times |
Joined on Apr 2017
@ Germany
|
#83
|
- How should authors of software handle a potential dependency on mapboxgl-qml, which varies with the environment (i.e. device / installed libraries)?
- Is there any chance of enabling mapboxgl-qml to run on Jolla 1 phones (no matter how slow)?
The Following 4 Users Say Thank You to jdrescher For This Useful Post: | ||
|
2018-04-02
, 14:30
|
|
Posts: 304 |
Thanked: 1,246 times |
Joined on Aug 2015
|
#84
|
|
2018-06-11
, 13:19
|
Posts: 752 |
Thanked: 2,808 times |
Joined on Jan 2011
@ Czech Republic
|
#85
|
The Following 5 Users Say Thank You to nodevel For This Useful Post: | ||
|
2018-06-12
, 03:59
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#86
|
I am about to begin playing with this promising plugin, but while reading the documentation, I might need a slight push:
Could anyone give me a hint how to do an image overlay, where the image position on the map is given by two of its diagonally opposing corners in the form of (lat, lon) coordinates?
Thanks in advance!
And of course big thanks to rinigus for carrying the whole bag of mapping capabilities of SailfishOS on his back in such a spectacular way. Much appreciated!
The Following 3 Users Say Thank You to rinigus For This Useful Post: | ||
|
2018-09-04
, 06:52
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#87
|
The Following 2 Users Say Thank You to rinigus For This Useful Post: | ||
|
2018-09-15
, 17:32
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#88
|
metersPerPixelTolerance: metersPerPixel*0.01
The Following 4 Users Say Thank You to rinigus For This Useful Post: | ||
|
2018-09-21
, 16:47
|
Posts: 58 |
Thanked: 223 times |
Joined on Apr 2017
@ Germany
|
#89
|
The Following 3 Users Say Thank You to jdrescher For This Useful Post: | ||
|
2018-09-21
, 17:19
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#90
|
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) is called. Can I somehow lock the map so that it won't trigger a page stack action on swiping?
The Following 5 Users Say Thank You to rinigus For This Useful Post: | ||
mapboxgl-qml should not pull any additional packages. Its dependencies are given at https://build.merproject.org/package...latest_armv7hl
Except disk space usage, I don't see any possible side effects of having it installed on the phone if it's not used. We have debugged J1 a while ago and I might have forgotten some details, but as far as I remember, Mapboxgl was crashing itself, without bringing down the whole device. Note that some trivial maps did seem to work on J1. So, we can speculate that its possible to reduce some internal memory consumption by simplifying the schema of the map. However, its not guaranteed to work, maybe limited only to some targeted Mapboxgl versions (not work with the next release), and will probably require lots of work. Taking into account that all newer devices seem to be fine, we may just have to accept that J1 is showing its age and is going to retire with the respect of this application.
As for having it as dependency, I don't know how Laufhelden can specify them depending on the device, unless some special stripped down version will be provided without the maps.
I don't know how Laufhelden disabled the map on J1 (assuming that's your question), you probably can enable it back in the source.