Realtime Radon Maps

The map displays colour coded counties according to the average radon reading.

Once the map is loaded in the page it will automatically update every 10 minutes.

For best results it's advisable to use a portrait version of the map when embedding the map in a page with other elements. The reason for this is that it compliments the shape of the UK.

There are two types of map: static and dynamic.

Click the map opposite to see the dynamic version of the map!

Static Map

The static map displays the map with colour coded regions and the key but the zoom, hover and click functionality has been removed.

To include the static map include the following at the bottom of your webpage:

src="https://realtimeradon.digitalteam.uk/radonMap.js"

Installing The Map In A Web Page

  • Add a div tag with an id of 'map' to your html page.
  • Include the static/dynamic js file at the bottom of your page
  • Specify the div size in the css. For best results ensure the map is portrait in proportions.
    #map { height: 700px; }