-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathusage.html
More file actions
74 lines (60 loc) · 4.11 KB
/
usage.html
File metadata and controls
74 lines (60 loc) · 4.11 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<head>
<title>Map of Public Buildings in Great Britain 1900s - National Library of Scotland</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link type="text/css" rel="stylesheet" href="secondaryPage.css" media="screen"/>
</head>
<body>
<div id="header">
<div id="headertitle">
<h1>Map of Public Buildings in Great Britain 1900s</h1>
</div>
<div id="nav">
<a href="https://geo.nls.uk/maps/buildings/">Home</a>
<a href="https://geo.nls.uk/maps/buildings/about.html">About the Project</a>
<a class="active" href="https://geo.nls.uk/maps/buildings/usage.html">How to Use the Map</a>
<a href="https://geo.nls.uk/maps/buildings/sideBySide.html">Side-by-Side Viewer</a>
<a href="https://geo.nls.uk/maps/buildings/Spy.html">Spy Viewer</a>
</div>
<div id="logo">
<a href="https://www.ucl.ac.uk/digital-humanities/"><img src="https://www.sygnaturediscovery.com/wp-content/uploads/2017/08/University_College_London_logo.svg.png" width=105></a>
<a href="https://www.nls.uk"><img src="https://maps.nls.uk/assets/graphics/nls_logo_notext.png" width=110></a>
</div>
</div>
<div id="article">
<h2>A QUICK GUIDE TO USING THE MAP</h2>
<p><i>Map of Public Buildings in Great Britain 1900s</i> is an interactive tool for exploring
the diversity and distribution of the country's public buildings in the 1900s.
In this guide, you will learn the website’s key features to help you get started.</p><br>
<h3>Explore the Map</h3>
<p>The sidebar is the main control area for the website. You can use the drop-down list and option buttons
to change the information displayed on the map.</p>
<p><b>Types of Public Building:</b> This drop-down list provides 14 options for displaying
different types of public buildings. The locations of the buildings are represented by circular markers on the map.
The markers are coloured coded according to the general purpose and use of the building.</p>
<p><b>Population Density:</b> This setting provides options for displaying choropleth maps of population
in Scotland, England and Wales. You can turn on or off the choropleth maps by selecting or deselecting the checkboxes.</p>
<p><b>Background Map</b>: You can select historic map or modern maps as background. The default background
map, "Ordnance Survey Maps, 1900s" is a seamless zoomable layer consists of a series of historic maps at different scales.
This map layer starts at 1:1 million scale, providing simple backdrop mapping covering the whole of Great Britain.
To see public buildings in detail, zoom in to the OS six-inch layer.
As you zoom in, you can check the scale of the background map being viewed using the status bar at the bottom of the map.</p><br>
<h3>Map Controls</h3>
<p>In the upper-left hand corner of the map,
you will find zoom controls. You can zoom in or out of the map with the +/- buttons or by using your mouse or trackpad
to get more details about a place. You can also use the zoom slider below to adjust the zoom level.</p>
<p>You can restore the map's default extent by clicking "Zoom to extent" next to the scale bar (bottom-left).</p><br>
<h3>Map Viewers</h3>
<p>In addition to the map on the Home page, the website provides two different map viewers.
You can find them in the navigation bar.</p>
<p><b>Side-by-Side Viewer</b>: In this viewer, you can compare the distribution of
selected buildings in split-screen mode.</p>
<p><b>Spy Viewer</b>: In this viewer, you can view selected buildings and
historic map layer against modern maps or satellite layers through a spyglass window.
You can alter the size of the spyglass and the opacity of the historic map layer with the sliders in the sidebar.
To get the coordinates of a place, hover the mouse pointer over the map,
the information will show up in the top-right message box.</p>
</div>
</body>
</html>