-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyear3tour.html
executable file
·210 lines (155 loc) · 7.02 KB
/
year3tour.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
201
202
203
204
205
206
207
208
209
210
<!doctype><html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Voices On the Land</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="http://voicesontheland.org/projects/ce_atlas/group_images/Okanagan_Nation_Alliance949_3.jpg">
<!--Odyssey and Leaflet Links-->
<link rel="stylesheet" href="http://cartodb-libs.global.ssl.fastly.net/cartodb.js/v3/themes/css/cartodb.css">
<link rel="stylesheet" href="odyssey/sandbox/css/slides.css">
<script src="odyssey/vendor/modernizr-2.6.2.min.js"></script>
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0">-->
<link rel="stylesheet" href="leaflet/leaflet.css" />
<script src="leaflet/leaflet.js"></script>
<script src="leaflet/label/leaflet.label.js"></script>
<link rel="stylesheet" href="leaflet/label/leaflet.label.css" />
<link rel="stylesheet" href="leaflet/marker/MarkerCluster.css" />
<script src="leaflet/marker/leaflet.markercluster.js"></script>
<link rel="stylesheet" href="leaflet/mouseposition/src/L.Control.MousePosition.css" />
<script src="leaflet/mouseposition/src/L.Control.MousePosition.js"></script>
<!--Links to php scripts which convert postgres data to geojson-->
<script src="http://voicesontheland.org/media/alex2.php"></script><!--Converts media table with videos to geojsonpoint-->
<!--Options: geotable - table name, fields - fields to include, varname - javascript variable name-->
<script src="http://voicesontheland.org/media/alex.php?srid=4326&geotable=ona_boundary_line&fields=left_fid&varname=boundaryline"></script>
<script src="http://voicesontheland.org/media/alex.php?srid=4326&geotable=ona_landuseplan_boundary&fields=id&varname=lup"></script>
<script src="http://voicesontheland.org/media/alex.php?srid=4326&geotable=reserves&fields=nglshnm&varname=geojsonreserves"></script>
<script src="http://voicesontheland.org/media/alex.php?srid=4326&geotable=place_name_areas_new_4326&fields=nsyilxcen&varname=placenames"></script>
<script src="http://voicesontheland.org/media/alex.php?srid=4326&geotable=coyote_lm&fields=label&varname=coyote"></script>
<script src="http://voicesontheland.org/media/alex.php?srid=4326&geotable=places&fields=Name,Nsyilxcen,Additional&varname=places"></script>
<script src="http://voicesontheland.org/media/alex.php?srid=4326&geotable=lakes&fields=Name,Nsyilxcen,Additional&varname=lakes&orderby=gid"></script>
<script src="http://voicesontheland.org/media/alex.php?srid=4326&geotable=unity_runs&fields=Name,url&varname=unity_runs"></script>
<script src="http://voicesontheland.org/media/alex.php?srid=4326&geotable=photopoints&fields=name,image&varname=photopoints"></script>
</head>
<body>
<div id="map" style="width: 100%; height: 100%;"></div>
<div id="slides_container" style="display:block;">
<div id = "wrapper" style="position:relative; margin-bottom:35px; height:100%; width:100%;">
<div id = "corner" style="float:right">
<a id="smaller" target="_self" href='#' style="margin-top:30px;" onclick="Shrink();"><< Smaller</a>
<a id= "expand" target="_self" href='#' style="margin-top:30px;display:none;" onclick="Expand();">Expand >></a>
</div>
<div id="dots"></div>
<div id="slides" style="margin-bottom:40px;"></div>
</div>
<ul id="navButtons">
<div id="run-button" style="position:relative;"><div style="position:absolute;bottom:4px;right:0;"><a href="unity_runs.html"><center>Run Overview</center></a></div></div>
<div id="home-button"><a href="index.html"><center><img src="images/home_icon.svg" ></center></a></div>
<div id= "back"><li><a class="prev" style="margin-right:50px;"><center><img style="margin-left:7px"src="odyssey/sandbox/img/back.png" height="26px" ></center></a></li></div>
<div id= "forward"><li><a class="next" ><center><img style="margin-left:22px" src="odyssey/sandbox/img/forward.png" height="26px" ></center></a></li></div>
</ul>
</div>
<div id="credits">
<!--<span class="title" id="title">Title</span>-->
<span class="author"><strong id="author">Built with</strong> <a href="http://cartodb.github.io/odyssey.js/">Odyssey.js</a><span>
</span></span></div>
<!--More Odyssey, and Leaflet Plugins-->
<script src="http://cartodb-libs.global.ssl.fastly.net/cartodb.js/v3/cartodb.js"></script>
<script src="odyssey/dist/odyssey.js" charset="UTF-8"></script>
<script src = "js/slidestuff.js"></script>
<script src="js/styles.js"></script>
<script src="js/layers.js"></script>
<script src='js/runtemplate.js'></script>
<!--<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-20934186-21', 'cartodb.github.io');
ga('send', 'pageview');
</script>-->
<script type="text/javascript" src="http://fast.fonts.net/jsapi/3af16084-ba56-49ca-b37d-0b49b59e1927.js"></script>
<script type="text/template" id="md_template">
```
-title: "VOTL"
-author: "ecotrust"
```
#2011
```
- center: [50.108209183423, -120.874694052498]
- zoom: 12
```

Running through t’astxilintƏn - Merritt, BC
#2011
```
- center: [49.9237771233108, -120.728339949228]
- zoom: 12
```

Group photo at Aspen Grove Junction, BC
#2011
```
- center: [49.4620181407932, -120.579105087726]
- zoom: 12
```

akłtulʔmin to kłk’ər’míws - Run from Princeton to Keremeos, BC
#2011
```
- center: [49.2491621641297, -120.106609930809]
- zoom: 12
```

Cheering runners outside of kłk’ər’míws - Keremeos, BC
#2011
```
- center: [49.0239127924219, -119.786832466382]
- zoom: 12
```

Running through Crowsnest Trail past c’uṕaq - Chopaka
#2011
```
- center: [49.0787541517763, -119.661327562102]
- zoom: 12
```

kłlil’xw, Spotted Lake, BC
#2011
```
- center: [49.0327537945689, -119.567261239221]
- zoom: 12
```

Running through downtown swíws - Osoyoos, BC
#2011
```
- center: [49.0138783068604, -118.896244183098]
- zoom: 12
```

Running along the snxwyałpítkw – Kettle River by Midway, BC
#2011
```
- center: [49.002891770702, -118.629620632349]
- zoom: 12
```

Running down into nk’mcinm – Grand Forks, BC
#2011
```
- center: [49.0185938445579, -118.589270677299]
- zoom: 12
```

Cheering the runners in nk’mcinm – Grand Forks, BC
#2011
```
- center: [49.0434834118894, -118.318952493763]
- zoom: 12
```

Final group photo at n’caɁm - Christina Lake, BC
</script></body></html>