Skip to content

Commit 58e0368

Browse files
committed
deploy: 54b11f2
0 parents  commit 58e0368

File tree

815 files changed

+1156443
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

815 files changed

+1156443
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

+157
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,157 @@
1+
2+
3+
4+
<!DOCTYPE html>
5+
<html lang="en">
6+
7+
<head>
8+
9+
<meta charset="utf-8">
10+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
11+
<meta name="viewport" content="width=device-width, initial-scale=1">
12+
<meta name="description" content="">
13+
<meta name="author" content="">
14+
15+
<title>GeoJS - Page Not Found</title>
16+
17+
<!-- Bootstrap Core CSS -->
18+
19+
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css">
20+
21+
22+
<!-- Custom Fonts -->
23+
24+
<link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.min.css">
25+
26+
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
27+
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
28+
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
29+
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
30+
31+
<!-- Theme CSS -->
32+
33+
<link rel="stylesheet" href="css/agency.css">
34+
35+
36+
<link rel="stylesheet" href="css/main.css">
37+
38+
39+
<link rel="stylesheet" href="css/highlight.css">
40+
41+
42+
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
43+
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
44+
<!--[if lt IE 9]>
45+
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js" integrity="sha384-0s5Pv64cNZJieYFkXYOTId2HMA2Lfb6q2nAcx2n0RTLUnCAoTTsS0nKEO27XyKcY" crossorigin="anonymous"></script>
46+
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js" integrity="sha384-ZoaMbDF+4LeFxg6WdScQ9nnR1QC2MIRxA1O9KWEXQwns1G8UNyIEZIQidzb0T1fo" crossorigin="anonymous"></script>
47+
<![endif]-->
48+
49+
<!-- jQuery -->
50+
51+
<script src="vendor/jquery/jquery.min.js"></script>
52+
53+
54+
<!-- Bootstrap Core JavaScript -->
55+
56+
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
57+
58+
59+
<link rel="apple-touch-icon" sizes="57x57" href="favicon/apple-icon-57x57.png">
60+
<link rel="apple-touch-icon" sizes="60x60" href="favicon/apple-icon-60x60.png">
61+
<link rel="apple-touch-icon" sizes="72x72" href="favicon/apple-icon-72x72.png">
62+
<link rel="apple-touch-icon" sizes="76x76" href="favicon/apple-icon-76x76.png">
63+
<link rel="apple-touch-icon" sizes="114x114" href="favicon/apple-icon-114x114.png">
64+
<link rel="apple-touch-icon" sizes="120x120" href="favicon/apple-icon-120x120.png">
65+
<link rel="apple-touch-icon" sizes="144x144" href="favicon/apple-icon-144x144.png">
66+
<link rel="apple-touch-icon" sizes="152x152" href="favicon/apple-icon-152x152.png">
67+
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-icon-180x180.png">
68+
<link rel="icon" type="image/png" sizes="192x192" href="favicon/android-icon-192x192.png">
69+
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
70+
<link rel="icon" type="image/png" sizes="96x96" href="favicon/favicon-96x96.png">
71+
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
72+
<link rel="manifest" href="favicon/manifest.json">
73+
<meta name="msapplication-TileColor" content="#ffffff">
74+
<meta name="msapplication-TileImage" content="favicon/ms-icon-144x144.png">
75+
<meta name="theme-color" content="#ffffff">
76+
<meta name="generator" content="Hexo 5.4.2"></head>
77+
78+
<body id="page-top" class="index">
79+
<!-- Navigation -->
80+
<nav id="mainNav" class="navbar navbar-default navbar-custom navbar-fixed-top">
81+
<div class="container">
82+
<!-- Brand and toggle get grouped for better mobile display -->
83+
<div class="navbar-header">
84+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
85+
<span class="sr-only">Toggle navigation</span><i class="fa fa-bars"></i>
86+
</button>
87+
<a class="navbar-brand" href="index.html"><img class="navbar-logo" src="images/logo_transparent.png" /></a>
88+
</div>
89+
90+
<!-- Collect the nav links, forms, and other content for toggling -->
91+
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
92+
<ul class="nav navbar-nav navbar-right">
93+
<li class="hidden">
94+
<a href="#page-top"></a>
95+
</li>
96+
<li class="">
97+
<a href="">Welcome</a>
98+
</li>
99+
<li class="">
100+
<a href="tutorials/">Tutorials</a>
101+
</li>
102+
<li class="">
103+
<a href="examples/">Examples</a>
104+
</li>
105+
<li>
106+
<a href="apidocs/">API Docs</a>
107+
</li>
108+
<li>
109+
<a href="https://github.com/OpenGeoscience/geojs">GitHub</a>
110+
</li>
111+
</ul>
112+
</div>
113+
<!-- /.navbar-collapse -->
114+
</div>
115+
<!-- /.container-fluid -->
116+
</nav>
117+
118+
<div class="content-wrapper">
119+
<div class="container">
120+
<div style="margin:100px auto 300px auto; text-align:center;">
121+
Page Not Found
122+
</div>
123+
</div>
124+
125+
126+
</div>
127+
128+
<footer class="">
129+
<div class="container">
130+
<div class="row">
131+
<div class="col-sm-3">
132+
<ul class="list-inline social-buttons">
133+
<li><a href="https://github.com/OpenGeoscience/geojs"><i class="fa fa-github"></i></a>
134+
</li>
135+
</ul>
136+
</div>
137+
<div class="col-sm-6">
138+
<span class="copyright">Licensed under the <a href="https://github.com/OpenGeoscience/geojs/blob/master/LICENSE">Apache License 2.0</a></span>
139+
</div>
140+
<div class="col-md-3">
141+
<ul class="list-inline quicklinks">
142+
<li><a target="_blank" rel="noopener" href="https://www.kitware.com">Kitware</a>
143+
</li>
144+
</ul>
145+
</div>
146+
</div>
147+
</div>
148+
</footer>
149+
150+
<!-- Theme JavaScript -->
151+
152+
<script src="js/agency.js"></script>
153+
154+
155+
</body>
156+
157+
</html>

