The Following 5 Users Say Thank You to cy8aer For This Useful Post: | ||
|
2019-09-18
, 13:12
|
Posts: 1,038 |
Thanked: 3,980 times |
Joined on Nov 2010
@ USA
|
#902
|
First - Thanks for making this! Second, I understand that your priorities and time are your own.
By PR, do you mean feature requests?
|
2019-09-18
, 17:18
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#903
|
The Following 4 Users Say Thank You to rinigus For This Useful Post: | ||
|
2019-09-25
, 19:55
|
Posts: 1,038 |
Thanked: 3,980 times |
Joined on Nov 2010
@ USA
|
#904
|
|
2019-09-25
, 20:03
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#905
|
The Following 3 Users Say Thank You to rinigus For This Useful Post: | ||
|
2019-09-26
, 02:29
|
Posts: 1,038 |
Thanked: 3,980 times |
Joined on Nov 2010
@ USA
|
#906
|
Valhalla (routing engine used by OSM Scout Server and Stadia) has isochrone support (https://github.com/rinigus/pure-maps/issues/87). If you have such series of lat/lots, it should be possible to show them. Probably can check it out how on mapbox gl examples. How do you get these points?
The Following 5 Users Say Thank You to robthebold For This Useful Post: | ||
|
2019-09-26
, 06:38
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#907
|
Thanks for the info. Very useful.
I get my isoline points from BMW ConnectedDrive using the rangemap function.
The Following 6 Users Say Thank You to rinigus For This Useful Post: | ||
|
2019-09-27
, 02:37
|
Posts: 1,038 |
Thanked: 3,980 times |
Joined on Nov 2010
@ USA
|
#908
|
OK, so you can get a sequence of points via some call in Sailfish program? If so, it will be possible to hook it into Pure Maps as well. Ideally, we should have some python function that can get a sequence which represents a polygon(s). Then we will be able to draw it as in https://docs.mapbox.com/mapbox-gl-js...ojson-polygon/
|
2019-09-27
, 23:49
|
Posts: 15 |
Thanked: 17 times |
Joined on Sep 2019
|
#909
|
|
2019-09-28
, 03:51
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#910
|
I assume the lack of a .pro project file in the root of github is indication that you don't use the qtdesigner ide as the basis for PM.
Or am I missing how to load the project?
I am trying to find what "app" is / what file to look in,
in the line from SharePage.qml
"app.sendSms(page.formatMessage(false));"
thanks
The Following 3 Users Say Thank You to rinigus For This Useful Post: | ||
For me this is low priority.