www.511virginia.org Open in urlscan Pro
44.213.28.127  Public Scan

Submitted URL: http://511virginia.org/
Effective URL: https://www.511virginia.org/
Submission Tags: tranco_l324
Submission: On April 06 via api from DE — Scanned from DE

Form analysis 2 forms found in the DOM

#

<form onsubmit="return false;" action="#" id="itr_lgnd">
  <div class="legend_header">Quick Settings</div>
  <input style="width:190px;" class="text-center" type="button" value="Toggle Full Screen Mode" onclick="requestFullScreen()">
  <div class="bottom_padding" style="margin:0px 2px 0px 10px;">
    <select id="iteris_legend_presets" class="presetControl">
      <option value="transit_default"> Default Preset </option>
      <option value="camera_preset"> Cameras </option>
      <option value="charge_preset"> EV Charging Stations </option>
      <option value="bridge_preset"> Bridge Openings </option>
      <option value="incidents_preset"> Incidents </option>
      <option value="road_work_only_preset"> Road Work </option>
      <option value="bad_weather_preset"> Weather </option>
      <option value="message_signs_preset"> Message Signs </option>
      <option value="rest_areas_preset"> Rest Areas </option>
    </select>
    <img id="infTip" class="tips" src="/images/help_bubble.png" tiptitle="Toggle the entire state of the legend at once using convenient, pre-configured settings." style="height: 16px; width: 16px;">
  </div>
  <div class="legend_header">Overlays</div>
  <div id="overlays" class="bottom_padding">
    <fieldset>
      <div id="itr_lgnd_road_conditions__container" class="overlay">
        <input type="radio" name="Traffic Speed" id="itr_lgnd_road_conditions__input" value="" class="overlayControl">
        <label for="itr_lgnd_road_conditions">Road Conditions</label>
        <img id="rcTip" class="tips" src="/images/help_bubble.png"
          tiptitle="Road Conditions are only displayed for state roads currently or recently impacted by adverse weather. If no overlay is displayed, the last reported condition of the road was good.<br/><br/>•<strong>Minor</strong> - Advisory; Potential for icy patches or snow on roadway; Passable with caution.<br/>•<strong>Moderate</strong> - Snow or ice covering a major portion of the roadway; Passable with caution.<br/>•<strong>Severe</strong> - Significant accumulation of snow or ice partially blocking the roadway; Conditions are hazardous.<br/>•<strong>Closed</strong> - Roadway is closed; Impassable."
          style="height: 16px; width: 16px;">
        <div id="itr_lgnd_road_conditions__contents" style="display: none;">
          <div class="itr_lgnd_road_conditions__legend">
            <table style="padding-left: 10px;">
              <tbody>
                <tr>
                  <td style="padding-left: 10px; white-space: nowrap;">
                    <span class="legend_item" id="rdCond1">
                      <img src="images/legend_icons/road-teal.png" alt="Minor" title="Minor: Advisory, potential for icy patches or snow on roadway; passable with caution.">
                    </span><span class="legend_description"> Minor </span>
                  </td>
                  <td style="padding-left: 10px; white-space: nowrap;">
                    <span class="legend_item" id="rdCond2">
                      <img src="images/legend_icons/road-light_blue.png" alt="Moderate" title="Moderate: Snow or ice covering a major portion of the roadway; passable with caution.">
                    </span><span class="legend_description"> Moderate </span>
                  </td>
                </tr>
                <tr>
                  <td style="padding-left: 10px; white-space: nowrap;">
                    <span class="legend_item" id="rdCond3">
                      <img src="images/legend_icons/road-purple.png" alt="Severe" title="Severe: Significant accumulation of snow or ice partially blocking the roadway; conditions are hazardous.">
                    </span><span class="legend_description"> Severe </span>
                  </td>
                  <td style="padding-left: 10px; white-space: nowrap;">
                    <span class="legend_item" id="rdCond4">
                      <img src="images/legend_icons/road-mid_red.png" alt="Closed" title="Closed: Roadway is closed; impassable.">
                    </span><span class="legend_description"> Closed </span>
                  </td>
                </tr>
              </tbody>
            </table>
          </div>
          <div id="itr_lgnd_road_conditions__slider" style="text-align: center; margin-left: 20px; vertical-align: top; font-size: 12px; width: 165px;" class="ui-slider ui-corner-all ui-slider-horizontal ui-widget ui-widget-content">
            <span style="position: relative; top: -5px; font-size: 10px;" id="opacitySliderLabel">Road Conditions Transparency</span>
            <span tabindex="0" class="ui-slider-handle ui-corner-all ui-state-default" style="left: 100%;"></span>
          </div>
          <script type="text/javascript">
            $("#itr_lgnd_road_conditions__slider").slider({
              min: 0,
              max: 1,
              step: .05,
              value: 1,
              slide: function(event, ui) {
                var lc = $('body').data('iteris.legendControl');
                lc.setLayerTransparency("itr_lgnd_road_conditions", ui);
              }
            });
          </script>
        </div>
      </div>
      <div id="itr_lgnd_traffic_speeds__container" class="overlay">
        <input type="radio" name="Traffic Speed" id="itr_lgnd_traffic_speeds__input" value="" class="overlayControl">
        <label for="itr_lgnd_traffic_speeds">Traffic Speeds</label>
        <div id="itr_lgnd_traffic_speeds__contents" style="">
          <div class="itr_lgnd_traffic_speeds__legend">
            <table>
              <tbody>
                <tr>
                  <td>
                    <span class="legend_item" id="traffic1">
                      <img src="/images/legend_icons/tl_green.png" alt="80% or <img alt=&quot;higher&quot; src=&quot;images/legend_icons/arrow_up.png&quot;/>" title="Traffic speed is 80% of speed limit or faster.">
                    </span><span class="legend_description"> 80% or <img alt="higher" src="images/legend_icons/arrow_up.png"> </span>
                  </td>
                  <td>
                    <span class="legend_item" id="traffic2">
                      <img src="/images/legend_icons/tl_yellow.png" alt="60-80%" title="Traffic speed is between 60% and 80% of speed limit.">
                    </span><span class="legend_description"> 60-80% </span>
                  </td>
                </tr>
                <tr>
                  <td>
                    <span class="legend_item" id="traffic3">
                      <img src="/images/legend_icons/tl_red.png" alt="40-60%" title="Traffic speed is between 40% and 60% of speed limit.">
                    </span><span class="legend_description"> 40-60% </span>
                  </td>
                  <td>
                    <span class="legend_item" id="traffic4">
                      <img src="/images/legend_icons/tl_black.png" alt="40% or <img alt=&quot;lower&quot; src=&quot;images/legend_icons/arrow_down.png&quot;/>" title="Traffic speed is 40% of speed limit or slower.">
                    </span><span class="legend_description"> 40% or <img alt="lower" src="images/legend_icons/arrow_down.png"> </span>
                  </td>
                </tr>
                <tr>
                  <td>
                    <span class="legend_item" id="traffic5">
                      <img src="/images/legend_icons/tl_closed.png" alt="40-60%" title="Road Closed">
                    </span><span class="legend_description"> Closed </span>
                  </td>
                  <td>
                    <span class="legend_item" id="traffic6">
                      <img src="/images/legend_icons/tl_construction.png" alt="construction" title="Construction">
                    </span><span class="legend_description"> Construction </span>
                  </td>
                </tr>
              </tbody>
            </table>
          </div>
          <div id="itr_lgnd_traffic_speeds__slider" style="text-align: center; margin-left: 20px; vertical-align: top; font-size: 12px; width: 165px;" class="ui-slider ui-corner-all ui-slider-horizontal ui-widget ui-widget-content">
            <span style="position: relative; top: -5px; font-size: 10px;" id="opacitySliderLabel">Traffic Speed Transparency</span>
            <span tabindex="0" class="ui-slider-handle ui-corner-all ui-state-default" style="left: 100%;"></span>
          </div>
          <script type="text/javascript">
            $("#itr_lgnd_traffic_speeds__slider").slider({
              min: 0,
              max: 1,
              step: .05,
              value: 1,
              slide: function(event, ui) {
                var lc = $('body').data('iteris.legendControl');
                lc.setLayerTransparency("itr_lgnd_traffic_speeds", ui);
              }
            });
          </script>
        </div>
      </div>
      <div id="itr_lgnd_precip__container" class="overlay">
        <input type="checkbox" name="Precipitation" id="itr_lgnd_precip__input" value="" class="itr_lgnd_precipControl">
        <label for="itr_lgnd_precip">Precipitation</label>
        <div id="itr_lgnd_precip__contents" style="display: none;">
          <div id="itr_lgnd_precip__legend">
            <img class="legend_image" src="images/precip_legend.png">
            <br>
          </div>
          <div id="itr_lgnd_precip__slider" style="text-align: center; margin-left: 20px; vertical-align: top; font-size: 12px; width: 165px;" class="ui-slider ui-corner-all ui-slider-horizontal ui-widget ui-widget-content">
            <span style="position: relative; top: -5px; font-size: 10px;" id="opacitySliderLabel">Precipitation Transparency</span>
            <span tabindex="0" class="ui-slider-handle ui-corner-all ui-state-default" style="left: 50%;"></span>
          </div>
          <script type="text/javascript">
            $("#itr_lgnd_precip__slider").slider({
              min: 0,
              max: 1,
              step: .05,
              value: .5,
              slide: function(event, ui) {
                var lc = $('body').data('iteris.legendControl');
                lc.setLayerTransparency("itr_lgnd_precip", ui);
              }
            });
          </script>
        </div>
      </div>
    </fieldset>
  </div>
  <div class="legend_header">Icon Layers</div>
  <div id="legend" style="padding-top: 8px; border-top: 1px dad #ADB7C0; position: relative; left: -10px;">
    <fieldset>
      <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_road_work" id="itr_lgnd_road_work" class="iconlayerControl"> </span> <span
          class="legend_item" style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/accordion_construction.png" class="tips" alt="Road Work" tiptitle="This icon indicates the location of an ACTIVE WORK ZONE on the map"
            height="16" width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;" for="itr_lgnd_road_work"> Road Work </label>
          <div id="itr_lgnd_road_work__children" style="clear: both;">
            <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_inactive_road_work" id="itr_lgnd_inactive_road_work" class="iconlayerControl">
              </span> <span class="legend_item" style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/accordion_construction_inactive.png" class="tips" alt="Inactive Road Work"
                  tiptitle="This icon indicates the location of an INACTIVE WORK ZONE on the map" height="16" width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;" for="itr_lgnd_inactive_road_work">
                Inactive Road Work </label>
                <div id="itr_lgnd_inactive_road_work__children" style="clear: both;"> </div>
            </div>
          </div>
      </div>
      <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_dms" id="itr_lgnd_dms" class="iconlayerControl"> </span> <span class="legend_item"
          style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/accordion_dms.png" class="tips" alt="Message Sign" tiptitle="This icon indicates the location of a DYNAMIC MESSAGE SIGN on the map" height="16"
            width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;" for="itr_lgnd_dms"> Message Sign </label>
          <div id="itr_lgnd_dms__children" style="clear: both;">
            <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_dms_tt" id="itr_lgnd_dms_tt" class="iconlayerControl"> </span> <span
                class="legend_item" style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/rsz_1gs_sign_board_16.png" class="tips" alt="Travel Time Sign"
                  tiptitle="This icon indicates the location of a DYNAMIC TRAVEL TIME SIGN on the map" height="16" width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;" for="itr_lgnd_dms_tt"> Travel Time
                Sign </label>
                <div id="itr_lgnd_dms_tt__children" style="clear: both;"> </div>
            </div>
            <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_dms_vsl" id="itr_lgnd_dms_vsl" class="iconlayerControl"> </span> <span
                class="legend_item" style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/vsl_default.png" class="tips" alt="Variable Speed Limit"
                  tiptitle="This icon indicates the location of a VARIABLE SPEED LIMIT SIGN on the map" height="16" width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;" for="itr_lgnd_dms_vsl"> Variable
                Speed Limit </label>
                <div id="itr_lgnd_dms_vsl__children" style="clear: both;"> </div>
            </div>
          </div>
      </div>
      <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_high_impact_incidents" id="itr_lgnd_high_impact_incidents" class="iconlayerControl">
        </span> <span class="legend_item" style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/accordion_incident_major.png" class="tips" alt="High Priority Incidents"
            tiptitle="This icon indicates the location of a HIGH IMPACT TRAFFIC INCIDENT on the map" height="16" width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;" for="itr_lgnd_high_impact_incidents">
          High Priority Incidents </label>
          <div id="itr_lgnd_high_impact_incidents__children" style="clear: both;"> </div>
      </div>
      <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_incidents" id="itr_lgnd_incidents" class="iconlayerControl"> </span> <span
          class="legend_item" style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/accordion_incident.png" class="tips" alt="Other Incidents" tiptitle="This icon indicates the location of a TRAFFIC INCIDENT on the map"
            height="16" width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;" for="itr_lgnd_incidents"> Other Incidents </label>
          <div id="itr_lgnd_incidents__children" style="clear: both;"> </div>
      </div>
      <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_special_activity" id="itr_lgnd_special_activity" class="iconlayerControl"> </span> <span
          class="legend_item" style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/accordion_special_activity.png" class="tips" alt="Special Activity Incidents"
            tiptitle="This icon indicates the location of a SPECIAL ACTIVITY INCIDENT on the map" height="16" width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;" for="itr_lgnd_special_activity"> Special
          Activity Incidents </label>
          <div id="itr_lgnd_special_activity__children" style="clear: both;"> </div>
      </div>
      <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_rest_areas" id="itr_lgnd_rest_areas" class="iconlayerControl"> </span> <span
          class="legend_item" style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/accordion_rest_area.png" class="tips" alt="Rest Areas" tiptitle="This icon indicates the location of a REST AREA on the map" height="16"
            width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;" for="itr_lgnd_rest_areas"> Rest Areas </label>
          <div id="itr_lgnd_rest_areas__children" style="clear: both;"> </div>
      </div>
      <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_scheduled_bridges" id="itr_lgnd_scheduled_bridges" class="iconlayerControl"> </span> <span
          class="legend_item" style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/accordion_bridge_scheduled.png" class="tips" alt="Open Bridges" tiptitle="This icon indicates there are SCHEDULED BRIDGE OPENINGS on the map"
            height="16" width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;" for="itr_lgnd_scheduled_bridges"> Open Bridges </label>
          <div id="itr_lgnd_scheduled_bridges__children" style="clear: both;"> </div>
      </div>
      <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_special_events" id="itr_lgnd_special_events" class="iconlayerControl"> </span> <span
          class="legend_item" style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/accordion_event.png" class="tips" alt="Special Events"
            tiptitle="This icon indicates the location of a SPECIAL EVENT on the map that may affect traffic" height="16" width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;"
            for="itr_lgnd_special_events"> Special Events </label>
          <div id="itr_lgnd_special_events__children" style="clear: both;"> </div>
      </div>
      <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_weather_closure" id="itr_lgnd_weather_closure" class="iconlayerControl"> </span> <span
          class="legend_item" style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/accordion_weather_closure.png" class="tips" alt="Weather Closures"
            tiptitle="This icon indicates the location of a WEATHER EVENT(flooding, fog, etc.) that has closed a roadway" height="16" width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;"
            for="itr_lgnd_weather_closure"> Weather Closures </label>
          <div id="itr_lgnd_weather_closure__children" style="clear: both;"> </div>
      </div>
      <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_weather" id="itr_lgnd_weather" class="iconlayerControl"> </span> <span class="legend_item"
          style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/accordion_weather.png" class="tips" alt="Other Weather Events"
            tiptitle="This icon indicates the location of a WEATHER EVENT(flooding, fog, etc.) that is impacting traffic" height="16" width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;"
            for="itr_lgnd_weather"> Other Weather Events </label>
          <div id="itr_lgnd_weather__children" style="clear: both;"> </div>
      </div>
      <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_cameras" id="itr_lgnd_cameras" class="iconlayerControl"> </span> <span class="legend_item"
          style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/accordion_camera.png" class="tips" alt="Cameras" tiptitle="This icon indicates an ACTIVE CAMERA on the map" height="16" width="16" "=""> </span> <label class="
            legend_description" style="float: left; padding-top: 5px;" for="itr_lgnd_cameras"> Cameras </label>
          <div id="itr_lgnd_cameras__children" style="clear: both;">
            <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_inactive_cameras" id="itr_lgnd_inactive_cameras" class="iconlayerControl"> </span>
              <span class="legend_item" style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/accordion_camera_inactive.png" class="tips" alt="Inactive Cameras" tiptitle="This icon indicates an INACTIVE CAMERA on the map"
                  height="16" width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;" for="itr_lgnd_inactive_cameras"> Inactive Cameras </label>
                <div id="itr_lgnd_inactive_cameras__children" style="clear: both;"> </div>
            </div>
          </div>
      </div>
      <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_exits" id="itr_lgnd_exits" class="iconlayerControl"> </span> <span class="legend_item"
          style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/accordion_exits.png" class="tips" alt="Exit Numbers" tiptitle="This icon indicates the location of a EXIT NUMBERS (Interstate Exits) on the traffic layer"
            height="16" width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;" for="itr_lgnd_exits"> Exit Numbers </label> <img id="exTip" class="tips" src="/images/help_bubble.png"
            tiptitle="Visible only at higher zoom levels" style="height: 16px; width: 16px;">
          <div id="itr_lgnd_exits__children" style="clear: both;"> </div>
      </div>
      <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_ev_charge" id="itr_lgnd_ev_charge" class="iconlayerControl"> </span> <span
          class="legend_item" style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/accordion_ev_charge_station.png" class="tips" alt="EV Charging Stations" tiptitle="This icon indicates EV CHARGING STATIONS on the map"
            height="16" width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;" for="itr_lgnd_ev_charge"> EV Charging Stations </label> <img id="evTip" class="tips" src="/images/help_bubble.png"
            tiptitle="Click for Charge Station Icon Legend" style="height: 16px; width: 16px;">
          <div id="itr_lgnd_ev_charge__children" style="clear: both;">
            <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_ev_chademo" id="itr_lgnd_ev_chademo" class="iconlayerControl"> </span> <span
                class="legend_item" style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/accordion_ev_CHAdeMO.png" class="tips" alt="CHADEMO" tiptitle="This icon indicates a CHADEMO CHARGING STATION on the map" height="16"
                  width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;" for="itr_lgnd_ev_chademo"> CHADEMO </label>
                <div id="itr_lgnd_ev_chademo__children" style="clear: both;"> </div>
            </div>
            <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_ev_J1772" id="itr_lgnd_ev_J1772" class="iconlayerControl"> </span> <span
                class="legend_item" style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/accordion_ev_J1772.png" class="tips" alt="J1772" tiptitle="This icon indicates a J1772 or CCS (J1772COMBO) CHARGING STATION on the map"
                  height="16" width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;" for="itr_lgnd_ev_J1772"> J1772 </label>
                <div id="itr_lgnd_ev_J1772__children" style="clear: both;"> </div>
            </div>
            <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_ev_nema" id="itr_lgnd_ev_nema" class="iconlayerControl"> </span> <span
                class="legend_item" style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/accordion_ev_NEMA.png" class="tips" alt="NEMA" tiptitle="This icon indicates a NEMA CHARGING STATION on the map" height="16"
                  width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;" for="itr_lgnd_ev_nema"> NEMA </label>
                <div id="itr_lgnd_ev_nema__children" style="clear: both;"> </div>
            </div>
            <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_ev_tesla" id="itr_lgnd_ev_tesla" class="iconlayerControl"> </span> <span
                class="legend_item" style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/accordion_ev_Tesla.png" class="tips" alt="TESLA" tiptitle="This icon indicates a TESLA CHARGING STATION on the map" height="16"
                  width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;" for="itr_lgnd_ev_tesla"> TESLA </label>
                <div id="itr_lgnd_ev_tesla__children" style="clear: both;"> </div>
            </div>
          </div>
      </div>
      <div style="margin-left: 10px; clear: both; display: none;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_rwis_layer" id="itr_lgnd_rwis_layer" class="iconlayerControl"> </span> <span
          class="legend_item" style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/rwis_icon.png" class="tips" alt="RWIS Sites" tiptitle="This icon indicates the location of a RWIS sites on the traffic layer" height="16"
            width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;" for="itr_lgnd_rwis_layer"> RWIS Sites </label>
          <div id="itr_lgnd_rwis_layer__children" style="clear: both;"> </div>
      </div>
      <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_waze_layer" id="itr_lgnd_waze_layer" class="iconlayerControl"> </span> <span
          class="legend_item" style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/accordion_waze.png" class="tips" alt="Waze-Reported Events" tiptitle="These icons indicate the location of Waze-Reported Events on the map"
            height="16" width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;" for="itr_lgnd_waze_layer"> Waze-Reported Events </label>
          <div id="itr_lgnd_waze_layer__children" style="clear: both;">
            <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_wz_accident" id="itr_lgnd_wz_accident" class="iconlayerControl"> </span> <span
                class="legend_item" style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/accordion_waze_accident.png" class="tips" alt="Crash" tiptitle="This icon indicates a Waze-Reported Crash on the map" height="16"
                  width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;" for="itr_lgnd_wz_accident"> Crash </label>
                <div id="itr_lgnd_wz_accident__children" style="clear: both;"> </div>
            </div>
            <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_wz_congestion" id="itr_lgnd_wz_congestion" class="iconlayerControl"> </span> <span
                class="legend_item" style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/accordion_waze_traffic.png" class="tips" alt="Congestion" tiptitle="This icon indicates Waze-Reported Congestion on the map" height="16"
                  width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;" for="itr_lgnd_wz_congestion"> Congestion </label>
                <div id="itr_lgnd_wz_congestion__children" style="clear: both;"> </div>
            </div>
            <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_wz_hazard" id="itr_lgnd_wz_hazard" class="iconlayerControl"> </span> <span
                class="legend_item" style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/accordion_waze_hazard.png" class="tips" alt="Hazard" tiptitle="This icon indicates a Waze-Reported Hazard on the map" height="16"
                  width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;" for="itr_lgnd_wz_hazard"> Hazard </label>
                <div id="itr_lgnd_wz_hazard__children" style="clear: both;"> </div>
            </div>
            <div style="margin-left: 10px; clear: both;"> <span class="legend_control" style="float: left; padding-top: 2px;"> <input type="checkbox" name="itr_lgnd_wz_shoulder" id="itr_lgnd_wz_shoulder" class="iconlayerControl"> </span> <span
                class="legend_item" style="float: left; padding: 1px 2px 0 2px;"> <img src="images/legend_icons/accordion_waze_onshoulder.png" class="tips" alt="Shoulder Event"
                  tiptitle="This icon indicates a Waze-Reported On-Shoulder Event on the map" height="16" width="16" "=""> </span> <label class=" legend_description" style="float: left; padding-top: 5px;" for="itr_lgnd_wz_shoulder"> Shoulder Event
                </label>
                <div id="itr_lgnd_wz_shoulder__children" style="clear: both;"> </div>
            </div>
          </div>
      </div> <input type="submit" value="null" style="display: none;">
    </fieldset>
  </div>
