-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathroadworks_map_iframe.html
38 lines (31 loc) · 1.32 KB
/
roadworks_map_iframe.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<meta content='width=device-width, initial-scale=1.0' name='viewport'><html>
<head>
<style type="text/css">
body, html
{
margin: 0; padding: 0; height: 100%; overflow: hidden;
}
iframe
{
width:100%;
height:100%;
}
</style>
</head>
<body>
<!--
<H1>Cyclescape Issue Map Test Page </H1>
-->
<iframe
src="https://issuemap.cyclescape.org/?title=Cyclescape Roadwork Map&zoom=14¢re=51.54,-0.16&bbox=-0.210,51.507395,-0.115,51.577&filtertag1=none&mainmenu=HS2:hs2:roadworks*/Crossrail:crossrail:roadworks*/Construction:construction:roadworks*/Services:services:roadworks*/Cycle Infrastructure:cycle-infrastructure:roadworks*/Other Roadwork:other-roadwork:roadworks*&secondmenu=none&expiredmargin=0"
</iframe>
<!--
<div>
<a href="https://issuemap.cyclescape.org/?title=Cyclescape Roadwork Map&zoom=14¢re=51.54,-0.16&bbox=-0.210,51.507395,-0.115,51.577&filtertag1=none&mainmenu=HS2:hs2:roadworks*/Crossrail:crossrail:roadworks*/Construction:construction:roadworks*/Services:services:roadworks*/Cycle Infrastructure:cycle-infrastructure:roadworks*/Other Roadwork:other-roadwork:roadworks*&secondmenu=none&expiredmargin=0"
target="_blank">larger map</a>
</div>
-->
</body>
</html>