logo for thehs2 web site thehs2

these web pages
are being produced by
Barry Cornelius

thehs2@gmail.com
Follow me at http://twitter.com/thehs2

home

London to WestMids
Phase 1
maps
locations
KMLs

WestMids to Crewe
Phase 2a
maps
KMLs
official DfT data

Crewe to MCR
WestMids to Leeds
Phase 2b - 2016
maps
KMLs
official DfT data
Phase 2b - 2013
maps
KMLs
official DfT data

Other web pages
what is the HS2?
links
tweets
contact
privacy

Using a map from www.thehs2.com on your own web page

This web page gives you the HTML that is needed to include the chosen map on your own web page.

Use HTML like the following. The iframe element is the one that produces the map.
Although it's up to you as to whether you include the explanation paragraphs,
please include the credits paragraph somewhere on your web page.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>The map</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<p>
Here is the map:
</p>

<iframe src="http://www.thehs2.com/phase1/maps/onlymap.php?place=&amp;lat=52.0&amp;lon=-1.35&amp;type=OS&amp;width=470&amp;height=470&amp;zoom=13"
        frameborder="0" width="505" height="505">
   unable to display the map because your browser does not support iframes
</iframe>

<h4>Explanation</h4>
<p>
The&nbsp;coloured line shows a depiction of the post consultation route of the&nbsp;proposed HS2.
The&nbsp;coloured line is in sections.  The&nbsp;following colours have been used for the sections:
</p>
<table>
<tr>
<td><span style="color:#ff0000">red</span>: "cutting"</td>
<td><span style="color:#ff00ff">fuchsia</span>:&nbsp;"at&nbsp;grade" (level with nearby land)</td>
</tr>
<tr>
<td><span style="color:#0000ff">blue</span>: "viaduct"</td>
<td><span style="color:#ffff00">yellow</span>: "fill" (embankment)</td>
</tr>
<tr>
<td><span style="color:#000000">black</span>: "tunnel"</td>
<td><span style="color:#800080">violet</span>: mixed</td>
</tr>
<tr>
<td><span style="color:#00ff00">green</span>:&nbsp;"green&nbsp;tunnel"</td>
<td><span style="color:#c0c0c0">grey</span>: unknown</td>
</tr>
</table>
<p>
If you click on a section, some details about that section will appear.
</p>

<h4>Credits</h4>
<p>
The map on this web page has been generated by <a href="http://www.thehs2.com">www.thehs2.com</a>.
The map is provided by 
<a href="http://osopenspacewiki.ordnancesurvey.co.uk/wiki/index.php?title=Landing_Page">OS OpenSpace</a>
and this is © Crown copyright and database rights 2012 Ordnance Survey. 
The generation of the map uses data provided by <a href="http://www.streetmap.co.uk">www.streetmap.co.uk</a>.
It also uses data which was obtained from a shape file provided by the 
<a href="http://www.dft.gov.uk/publications/hs2-maps-20120110/">Department for Transport</a>
and released with an Open Government Licence.
</p>

</body>
</html>

Use the following link to visit a web page that includes HTML similar to that given above.