</form>

POST

<form action="POST" id="add_view_form" onsubmit="submit_view(); return false;">
  <p>
    <input type="hidden" id="bounds" name="bounds">
    <label for="name_field">Describe this location</label><br>
    <input id="name_field" name="name" size="32"><br>
    <input name="Submit" value="Add" type="submit">
  </p>
</form>

Text Content

An Agency of the Commonwealth of Virginia
 * Virginia.gov
 * Find an Agency







   
 * My 511
   Log in or create an account to customize
   
 * Map Views
   * View Entire State
     
     VIEW A REGION
     
     Central Virginia Hampton Roads Northern Virginia Northwestern Virginia
     Southwest Virginia
     
     VIEW A CITY
     
     Blacksburg Bristol Charlottesville Chesapeake Fredericksburg Hampton &
     Newport News Harrisonburg Lynchburg Norfolk Northern Virginia Metro Area
     Portsmouth Richmond Roanoke Virginia Beach Williamsburg Winchester
     
     MY VIEWS
     
     
     
 * Text Views
   Incidents Table Road Conditions Table Travel Times Table Mobile Feeds Text
   Only Version RSS Feeds
 * Resources
   * Mobile Apps Toll Roads E-ZPass HOV Info Rest Areas in the Commonwealth The
     Eastern Transportation Coalition Alternative Fueling Stations Blue Ridge
     Parkway Bike Virginia
     
     COMMUTING SITES
     
     Northern Neck Commuter Services Richmond Ridefinders Middle Peninsula
     Rideshare Arlington County Commuter Services Alexandria Rideshare Commuter
     Connections (Northern Virginia) Fairfax County RideSources GW Ride
     Connections Loudoun County Commuter Services Rappahannock Rapidan Commuter
     Services RideShare (Central Virginia) Ride Smart (Northern Shenandoah
     Valley) Ridesolutions (Southwest Virginia)
     
     PUBLIC TRANSIT
     
     DRPT Service Locator Greyhound Hampton Roads Transit PRTC Trailways Amtrak
     Washington Metro Virginia Railway Express Virginia Regional Transit
     
     NEIGHBORING 511 WEB SITES
     
     Maryland North Carolina Tennessee West Virginia
     
     AIRPORTS
     
     Charlottesville-Albemarie (CHO) Newport News/Williamsburg (PHF) Norfolk
     (ORF) Richmond (RIC) Roanoke-Blacksburg (ROA) Washington Dulles (IAD)
     Washington Reagan National (DCA)
 * Northern Va. I-95/395
 * Reach the Beach
 * Contact Us
 * Help
   Frequently Asked Questions About 511 511 Tools



