-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyear4tour.html
executable file
·200 lines (148 loc) · 7.03 KB
/
year4tour.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>
<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"
```
#2012
```
- center: [49.3071832082886, -117.735217871867]
- zoom: 12
```

Spirit of Syilx Unity Run through snłuʔqnm - Castlegar, BC
#2012
```
- center: [49.4132095706553, -117.638379430592]
- zoom: 12
```

Youth Running on the tmxwúlaʔxw - the Land
#2012
```
- center: [49.4596022838256, -117.663761293354]
- zoom: 12
```

Running along stuʔkluxw – on the lower Slocan River with special guest Alvina Begay, a Navajo long distance runner and 2012 Summer Olympic athlete
#2012
```
- center: [49.5798115235636, -117.712246092815]
- zoom: 12
```

Singing for the runners in nkwi?uxwtn – east side of Slocan Valley near Vallican
#2012
```
- center: [49.9667760395645, -117.460966843257]
- zoom: 12
```

Running along takł’yckst – Slocan Lake
#2012
```
- center: [50.1170179604427, -117.602915491684]
- zoom: 12
```

Having fun while running through snk’Əmíp – head of Slocan Lake
#2012
```
- center: [50.2545332823097, -117.917350052906]
- zoom: 12
```

Youth excited to run in nqwaysp – Nakusp, BC
#2012
```
- center: [50.8935680932486, -118.2726341504]
- zoom: 12
```

Running along nk’mapəlqs – head of Upper Arrow lake
#2012
```
- center: [51.0489466333727, -118.294877405765]
- zoom: 12
```

Closing circle on nƛ̓qmitkw – the Columbia River
#2012
```
- center: [51.0489043015803, -118.295124574115]
- zoom: 12
```

Final group photo at Revelstoke Dam on nƛ̓qmitkw – the Columbia River
</script></body></html>