-
Notifications
You must be signed in to change notification settings - Fork 0
/
systemjs.html
46 lines (46 loc) · 2.73 KB
/
systemjs.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
<html class="svg" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="google" content="notranslate" />
<meta http-equiv="Content-Language" content="en_US" />
<link rel="dns-prefetch" href="//wfp.org">
<link rel="dns-prefetch" href="//state.gov">
<link rel="dns-prefetch" href="//geonode.wfp.org">
<link rel="dns-prefetch" href="//geonode.state.gov">
<link rel="dns-prefetch" href="//mapbox.com">
<link rel="dns-prefetch" href="//api.mapbox.com">
<link rel="dns-prefetch" href="//openstreetmap.org">
<link rel="dns-prefetch" href="//openstreetmap.fr">
<title>GeoDash Viewer</title>
<!-- Fonts -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<!-- CSS -->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<link rel="stylesheet" href="build/resources/ol.css" type="text/css" media="all" />
<style>.ol-control button { width: 2em; height: 2em; }</style>
<link href="lib/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"/>
<link href='https://d2xfobv47glk4v.cloudfront.net/geodash-viewer-angular/1491797604936/app.css' rel='stylesheet' />
<style>[hidden] { display: none !important;}</style>
<!-- JavaScript -->
<script src="https://d2xfobv47glk4v.cloudfront.net/geodash-viewer-angular/1491797604936/polyfill.min.js"></script>
<script src="https://d2xfobv47glk4v.cloudfront.net/geodash-viewer-angular/1491797604936/deps.bundle.js"></script>
<script src="https://d2xfobv47glk4v.cloudfront.net/geodash-viewer-angular/1491797604936/geodash.config.min.js"></script>
<script src="https://d2xfobv47glk4v.cloudfront.net/geodash-viewer-angular/1491797604936/shim.min.js"></script>
<script src="https://d2xfobv47glk4v.cloudfront.net/geodash-viewer-angular/1491797604936/zone.min.js"></script>
<script src="https://d2xfobv47glk4v.cloudfront.net/geodash-viewer-angular/1491797604936/system.js"></script>
<script src="https://d2xfobv47glk4v.cloudfront.net/geodash-viewer-angular/1491797604936/systemjs.config.js"></script>
<script>
//System.import('rxjs').catch(function(err){ console.error(err); });
System.import('main').catch(function(err){ console.error(err); });
</script>
</head>
<body>
<geodash-main
id="geodash-main"
class="container-fluid geodash-main geodash-controller geodash-dashboard row no-gutters"
style="position:relative; display: block; width: 100%; height: 100%;">Loading content...</geodash-main>
</body>
</html>