Mapbox © Mapbox © OpenStreetMap Improve this map



For an improved experience on mobile devices, download the Virginia 511 Mobile
App.

Get the iOS App

Get the Android App
Close


WEATHER

None
Air Temperature
< -30
-30
-25
-20
-15
-10
-5
0
5
10
15
20
25
30
35
40
45
50
55
60
65
70
75
80
85
90
95
100
105
110
115
120
125


Air Temperature Transparency
Dewpoint
< -30
-30
-25
-20
-15
-10
-5
0
5
10
15
20
25
30
35
40
45
50
55
60
65
70
75
80
85
90
95
100
105
110
115
120
> 125


Dewpoint Transparency
Relative Humidity
0
5
10
15
20
25
30
35
40
45
50
55
60
65
70
75
80
85
90
> 95


Relative Humidity Transparency
Wind Speed
0
5
10
15
20
25
30
35
40
50+


Wind Speed Transparency
Wind Gusts
0
5
10
15
20
25
30
35
40
50+


Wind Gusts Transparency
Wind Direction
Visibility
0
.25
.5
.75
1
2
5
> 10 mi


Visibility Transparency
Precipitation Type
Pavement Temperature
Pavement Condition


TRAFFIC ALERTS  

Update: Vehicle Fire: SB on I-495 at MM52.9 (0.5mi south of VA-236 Exit52A) in
Fairfax Co. 3 SB travel lanes closed. 3:20AM

