Page 7 of 13

Re: Livemap Navigation Browser Addon

Posted: Mon Jan 02, 2012 9:39 pm
by gogo2000
Timbones wrote:I've made an addon script for Firefox* and Chrome that displays the navigation list for a route in the Livemap.
[...]
Thx a lot for this script.

Re: [Script] Livemap Navigation Browser Addon (v0.74) - July

Posted: Thu Jul 11, 2013 10:45 pm
by hamster--
New version working great. Small side note, as of this writing, "Installed 8,888 times" :P

Re: Livemap Navigation Browser Addon (v0.6)

Posted: Thu Nov 15, 2012 4:00 pm
by HavanaDay
Is this broken for anyone else today? Tried to do directions from Charlotte, NC to Upper Marlboro, MD and the direction list seems to be working just getting a lot of the text "none" listed for non existant turns.

Never seen that before.

Re: Livemap Navigation Browser Addon (v0.6)

Posted: Thu Nov 15, 2012 8:34 pm
by HavanaDay
AlanOfTheBerg wrote:I see the same today. A few directions, lots of "none" rows, and a few more directions.

EDIT: The "none" entries correspond to mileage markers every .1 miles. They've definitely made changes to the response of the RoutingRequest as these "NONE" markers have not existed until very recently. The returned JSON text is significantly longer now, and full of those NONE entries.
Doing a little research with the edit map and the "NONE" markers. What it looks like to me is every junction that has no effect on the directions gets a "NONE" marker. Do you agree with that assessment?

Re: Livemap Navigation Browser Addon (v0.6)

Posted: Mon Nov 19, 2012 2:05 pm
by HavanaDay
Looks like it was working now Tim. Thanks for the update.

I too would be interested in the extra toll tag if it becomes relevant. BTW, not sure if this has been asked or answered but 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.

Re: [Script] Livemap Navigation Browser Addon (v0.6)

Posted: Fri Jan 18, 2013 1:43 am
by iainhouse
Seems to be working correctly, although I haven't had many opportunities to use it recently. :D

Livemap Navigation Browser Addon (v0.6)

Posted: Tue Aug 21, 2012 11:30 am
by jasonh300
Save the script to your desktop. Then open Settings / Extensions. There's a checkbox in there for Developer Mode or something like that. Once you have that enabled, un-maximize the chrome window and drag the script file into the extensions window.

Livemap Navigation Browser Addon (v0.6)

Posted: Tue Aug 21, 2012 11:47 am
by jasonh300
Are you dragging it into the Extensions window?? I only see the behavior you describe when dragging it into a regular window.

Re: Livemap Navigation Browser Addon (v0.6)

Posted: Tue Aug 21, 2012 1:10 pm
by jasonh300
I think I have it. Is Chrome appending a (1) into the filename because you already have a file by the same name in the directory you're downloading to? If so, that will prevent it from installing. You have to rename the file.

Re: Livemap Navigation Browser Addon (v0.6)

Posted: Tue Aug 21, 2012 5:12 pm
by jasonh300
AlanOfTheBerg wrote:The filename must end in "user.js" for Chrome to accept it.
Right, and if you save another version of the file, Chrome download sees the extension as .js instead of .user.js and makes it .user(1).js.

I had this problem a while back and must've eventually deleted everything in the directory in frustration and it worked on the next try. Never realized until I did the same thing this morning what the problem was.