apidocs/action.js.html

+125
Large diffs are not rendered by default.

apidocs/annotationLayer.js.html

+1,547
Large diffs are not rendered by default.

apidocs/annotation_annotation.js.html

+1,611
Large diffs are not rendered by default.

apidocs/annotation_circleAnnotation.js.html

+141
Large diffs are not rendered by default.

apidocs/annotation_ellipseAnnotation.js.html

+231
Large diffs are not rendered by default.

apidocs/annotation_index.js.html

+122
Large diffs are not rendered by default.

apidocs/annotation_lineAnnotation.js.html

+454
Large diffs are not rendered by default.

apidocs/annotation_pointAnnotation.js.html

+314
Large diffs are not rendered by default.

apidocs/annotation_polygonAnnotation.js.html

+496
Large diffs are not rendered by default.

apidocs/annotation_rectangleAnnotation.js.html

+521
Large diffs are not rendered by default.

apidocs/annotation_squareAnnotation.js.html

+141
Large diffs are not rendered by default.

apidocs/camera.js.html

+1,028
Large diffs are not rendered by default.

apidocs/canvas_canvasRenderer.js.html

+293
Large diffs are not rendered by default.

apidocs/canvas_heatmapFeature.js.html

+583
Large diffs are not rendered by default.

apidocs/canvas_index.js.html

+115
Large diffs are not rendered by default.

apidocs/canvas_isolineFeature.js.html

+135
Large diffs are not rendered by default.

apidocs/canvas_lineFeature.js.html

+213
Large diffs are not rendered by default.

apidocs/canvas_object.js.html

+181
Large diffs are not rendered by default.

apidocs/canvas_pixelmapFeature.js.html

+342
Large diffs are not rendered by default.

apidocs/canvas_quadFeature.js.html

+385
Large diffs are not rendered by default.

apidocs/canvas_textFeature.js.html

+329
Large diffs are not rendered by default.

apidocs/canvas_trackFeature.js.html

+135
Large diffs are not rendered by default.

apidocs/choroplethFeature.js.html

+395
Large diffs are not rendered by default.

apidocs/contourFeature.js.html

+325
Large diffs are not rendered by default.

apidocs/domRenderer.js.html

+163
Large diffs are not rendered by default.

apidocs/event.js.html

+895
Large diffs are not rendered by default.

apidocs/feature.js.html

+1,162
Large diffs are not rendered by default.

apidocs/featureLayer.js.html

+447
Large diffs are not rendered by default.

apidocs/fetchQueue.js.html

+399
Large diffs are not rendered by default.

apidocs/fileReader.js.html

+232
Large diffs are not rendered by default.
104 KB
Binary file not shown.
46 KB
Binary file not shown.
110 KB
Binary file not shown.
83.4 KB
Binary file not shown.
Binary file not shown.
45.3 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)