-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoyotetour.html
executable file
·238 lines (173 loc) · 6.75 KB
/
coyotetour.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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!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="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/coyotetemplate.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"
```
#Coyote Landmark Areas
```
- center: [50.485316, -119.518520]
- zoom: 7
```
In our histories we are told that the creator sent sen’k’lip (coyote), to help our people survive on this land. sen’k’lip’s travels are a record of the natural laws necessary for our Syilx people to survive and essential to our ability to carry on. Click on the arrows below to tour the landmarks.
#Coyote at Stump Lake
```
- center: [50.39, -120.39]
- zoom: 11
```
#Coyote's Canoe
```
- center: [50.47, -119.7]
- zoom: 11
```
#Pillar Rock
```
- center: [50.6, -119.69]
- zoom: 11
```
#Coyote Tribute Rock
```
- center: [50.35, -119.37]
- zoom: 11
```
#Coyote's House
```
- center: [50.43, -118.78]
- zoom: 11
```
#Coyote's Fishing Stand
```
- center: [50.3, -118.85]
- zoom: 11
```
#Coyote's Tower
```
- center: [49.84, -119.4]
- zoom: 11
```
#Coyote Tribute Rock
```
- center: [49.42, -119.72]
- zoom: 12
```
#Owl Rock
```
- center: [49.4, -119.72]
- zoom: 12
```
#Coyote's Teepee
```
- center: [49.38, -119.64]
- zoom: 12
```
#Coyote's Winter Lodge
```
- center: [49.35, -119.61]
- zoom: 13
```
#Coyote Landmark
```
- center: [49.35, -119.61]
- zoom: 13
```
#Coyote on Horseback with Dog
```
- center: [49.26, -119.55]
- zoom: 12
```
#Coyote's Fishing Station
```
- center: [49.23, -120.04]
- zoom: 12
```
#Coyote's Intestines
```
- center: [49.23, -120.03]
- zoom: 12
```
#Coyote Tribute Rock
```
- center: [49.25, -120.05]
- zoom: 12
```
#Coyote Tribute Rock
```
- center: [49.28, -120.08]
- zoom: 12
```
#Land Point - Where Names were Given
```
- center: [48.2, -118.7]
- zoom: 9
```
</script></body></html>