-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathOpLayPrev_SKI_SourceMapOnly.html
More file actions
28 lines (22 loc) · 1.13 KB
/
Copy pathOpLayPrev_SKI_SourceMapOnly.html
File metadata and controls
28 lines (22 loc) · 1.13 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
<html>
<head>
<!-- these two files are imported from a host that provides a hosted full build of the OpenLayers package for development as documented here: https://openlayers.org/download/ -->
<link rel="stylesheet" href="https://openlayers.org/en/v4.6.5/css/ol.css" type="text/css">
<!-- The line below is only needed for old environments like Internet Explorer and Android 4.x -->
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=requestAnimationFrame,Element.prototype.classList,URL"></script>
<script src="https://openlayers.org/en/v4.6.5/build/ol.js"></script>
</head>
<body>
<h3>Volunteer-Led Effort to Mark Awesome Spots</h3>
<div id='map1' class="map"><!-- This is where the map will be displayed --></div>
<form class="form-inline">
<label>Geometry type </label>
<select id="type">
<option value="Point">Point</option>
<option value="LineString">LineString</option>
</select>
</form>
<!-- import the external Javascript file with the map configuration code -->
<script src="OpLayPrev_SKI_SourceMapOnly.js" type="text/javascript"></script>
</body>
</html>