Update: Vehicle Fire: SB on I-495 at MM52.9 (0.5mi south of VA-236 Exit52A) in
Fairfax Co. All SB travel lanes closed. 3:14AM

Cleared: Special Activity Incident: WB on US-460 at 2.6mi south of Rt695 in
Bedford Co. 3:12AM

Update: Vehicle Fire: SB on I-495 at MM52.9 (0.5mi south of VA-236 Exit52A) in
Fairfax Co. 2 SB travel lanes closed. 3:10AM

Cleared: Bridge/Tunnel Stoppage: WB on I-64 at I-64 Tunnel-HRBT W in Norfolk.
2:50AM

Bridge Repair: on VA-46 (Brunswick Rd) in Nottoway Co. All NB & all SB travel
lanes closed. Potential Delays. 2:48AM

Construction: on VA-10 (Colonial Trl E) in Surry Co. All EB & all WB travel
lanes closed. Potential Delays. 2:48AM

New Road Construction: on VA-106 (Courthouse Rd) in Prince George Co. 1 NB & all
SB travel lanes closed. Potential Delays. 2:48AM

Bridge Repair: on VA-157 (Pemberton Rd) in Henrico Co. All NB & all SB travel
lanes closed. Potential Delays. 2:48AM

Construction: on VA-10 (Colonial Trl E) in Surry Co. All WB & all EB travel
lanes closed. Potential Delays. 2:48AM

