-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathos-maps.html
43 lines (39 loc) · 1.48 KB
/
os-maps.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
39
40
41
42
43
<!--
CityVerve - Ordinance Survey Maps Demo
https://developer.cityverve.org.uk
https://github.com/cityverve/ordnance-survey-maps-demo
Released under the MIT license
https://en.wikipedia.org/wiki/MIT_License
Copyright 2018 CityVerve
-->
<!DOCTYPE html>
<html>
<head>
<title>Ordinance Survey Maps Demo » CityVerve API</title>
<meta name="viewport" content="initial-scale=1.0">
<meta charset="utf-8">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/leaflet/1.3.1/leaflet.css" />
<link rel="stylesheet" href="os-maps.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/leaflet/1.3.1/leaflet.js"></script>
<script src="os-maps.js"></script>
</head>
<body>
<h1 class="box">CityVerve API » Ordinance Survey Maps Demo</h1>
<div id="choices" class="box">
<ul>
<li id="blue-plaque">
<a href="?blue-plaque">Blue Plaques<a/>
</li>
<li id="history">
<a href="?history">History<a/>
</li>
<li id="rail-station">
<a href="?rail-station">Railway Stations<a/>
</li>
</ul>
<small><a href="/showcase">back to the Portal</a></small>
</div>
<div id="map"></div>
</body>
<a href="https://github.com/cityverve/ordnance-survey-maps-demo"><img style="position: absolute; top: 0; left: 0; border: 0; width: 149px; height: 149px;" src="https://aral.github.com/fork-me-on-github-retina-ribbons/[email protected]" alt="Fork me on GitHub"></a>
</html>