-
Notifications
You must be signed in to change notification settings - Fork 0
/
user_guide.html
81 lines (61 loc) · 2.2 KB
/
user_guide.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
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
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Park Observer | Help</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../style.css">
</head>
<body>
<header>
<img alt="App Icon (moose in magnifying glass)" src="../images/app2_icon_small.png">
<h1>Park Observer 2.0</h1>
<p>An offline spatial data collection app for iOS</p>
</header>
<nav>
<ul>
<li><a href="../index.html">Home</a></li>
<li><a href="../downloads2">Downloads</a></li>
<li><a href="../protocols2">Protocols</a></li>
<li><a href="../maps2">Maps</a></li>
<li class="active"><a href="../help2">Help</a></li>
</ul>
</nav>
<main>
<article>
<h2>User Guide</h2>
<p>This guide assume that you have the sample survey loaded and active.
It will be loaded and active by default when the app is installed.
If your device appears different than shown below, then you may
need to go to the configuration menu to activate the sample survey.
If you have no sample survey, then you can either delete and reinstall
Park Observer, or take the device back to the person who installed Park
Observer and ask them to reinstall the sample survey.
</p>
<section id="map-controls">
<h3>Map Controls</h3>
<p>Screen shots and descriptions coming soon.</p>
</section>
<section id="survey-controls">
<h3>Survey Controls</h3>
<p>Screen shots and descriptions coming soon.</p>
</section>
<section id="add-observation">
<h3>Adding Observations</h3>
<p>Screen shots and descriptions coming soon.</p>
</section>
<section id="edit-observation">
<h3>Observation Editor</h3>
<p>Screen shots and descriptions coming soon.</p>
</section>
<section id="configuration">
<h3>Configuration Menu</h3>
<p>Screen shots and descriptions coming soon.</p>
</section>
</article>
</main>
<footer>
<p>Brought to you by the <a href="mailto:akro_gis_helpdesk@nps.gov">Alaska GIS Team</a>.</p>
</footer>
</body>
</html>