-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·194 lines (137 loc) · 6.03 KB
/
index.html
File metadata and controls
executable file
·194 lines (137 loc) · 6.03 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
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
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta charset="utf-8">
<!--[if lt IE 9]><html class="oldie" lang="en"><![endif]-->
<title>Triangle Trails GeoPortal</title>
<meta name="description" content="Triangle Trails web map of Greenways, Bike Trails and Parks Triangle, NC, area.">
<meta name="author" content="Jim White">
<meta content="all" name="robots" />
<meta content="no" http-equiv="imagetoolbar" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- Favicon and apple touch icons. -->
<link rel="shortcut icon" href="favicon.ico">
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144.png" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link type="text/css" media="all" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/themes/blitzer/jquery-ui.css" rel="stylesheet" />
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/triangletrails.css">
<script src="js/libs/modernizr.custom.js"></script>
</head>
<body>
<div id="container">
<!--[if lt IE 8]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to best experience this site.</p><![endif]-->
<header>
<div id="logo" class="logo alignleft">
<img alt="Triangle Trails Logo" src="img/trtrails_logo.png" />
</div>
<div id="searchdiv" class="screen-only">
<input id="searchinput" class="ui-corner-all" placeholder="Start here!" />
<p class="mute">
<span id="gpsarea" class="hidden">
<a href="javascript:void(0)" id="gps">Find My Location</a> •
</span>
<a class="searchoptions" href="javascript:void(0)">Help</a>
</p>
</div>
</header>
<div id="map-container">
<div id="toolbar" class="screen-only hidden">
<div id="mapcontrols">
<input type="radio" id="navigate" name="mapcontrol-button" value="none" checked="checked" />
<label for="navigate">Navigate</label>
<input type="radio" id="identify" name="mapcontrol-button" value="identify" />
<label for="identify">Identify</label>
</div>
<button class="mylocation">My Location</button>
<div id="toolbar-text-output" class="alignright textright">
<span id="toolbar-area"></span>
<span id="toolbar-length"></span>
<br />
<span id="toolbar-coords"></span>
</div>
</div>
<div id="map" class="ui-corner-all"></div>
</div> <!-- end map-container -->
<div id="locbutton-mobile">
<button class="mylocation">My Location</button>
</div>
<aside>
<div id="accordion-data" class="accordion hidden">
<h3 id="WELCOME"><a href="javascript:void(0)">Welcome, Credits and Disclaimer</a></h3>
<div>
<p>
The Triangle Trails Web Map GeoPortal is made possible through the work of much smarter people than us. We greatly appreciate the hard work of Tobin Bradley <a href="http://fuzzytolerance.info/">Fuzzy Tolerance</a> who made his project source code availbable on github in the true spirit of the open source community.
</p><p><strong><a href="https://github.com/basic99/Triangle-trails">You can download our source code here.</a></strong></p>
<p>
The data contained herein was gathered through publically available sources including <a href="http://www.nconemap.com/">NC One Map</a>, <a href="http://www.wakegov.com/gis/Pages/default.aspx">Wake County GIS</a>, <a href="http://www.ncparks.gov">and the NC Division of Parks and Recreation</a>
</p>
<p><strong>
This web mapping portal is for recreational and planning purposes only. It is not intended for navigation.
</strong></p>
</div>
<h3 id="FACILITIES"><a href="javascript:void(0)">Umstead Park Facilities</a></h3>
<div>
<div id="parks" >
</div>
</div>
<h3 id="TRAILS"><a href="javascript:void(0)">Roads and Trails</a></h3>
<div>
<div id="roadsntrails" >
</div>
</div>
<h3 id="MAPCONTROLS"><a href="javascript:void(0)">Base Map Layers</a></h3>
<div class="textcenter">
<div id="layer_switch_ctl"></div>
<h5 class="opacityControl">Layer Opacity</h5>
<select id="opacitydll" class="opacityControl"></select>
<div id="opacitySlider" class="opacityControl"></div>
</div>
<h3 id="GOOGLEEARTH"><a href="javascript:void(0)">Google Earth</a></h3>
<div>
<div id="map3d" >
</div>
</div>
<h3 id="STREETVIEW"><a href="javascript:void(0)">Google Street View</a></h3>
<div>
<div id="widget-streetview" >
</div>
</div>
<h3 id="HELP"><a href="javascript:void(0)">Help</a></h3>
<div>
<div id="help_txt" >
Put help text here!
</div>
</div>
</div>
<div id="sidebar-footer" class="textcenter mute">
<hr />
Created by <a href="http://whitecodingandmaps.com/">White Coding and Maps</a>
</div>
</aside>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js"></script>
<script type="text/javascript" src="https://www.google.com/jsapi"> </script>
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>
<!--
online library
<script src="http://openlayers.org/api/OpenLayers.js"></script>
debug library
<script type="text/javascript" src="openlayers/lib/OpenLayers.js" ></script>
production library
<script type="text/javascript" src="openlayers/OpenLayers.js" ></script>
-->
<script type="text/javascript" src="openlayers/OpenLayers.js" ></script>
<script src="js/map-openlayers.js"></script><!---->
<script src="js/config.js"></script>
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
<script src="js/ge.js"></script>
</div>
</body>
</html>