WME DOT Cameras is a script that overlays camera markers based on the state’s DOT feed. Clicking on the marker will show the live stream of that camera. Only settings (as of now) are the individual state toggles.
Just an update - version 1.06 adds MD and VA video feeds. We are actively working on adding more but unfortunately many DOTs only have static images, not true video feeds.
A day late but…
There’s now support for 40 states (sorry, AZ, CT, DC, LA, MS, MT, OK, SD, TX, WV, WY). Some states may only show static images even if there is video. This is mostly due to states serving content over HTTP instead of HTTPS. Chrome will not allow interactive mixed content like that. It will however allow for static images to be displayed, the downside is there will be errors in the developer console. Additionally, many states are still serving over RTMP which isn’t a possibility currently.
The remaining states have their own individual hurdles to work past but we wanted to get this out with the broader support.
Could you add a check for OpenLayers.Icon if it already exists? Just a courtesy to other developers that also inject the Icon constructor into OpenLayers.
Thank you, sir! I have also spoken to JustinS83 about including the injection in WazeWrap. That way we can have a central location for the code and it can be vetted by all that use it. Then we don’t have to include the injection at all in our script, as long as we have a require for WazeWrap itself.