-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMAP.html
More file actions
227 lines (157 loc) · 10.2 KB
/
MAP.html
File metadata and controls
227 lines (157 loc) · 10.2 KB
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
<!-- To include Spanish accents -->
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
<html>
<head>
<title>Visualizador PROAgua</title>
<!-- Needed for Navbar-->
<link rel="stylesheet" href="lib/css/tachyons.min.css" />
<link rel="stylesheet" href="css/dropdown.css" />
<link rel="stylesheet" href="css/w3.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/overlay.css" />
<script src="lib/js/includehtml.js"></script>
<!-- About Overlay -->
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<div class="overlay-content">
<div w3-include-html="about.html"></div>
</div>
</div>
<!-- End Of About Overlay -->
<!-- JQuery -->
<script src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" crossorigin="anonymous"></script>
<!-- End Of: Needed for Navbar-->
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>Visualizador PROAgua</title>
<!-- Leaflet & PlugIns (MiniMap) -->
<link rel="stylesheet" href="lib/css/Control.MiniMap.css" />
<link rel="stylesheet" href="lib/css/leaflet.draw.css"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.3.1/leaflet.js"></script>
<script src="lib/js/leaflet.draw.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.3.1/leaflet.css"/>
<script src="lib/js/Control.MiniMap.js" type="text/javascript"></script>
<!-- Custom CSS -->
<link rel="stylesheet" href="css/styleMAP.css"/>
<link rel="stylesheet" href="css/slidersMAP.css"/>
<link rel="stylesheet" href="css/tabsMAP.css"/>
<link rel="stylesheet" href="css/tabs.css"/>
<!--jQuery-->
<script src="lib/js/jquery-2.1.1.min.js"></script>
<!-- CARTO -->
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/3.15/themes/css/cartodb.css" />
<script src="http://libs.cartocdn.com/cartodb.js/v3/3.15/cartodb.js"></script>
</head>
<body class="bg-black-60 white-80 avenir fw5">
<nav id="navbar">
<div w3-include-html="html/navbar.html"></div>
</nav>
<div id="map">
</div>
<div id="logo" style="position: absolute;
top: 55px;
right: 10px;
z-index: 500;">
<a href="https://www.naturalcapitalproject.org/" target="_blank"><img src="static/logos/natcap.png" alt="NatCap" width="100" height="80"></a>
</div>
<!--<div id="leyenda" class="panel-right-top">
<div id="LUleyenda" class="hide"> <p> Leyenda: Uso del Suelo </p> <img src="images/leyenda_integral.png" alt="LU Legend" width="170" height="250"></div>
<div id="RECleyenda" class="hide"> <p> Fóto-Usario-Día </p> <img src="images/equipo_taller2.JPG" alt="Rec Legend" width="100" height="190"></div>
</div>-->
<div id="WIP" class="panel-center">
Esta página está en desarrollo y mostrará los resultados de los servicios de los ecosistemas para el área MAP
</div>
<div id="column" class="panel-left-bottom">
<div id="tabsPanel">
<div class="tab">
<button class="tablinks" onclick="openTab(event, 'Area de interés')">Area de interés</button>
<button class="tablinks" onclick="openTab(event, 'Climá')">Climá</button>
<button class="tablinks" onclick="openTab(event, 'Salud')">Salud</button>
<button class="tablinks" onclick="openTab(event, 'Agua')">Agua</button>
<button class="tablinks" onclick="openTab(event, 'Hábitat')">Hábitat</button>
</div>
<!-- Tab content -->
<div id="Area de interés" class="tabcontent"> <span onclick="this.parentElement.style.display='none'"class="w3-button w3-display-topright">X</span>
<p><label class="switch"><input type="checkbox" id='aoi'><span class="slider"></span></label>Área de interés MAP</p>
<p><label class="switch"><input type="checkbox" id='watersheds'><span class="slider"></span></label>Cuencas hidrográficas</p>
<fieldset><legend><b>Áreas de enfoque</b></legend>
<p><label class="switch"><input type="checkbox" id='AOI_PEM'><span class="slider"></span></label>Alrededor de Puerto Maldonado</p>
<p><label class="switch"><input type="checkbox" id='AOI_TAH'><span class="slider"></span></label>Tahuamanu-Cobija</p>
</fieldset>
<p><label class="switch"><input type="checkbox" id='Satellite'><span class="slider"></span></label>Imagen satélito</p>
</div>
<div id="Climá" class="tabcontent"> <span onclick="this.parentElement.style.display='none'"class="w3-button w3-display-topright">X</span>
<fieldset><legend><b>Climá</b></legend>
<p><label class="switch"><input type="checkbox" id='????'><span class="slider"></span></label>Precipitación</p>
<p><label class="switch"><input type="checkbox" id='????'><span class="slider"></span></label>Temperatura</p>
</fieldset>
<fieldset><legend><b>Carbono</b></legend>
<p><label class="switch"><input type="checkbox" id='Carbon_MAP'><span class="slider"></span></label>Almacenamiento de Carbon (Total - modelado con InVEST)</p>
<p><label class="switch"><input type="checkbox" id='Carbon_MAP_Arriba????'><span class="slider"></span></label>Almacenamiento de Carbon (Arriba - modelado con InVEST)</p>
</fieldset>
<fieldset><legend><b>Datos global de Carbono</b></legend>
<p><label class="switch small"><input type="checkbox" id='Carbon_GFW????'><span class="slider"></span></label> GFW?</p>
</fieldset>
</div>
<div id="Agua" class="tabcontent"> <span onclick="this.parentElement.style.display='none'"class="w3-button w3-display-topright">X</span>
<fieldset><legend><b>Calidad de Agua: Sedimentos</b></legend>
<p><label class="switch"><input type="checkbox" id='sed_export'><span class="slider"></span></label>Exportación de sedimentos [toneladas/año]</p>
<p><label class="switch"><input type="checkbox" id='usle'><span class="slider"></span></label>Índice de retención de sedimentos [toneladas/año]</p>
<p><label class="switch"><input type="checkbox" id='sed_retention'><span class="slider"></span></label>Pérdida potencial de suelo (USLE) [toneladas/año]</p>
<!--Add a 'information' button after each thing - leading to InVEST User Guide !!-->
</fieldset>
<fieldset><legend><b>Rendimiento estacional de agua</b></legend>
<p>[Trabajo en procesamiento]</p>
</fieldset>
</div>
<div id="Salud" class="tabcontent"> <span onclick="this.parentElement.style.display='none'"class="w3-button w3-display-topright">X</span>
<h3> Análisis en progreso, <a href="https://ccb.stanford.edu/christopher-anderson" target="_blank">Christopher Anderson</a></h3>
<ul>
<li><a href="https://code.earthengine.google.com/6d293791191579d983dcf1c5ac2c7477" target="_blank">Codigo Google Earth Engine para la cartografía de la temperatura, la capa de nubes, el índice de área de la hoja</a></li>
<li><a href="https://github.com/christobal54/mosquito-mapping" target="_blank"> El repositorio de Chris para ejecutar las análisis de mapear mosquitos</a></li>
<li><a href="https://github.com/stanford-ccb/ccb" target="_blank">El repositorio para correr modelos de distribución de especies.</a></li>
<li><a href="https://photos.google.com/share/AF1QipNm5MOjTHjWZH3J4Gkt6zdy4wLVukfDM0Pd2q1-HkSGj1iy02Yhyg9Zhkkc6gRP1w?key=czBOZXZzWmxIZnJzWTBaT1Z5Zl94OF9hcEZiaEJ3" target="_blank">Fotos</a></li>
</ul>
</div>
<div id="Hábitat" class="tabcontent"> <span onclick="this.parentElement.style.display='none'"class="w3-button w3-display-topright">X</span>
<fieldset><legend><b>Calidad del hábitat</b></legend>
<p><label class="switch"><input type="checkbox" id='sed_export'><span class="slider"></span></label>Hábitat sensitivos</p>
<p><label class="switch"><input type="checkbox" id='usle'><span class="slider"></span></label>Amenazas</p>
<!--Add a 'information' button after each thing - leading to InVEST User Guide !!-->
</fieldset>
<fieldset><legend><b>Recreación y turismo</b></legend>
<p>[Trabajo en procesamiento]</p>
<!--<p><label class="switch"><input type="checkbox" id='turismolugares'><span class="slider"></span></label>Lugares turisticos (TripAdvisor)</p>
<p><label class="switch"><input type="checkbox" id='rec'><span class="slider"></span></label>Foto-usario-día (InVEST modelado)</p>-->
</fieldset>
</div>
<!-- <div id="Población" class="tabcontent">
<fieldset><legend><b>Rendimiento estacional de agua</b></legend>
<p><label class="switch"><input type="checkbox" id='sed_export'><span class="slider"></span></label>sediment exported reaching stream [tons/pixel]</p>
<p><label class="switch"><input type="checkbox" id='usle'><span class="slider"></span></label>potential soil loss [tons/pixel]</p>
<p><label class="switch"><input type="checkbox" id='sed_retention'><span class="slider"></span></label>sediment retention [tons/pixel]</p>
</fieldset>
<fieldset><legend><b>Per watershed</b></legend>
<p><label class="switch"><input type="checkbox" id='sed_export'><span class="slider"></span></label>sediment exported reaching stream [tons/watershed]</p>
<p><label class="switch"><input type="checkbox" id='usle'><span class="slider"></span></label>potential soil loss [tons/watershed]</p>
<p><label class="switch"><input type="checkbox" id='sed_retention'><span class="slider"></span></label>sediment retention [tons/watershed</p>
</fieldset>
</div> -->
</div>
</div>
<script src="lib/js/leaflet.shpfile.js"></script>
<script src="lib/js/shp.js"></script>
<!--<script src='js/MAP/map_styling.js'> </script>
<script src='js/MAP/map.js'> </script>
<script src='js/MAP/main.js'> </script>
<script src='js/MAP/tabs.js'> </script>
<script src='js/map_styling.js'> </script>
-->
<script src='js/tabs.js'> </script>
<script src='js/mapUtils.js'> </script>
<script src='js/mapMAP.js'> </script>
<!-- Needed for Navbar-->
<script>includeHTML();</script>
<script src="js/overlay.js"></script>
</body>
</html>