forked from tmcgee/cmv-widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
207 lines (196 loc) · 10.4 KB
/
index.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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<html class="">
<head>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>CMV Widgets</title>
<link rel="stylesheet" href="./css/bootstrap.min.css" media="screen">
<link rel="stylesheet" href="./css/cmv.css" media="screen">
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a href="./" class="navbar-brand">CMV Widgets</a>
</div>
<div class="navbar-collapse collapse" id="navbar-main">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://github.com/tmcgee/cmv-widgets">Github</a>
</li>
<li>
<a href="http://cmv.io/">CMV</a>
</li>
</ul>
</div>
</div>
</div>
<div class="splash">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1>CMV Widgets</h1>
<p>Widgets for <a href="http://cmv.io/">CMV</a>, the configurable map viewer.<br/>
Created by <a href="https://github.com/tmcgee/">Tim McGee</a> of <a href="http://moosepoint.com/">MoosePoint Technology</a>.</p>
<br/><br/>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2>Example Configurations</h2>
<p>Each widget in this repo has at least one configuration example in the <a href="https://github.com/tmcgee/cmv-widgets/tree/master/config">config folder</a>. This folder also contains additional examples for including ESRI widgets, other widgets and functionality.</p>
<br/><br/>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 id="attributes-tables">Attributes Table(s)</h2>
<p>A highly configurable widget to display the results of one or more Query, Find or Geoprocessor Tasks.</p>
<p>
<a href="demo.html?config=table" target="cmv-demo-table" class="btn btn-primary btn-lg">Demo</a>
</p>
<p>
<a href="demo.html?config=table" target="cmv-demo-table">
<div class="example"><img src="./images/attributesTables1.jpg" alt="Screenshot"></div>
</a>
</p>
<br/><br/>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 id="disclaimer">Disclaimer</h2>
<p>A simple yet configurable disclaimer widget.</p>
<p>
<a href="demo.html?config=disclaimer" target="cmv-demo-disclaimer" class="btn btn-primary btn-lg">Demo</a>
</p>
<p>
<a href="demo.html?config=disclaimer" target="cmv-demo-disclaimer">
<div class="example"><img src="./images/disclaimer1.jpg" alt="Screenshot"></div>
</a>
</p>
<p>
<a href="demo.html?config=disclaimer" target="cmv-demo-disclaimer">
<div class="example"><img src="./images/disclaimer2.jpg" alt="Screenshot"></div>
</a>
</p>
<br/><br/>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 id="editor">Editor</h2>
<p>Coming Soon</p>
<br/><br/>
<br/><br/>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 id="export">Export</h2>
<p>Export features from the Attribute Table widget or other widgets that have a <a href="http://dgrid.io">dgrid</a>.</p>
<p>
<a href="demo.html?config=table" target="cmv-demo-table" class="btn btn-primary btn-lg">Demo</a>
</p>
<p>
<a href="demo.html?config=table" target="cmv-demo-table">
<div class="example"><img src="./images/export1.jpg" alt="Screenshot"></div>
</a>
</p>
<br/><br/>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 id="export">Geoprocessor</h2>
<p>An example widget demonstrating the display of results from a Geoprocessing Task in the Attributes Tables widget.</p>
<p>
<a href="demo.html?config=geoprocessor" target="cmv-demo-geoprocessor" class="btn btn-primary btn-lg">Demo</a>
</p>
<p>
<a href="demo.html?config=geoprocessor" target="cmv-demo-geoprocessor">
<div class="example"><img src="./images/geoprocessor1.jpg" alt="Screenshot"></div>
</a>
</p>
<br/><br/>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 id="multi-field-geocoder">Multi-Field Geocoder</h2>
<p>Coming Soon</p>
<br/><br/>
<br/><br/>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 id="search">Print Plus</h2>
<p>An updated version of the PrintPlus widget originally created by <a href="https://github.com/LarryStout/">Larry Stout</a></p>
<p>
<a href="demo.html?config=printplus" target="cmv-demo-printplus" class="btn btn-primary btn-lg">Demo</a>
</p>
<p>
<a href="demo.html?config=printplus" target="cmv-demo-printplus">
<div class="example"><img src="./images/printplus1.jpg" alt="Screenshot"></div>
</a>
</p>
<br/><br/>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 id="search">Search</h2>
<p>Used in conjunction with the Attribute Table widget to provide a user interface for querying feature layers, dynamic layers, tables and related records using QueryTask and FindTask.</p>
<p>
<a href="demo.html?config=search" target="cmv-demo-search" class="btn btn-primary btn-lg">Demo</a>
</p>
<p>
<a href="demo.html?config=search" target="cmv-demo-search">
<div class="example"><img src="./images/search1.jpg" alt="Screenshot"></div>
</a>
</p>
<p>
<a href="demo.html?config=search" target="cmv-demo-search">
<div class="example"><img src="./images/search2.jpg" alt="Screenshot"></div>
</a>
</p>
<br/><br/>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 id="search">Share</h2>
<p>Share your map by using Facebook, Twitter, Google+, E-Mail, Link, or embedded iFrame code.</p>
<p>
<a href="demo.html?config=share" target="cmv-demo-share" class="btn btn-primary btn-lg">Demo</a>
</p>
<p>
<a href="demo.html?config=share" target="cmv-demo-share">
<div class="example"><img src="./images/share1.jpg" alt="Screenshot"></div>
</a>
</p>
<br/><br/>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 id="zoom-to-feature">Zoom to Feature</h2>
<p>A simple widget to provide a drop-down list of features to zoom to on the map. Similar to bookmarks but driven by actual data in a Map Service.</p>
<p>
<a href="demo.html?config=zoomToFeature" target="cmv-demo-zoom-to-feature" class="btn btn-primary btn-lg">Demo</a>
</p>
<p>
<a href="demo.html?config=zoomToFeature" target="cmv-demo-zoom-to-feature">
<div class="example"><img src="./images/zoomToFeature1.jpg" alt="Screenshot"></div>
</a>
</p>
</div>
</div>
</div>
</div>
</body>
</html>