-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
151 lines (124 loc) · 7.39 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="initial-scale=1,user-scalable=no,maximum-scale=1,width=device-width">
<title>Geovisor ESGEO</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<!-- jQuery y Bootstrap JS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<!-- Location -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet.locatecontrol@0.79.0/dist/L.Control.Locate.min.css" />
<script src="https://cdn.jsdelivr.net/npm/leaflet.locatecontrol@0.79.0/dist/L.Control.Locate.min.js" charset="utf-8"></script>
<!-- Leaflet -->
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.1.0/dist/leaflet.css"integrity="sha512-wcw6ts8Anuw10Mzh9Ytw4pylW8+NAD4ch3lqm9lzAsTxg0GFeJgoAtxuCLREZSC5lUXdVyo/7yfsqFjQ4S+aKw=="crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.1.0/dist/leaflet.js"integrity="sha512-mNqn2Wg7tSToJhvHcqfzLMU6J4mkOImSPTxVZAdo+lcPlk+GhZmYgACEe0x35K7YzW1zJ7XyJV/TT1MrdXvMcA=="crossorigin=""></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/0.4.2/leaflet.draw.css"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/0.4.2/leaflet.draw.js"></script>
<script type="text/javascript" src="src/L.Control.MousePosition.js"></script>
<link rel="stylesheet" href="src/L.Control.MousePosition.css"/>
<link rel="stylesheet" href="src/util/Leaflet.Coordinates-0.1.5.css"/>
<link rel="stylesheet" href="src/util/Leaflet.PolylineMeasure.css"/>
<!-- Zoomlabel -->
<link rel="stylesheet" type="text/css" href="src/L.Control.ZoomBar.css"/>
<script type="text/javascript" src="src/L.Control.ZoomBar.js"></script>
<!-- Minimap -->
<link rel="stylesheet" type="text/css" href="src/L.Control.MiniMap.css"/>
<script type="text/javascript" src="src/L.Control.MiniMap.js"></script>
<!-- credits -->
<link rel="stylesheet" type="text/css" href="src/leaflet-control-credits.css"/>
<script type="text/javascript" src="src/leaflet-control-credits.js"></script>
<!-- menu -->
<link rel="stylesheet" type="text/css" href="src/L.Control.SlideMenu.css"/>
<script type="text/javascript" src="src/L.Control.SlideMenu.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script type="text/javascript" src="src/Control.Geocoder.js"></script>
<link rel="stylesheet" type="text/css" href="src/Control.Geocoder.css"/>
<!-- Tree -->
<link rel="stylesheet" type="text/css" href="src/L.Control.Layers.Tree.css"/>
<script type="text/javascript" src="src/L.Control.Layers.Tree.js"></script>
<!-- WMS -->
<script type="text/javascript" src="src/leaflet.wms.js"></script>
<!-- FileLayer -->
<script type="text/javascript" src="src/leaflet.filelayer.js"></script>
<script src="https://unpkg.com/leaflet-filelayer/dist/leaflet.filelayer.min.js"></script>
<script src="https://unpkg.com/togeojson@0.16.0"></script>
<script src="https://unpkg.com/leaflet-filelayer@1.2.0"></script>
<!-- Incluir L.Control.Layers.Tree -->
<link rel="stylesheet" href="https://unpkg.com/leaflet-control-layers-tree/dist/L.Control.Layers.Tree.css" />
<script src="https://unpkg.com/leaflet-control-layers-tree/dist/L.Control.Layers.Tree.js"></script>
<script src="../node_modules/chai/chai.js"></script>
<script src="../node_modules/mocha/mocha.js"></script>
<script src="../node_modules/sinon/pkg/sinon.js"></script>
<script src="src/leaflet.almostover.js"></script>
<script type='text/javascript' src="https://cdn.rawgit.com/makinacorpus/Leaflet.GeometryUtil/master/src/leaflet.geometryutil.js"></script>
<script src="src/leaflet.geometryutil.js"></script>
<!-- Incluir Basemaps -->
<script type="text/javascript" src="src/L.switchBasemap.js"></script>
<link rel="stylesheet" type="text/css" href="src/L.switchBasemap.css"/>
<!-- Incluir LayerControl -->
<script type="text/javascript" src="src/L.LayerTreeControl.js"></script>
<link rel="stylesheet" type="text/css" href="src/L.LayerTreeControl.css"/>
<!-- Incluir ZoomBar -->
<script type="text/javascript" src="src/L.Control.ZoomBar.js"></script>
<link rel="stylesheet" type="text/css" href="src/L.Control.ZoomBar.css"/>
<!-- Incluir wmslegend -->
<script type="text/javascript" src="src/leaflet.wmslegend.js"></script>
<link rel="stylesheet" type="text/css" href="src/leaflet.wmslegend.css"/>
<style>
body, html {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden; /* Evita el desplazamiento vertical */
}
#map {
width: 100%;
height: 100%;
}
header {
margin: 0px;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
</style>
</head>
<body>
<div class="h2ti">
<img width="153" height="80" src="img/LOGO UIS_PNG.png" />
<h2 ><span class="title" style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);">Geovisor de la Escuela de Geología</span></h2>
<img src="img/Sin título-1.png" width="153" height="69" /> </div>
<!-- // scripts // -->
<script src="http://maps.google.com/maps/api/js?v=3.2&sensor=false"></script>
<script src="https://unpkg.com/leaflet@1.1.0/dist/leaflet.js"
integrity="sha512-mNqn2Wg7tSToJhvHcqfzLMU6J4mkOImSPTxVZAdo+lcPlk+GhZmYgACEe0x35K7YzW1zJ7XyJV/TT1MrdXvMcA=="
crossorigin=""></script>
<script src="https://cdn.jsdelivr.net/npm/leaflet.locatecontrol@0.79.0/dist/L.Control.Locate.min.js" charset="utf-8"></script>
<!-- Añadir el mapa -->
<div id="map"></div>
<!-- cargar script de leaflet -->
<script src="src/util/Leaflet.PolylineMeasure.js"></script>
<script type="text/javascript" src="src/util/Leaflet.Coordinates-0.1.5.min.js"></script>
<script type="text/javascript" src="src/L.Control.Locate.js"></script>
<script type="text/javascript" src="src/L.Control.MousePosition.js"></script>
<script type="text/javascript" src="src/L.Control.MiniMap.js"></script>
<script type="text/javascript" src="src/leaflet-control-credits.js"></script>
<script type="text/javascript" src="src/L.Control.SlideMenu.js"></script>
<script type="text/javascript" src="src/Control.Geocoder.js"></script>
<script type="text/javascript" src="src/L.Control.Layers.Tree.js"></script>
<script type="text/javascript" src="src/leaflet.wms.js"></script>
<script type="text/javascript" src="src/leaflet.filelayer.js"></script>
<script type="text/javascript" src="src/L.switchBasemap.js"></script>
<script type="text/javascript" src="src/L.LayerTreeControl.js"></script>
<script type="text/javascript" src="src/leaflet.wmslegend.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="leaflet_scripts/santander.js"></script>
</body>
</html>