-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyear2tour.html
executable file
·209 lines (155 loc) · 7.06 KB
/
year2tour.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
<!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"
```
#2010
```
- center: [49.8400353773659, -119.696582736094]
- zoom: 12
```

Youth dialogue in stqaɁtkwəłniwt – Tsinstikeptum 9, Westbank First Nation
#2010
```
- center: [49.8849281403557, -119.630999458859]
- zoom: 12
```

Running through stqaɁtkwəłniwt – Tsinstikeptum 10, Westbank First Nation
#2010
```
- center: [49.884522080984, -119.528306288277]
- zoom: 12
```

Running through kiʔlawnaʔ – Kelowna, BC
#2010
```
- center: [49.9413158668039, -119.496437636349]
- zoom: 12
```

Lunch break at University of British Columbia Okanagan, kiʔlawnaʔ – Kelowna, BC
#2010
```
- center: [50.3496215973286, -119.3969227434]
- zoom: 12
```

Start running at nk’mapəlqs – Head of Okanagan Lake, BC
#2010
```
- center: [50.5003914247739, -119.662907646336]
- zoom: 12
```

Running on the tmxwúlaʔxw- the land, Falkland, BC
#2010
```
- center: [50.4888028708439, -119.701122187345]
- zoom: 12
```

Running past Falkland, BC
#2010
```
- center: [50.2843752211558, -120.090479174595]
- zoom: 12
```

Running on UNIB reserve near spaxomən – Douglas Lake
#2010
```
- center: [50.1595037322732, -120.327647184937]
- zoom: 12
```

Youth running with feather, UNIB reserve
#2010
```
- center: [50.1409509889149, -120.383746934047]
- zoom: 12
```

Final group run at spaxomən – Douglas Lake
#2010
```
- center: [50.1433586371838, -120.383704362164]
- zoom: 12
```

End of run at N`kwala School, Douglas Lake, BC
</script></body></html>