-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlakestour.html
executable file
·190 lines (143 loc) · 6.71 KB
/
lakestour.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
<!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/lakestemplate.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"
```
# **iɁ kwu syilx iɁ siwłkwtət** – “our syilx water”
```
- center: [50.2, -121.1]
- zoom: 7
```
Syilx communities have always recognized and nurtured a strong connection toward siwlkw (water). The importance of siwlkw in Syilx communities is related through captikwl and the natural laws. Click on the arrows below to view some important water bodies within the territory.
# **ntx̌ʷitkʷ** • Columbia River
```
- center: [49.73, -120.65]
- zoom: 7
```

# **nxʷyaɬpítkʷ** • Kettle River
```
- center: [49.31, -119.15]
- zoom: 10
```

# **nxʷyntkʷitkʷ** • Granby River
```
- center: [49.33, -118.66]
- zoom: 10
```
# **nməlqaytkw** • Similkameen River
```
- center: [49.22, -120.37]
- zoom: 10
```

Photo by Lower Similkameen Indian Band
# **nx̌waqwaʔstn** • Mission Creek
```
- center: [49.9, -119.2]
- zoom: 11
```

# **kɬúsx̌nítkw** • Okanagan Lake
```
- center: [49.95, -119.61]
- zoom: 10
```

# **sal’t’ik’ʷt** • Arrow Lakes
```
- center: [50.3, -118.4]
- zoom: 9
```

# **kɬlílxw** • Spotted Lake
```
- center: [49.078, -119.57]
- zoom: 15
```

# **spaxmən** • Douglas Lake
```
- center: [50.14, -120.3]
- zoom: 13
```

# **nk’mip** • Osoyoos Lake
```
- center: [49.02, -119.53]
- zoom: 12
```

</script></body></html>