Bridge Repair: on VA-46 (Christanna Hwy) in Brunswick Co. All NB & all SB travel
lanes closed. Potential Delays. 2:48AM

Bridge Work: on VA-40 (Martin Luther King Hwy) in Surry Co. All WB & all EB
travel lanes closed. Potential Delays. 2:48AM

Bridge/Tunnel Stoppage: WB on I-64 at I-64 Tunnel-HRBT W in Norfolk. All WB
travel lanes closed. Potential Delays. 2:48AM

Cleared: Bridge Work: WB on VA-40 (Martin Luther King Hwy) in Surry Co. 2:46AM

Update: Disabled Tractor Trailer: WB on I-64 at MM260.1 (1.2mi east of US-17N
Exit258B) in Newport News. 1 WB travel lane closed. 2:46AM

Cleared: Construction: EB on VA-10 (Colonial Trl E) in Surry Co. 2:46AM

Cleared: Bridge Repair: NB on VA-46 (Brunswick Rd) in Nottoway Co. 2:46AM

Cleared: Bridge Repair: NB on VA-46 (Christanna Hwy) in Brunswick Co. 2:46AM

Cleared: Construction: WB on VA-10 (Colonial Trl E) in Surry Co. 2:46AM

Cleared: Bridge Repair: NB on VA-157 (Pemberton Rd) in Henrico Co. 2:46AM


