-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (43 loc) · 1.71 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
<!-- https://github.com/danwild/leaflet-velocity -->
<!doctype html>
<html>
<head>
<title>UALG - CIMA</title>
<meta charset="utf-8">
<link rel="stylesheet" href="../../static/leaflet/style.css">
</head>
<body>
<header class="menu-principal">
<img src="https://www.ualg.pt/sites/ualg.pt/files/gcp/eventos/logo_cima.png" alt="logo" width="200" height="60";>
</header>
<div id="map"></div>
<!--vendor-->
<!--<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<!-- Leaflet -->
<link rel="stylesheet" href="https://npmcdn.com/[email protected]/dist/leaflet.css" />
<script src="https://npmcdn.com/[email protected]/dist/leaflet.js"></script>
<!-- Load Esri Leaflet from CDN -->
<script src="https://unpkg.com/[email protected]/dist/esri-leaflet.js"
integrity="sha512-m+BZ3OSlzGdYLqUBZt3u6eA0sH+Txdmq7cqA1u8/B2aTXviGMMLOfrKyiIW7181jbzZAY0u+3jWoiL61iLcTKQ=="
crossorigin=""></script>
<!--leaflet-idw-->
<script src="src/leaflet-idw.js"> </script>
<!--temp data-->
<!-- <script src="data/netcdf/salinity.js"></script>
<script src="data/netcdf/temperature.js"></script> -->
<!--temp data-->
<script src="data/netcdf/salinity.js"></script>
<script src="data/netcdf/salinity16.js"></script>
<script src="data/netcdf/salinity17.js"></script>
<script src="data/netcdf/temperature.js"></script>
<script src="data/netcdf/temperature16.js"></script>
<script src="data/netcdf/temperature17.js"></script>
<!--demo-->
<link rel="stylesheet" href="netcdf-vis.css" />
<script src="netcdf-vis.js"></script>
<!--leaflet-velocity-->
<link rel="stylesheet" href="dist/leaflet-velocity.css" />
<script src="dist/leaflet-velocity.js"></script>
</body>
</html>