-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
200 lines (192 loc) · 11.1 KB
/
index.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="https://openlayers.org/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/ol-layerswitcher.css" />
<link rel="stylesheet" href="node_modules/ol/ol.css" />
<link rel="stylesheet" type="text/css" href="./index.css" />
<title>POTAMAP OL</title>
</head>
<body>
<!-- Info modal -->
<div class="modal fade" id="exampleModalCenter" tabindex="-1" role="dialog"
aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">POTAMAP Info</h5>
<span>
<a href="https://github.com/cwhelchel/potamap.ol" target="_blank"
title="View source code on Github">
<img src="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png" width="35px"
height="35px">
</a>
</span>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>
👋 Thanks for using this site. I hope this is useful for your
<a href="http://pota.app/" target="_blank">Parks-on-the-Air</a> activations.
</p>
<p>
This site uses the <a href="https://openlayers.org" target="_blank">Openlayers</a> library for
mapping and the
<a href="https://sciencebase.gov" target="_blank">USGS Gap Analysis Project, Protected
Areas Database of the United States (PAD-US)</a> for the POTA park boundaries. Some trails
have come from the USGS, NPS, and other trail mapping volunteer groups.
</p>
<p>
This site is freely usable by anyone and represents many hours of work to parse, filter, and
convert geospatial data. If you are so inclined you can click the button to show your support
and feed my caffeine addiction. 👇
<script type="text/javascript" src="https://cdnjs.buymeacoffee.com/1.0.0/button.prod.min.js"
data-name="bmc-button" data-slug="krinkle" data-color="#40DCA5" data-emoji=""
data-font="Cookie" data-text="Buy me a coffee" data-outline-color="#000000"
data-font-color="#ffffff" data-coffee-color="#FFDD00"></script>
</p>
<p>
Hope to hear you on the air at a park.
🍻 es 73 - de <a href="https://www.qrz.com/db/N9FZ" target="_blank">N9FZ</a>
</p>
<hr />
<!-- thanks chatgpt -->
<div class="disclaimer">
<p>
The information provided on this website is for general informational purposes only. All
information on the site is provided in good faith, however we make no representation or
warranty
of any kind, express or implied, regarding the accuracy, adequacy, validity, reliability,
availability, or completeness of any information on the site.
</p>
<p>
Under no circumstance shall we have any liability to you for any loss or damage of any kind
incurred as a result of the use of the site or reliance on any information provided on the
site.
Your use of the site and your reliance on any information on the site is solely at your own
risk.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="container bg-light">
<nav class="navbar navbar-expand-lg bg-light fixed-top" role="navigation">
<div class="container-fluid">
<a class="navbar-brand" href="#">POTAMAP</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav me-auto">
<li class="nav-item">
<div class="d-flex">
<input id="parkTxt" class="form-control rounded" placeholder="" />
<button id="parkBtn" class="btn btn-secondary text-nowrap nav-item mx-1">Search
Park</button>
</div>
</li>
<li class="nav-item">
<div class="d-flex">
<span class="hoverTitle navbar-text" id="status">test</span>
</div>
</li>
</ul>
<div class="d-flex input-group w-auto">
<span class="navbar-text">Start Here -- > </span>
<select id="locSelect" class="form-select w-auto" aria-label="Location Selection">
<option selected>Open this select menu</option>
<option value="US-AK"> US-AK </option>
<option value="US-AL"> US-AL </option>
<option value="US-AZ"> US-AZ </option>
<option value="US-AR"> US-AR </option>
<option value="US-CA"> US-CA </option>
<option value="US-CO"> US-CO </option>
<option value="US-CT"> US-CT </option>
<option value="US-DE"> US-DE </option>
<option value="US-DC"> US-DC </option>
<option value="US-FL"> US-FL </option>
<option value="US-GA"> US-GA </option>
<option value="US-HI"> US-HI </option>
<option value="US-ID"> US-ID </option>
<option value="US-IL"> US-IL </option>
<option value="US-IN"> US-IN </option>
<option value="US-IA"> US-IA </option>
<option value="US-KH"> US-KH1 </option>
<option value="US-KS"> US-KS </option>
<option value="US-KP"> US-KP4 </option>
<option value="US-KY"> US-KY </option>
<option value="US-LA"> US-LA </option>
<option value="US-ME"> US-ME </option>
<option value="US-MD"> US-MD </option>
<option value="US-MA"> US-MA </option>
<option value="US-MI"> US-MI </option>
<option value="US-MN"> US-MN </option>
<option value="US-MS"> US-MS </option>
<option value="US-MO"> US-MO </option>
<option value="US-MT"> US-MT </option>
<option value="US-NE"> US-NE </option>
<option value="US-NV"> US-NV </option>
<option value="US-NH"> US-NH </option>
<option value="US-NJ"> US-NJ </option>
<option value="US-NM"> US-NM </option>
<option value="US-NY"> US-NY </option>
<option value="US-NC"> US-NC </option>
<option value="US-ND"> US-ND </option>
<option value="US-OH"> US-OH </option>
<option value="US-OK"> US-OK </option>
<option value="US-OR"> US-OR </option>
<option value="US-PA"> US-PA </option>
<option value="US-RI"> US-RI </option>
<option value="US-SC"> US-SC </option>
<option value="US-SD"> US-SD </option>
<option value="US-TN"> US-TN </option>
<option value="US-TX"> US-TX </option>
<option value="US-UT"> US-UT </option>
<option value="US-VT"> US-VT </option>
<option value="US-VA"> US-VA </option>
<option value="US-WA"> US-WA </option>
<option value="US-WV"> US-WV </option>
<option value="US-WI"> US-WI </option>
<option value="US-WY"> US-WY </option>
<option value="US-VI"> US-VI </option>
<option value="US-KH9"> US-KH9 </option>
</select>
</div>
</div>
</nav>
<div class="col">Test combobox</div>
<div class="navbar-offset"></div>
<div id="map" class="map">
<div id="popup"></div>
</div>
<div class="row main-row">
</div>
<div class="footer container-fluid bg-light">
<div class="row">
<div class="col footer-text-l ">
<span>
<a href="https://pota.app" target="_blank" id="potaLink">POTA info</a>
<span>/</span>
<a href="https://pota.miraheze.org/" target="_blank" id="wikiLink">Wiki</a>
</span>
</div>
<div class="col footer-text-r ">
<span id="actxData">
Activation Data
</span>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script type="text/javascript" src="//code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="https://unpkg.com/[email protected]"></script>
<script type="module" src="./main.js"></script>
</body>
</html>