-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddlayer.html
19 lines (19 loc) · 902 Bytes
/
addlayer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<title>Add Layer</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta charset="UTF-8">
<link rel="stylesheet" href="v1541734487/vendor/bootstrap/css/bootstrap.min.css">
<h1 class="text-center">OpenSphere Add Layer</h1>
<div class="container text-center">
<div class="row">
<div class="col-lg-4 col-lg-offset-3">
<div id="status" class="well">
<noscript>Error: Javascript is disabled in your browser. Please turn it on and refresh the page.</noscript>
</div>
</div>
</div>
</div>
<p class="text-center">Developers can learn how to use this page <a href="http://opensphere.readthedocs.io/en/latest/cookbook/addlayerpage/index.html">here.</a></p>
<script src="v1541734487/vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="v1541734487/vendor/jquery/jquery.min.js"></script>
<script src="v1541734487/addlayer.js"></script>