Skip to content

Live London Traffic Map with JamCams, Incidents including Live Bus, Underground and National Rail departures.

Notifications You must be signed in to change notification settings

TheMoodBoardz/TfLJamCams

 
 

Repository files navigation

Introduction

TfLJamCams is a Google Maps project that shows Traffic Cameras, Live Road Incidents and Real-Time departures for public Transport in London. Using Geo-Location shows local Public transport stops within 0.5km.

It is available as a PWA for installation to the home screen on mobile devices or as a standard web page. A service worker is deployed and a local cache stored for PWA use.

Pre-Requisites

The following API keys are required for the API data calls.

Example API Calls

TfL Bus Route 23 Stop Points - https://api.tfl.gov.uk/line/23/stoppoints

London Underground Central Line Stations - https://api.tfl.gov.uk/line/central/stoppoints

London JamCams - https://api.tfl.gov.uk/Place/Type/JamCam/

Live Incidents - https://api.tfl.gov.uk/Road/All/Disruption?startDate=YYYY-MM-DD&endDate=YYYY-MM-DD

National Rail Departures - https://lite.realtime.nationalrail.co.uk/OpenLDBWS/

Methods

Traffic Cameras are loaded via an AJAX call to the TfL API. Both video and Image URL's are supplied by a standard JSON request. A button at the top of the page switches between Image and Video feeds and also shows a count of available feeds.

Image buttons are provided along the bottom of the screen to load Bus Stops by Route number, TfL Stations by line name.

TfL data is fed directing from the JSON feed after processing to format the map markers. Underground Lines are shown in a drop-down list and Bus routes are held in an autocomplete array on the page.

National Rail data is supplied via a SOAP XML request and uses a dedicated PHP file to output a JSON feed in a similar format to the TfL feed for uniformity.

An autocomplete search function is provided and contains an array of Camera names, London National Rail stations, London Towns, London Areas and London Boroughs. This is stored as an array within the page as database calls were causing excessive server load.

References

https://github.com/railalefan/phpOpenLDBWS

Javacript Sources

jquery.easy-autocomplete.min.js
https://code.jquery.com/jquery-3.3.1.min.js
https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js
https://www.google.com/recaptcha/api.js?hl=en

About

Live London Traffic Map with JamCams, Incidents including Live Bus, Underground and National Rail departures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.3%
  • CSS 32.2%
  • PHP 4.2%
  • JavaScript 1.3%