The Following 4 Users Say Thank You to rinigus For This Useful Post: | ||
|
2019-09-05
, 13:03
|
|
Posts: 121 |
Thanked: 275 times |
Joined on Oct 2009
@ Blackhawk Island
|
#862
|
Re HERE: not yet, but planned. You could chip in if you wish and have time as a part of https://github.com/rinigus/pure-maps/issues/275 . It will require understanding their API and integration into Pure Maps. With the latter, I'll be happy to help, if needed.
Re Stadia and OSM Scout: I am working on Valhalla update for OSM Scout. If that will not help, let's start filing the issues at Valhalla. You could also check at osm.org if the roads have been marked as toll roads / highways. Find out how to mark them and correct at OSM.
|
2019-09-05
, 13:30
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#863
|
The Following 5 Users Say Thank You to rinigus For This Useful Post: | ||
|
2019-09-05
, 15:37
|
Posts: 1,038 |
Thanked: 3,980 times |
Joined on Nov 2010
@ USA
|
#864
|
The Following 4 Users Say Thank You to robthebold For This Useful Post: | ||
|
2019-09-05
, 16:42
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#865
|
Starting harbour-pure-maps with a python os.system() command and a geo: argument starts pure-maps if not running and switches to it if already running. If not already running, I got to remember to put an "&" after the command so it doesn't permanently grab hold of my text-mode app.
So cool, I've now got an implementation of "find my car". It shows up as "unnamed location". That's normal, I assume. Reading the "geo:" references on the web, I can't seem to find a way to name the point. Is that even possible? Doesn't matter if not, I was just going to call it "My Car" or perhaps the description of my car from the server.
The Following 7 Users Say Thank You to rinigus For This Useful Post: | ||
|
2019-09-05
, 19:02
|
Posts: 39 |
Thanked: 124 times |
Joined on Oct 2009
|
#866
|
I will look in near future into fixing integration with apps calling Pure Maps, such as SpritRadar. As for compass, the issue was filed and please formulate specifics over there. Can't promise it soon, there are many other things which have been in the backlog. But should get there and make it optional (opt-in) for those who want it.
The Following 4 Users Say Thank You to Nekron For This Useful Post: | ||
|
2019-09-06
, 07:25
|
Posts: 479 |
Thanked: 1,284 times |
Joined on Jan 2012
@ Enschede, The Netherlands
|
#867
|
|
2019-09-06
, 07:55
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#868
|
Broadcasting navigation instructions (i.e. all the instructions and updates normally shown to the user while navigating), and receiving things like pause and continue navigation might help with integration in other apps. Not sure if this should be in Pure Maps, or even in in OSM Scout Server.
My goal once was to get navigation instructions on my Pebble, while biking. It's unfortunate development of Pebble came to a halt, otherwise I reckon it would have been quite easy to implement on the Pebble's side.
Still, with a DBus-interface it would still be simple to create a QML app which translates the instructions to normal notifications, which of course are shown on Pebble and other smartwatches.
|
2019-09-06
, 08:45
|
|
Posts: 121 |
Thanked: 275 times |
Joined on Oct 2009
@ Blackhawk Island
|
#869
|
@spag: start with the geocoder: https://github.com/rinigus/pure-maps...ster/geocoders . That will be required for HERE router as well.
The Following 7 Users Say Thank You to spag For This Useful Post: | ||
|
2019-09-06
, 09:01
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#870
|
The Following 7 Users Say Thank You to rinigus For This Useful Post: | ||
Re Follow Me/Navigation: corresponding setting is in Preferences/Navigation. In English, its "Snap to road" (same under Exploring). Settings under Navigation work in navigation mode, settings under Exploring work when you just explore the map.
Re online & map matching: I am keeping options open. Although, GPS coordinates are renewed at 1Hz usually. On device, its OK to have dbus calls with such rate. When going online, you may end up having old coordinates matched. Would work probably OK for street name / speed limit, but probably too low bandwidth for matching position on map.