forked from Esri/offline-editor-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
api-doc.html
183 lines (161 loc) · 7.38 KB
/
api-doc.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--<link rel="shortcut icon" href="../images/favicon.ico">-->
<title>Offline-editor-js</title>
<!-- Bootstrap core CSS -->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="http://esri.github.io/bootstrap-map-js/src/css/bootstrapmap.css">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
#mapDiv {
min-height: 300px;
max-height: 1000px;
}
pre {
overflow: auto;
word-wrap: normal;
white-space: pre;
font-family: Courier,"Courier New";
font-size: 13px;
background-color: #fee9cc;
}
pre.prettyprint {
border: 1px solid #cccccc !important;
}
#img-offline-indicator {
padding: 8px;
position: relative; float: right;
}
</style>
</head>
<body>
<a class="hidden-xs" href="https://github.com/Esri/offline-editor-js">
<img style="position: absolute; top: 50; right: 0; border: 0; width:150px;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png" alt="Fork me on GitHub">
</a>
<header id="header"></header>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<h1>API Docs</h1>
<p>Documentation for the <i>offline-editor-js</i> JavaScript libraries.</p>
</div>
</div>
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="panel panel-default">
<div class="panel-heading">
<h3>Offline Tiles - Basic</h3>
<p>The <i>offline-tiles-basic-min.js</i> library is for use with ArcGIS.com web maps and partial/intermittently offline use cases.
You won't be able to restart or reload your app when using this library offline.
</p>
</div>
<div class="panel-body">
<ul>
<li>
<a href="https://github.com/Esri/offline-editor-js/blob/master/doc/offlinetilesenabler.md">O.esri.Tiles.OfflineTilesEnabler</a>
</li>
<li>
<a href="https://github.com/Esri/offline-editor-js/blob/master/doc/howtousetiles.md">How to use.</a>
</li>
</ul>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3>Offline Tiles - Advanced</h3>
<p>The <i>offline-tiles-advanced-min.js</i> library is for use with tiled map services in partial or fully offline use cases.
If you have a requirement to reload or restart your app while offline you should use this library.
</p>
</div>
<div class="panel-body">
<ul>
<li>
<a href="https://github.com/Esri/offline-editor-js/blob/master/doc/offlinetilesenablerlayer.md">O.esri.Tiles.OfflineTilesEnablerLayer</a>
</li>
<li>
<a href="https://github.com/Esri/offline-editor-js/blob/master/doc/howtousetiles.md">How to use.</a>
</li>
</ul>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3>Offline Features</h3>
<p>The <i>offline-edit-min.js</i> library is for working with ArcGIS JS API points, lines and polygons in partial or fully offline use cases.
</p>
</div>
<div class="panel-body">
<ul>
<li>
<a href="https://github.com/Esri/offline-editor-js/blob/master/doc/offlinefeaturesmanager.md">O.esri.Edit.OfflineFeaturesManager</a>
</li>
<li>
<a href="https://github.com/Esri/offline-editor-js/blob/master/doc/howtouseeditlibrary.md">How to use.</a>
</li>
</ul>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3>Offline Attachments</h3>
<p>The <i>offline-edit-min.js</i> library provides limited supported for attachments.
</p>
</div>
<div class="panel-body">
<ul>
<li>
<a href="https://github.com/Esri/offline-editor-js/blob/master/doc/offlinefeaturesmanager.md">O.esri.Edit.OfflineFeaturesManager</a>
</li>
<li>
<a href="https://github.com/Esri/offline-editor-js/blob/master/doc/attachments.md">How to use.</a>
</li>
</ul>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3>Offline TPK</h3>
<p>The <i>offline-tpk-min.js</i> library is for working with TPK files in partial or fully offline use cases.
TPK files are binary tile image packages. They can be used stand-alone or alongside tiled base maps.
</p>
</div>
<div class="panel-body">
<ul>
<li>
<a href="https://github.com/Esri/offline-editor-js/blob/master/doc/tpklayer.md">O.esri.TPK.TPKLayer</a>
</li>
<li>
<a href="https://github.com/Esri/offline-editor-js/blob/master/doc/howtousetpklibrary.md">How to use.</a>
</li>
</ul>
</div>
</div>
</div><!-- class="col-sm-12 col-md-12 col-lg-12" -->
<hr>
</div> <!-- /container -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>
$(document).ready(function() {
$("#header").load("../demo/header.html");
});
</script>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<!-- add syntax highlighting to code snippts -->
<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
</body>
</html>