-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgeneric.html
More file actions
552 lines (470 loc) · 31.5 KB
/
generic.html
File metadata and controls
552 lines (470 loc) · 31.5 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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
<!DOCTYPE HTML>
<!--
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>GeoWay - Projects</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<!-- Font Awesome para iconos modernos -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KW9XZ3FK');</script>
<!-- End Google Tag Manager -->
<style>
/* Estilo para menú con imagen de fondo de curvas de nivel topográficas más visibles */
#menu {
background-color: rgba(30, 35, 45, 0.95);
background-image: url("images/city.png");
background-size: cover;
background-position: center;
background-blend-mode: overlay;
}
#menu ul li a {
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
/* Estilos compartidos con index */
.language-selector {
display: inline-flex;
align-items: center;
margin-right: 10px;
vertical-align: middle;
}
.language-selector a {
color: rgba(255, 255, 255, 0.7);
text-decoration: none;
font-size: 0.9em;
font-weight: 500;
letter-spacing: 0.05em;
transition: color 0.3s ease;
padding: 0 0.4em;
}
.language-selector .separator {
color: rgba(255, 255, 255, 0.4);
margin: 0 0.2em;
}
.language-selector a:hover,
.language-selector a.active {
color: white;
}
/* Asegurarnos de que nav contenga los elementos correctamente */
#header nav {
display: flex;
align-items: center;
}
/* Mejora de los iconos sociales en el footer */
#footer .icons {
display: flex;
justify-content: center;
margin: 0 0 2em 0;
flex-wrap: wrap;
}
#footer .icons li {
padding: 0 1em;
}
#footer .icons a {
box-shadow: none;
border: none;
transition: all 0.3s ease;
font-size: 1.4em;
color: rgba(255, 255, 255, 0.8);
position: relative;
top: 0;
}
#footer .icons a:hover {
top: -3px;
color: #ff9e4f;
position: relative;
}
/* Estilos específicos para la página de proyectos */
.project-card {
margin-bottom: 2em;
border-radius: 5px;
overflow: hidden;
}
.project-image {
border-radius: 5px;
overflow: hidden;
margin-bottom: 1em;
display: block;
}
.project-image img {
transition: transform 0.5s ease;
}
.project-image:hover img {
transform: scale(1.05);
}
.project-title {
margin-bottom: 0.5em;
color: #3d4449;
}
.project-category {
font-size: 0.9em;
color: #7f888f;
margin-bottom: 1em;
}
.project-description {
text-align: justify;
margin-bottom: 1.5em;
}
.project-link {
display: inline-block;
background-color: #f56a6a;
color: #ffffff !important;
padding: 0.7em 2em;
border-radius: 4px;
text-decoration: none;
font-weight: 600;
letter-spacing: 0.05em;
transition: background-color 0.3s ease, transform 0.2s ease;
text-align: center;
}
.project-link:hover {
background-color: #e74c3c;
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
/* Contenedor para textos en diferentes idiomas */
.lang-en {
display: block;
}
.lang-es {
display: none;
}
@media screen and (max-width: 736px) {
.language-selector {
margin-right: 5px;
}
#main header img {
width: 30%;
height: auto;
}
}
</style>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7SG2LKLLKE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7SG2LKLLKE');
</script>
</head>
<body class="is-preload">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KW9XZ3FK"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html">GeoWay</a></h1>
<nav id="nav">
<!-- Selector de idioma simplificado -->
<div class="language-selector">
<a href="#" class="active" id="en-link">EN</a>
<span class="separator">|</span>
<a href="#" id="es-link">ES</a>
</div>
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<li>
<a href="index.html">
<span class="lang-en">Home</span>
<span class="lang-es">Inicio</span>
</a>
</li>
<li>
<a href="generic.html">
<span class="lang-en">Projects</span>
<span class="lang-es">Proyectos</span>
</a>
</li>
<li>
<a href="blog.html">
<span class="lang-en">lab</span>
<span class="lang-es">laboratorio de ideas</span>
</a>
</li>
<li>
<a href="contact.html">
<span class="lang-en">Contact Us</span>
<span class="lang-es">Contáctanos</span>
</a>
</li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<header>
<img src="images/Logo5.png" alt="GeoWay Logo" width="20%" height="20%"/><br />
<h2>
<span class="lang-en">PROJECTS</span>
<span class="lang-es">PROYECTOS</span>
</h2>
<p>
<span class="lang-en">"Applied - Open - Replicable"</span>
<span class="lang-es">"Aplicados - Abiertos - Replicables"</span>
</p>
</header>
<section class="wrapper style5">
<div class="inner">
<h2>
<span class="lang-en">🧭 What We're Building:</span>
<span class="lang-es">🧭 Lo que estamos construyendo:</span>
</h2>
<p class="lang-en" style="text-align: justify;">We build and test simple geospatial tools to tackle real-world problems — from Earth observation and remote sensing to risk mapping and lightweight app development.
Each project is practical, based on open data and technologies, and designed to be useful, adaptable, and easy to grasp.
We share what works (and what doesn't), so others can learn from it, build on it, or make it better.
</p>
<p class="lang-es" style="text-align: justify;">Construimos y probamos herramientas geoespaciales simples para abordar problemas del mundo real: desde observación terrestre y teledetección hasta mapeo de riesgos y desarrollo de aplicaciones ligeras.
Cada proyecto es práctico, basado en datos y tecnologías abiertas, y diseñado para ser útil, adaptable y fácil de entender.
Compartimos lo que funciona (y lo que no), para que otros puedan aprender de ello, construir sobre ello o mejorarlo.
</p>
<hr />
<section class="project-card">
<header>
<h2 class="project-title">
<span class="lang-en">PAT-X (Permanent Thermal Anomaly Explorer)</span>
<span class="lang-es">PAT-X (Explorador de Anomalías Térmicas Permanentes)</span>
</h2>
<p class="project-category">
<span class="lang-en">Category: <a href="#">Remote Sensing</a> | <a href="#">Wildfire Management</a> | <a href="#">Geospatial Analysis</a></span>
<span class="lang-es">Categoría: <a href="#">Teledetección</a> | <a href="#">Gestión de Incendios</a> | <a href="#">Análisis Geoespacial</a></span>
</p>
</header>
<div class="box alt">
<div class="row gtr-50 gtr-uniform">
<div class="col-12">
<a href="https://geo-way.github.io/permaHS.io/" class="project-image" target="_blank">
<span class="image fit"><img src="images/logopatx_l.png" alt="PAT-X: Explorador de Hotspots Permanentes" /></span>
</a>
</div>
</div>
</div>
<div class="project-description">
<span class="image left"><img src="images/fire.gif" alt="PAT-X Icon" style="width: 150px; height: 150px; border-radius: 5px;" /></span>
<p class="lang-en" style="text-align: justify;">
The <b> PAT-X project</b>, built on <b>CesiumJS</b>, is an experimental 3D visualization platform addressing a key challenge in remote sensing: the identification and classification of <b>Permanent Hotspots</b>. Satellite thermal sensors like <b>MODIS</b> and <b>VIIRS</b> detect temperature anomalies, but not all are real wildfires. As stated by Dra. Isabel Cruz López: <b>"Not all fires are detectable, nor is everything detected a fire."</b> </p>
<p class="lang-es" style="text-align: justify;">
El proyecto <b> PAT-X</b> , construido sobre <b> CesiumJS</b> , es una plataforma experimental de visualización 3D que aborda un desafío clave en teledetección: la identificación y clasificación de los <b>Hotspots Permanentes</b>. Sensores térmicos satelitales como <b>MODIS</b> y <b>VIIRS</b> detectan anomalías de temperatura, pero no todas son incendios forestales reales. Como afirma la Dra. Isabel Cruz López: <b>"No todos los incendios son detectables, ni todo lo detectado son incendios."</b>
</p>
</div>
<div class="project-description">
<p class="lang-en" style="text-align: justify;">
<b>PAT-X</b> visualizes industrial fixed thermal sources, such as **cement plants, foundries, and gas flares**, which are often confused with active fires (false positives). <b>Filtering these permanent hotspots is a mandatory step</b> in the preprocessing of active fire data, as their exclusion ensures superior accuracy (over <b>95%</b>) in distinguishing real wildfires from fixed anthropogenic heat sources, guaranteeing the integrity of global fire monitoring systems.
</p>
<p class="lang-es" style="text-align: justify;">
**PAT-X** visualiza fuentes térmicas fijas industriales, como **plantas de cemento, fundiciones y quemas de gas en antorcha**, que a menudo se confunden con incendios activos (falsas alarmas). La <b>filtración de estos hotspots permanentes es un paso mandatorio</b> en el preprocesamiento de los datos de detección de fuego activo, ya que su exclusión garantiza una precisión superior (más del <b>95%</b>) en la distinción entre incendios reales y fuentes de calor antropogénicas fijas, asegurando la integridad de los sistemas de monitoreo global de incendios.
</p>
</div>
<div class="project-description" style="margin-top: -10px;">
<p class="lang-en" style="font-size: 0.9em; color: #0511b4; text-align: justify;">
⚠️ <b>Note:</b> The Permanent Hotspot Explorer is an <b> experimental tool</b> . Its purpose is exploratory and academic, not operational. The results should be interpreted as initial approximations and not as definitive classifications of thermal activity.
</p>
<p class="lang-es" style="font-size: 0.9em; color: #0511b4; text-align: justify;">
⚠️ <b>Nota:</b> El Explorador de Hotspots Permanentes es una <b>herramienta experimental</b>. Su propósito es exploratorio y académico, no operativo. Los resultados deben interpretarse como aproximaciones iniciales y no como clasificaciones definitivas de actividad térmica.
</p>
</div>
<a href="https://geo-way.github.io/permaHS.io/" class="project-link" target="_blank">
<span class="lang-en">View Project (PAT-X)</span>
<span class="lang-es">Ver Proyecto (PAT-X)</span>
</a>
</section>
<hr />
<section class="project-card">
<header>
<h2 class="project-title">
<span class="lang-en">DSS-FIRE</span>
<span class="lang-es">DSS-FIRE</span>
</h2>
<p class="project-category">
<span class="lang-en">Category: <a href="#">Wildfire Management</a> | <a href="#">Remote Sensing</a></span>
<span class="lang-es">Categoría: <a href="#">Gestión de Incendios</a> | <a href="#">Teledetección</a></span>
</p>
</header>
<div class="box alt">
<div class="row gtr-50 gtr-uniform">
<a href="https://dss-fire.github.io/unspider_log.io/" class="project-image" target="_blank">
<div class="col-12"><span class="image fit"><img src="images/dss.png" alt="DSS-FIRE Project" /></span></div>
</a>
</div>
</div>
<div class="project-description">
<span class="image left"><img src="images/dss_logo.png" alt="DSS-FIRE Icon" style="width: 150px; height: 150px; border-radius: 5px;" /></span>
<p class="lang-en" style="text-align: justify;">
<b>DSS-FIRE</b> is a comprehensive decision support system for wildfire management that integrates satellite data, climate models (ERA5), and machine learning algorithms to generate susceptibility maps and risk predictions. The system utilizes Google Earth Engine to process large volumes of geospatial data, combining vegetation indices and meteorological data for advanced analysis.
</p>
<p class="lang-es" style="text-align: justify;">
<b>DSS-FIRE</b> es un sistema integral de apoyo a la decisión para la gestión de incendios forestales que integra datos satelitales, modelos climáticos (ERA5) y algoritmos de aprendizaje automático para generar mapas de susceptibilidad y predicciones de riesgo. El sistema utiliza Google Earth Engine para procesar grandes volúmenes de datos geoespaciales, combinando índices de vegetación y datos meteorológicos para un análisis avanzado.
</p>
</div>
<div class="project-description">
<p class="lang-en" style="text-align: justify;">
This innovative platform addresses wildfire challenges through a cloud-based infrastructure that enables real-time analysis and prediction. It has been validated through case studies in Latin America and Africa, demonstrating its effectiveness in various environmental contexts. DSS-FIRE empowers decision-makers with critical information for wildfire prevention, early detection, and response planning, contributing to more effective environmental protection and community safety.
</p>
<p class="lang-es" style="text-align: justify;">
Esta innovadora plataforma aborda los desafíos de los incendios forestales a través de una infraestructura basada en la nube que permite el análisis y la predicción en tiempo real. Ha sido validada mediante estudios de caso en América Latina y África, demostrando su eficacia en diversos contextos ambientales. DSS-FIRE proporciona a los tomadores de decisiones información crítica para la prevención de incendios forestales, la detección temprana y la planificación de respuestas, contribuyendo a una protección ambiental y seguridad comunitaria más efectivas.
</p>
</div>
<a href="https://dss-fire.github.io/unspider_log.io/" class="project-link" target="_blank">
<span class="lang-en">View Project</span>
<span class="lang-es">Ver Proyecto</span>
</a>
</section>
<hr />
<section class="project-card">
<header>
<h2 class="project-title">
<span class="lang-en">THE GREEN CITY APP</span>
<span class="lang-es">LA APP GREEN CITY</span>
</h2>
<p class="project-category">
<span class="lang-en">Category: <a href="#">Smart cities</a></span>
<span class="lang-es">Categoría: <a href="#">Ciudades inteligentes</a></span>
</p>
</header>
<div class="box alt">
<div class="row gtr-50 gtr-uniform">
<a href="greencity.html" class="project-image">
<div class="col-12"><span class="image fit"><img src="images/green2.jpeg" alt="Green City Project" /></span></div>
</a>
</div>
</div>
<div class="project-description">
<span class="image left"><img src="images/OIG4.png" alt="Green City Icon" style="width: 150px; height: 150px; border-radius: 5px;" /></span>
<p class="lang-en" style="text-align: justify;">
"<b>The Green City</b>" is an innovative application developed for Berlin using <b>Google Earth Engine (GEE)</b>. It aims to provide insights into biomass availability across seasons. Featuring a user-friendly interface, the app allows for interactive exploration, temporal analysis, and layer customization. It serves as an educational tool for students, researchers, and urban planners interested in understanding urban biomass dynamics and formulating sustainable strategies. Start exploring urban biomass dynamics today with "The Green City" app and join us in creating a greener future.
</p>
<p class="lang-es" style="text-align: justify;">
"<b>The Green City</b>" es una aplicación innovadora desarrollada para Berlín utilizando <b>Google Earth Engine (GEE)</b>. Su objetivo es proporcionar información sobre la disponibilidad de biomasa a lo largo de las estaciones. Con una interfaz fácil de usar, la aplicación permite la exploración interactiva, el análisis temporal y la personalización de capas. Sirve como herramienta educativa para estudiantes, investigadores y urbanistas interesados en comprender la dinámica de la biomasa urbana y formular estrategias sostenibles. Comience a explorar la dinámica de la biomasa urbana hoy con la aplicación "The Green City" y únase a nosotros para crear un futuro más verde.
</p>
</div>
<div class="project-description">
<p class="lang-en" style="text-align: justify;">
"The Green City" is an innovative web application accessible on the GeoWay website, providing developers with valuable insights into the availability of biomass resources in specific geographic areas. Initially focusing on residual biomass from agricultural fields in selected European countries, the app now includes secondary biomass resources from industrial activities like the timber and agri-food industries. Users can initiate resource calculations by pinpointing a location on the map or selecting predefined points. The system requires information on collection points for biomass transportation cost estimation. Results are presented in tons of dry matter per year or in energy content value, considering average collection costs. Serving as a comprehensive tool for biomass assessment and planning, "The Green City" facilitates informed decision-making for sustainable development.
</p>
<p class="lang-es" style="text-align: justify;">
"The Green City" es una innovadora aplicación web accesible en el sitio web de GeoWay, que proporciona a los desarrolladores información valiosa sobre la disponibilidad de recursos de biomasa en áreas geográficas específicas. Inicialmente centrada en la biomasa residual de campos agrícolas en países europeos seleccionados, la aplicación ahora incluye recursos de biomasa secundaria de actividades industriales como las industrias maderera y agroalimentaria. Los usuarios pueden iniciar cálculos de recursos señalando una ubicación en el mapa o seleccionando puntos predefinidos. El sistema requiere información sobre puntos de recolección para la estimación de costos de transporte de biomasa. Los resultados se presentan en toneladas de materia seca por año o en valor de contenido energético, considerando los costos promedio de recolección. Como herramienta integral para la evaluación y planificación de biomasa, "The Green City" facilita la toma de decisiones informadas para el desarrollo sostenible.
</p>
</div>
<a href="greencity.html" class="project-link">
<span class="lang-en">View Project</span>
<span class="lang-es">Ver Proyecto</span>
</a>
</section>
<hr />
<!-- Espacio para futuros proyectos -->
<section>
<header>
<h2>
<span class="lang-en">More Projects Coming Soon</span>
<span class="lang-es">Más Proyectos Próximamente</span>
</h2>
</header>
<p class="lang-en">
Stay tuned as we continue to develop and release new geospatial tools and applications.
</p>
<p class="lang-es">
Estén atentos mientras continuamos desarrollando y lanzando nuevas herramientas y aplicaciones geoespaciales.
</p>
</section>
</div>
</section>
</article>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="#" class="icon brands fa-linkedin" aria-label="LinkedIn"><span class="label">LinkedIn</span></a></li>
<li><a href="#" class="icon brands fa-github" aria-label="GitHub"><span class="label">GitHub</span></a></li>
<li><a href="https://x.com/tu_usuario" aria-label="X" style="font-weight: bold; font-size: 35px;">𝕏</a></li>
<li><a href="https://instagram.com/tu_usuario" class="icon brands fa-instagram" aria-label="Instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon brands fa-youtube" aria-label="YouTube"><span class="label">YouTube</span></a></li>
</ul>
<ul class="copyright">
<li>© 2025 GEOWAY, <a href="https://geo-way.github.io/GeoWay.io/">– An Open Geospatial Initiative</a> </li>
<li>
<span class="lang-en">All rights reserved.</span>
<span class="lang-es">Todos los derechos reservados.</span>
</li><br>
Berlin - Germany
<li><a href="privacy.html">
<span class="lang-en">Privacy Policy</span>
<span class="lang-es">Política de Privacidad</span>
</a></li>
</ul>
<img src="images/Logo5.png" alt="GeoWay Logo" width="10%" height="10%"/><br />
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<!-- Script para el cambio de idioma -->
<script>
document.addEventListener('DOMContentLoaded', function() {
// Obtener los elementos del selector de idioma
const enLink = document.getElementById('en-link');
const esLink = document.getElementById('es-link');
// Función para cambiar el idioma
function changeLanguage(lang) {
// Ocultar todos los elementos de idioma
const enElements = document.querySelectorAll('.lang-en');
const esElements = document.querySelectorAll('.lang-es');
if (lang === 'en') {
// Mostrar elementos en inglés, ocultar español
enElements.forEach(el => el.style.display = el.tagName === 'SPAN' ? 'inline' : 'block');
esElements.forEach(el => el.style.display = 'none');
// Actualizar clases activas
enLink.classList.add('active');
esLink.classList.remove('active');
} else {
// Mostrar elementos en español, ocultar inglés
enElements.forEach(el => el.style.display = 'none');
esElements.forEach(el => el.style.display = el.tagName === 'SPAN' ? 'inline' : 'block');
// Actualizar clases activas
enLink.classList.remove('active');
esLink.classList.add('active');
}
// Guardar preferencia en localStorage
localStorage.setItem('geoWayLanguage', lang);
}
// Asignar eventos de clic
enLink.addEventListener('click', function(e) {
e.preventDefault();
changeLanguage('en');
});
esLink.addEventListener('click', function(e) {
e.preventDefault();
changeLanguage('es');
});
// Cargar idioma guardado o predeterminado
const savedLanguage = localStorage.getItem('geoWayLanguage') || 'en';
changeLanguage(savedLanguage);
});
</script>
</body>
</html>