Page 11 of 13

Re: Livemap Navigation Browser Addon

Posted: Mon Nov 21, 2011 10:57 pm
by Timbones
AlanOfTheBerg wrote:Tim, after using the Close button, then doing another navigation, the side panel disappeared for me, sliding the whole map to the left.
Doh! My bad. I forgot to unhide the instructions panel the next time a route was plotted.

Fixed in v0.4 of [the script] - thanks for spotting it.

Re: Livemap Navigation Browser Addon

Posted: Tue Nov 22, 2011 9:44 am
by Timbones
TonyG-UK wrote:Tim, does the routing data include segment average speeds?
It has the times for each segment, plus a length. So yes. Any ideas what you would like to see done with it?

Re: Livemap Navigation Browser Addon

Posted: Tue Nov 22, 2011 2:13 pm
by Timbones
New Version: v0.5 - http://userscripts.org/scripts/show/118389
  • highlight the names of streets in blue (thanks to Roberto)
  • new feature to calculate the reverse route
  • link to script homepage, and version number
  • link in popup to edit segment in editor
Enjoy! :)

Re: Livemap Navigation Browser Addon

Posted: Thu Nov 24, 2011 12:22 pm
by Timbones
AlanOfTheBerg wrote:If the routing server returns multiple routes, the LiveMap will show them and this extension will also show the instructions for multiple routes.
Waze has a self-imposed limit of 2 routes that it will show. I haven't tried to influence it, but it could theoretically be persuaded to return more than 2 routes. Maybe.

Re: Livemap Navigation Browser Addon

Posted: Thu Jan 19, 2012 4:26 pm
by Timbones
TonyG-UK wrote:Does the navigation data returned for the route contain speed camera information?
I don't remember seeing any camera information, but I'll check again later...

Re: Livemap Navigation Browser Addon - v0.6

Posted: Sat Mar 03, 2012 12:04 pm
by Timbones
New Version: v0.6!

After 1,300 installs, I decided it was about time to bring this out of Beta. I also added a couple minor changes:
  • updated the 'open in editor' link to go to the correct URL: /editor/
  • fixed the 'Update Map' link at the top to open the editor in a new window, at the same location
Download it here: http://userscripts.org/scripts/show/118389

Enjoy! :D

Re: Livemap Navigation Browser Addon - v0.6

Posted: Sat Mar 03, 2012 10:50 pm
by Timbones
foxitrot wrote:I've installed it twice and do enjoy it (the links seem to work fine), but the link at the bottom of the list still says
"Waze Livemap Navigation Script v0.5".

Oversight?
Dang! I thought I'd updated that bit. Obviously not. Thanks for pointing it out. If you install it again (again), you'll find it fixed.

:oops:

Re: Livemap Navigation Browser Addon (v0.6)

Posted: Thu Nov 15, 2012 9:57 pm
by Timbones
It looks like it's only happening on the NA server, with 'none' appearing where it used to have 'continue' instructions (that weren't shown). I'll have a look at fixing this over the weekend...

Re: Livemap Navigation Browser Addon (v0.6)

Posted: Sat Nov 17, 2012 2:20 pm
by Timbones
Looking in the data from the routingRequest, I can see a bunch of new fields: tts, additionalInstruction and isToll. Not sure what they mean, and I've not seen them be anything but null or false.

Anyway, I've been working on the script today, and have this beta version for you to try:
  • Treats NONE instructions like it does for CONTINUE (NA only)
  • Adds images for each turn instruction (borrowed from editor)
  • Shows links in popup for next and previous instructions
  • Will show above fields in popup if they're become interesting
:ugeek:

Re: Livemap Navigation Browser Addon (v0.6)

Posted: Tue Nov 20, 2012 10:04 am
by Timbones
HavanaDay wrote:... does the query return travel times for segments? I was thinking this might be helpful to figure out why some routes get routed certain ways.
I think it might. I'll have a look next time I'm poking about with this script...