Thứ Ba, 27 tháng 12, 2016

View Waze Incidents on the Tesla browser part 1

  • Apr 8, 2015
    fact200
    Because the built-in Google maps for some reason don't show simple traffic accidents and Waze incidents:

    Waze for Tesla Incidents
  • Apr 8, 2015
    bollar
    Cool
  • Apr 8, 2015
    Kalud
    Interesting
  • Apr 8, 2015
    efusco
    Outstanding! Can't wait to try it out.
  • Apr 8, 2015
    Lloyd
    Cool, shows PD reports for those that like to exceed the speed limit also! :love:
  • Apr 8, 2015
    rdrcrmatt
    Very nice!
  • Apr 8, 2015
    benjiejr
    Wow! Love this. Going to try this out tonight and see how well it does. Thanks for posting this!
  • Apr 8, 2015
    MikeC
    Sweet, how come no one had done this yet?
  • Apr 8, 2015
    fact200
    I was surprised too. Guess everyone was waiting for someone else (including tesla/Google) to do it?
  • Apr 8, 2015
    benjiejr
    I just tried it and it's not very good at all. Your mileage may vary.
  • Apr 8, 2015
    Gizmotoy
    I didn't realize you could even get the Waze data outside the app itself, maybe others didn't, either.
  • Apr 12, 2015
    Andyw2100
    Thanks for doing this.

    I just added this as a favorite in the car's browser. I was having trouble scrolling around. Was that just me, or is that a limitation of the website?

    Do Waze "Incidents" include the traffic jams or average speed traffic is moving, or whatever Waze calls that? (You can probably tell I have not used Waze much at all, but I have seen it.) Since I just added this while the car was in the garage, and there doesn't seem to be a lot of traffic around on a Sunday, I couldn't see any traffic delays, so I couldn't tell if there just weren't any, or if this is something that is not considered a "Waze Incident."

    Thanks.
  • Apr 12, 2015
    efusco
    I've been using it since the OP posted. It shows traffic, police, hazards, etc. Scrolling is hard because the app refreshes fairly frequently and will recenter based upon your location each time. But, you can zoom in and out for a wider view. It takes a bit of getting used to the always North Up presentation, but it's not a major issue. I'm really happy to have it and I default to it as one of my two screens when I am in the car.
  • Apr 12, 2015
    fact200
    Yes, waze incident include traffic jams as reported by Waze users. The icon looks like a red triangle with a few cars staggered diagonally.

    The interval for the update is ~30 seconds which allows for a little bit of scrolling. However, the Tesla browser is *really* slow scrolling google web maps. I'm investigating alternate web maps, but I'm getting the impressions that the Tesla Browser is intentionally gimped in many ways.
  • Apr 12, 2015
    Andyw2100
    Thanks for the answer. As for the scrolling difficulty due to the app refreshing frequently...


    ...any chance of having a checkbox or something that says "don't refresh screen for location" or something like that, so that we could scroll? It would be useful to be able to scroll to see what might be coming up along a planned route.
  • Apr 12, 2015
    Brightonuk
    Is there a way to stay signed in to Waze
  • Apr 13, 2015
    Killface


    I'd suggest just resetting the 30 second timer each time the user scrolls.
  • Apr 13, 2015
    Andyw2100
    But you might want to look at where you scrolled to for more than 30 seconds. If it takes you a little while to get the screen to where you want it, and you are then looking at something for a little while, and the site suddenly takes you back to your location, that would be annoying. Some sort of checkbox that says, essentially, "let me have control of the map for now" would be a lot more efficient, as I see it.
  • Apr 13, 2015
    fact200
    Yeah, I'm thinking of a button that appears when you start dragging the map around to tell it to resume centering on the car.

    Will give it a go when I find the time. Been a while since I did the google maps stuff and they changed it all again for a 3rd time!
  • Apr 13, 2015
    Andyw2100
    Actually we need a button to tell it --NOT-- to resume centering on the car. Because every few seconds it centers on the car, automatically. Or something like that.

    I'm sure now that you understand the desired use, you can come up with an elegant and simple solution.

    Thanks!
  • Apr 14, 2015
    fact200
    Ok, give this new version a try. You should hit the reload button to make sure you get the latest changes.
  • Apr 15, 2015
    LetsGoFast
    Very nice!
  • Apr 15, 2015
    Andyw2100
    Awesome! That makes a huge difference! Thanks!

    Since you were so quick to respond on that, here's another question / request, though I expect this one may not be a possibility. The couple of times I've used Waze I'm pretty sure I recall traffic jams being displayed with the color of the road changing to yellow for slow and red to when it is really slow, and then if you scrolled onto the area it would show the details. Is there any chance that there is or could be an option to implement that view, instead of the little hazard icons with the individual reports? I completely understand that this may be a limitation of Waze. I just thought if it was a user preference, it might be possible to have a toggle for that preference or something. Thanks again!
  • Apr 15, 2015
    efusco
    Nice simple addition. Thank you.
  • Apr 15, 2015
    ltreasure
    Should this be working in Europe as well?
    Just tried it on my commute, but only the Google Map was loaded, nothing from Waze.
  • Apr 15, 2015
    TTT
    Down for maintenance? Can't access it.

    Nevermind, had to use link above, couldn't type in URL
  • Apr 15, 2015
    ericwol
    Ok, here are my contributions. "NIGHT MODE"

    Code:
    var styles = [             {                 featureType: "all",                 elementType: "all",                 stylers: [                    { invert_lightness: true },                    { hue: "#0800ff" }                 ]             }];         var styledMap = new google.maps.StyledMapType(styles, { name: "Night" });           var myLatlng = new google.maps.LatLng(position.coords.latitude, position.coords.longitude);         var mapOptions = {             zoom: 12,             center: myLatlng,             zoomControlOptions: {                 style: google.maps.ZoomControlStyle.DEFAULT             },             mapTypeControlOptions: {                 mapTypeIds: [google.maps.MapTypeId.ROADMAP, 'map_style']             },             zoomControl: false,             panControl: false,             streetViewControl: false,             minZoom: 11,             maxZoom: 16         }          gPosition = myLatlng;         var map = new google.maps.Map(document.getElementById('map-canvas'), mapOptions);         map.mapTypes.set('map_style', styledMap);
    - - - Updated - - -

    This replaces the default zoom control, with big zoom in/out which is more accessible from the Tesla screen.

    Code:
     [FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff]function [/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]AddZoomControls(controlDiv, map) {[/SIZE][/FONT][/SIZE][/FONT] [FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#008000][FONT=Consolas][SIZE=2][COLOR=#008000][FONT=Consolas][SIZE=2][COLOR=#008000]// Set CSS for the control border[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]    [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff]var[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2] controlUIZoomIn = document.createElement([/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'div'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]);[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlUIZoomIn.style.backgroundColor = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'#fff'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlUIZoomIn.style.border = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'2px solid #fff'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlUIZoomIn.style.borderRadius = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'3px'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlUIZoomIn.style.boxShadow = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'0 2px 6px rgba(0,0,0,.3)'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlUIZoomIn.style.cursor = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'pointer'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlUIZoomIn.style.marginTop = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'20px'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlUIZoomIn.style.marginLeft = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'20px'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlUIZoomIn.style.textAlign = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'center'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlUIZoomIn.style.opacity = .70;     controlDiv.appendChild(controlUIZoomIn);       [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#008000][FONT=Consolas][SIZE=2][COLOR=#008000][FONT=Consolas][SIZE=2][COLOR=#008000]// Set CSS for the control interior[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]    [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff]var[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2] controlTextZoomIn = document.createElement([/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'div'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]);[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlTextZoomIn.style.color = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'rgb(25,25,25)'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlTextZoomIn.style.fontFamily = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'Roboto,Arial,sans-serif'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlTextZoomIn.style.fontSize = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'30px'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlTextZoomIn.style.lineHeight = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'50px'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlTextZoomIn.style.paddingLeft = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'20px'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlTextZoomIn.style.paddingRight = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'20px'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlTextZoomIn.innerHTML = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'+'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlUIZoomIn.appendChild(controlTextZoomIn);      google.maps.event.addDomListener(controlUIZoomIn, [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'click'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2], [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff]function[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2] () {[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2] [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff]       var[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2] newZoom = map.getZoom() + 1;[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]        map.setZoom(newZoom)     });        [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#008000][FONT=Consolas][SIZE=2][COLOR=#008000][FONT=Consolas][SIZE=2][COLOR=#008000]// Set CSS for the control border[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2] [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff]var[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2] controlUIZoomOut = document.createElement([/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'div'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]);[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlUIZoomOut.style.backgroundColor = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'#fff'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlUIZoomOut.style.border = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'2px solid #fff'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlUIZoomOut.style.borderRadius = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'3px'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlUIZoomOut.style.boxShadow = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'0 2px 6px rgba(0,0,0,.3)'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlUIZoomOut.style.cursor = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'pointer'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlUIZoomOut.style.marginTop = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'20px'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlUIZoomOut.style.marginLeft = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'20px'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlUIZoomOut.style.textAlign = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'center'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlUIZoomOut.style.opacity = .70;     controlDiv.appendChild(controlUIZoomOut);      [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#008000][FONT=Consolas][SIZE=2][COLOR=#008000][FONT=Consolas][SIZE=2][COLOR=#008000]// Set CSS for the control interior[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]    [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff]var[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2] controlTextZoomOut = document.createElement([/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'div'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]);[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlTextZoomOut.style.color = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'rgb(25,25,25)'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlTextZoomOut.style.fontFamily = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'Roboto,Arial,sans-serif'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlTextZoomOut.style.fontSize = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'30px'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlTextZoomOut.style.lineHeight = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'50px'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlTextZoomOut.style.paddingLeft = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'20px'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlTextZoomOut.style.paddingRight = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'20px'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlTextZoomOut.innerHTML = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'-'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2];[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]     controlUIZoomOut.appendChild(controlTextZoomOut);      google.maps.event.addDomListener(controlUIZoomOut, [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]'click'[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2], [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff]function[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2] () {[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]         [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff]        var[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2] newZoom = map.getZoom() - 1;[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]         map.setZoom(newZoom)     }); } [/SIZE][/FONT][/SIZE][/FONT]
  • Apr 15, 2015
    Andyw2100
    Welcome to the forums. And thanks for contributing right off the bat.

    For those of not adept at HTML coding, what would we need to do to make use of your contributions?
  • Apr 15, 2015
    efusco
    I believe the OP/owner of the page has to implement that into his code.
  • Apr 15, 2015
    ericwol
    Yes, this is for fact200
  • Apr 15, 2015
    Andyw2100
    Thanks!
  • Apr 16, 2015
    jthompson
    I love the fact that folks come up with great ideas like this! I tried it yesterday and am impressed with the early version of this function. One question: does this Waze functionality also tie into the car's sound system so you get the verbal alerts?
  • Apr 16, 2015
    LetsGoFast
    Nope.
  • Apr 16, 2015
    Science->Truth
    Yes, this is great. To dream further...What I would really like is one google map, with a pop up menu to click on or off various map layers for categories of POI:
    -superchargers
    -all public level 2 chargers (from plugshare)
    -hotels/motels with chargepoints (prob from plugshare)
    -waze incidents

    This could generalize with long list of POI categories (all starbucks locations, all designated scenic drives, all B&Bs, etc.)

    Accessing this layered map at home would be great for trip planning, and in car would be so helpful when on road trips. -Alex
  • Apr 16, 2015
    scaesare
    Pretty handy project... thanks for sharing with the rest of us...
  • Apr 16, 2015
    Veggen
    Same issue, anyone in Europe got this working?
  • Apr 16, 2015
    NuclearPowered

    Add to that, EVTrip Planner re-engineered for use in the cars browser, with real time updating of the projections based on the cars current location and the destination. Integrate that with the supercharger charge time tables http://dauger.com/tesla/supercharger.html and you have a better version of Tesla's Trip Planner running in the browser.
  • Apr 16, 2015
    fact200
    That's for the comments and contributions!

    Expanding the number of interest points should be possible. The main limitation is simply the performance of the browser.

    It appears Waze has international servers for EU clients. Will try to dig into that and the night time mode soon!

    - - - Updated - - -

    Ya, there's traffic road info available from the waze feed. Was planning on experimenting with it, but feel its a little redundant with the regular Tesla nav. Trying to avoid too much necessary interaction considering browser interactions are horribly choppy.
  • Apr 16, 2015
    Andyw2100
    I'm not sure you should be too concerned about redundancy. If others are like me, they may not be using the Tesla Nav much, or at all, because it can't be trusted. I'll pull up the bookmark for your page, though, to take a quick look at the route I'm on to look for issues, and then switch over to wind conditions, etc.

    Thanks again!
  • Apr 16, 2015
    Whom
    I am also loving this page, and it has become my favorite standard display page. Thanks for the work.

    +1 on the request for bigger Zoom buttons (ideally, the same as the Plugshare page which mimic the Navigation panel buttons).
  • Apr 16, 2015
    Westweb
    +1 Loving it!
  • Apr 17, 2015
    Robbo
    This is fantastic-- thanks so much!
  • Apr 17, 2015
    fact200
    Ok, added ericwol's suggestions and added a few touches. Traffic jams are no longer represented by icons, but by colored path lines.
    Hit the reload button to ensure you get all the latest changes.
  • Apr 17, 2015
    Andyw2100
    This is really fantastic! Thanks very much!
  • Apr 17, 2015
    fact200
    EU support is now also in. Actually, rest-of-world support, except for some parts of mexico and israel.
  • Apr 17, 2015
    ltreasure
    Thank you, this is great!
  • Apr 18, 2015
    Larry
    Thanks. Just loaded it in and will start using on my commute Monday.
  • Apr 18, 2015
    PaulusdB
    Being a long time Waze fan, I'll certainly give this a try. Thx.
    Remarkable Israel isn't supported, the home country of Waze.
  • Apr 18, 2015
    Veggen
    Confirmed working in Europe, thanks a lot!

    Any chance of getting speed cameras displayed?
  • Apr 18, 2015
    Fezzik
    Gotta say thank you. Def going to use this when I go on my 8 hour drive next week
  • Apr 18, 2015
    fact200
    Its supported but it's on its own server. havent gotten around to incorporating the additional logic to support it.
  • Apr 18, 2015
    Shew
    Great app. Thank you!
  • Apr 20, 2015
    matbl
    Good start. :)
    waze is not that much used here though so not much data.
    but it seems to be missing indications for speed cameras?
  • Apr 20, 2015
    LetsGoFast
    It was brilliant to see the new changes loaded for my trip back from Reach The Beach. The zoom icons and the traffic representation are both excellent upgrades. It would be nice if you could customize the reload interval, maybe even just with a URL parameter.
  • Apr 21, 2015
    siteexperts
    Have you considered smoothing out the refresh rather than blanking out all the points? "Move" the map when it is time to refresh and only add/ remove points by comparing the new list of waze points against the previous set that are rendered?
  • Apr 22, 2015
    ericwol
    Good progress. I think the night mode button is too big, considering how often it's used. It should be replaces by an icon.

    Something like this:

    sunmoon.png
  • Apr 22, 2015
    ericwol
    Also in night mode, the street signs are inverted. This should fix that:


    Code:
    [FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff]var[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2] styles = [[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]             {                 featureType: [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]"all"[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2],[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]                 elementType: [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]"all"[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2],[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]                 stylers: [                    { invert_lightness: [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff]true[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2] },[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]                    { hue: [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]"#0800ff"[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2] },[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]                    { weight: [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]"0.5"[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2] }[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]                 ]             },             {                 elementType: [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]"labels.icon"[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2],[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]                 stylers: [                    { invert_lightness: [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff]true[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2] },[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2]                 ]             }];          [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff]var[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2] styledMap = [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff]new[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2] google.maps.StyledMapType(styles, { name: [/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]"Night"[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2] });[/SIZE][/FONT][/SIZE][/FONT] 
    - - - Updated - - -

    Another suggestion, you can auto set day/night mode by using the suncal javascript

    https://github.com/mourner/suncalc
  • Apr 22, 2015
    efusco
    Auto night would be great.
    Love the directional car/location icon!
  • Apr 22, 2015
    ZBB
    I've been using this this week -- and noticing the updates as the come. Great job!
  • Apr 23, 2015
    MajesticSound
    This is sweet!! Thanks for all the work!
  • Apr 23, 2015
    Fezzik
    Noticed the updates as well. Great job with this.
  • Apr 23, 2015
    RichardL
    Love this, thanks so much!
  • Apr 23, 2015
    kirkp
    This is a great tool, thanks for doing this! One question/suggestion: Is there any way you could filter out the Hazards and show only Police, Accidents, and Construction? Along the Interstates (in my area anyway), there are dozens of Hazards reported, and most of them are simply cars stopped on the shoulder, which are not really much of a hazard IMO on a wide Interstate. It would be great to optionally declutter them from the screen with a toggle.

    Thanks very much again.
  • Apr 23, 2015
    LetsGoFast
    That has been my #1 feature request for the Waze app for years. The stopped car on the shoulder alerts are pretty much useless and just clutter up the interface. They did let you turn off the entire category a while back, but then that eliminates some useful ones (object in road, etc) as well as the noise. Its better than having to see them all, however.
  • Apr 23, 2015
    loganss
    Wow. This looks great! I'm going to try it on my way home today.
  • Apr 23, 2015
    ericwol
    We should have a different icon for the police when they are hiding.

    police hidding.png
  • Apr 23, 2015
    scaesare
    Does anybody else have a hard time dismissing the popup notifications after clicking on an icon?

    The 'X' is a bit hard to get centered on with the Tesla touchscreen for me...
  • Apr 23, 2015
    ZBB
    Yes -- a larger font for the description and X should help. Its a very small target area right now...
  • Apr 26, 2015
    Robbo
    When I brought my 85 in for its pre-trade inspection, the sales guys at the local Tesla store saw your website on my screen and went bananas. They asked me to email them a link.
  • Apr 27, 2015
    fact200
    Updated. Thanks for the contributions ericwol@!
  • Apr 28, 2015
    Fezzik
    NIce. Just saw the hidden police icon this morning
  • Apr 28, 2015
    efusco
    I don't seem to be seeing the road color change for traffic on the waze app. Is it just me, are they actually changing but not noticeable?
    While I like the idea of color changing, it needs to be prominent to be helpful, otherwise I think the original icons worked fine.
  • Apr 28, 2015
    felixtb
    I agree a fantastic effort! However, it would be great with speed camera support as they are becoming more and more numerous...... :)
  • Apr 28, 2015
    majorlance
    Just visit Maryland... there aren't any speed cams here, just a ton of revenue cams! Speed, red light, school zone (double fines). Even worse is Washington, DC where the target cameras are focused on Maryland and Virginia commuters.

    In my prior car, I had permanently installed an Escort Premier cable and detector just for the cameras... loved it and it had a GPS so I could lock out the false signals in the city. The Tesla's coated wind shield limits the options to externally mounted sensors (or so I've read) so I have to be careful and run a little at risk. Extra careful with the P85D! :)
  • Apr 30, 2015
    johndiciaccio
    Tried this website but it is not operational
    tesla-waze.excelsis.com/

    Can someone point me in the right direction? Is it just loading Waze in the browser?

    I am awaiting delivery of my 85d
  • Apr 30, 2015
    WillAustin
    I've been using it all day in the car. Yes, it loads in the browser, but it's not like running the full app. Just maps and icons. It won't do much from your computer.
  • Apr 30, 2015
    The Fury
    Looks good. how can you turn off "Following" after allowing the web app to follow the car? I want to try it, but not sure if i want it to always see my location, thus "unfollow" at desired times...
  • Apr 30, 2015
    CHG-ON
    I've been using it for a couple of weeks and like it a lot. A few comments:

    -I find the map to be too far zoomed out for me to see the rural routes I usually take. So it can be hard to tell where I am in relation to the enemy. Even when I zoom in. But I wear bifocals, which I am sure is part of the problem. Ahhh...age.
    -The Tesla browser continues to be a slow dog and unresponsive when I tap on an icon to see if the enemy is hidden or not. Not the page's fault at all.
    -The pop-ups for what kind of incident or enemy are small and hard to read while driving. Bifocals again.

    That's about it. I love it and now find myself leaving that up on the display all the time when driving. It has proved to be pretty darn accurate so far.

    Great effort and thanks to those who built it!

    - - - Updated - - -

    +1 on the direction!

    Hey all. One last thing: let make sure that we give reputation points for such a great job!
  • May 1, 2015
    rpc364
    I love this specific contribution - as well as Tesla's allowance of this innovation. Kudos to the contributors. Of course the part of me that is slightly annoyed by a center console taken up to two roughly identical maps (nav and this browser/incident map) makes we want for another button like the traffic and satellite buttons on the nav screen allowing Waze incident reporting. Since Google bought Waze, I would think this would be easy to do. Until then, I'll be driving around with 2 maps on my console...
  • May 1, 2015
    EchoDelta
    Great contribution!

    I hope we eventually can get Waze routing in the console too (not sure the nav uses all the waze-originated features now available in google maps routing)
  • May 4, 2015
    CHG-ON
    +1 here!

  • May 4, 2015
    scaesare
    Seconded.

    Tesla, we know some of you like to hang out here... I suspect this would be VERY welcomed if it went up on the feature priority list....
  • May 5, 2015
    PaulusdB
    I'm all for Waze integration as well and went as far as bringing up this request when meeting Jerome G. in Amsterdam. (Of course he signed my Model S sun visor.)
    He sort of nodded in response and replied 'I hear you. We hear you'. Later that night he publicly mentioned the need to improve the sat nav. He really disliked seeing Amsterdam Taxi's sticking TomToms next to the 17" screens. That clearly is not the message Tesla Motors wants to communicate to prospected buyers.

    This was before the 6.2 'range anxiety is over' thing, so I fear Jerome was promised more than delivered, just like all of us. I still have some hope that some day Tesla Motors will make the right move and integrate Waze.
  • May 5, 2015
    EdA
    And once they get Waze integrated then they can overlay weather :)
  • May 5, 2015
    CHG-ON
    If they would just push us all to 4G and allow us to use the browser as a normal mobile browser, this would all be moot.
  • May 5, 2015
    JimmyAZ
    Wouldn't that be nice? I'm worried, however, that it's a hardware issue.
  • May 5, 2015
    rpc364
    Certainly a hardware issue as 3G modems aren't "forward compatible" with 4G modems. I suspect it is also a cost issue as long-term 4G (and LTE, etc.) data service contracts to many thousands of cars ups the costs for TM...
  • May 12, 2015
    CHG-ON
    I had read somewhere in these forums that the modem could handle 4G. But I have no confirmation that it is true. Some people are using their 4G phones as a WiFi hotspot in the car. I tried it and it didn't seem to connect. But I haven't dug into the issue.
  • May 12, 2015
    beeeerock
    I obviously have no inside knowledge of what is hidden in the electronics of the car, but in this day and age I'd be surprised if they were using an old chip set that supports 3G only. Like virtually every cell phone offered for sale today, I suspect the firmware determines what mode the cellular data works on and that it's been limited to 3G. That could be to reduce the amount of data being used - even though it might be considered wasteful of bandwidth. Or it could ensure greater robustness and range going from cell tower to cell tower.

    I wouldn't be shocked if we are given choices as to data options once the included service period expires. But who knows... they might have decided to save $10 on a $100,000 car by going for older technology... but that just doesn't seem like Tesla's style.
  • May 12, 2015
    RiverBrick
    Where I live it seems photo radar locations only appear when a route is entered. So, Waze has to start always showing speed cams or we need routing capability.
  • May 12, 2015
    fact200
    From what I understand, waze only displays these as you approach them. It's probably possible to get these displayed, but it will take a little time to dig through their mobile device api.
  • May 17, 2015
    stevem
    fact200, did you make that? That's really cool! Thanks!
  • May 18, 2015
    Blu Zap
    I particularly like the "donut shop" display. Multiple police icons in one place. :smile:
  • May 22, 2015
    gnxs
    +2 :)
  • May 22, 2015
    kupermanp
    Just found this and have been using a couple of days. love it. Thanks
  • May 22, 2015
    CHG-ON
    I've commented before on this. All good. I find that I now use it every time I drive. Period.

    It's awesome.
  • May 22, 2015
    musicious
    I used to keep Forecast.io on my browser for weather but since they don't allow 2 browser windows i only use waze now on one half with nav on the other :)
  • May 25, 2015
    SlyWombat
    BTW, fact200, do you have any usage stats you can share, how many Telsa's are hitting your page a day?
  • May 27, 2015
    AustrianMax
    Just tried this in Austria, and the radar speed traps do not show up. Even the fixed ones. :(
  • May 27, 2015
    redi
    That's my standard mode now. Don't leave home without it!
  • May 27, 2015
    thecloud
    This site is great; thanks for sharing it! Tried it for the first time this morning, and noticed the police icon on an upcoming stretch of freeway, so made sure to keep with the flow. Not 5 seconds after my red dot passed the icon on the map, the actual police cruiser went shooting by me with his lights flashing, pulling over some hapless ICE driver.

    What isn't as great, compared to the Nav app: slow traffic is displayed as a single red line, so you can't tell which direction is blocked and whether to avoid that section or whether it's actually clear sailing in the direction you're going. By contrast, the Nav app shows freeway traffic as a pair of lines, so it's clear which direction has a problem. Not sure whether Waze provides that data but could be a useful future improvement.
  • May 27, 2015
    rickgt
    I use this frequently... gives a great overview of traffic/accidents/construction/and police traps... perfect on half the screen.
  • May 28, 2015
    meltoots
    I searched but probably already asked, is there a way for me to add to the Waze map? Like I see a speed trap and want to add it for everyone else?
    Sorry if already asked.
  • May 28, 2015
    RiverBrick
    With the mobile app, yes. Not from the Tesla browser at this time.
  • May 29, 2015
    eye.surgeon
    This is absolutely fantastic. I've been using it the last couple of days. I see no pressing need for a radar detector now. The first actually useful use of the browser I've found. Thanks!!
  • May 29, 2015
    SlyWombat
    Remember that Waze is crowd sourced, so I keep the mobile app running as well and contribute when I see events that need sharing. A readonly view should be an alternative viewport to your existing use of Waze, not the sole use.
  • Jul 7, 2015
    tkizzy
    Cobra makes a bluetooth connected radar detector that makes it really easy to contribute reports (confirm / false alarm buttons pop up when you get a signal) into their proprietary database. Wish it could somehow contribute to waze.
  • Jul 9, 2015
    BrutusB
    Well done! Looking forward to checking it out on the Tesla browser.
  • Jul 9, 2015
    kirkbauer
    My last ticket I was just driving down a surface street (down a steep hill) and a cop turned the corner coming the other way, radar on. I got pulled over, Waze wouldn't have helped, but a radar detector sure would have (I had just taken it out to sell the car!).
  • Jul 9, 2015
    redi
    I wanted to pass along kudos on this app. It is my favorite and has a permanent place on MFD.
  • Aug 3, 2015
    mikeg561
    How good is waze on the Tesla browser?

    Kind of surprised when I did a search of the forum (not sure the search works very well!) and only found 2 threads with waze in the title.

    How well does waze work in the tesla browser? Any tips or tricks?

    Thanks

    Mike

    - - - Updated - - -

    Meant to post this under the "user interface" section...can not find a way to move it.
  • Aug 3, 2015
    donkeykong
    Loads of credit to whoever made that waze app, but doesn't work very well honestly. Partially because the browser in tesla sucks.

    Issues,

    1. It shows a very zoomed out picture, north facing north, so makes it harder to guess where the next disaster is.
    2. It updates every few seconds, unlike your waze app.
    3. Doesn't plug into the waze ecosystem - part of what makes waze awesome. i.e. you should be feeding info back to waze.

    I've not found it too useful. What I do instead,
    - I got the center console,
    - I run waze on my iPhone6+ plugged into the console with audio warnings.

    1 man's opinion, the phone waze with just audio is more useful.
  • Aug 3, 2015
    woof
  • Aug 4, 2015
    supratachophobia
    I would say it's a great start. I find the road hazard notifications to be accurate 9/10 times, but the police notifications only accurate 5-6/10 times.
  • Aug 4, 2015
    SabrToothSqrl
    It's a GREAT start.

    I'd like to see the default zoom, 1 more 'in', the updates are every 30 seconds because I believe that's a car limitation. so rotating maps would be so slow it would hurt. North is up is the only way really to show it.

    I find the use of the large screen is not ideal. The roads are too small and the icons too small. You have a 17" screen! use it! make the icons larger and easier to touch. Make more of them that mean things like car on shoulder, cop, or debri, etc.
  • Oct 22, 2015
    youlikeadajuice
    Anyone else having problems with Tesla Waze? Page wasn't loading for me on this evenings drive.
  • Oct 22, 2015
    brec
    A page refresh/reload fixed it for me.
  • Oct 22, 2015
    msnow
    By plugged in to the console do you mean Bluetooth for audio?
  • Oct 22, 2015
    CHG-ON
    I think the app works great. It's the browser that needs work. I love not having to look at my phone to see where the cops are. If they would bring the browser out of 1992 and into 2015, this app could be so much better. They will, in time...

    I have faith.
  • Oct 22, 2015
    MikeBur
    i have hope something will be done for 7.1, though was admittedly surprised when browser was seemingly not updated for v7.0. Version of qt is way too old.

    i still used Waze for tesla every single day and it is great. I also run Waze on phone for reporting and audio. Audio fires, look at bottom half of 17" MFD :)

    only wishes:
    1) zoom in one level by default
    2) change day/night mode automatically (i.e. Look up dawn/dusk based on time and location)
    3) allow login to Waze and have 2 buttons: report hazard (car on shoulder), report the other major thing ;-)
  • Không có nhận xét nào:

    Đăng nhận xét