forked from KNMI/adaguc-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.min.html
42 lines (34 loc) · 1.53 KB
/
index.min.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<!--<link rel="icon" type="image/png" href="/impactportal/favicon.ico"/>-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Viewer</title>
<!-- Style sheets -->
<link rel="stylesheet" href="jquery/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="extjs-4.2.1/resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="webmapjsext/WMJSExtStyles.css" />
<link rel="stylesheet" type="text/css" href="webmapjs/WMJSStyles.css" />
<link rel="stylesheet" type="text/css" href="webmapjs/WMJSTimeSelector.css" />
<link rel="stylesheet" type="text/css" href="webmapjs/WMJS_GFITimeElevation.css" />
<link rel="stylesheet" type="text/css" href="d3/c3.css">
<link rel="stylesheet" href="./apps/gfiapp_d3c3.css" />
<link rel="stylesheet" href="./apps/autowms_app.css" />
<!-- Configuration -->
<script type="text/javascript" src="config.js"></script>
<!-- I18n -->
<script>
if ( typeof(defaultLanguage) === 'undefined' ) {
document.write('<script src="I18n/lang.en.js"><\/script>');
} else {
document.write('<script src="I18n/lang.' + defaultLanguage.language + '.js"><\/script>');
}
</script>
<!-- Proj4 -->
<script type="text/javascript" src="proj4js/lib/proj4js.js"></script>
<!-- Webmapjs, webmapjsext, ExtJS and JQuery-->
<script type="text/javascript" src="builds/adagucviewer.min.js"></script>
</head>
<body>
</body>
</html>