INFO




LEGEND MORE INFO

Quick Settings
Default Preset Cameras EV Charging Stations Bridge Openings Incidents Road Work
Weather Message Signs Rest Areas
Overlays
Road Conditions

Minor Moderate Severe Closed

Road Conditions Transparency
Traffic Speeds

80% or 60-80% 40-60% 40% or Closed Construction

Traffic Speed Transparency
Precipitation


Precipitation Transparency
Icon Layers
Road Work
Inactive Road Work

Message Sign
Travel Time Sign

Variable Speed Limit

High Priority Incidents

Other Incidents

Special Activity Incidents

Rest Areas

Open Bridges

Special Events

Weather Closures

Other Weather Events

Cameras
Inactive Cameras

Exit Numbers

EV Charging Stations
CHADEMO

J1772

NEMA

TESLA

RWIS Sites

Waze-Reported Events
Crash

Congestion

Hazard

Shoulder Event



©2024 Virginia Department of Transportation | WAI Compliance | Freedom of
Information Act | Privacy Policy | Text Version
This website includes hyperlinks to sites neither controlled nor sponsored by
VDOT or the
Commonwealth of Virginia. Links may open in a new window.

Need Help?
800-FOR-ROAD
800-367-7623


Camera Viewer Paused

NOYES








Add View

Describe this location












Delete View
 * No views have been configured.