Forum: Development
2018-11-27, 14:02
|
Replies: 103
Views: 66,259
|
Forum: Development
2018-11-27, 12:32
|
Replies: 103
Views: 66,259
Re: Mapbox GL Native QML plugin
Hi! Code is here - https://github.com/rinigus/mapbox-gl-qml/blob/master/src/plugin/MapboxMapGestureArea.qml
We probably need then to forward the signal to the main item...
|
Forum: Applications
2018-05-05, 17:15
|
Replies: 52
Views: 30,226
|
Forum: Applications
2018-04-09, 18:43
|
Replies: 52
Views: 30,226
Re: Contribute with voice files
I am in the process of recording a set for spanish.
Maybe I can convince my girlfriend to record the female version.
I hope to upload spanish male this week.
|
Forum: Development
2018-04-02, 14:30
|
Replies: 103
Views: 66,259
Re: Mapbox GL Native QML plugin
Encouraged by @PamNor's experience (https://talk.maemo.org/showthread.php?p=1542908#post1542908) (while @rinigus originally sounded quite discouraging), I tried vector maps on a Jolla 1 phone (with...
|
Forum: Development
2018-03-10, 15:25
|
Replies: 103
Views: 66,259
Re: Mapbox GL Native QML plugin
New release is out: 1.3.0
This release has panning threshold enabled to avoid accidental panning of the map when you want to just click it. Implemented and proposed by @otsaloma - thank you!
...
|
Forum: Development
2018-02-05, 07:41
|
Replies: 103
Views: 66,259
Re: Mapbox GL Native QML plugin
It looks fine. You don't need to specify "visibility" since its visible by default anyway
(https://www.mapbox.com/mapbox-gl-js/style-spec/#layout-symbol-visibility). However, its a good idea to...
|
Forum: Development
2018-01-09, 14:24
|
Replies: 103
Views: 66,259
Re: Mapbox GL Native QML plugin
Such scenario could lead to this effect, indeed. I doubt that openGL rendering functions are called while the app is minimized which could lead to accumulation of requests in the stack.
I think...
|
Forum: Development
2018-01-09, 07:50
|
Replies: 103
Views: 66,259
|
Forum: Development
2018-01-08, 21:05
|
Replies: 103
Views: 66,259
Re: Mapbox GL Native QML plugin
I have added your case as an issue at https://github.com/rinigus/mapbox-gl-qml/issues/28
Its suggests memory leak somewhere and I'll look into it. Note that maybe you could refactor your startup...
|
Forum: Applications
2018-01-01, 12:39
|
Replies: 52
Views: 30,226
|
Forum: Development
2017-12-20, 13:24
|
Replies: 103
Views: 66,259
Re: Mapbox GL Native QML plugin
You shouldn't need to do anything, just specify new style with styleJson or styleUrl and it should update itself automatically. Same goes for new layers, data, ...
For example, see...
|
Forum: Applications
2017-12-19, 19:27
|
Replies: 52
Views: 30,226
|
Forum: Development
2017-12-18, 13:20
|
Replies: 103
Views: 66,259
Re: Mapbox GL Native QML plugin
You are very close. You are just missing definition of the source - "source_name". Example would be here: https://github.com/rinigus/poor-maps/blob/gl/qml/PositionMarker.qml#L42
So, in your code,...
|
Forum: Development
2017-12-18, 06:56
|
Replies: 103
Views: 66,259
Re: Mapbox GL Native QML plugin
Morning! Try to give it as a list:
map.fitView([geocoordinate]);
An example use in Poor Maps GL: https://github.com/rinigus/poor-maps/blob/gl/qml/Map.qml#L400
Its designed to fit many...
|
Forum: Applications
2017-12-16, 21:40
|
Replies: 52
Views: 30,226
Re: Laufhelden - Sport Tracker for Sailfish OS
At best Poor Maps has been maybe around 40000, recently around 20000 a month. But I have never respected the cache retention terms and basically users have likely had tiles cached a bit too long. In...
|
Forum: Applications
2017-12-16, 21:04
|
Replies: 52
Views: 30,226
Re: Laufhelden - Sport Tracker for Sailfish OS
While I am running without the phone so far (hence not using the app, but maybe I should), let me add few comments.
* Mapbox GL can display raster maps as well. The tiles will be slightly blurry...
|
Forum: Development
2017-12-16, 05:56
|
Replies: 103
Views: 66,259
Re: Mapbox GL Native QML plugin
Bugfix release published, please update on OpenRepos (https://openrepos.net/content/rinigus/mapbox-gl-native-bindings-qt-qml). Online and offline servers should work now, as intended. Please let me...
|
Forum: Development
2017-12-15, 14:31
|
Replies: 103
Views: 66,259
Re: Mapbox GL Native QML plugin
Looks like an issue is in HTTPS certs. Namely, it seems not to find the certificates needed for HTTPS access to Mapbox. I don't know whether they just now switched to HTTPS or not, but I can get Poor...
|
Forum: Development
2017-12-15, 13:32
|
Replies: 103
Views: 66,259
Re: Mapbox GL Native QML plugin
No, access token is still fine. However, I get the same error on this simple example as well as when using Poor Maps GL and trying to access Mapbox maps. Sounds like some HTTPS certificate bug that...
|
Forum: Applications
2017-12-13, 14:42
|
Replies: 838
Views: 273,047
|
Forum: Applications
2017-12-13, 12:25
|
Replies: 838
Views: 273,047
|
Forum: Applications
2017-12-12, 14:56
|
Replies: 838
Views: 273,047
|
Forum: Applications
2017-12-12, 14:47
|
Replies: 838
Views: 273,047
|
Forum: SailfishOS
2017-11-17, 02:41
|
Replies: 45
Views: 19,986
Re: Stellarium Mobile
I have got the i486 compiled version to run on Sailfish OS emulator! It throws a bunch of debug messages/errors but does work.
|