-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
431 lines (379 loc) · 13.3 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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>CMV Meetup at the 2017 ESRI Developer Summit</title>
<meta name="description" content="Presentation to the CMV Meetup, March 8th, 2017">
<meta name="author" content="Tim McGee, MoosePoint Technology">
<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=no, minimal-ui">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/moon.css" id="theme">
<link rel="stylesheet" href="css/cmv-meetup.css" id="theme">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h2>CMV Meet-Up</h2e>
<h3>What's New and What's coming</h3>
<img data-src="images/cmv-logo.png" class="cmv-logo"/>
<p>ESRI Developer Summit<br/>March 8th, 2017</p>
<p>
<small>
Presented by Tim McGee<br/>
<a href="https://github.com/tmcgee">github.com/tmcgee</a> / <a href="http://moosepoint.com">MoosePoint Technology</a> / <a href="http://twitter.com/moosepoint">@MoosePoint</a>
</small>
</p>
</section>
<section>
<h2>CMV Meet-Up</h2>
<ul>
<li>CMV Version 2.0</li>
<li>Additional CMV Projects</li>
<li>CMV for Esri JS API 4.x</li>
<li>CMV.next</li>
<br/>
<li>User Presentations</li>
<br/>
<li>Dylan Schiemann of SitePen
<ul>
<li>TypeScript with Dojo 1.x</li>
</ul>
</li>
</ul>
</section>
<section>
<h2>CMV Team</h2>
<a href="https://github.com/orgs/cmv/people" target="_blank">The Core Dev Team</a>
<br/><br/>
Another dozen additional developers have<br/>contributed code to this release.<br/>
Directly (PRs) and indirectly (e-mail).
<br/><br/>
</section>
<section>
<h2>CMV Version 2.0 Beta 1</h2>
<ul>
<li>Released Today!</li>
<li>Over 18 months of work</li>
<li>Over 350 commits</li>
</ul>
<br/><br/>
<a href="https://github.com/cmv/cmv-app/releases/tag/v2.0.0-beta.1" target="_blank">Release Notes</a><br/>
<a href="http://cmv.releasepage.co/" target="_blank">cmv.releasepage.co</a>
</section>
<section>
<h2>CMV Version 2.0 Beta 1</h2>
<h3>"Beta" with Air Quotes</h3><br/>
Many developers using the core enhancements in<br/>production for 6 months or more.<br/>
Nearly a year for some.<br/><br/>
Short beta period (3 months?) for more<br/>developers to benefit and test.
</section>
<section>
<h2>CMV Version 2.0 Beta 1</h2>
<h3>Highlights</h3>
<ul>
<li>Controller Mixins</li>
<li>Dojo/i18n support - cmv and core widgets</li>
<li>New Layer Types</li>
<li>New Widgets</li>
<li>Dojo's Flat theme replaces DBootstrap</li>
<li>Updated Documentation</li>
<li>HTTPS Everywhere</li>
</ul>
</section>
<section>
<h2>CMV Version 2.0 Beta 1</h2>
<h3>New controller mixins are key</h3>
Provide additional functionality, flexibility and configuration options
<pre><code data-trim data-noescape>
require(window.dojoConfig, [
'dojo/_base/declare',
// minimal Base Controller
'viewer/_ControllerBase',
// *** Controller Mixins
// Use the core mixins, add custom mixins
// or replace core mixins with your own
<mark>'viewer/_ConfigMixin',</mark> // manage the Configuration
<mark>'viewer/_LayoutMixin',</mark> // build and manage the Page Layout and User Interface
<mark>'viewer/_MapMixin',</mark> // build and manage the Map
<mark>'viewer/_WidgetsMixin'</mark> // build and manage the Widgets
], function (
declare,
_ControllerBase,
_ConfigMixin,
_LayoutMixin,
_MapMixin,
_WidgetsMixin
) {
var App = declare([
// add custom mixins here...note order may be important
_LayoutMixin,
_WidgetsMixin,
_MapMixin,
// configMixin should be right before _ControllerBase so it is
// called first to initialize the config object
_ConfigMixin,
// controller base needs to be last
_ControllerBase
]);
var app = new App();
app.startup();
});
</code></pre>
</section>
<section>
<h2>CMV Version 2.0 Beta 1</h2>
<h3>Mixin for WebMaps</h3>
<pre><code data-trim data-noescape>
require(window.dojoConfig, [
'dojo/_base/declare',
'viewer/_ControllerBase',
'viewer/_ConfigMixin',
'viewer/_LayoutMixin',
'viewer/_MapMixin',
'viewer/_WidgetsMixin'
<mark>'viewer/_WebMapMixin'</mark>
],
</code></pre>
</section>
<section>
<h2>CMV Version 2.0 Beta 1</h2>
<h3>Mixin for WebApp Builder widgets</h3>
<pre><code data-trim data-noescape>
require(window.dojoConfig, [
'dojo/_base/declare',
'viewer/_ControllerBase',
'viewer/_ConfigMixin',
'viewer/_LayoutMixin',
'viewer/_MapMixin',
'viewer/_WidgetsMixin'
<mark>'viewer/_WABMixin'</mark>
],
</code></pre>
</section>
<section>
<h2>CMV Version 2.0 Beta 1</h2>
<h3>Mixin for Calcite Maps</h3>
<pre><code data-trim data-noescape>
require(window.dojoConfig, [
'dojo/_base/declare',
'viewer/_ControllerBase',
'viewer/_ConfigMixin',
'viewer/_LayoutMixin',
'viewer/_MapMixin',
'viewer/_WidgetsMixin'
<mark>'config/_CalciteMixin'</mark>
]
</code></pre>
</section>
<section>
<h2>CMV Version 2.0 Beta 1</h2>
<h3>Mixins for Esri JS API 4.x</h3>
<pre><code data-trim data-noescape>
require(window.dojoConfig, [
'dojo/_base/declare',
'viewer/_ControllerBase',
'viewer/_ConfigMixin',
// 'viewer/_LayoutMixin',
// 'viewer/_MapMixin',
// 'viewer/_WidgetsMixin'
<mark>'config/_Layout4Mixin',</mark>
<mark>'config/_Map4Mixin',</mark>
<mark>'config/_Widgets4Mixin'</mark>
]
</code></pre>
</section>
<section>
<h2>CMV Version 2.0 Beta 1</h2>
<h3>New Layers</h3>
<ul>
<li>Vector Tile layer</li>
<li>WFS Layers</li>
<li>User-defined Layer types (ex. GeoJSON)</li>
</ul>
</section>
<section>
<h2>CMV Version 2.0 Beta 1</h2>
<h3>New Widgets</h3>
<ul>
<li>Locale</li>
<li>Legend (wraps Esri widget)</li>
<li>Basemaps Gallery</li>
<li>Esri Search widget</li>
</ul>
</section>
<section>
<h2>CMV Version 2.0 Beta 1</h2>
<h3>New Widget Types</h3>
<ul>
<li>loading</li>
<li>layout</li>
<li>layer</li>
<li>User-defined widget types</li>
</ul>
</section>
<section>
<h2>CMV Version 2.0 Beta 1</h2>
<h3>Demo</h3><br/>
<a href="https://cdn.rawgit.com/cmv/cmv-app/v2.0.0-beta.1/viewer/" target="_blank">Demo</a><br/>
</section>
<section>
<h2>Additional CMV Projects</h2>
<ul>
<li>Support for WebApp Builder widgets</li>
<a href="https://github.com/cmv/cmv-wab-widgets/" target="_blank">cmv-wab-widgets</a>
<li>Theming with Calcite Maps</li>
<a href="https://github.com/cmv/cmv-calcite-maps/" target="_blank">cmv-calcite-maps</a>
<li>Custom Dojo Builds</li>
<a href="https://github.com/cmv/cmv-app-dojo-builder/" target="_blank">cmv-app-dojo-builder</a>
</ul>
</section>
<section>
<h2>CMV for Esri JavaScript 4.x</h2>
<ul>
<li>Current for Esri JavaScript API 4.3</li>
<li>Both 2D and 3D maps</li>
</ul>
</section>
<section>
<h2>CMV for Esri JavaScript 4.x</h2>
<h3>All current Esri layer Types</h3>
<pre><code data-trim data-noescape>
csv: 'esri/layers/CSVLayer',
dynamic: 'esri/layers/MapImageLayer',
elevation: 'esri/layers/ElevationLayer',
feature: 'esri/layers/FeatureLayer',
georss: 'esri/layers/GeoRSSLayer',
group: 'esri/layers/GroupLayer',
imagery: 'esri/layers/ImageryLayer',
mesh: 'esri/layers/IntegratedMeshLayer',
osm: 'esri/layers/OpenStreetMapLayer',
pointcloud: 'esri/layers/PointCloudLayer',
scene: 'esri/layers/SceneLayer',
stream: 'esri/layers/StreamLayer',
tile: 'esri/layers/TileLayer',
vectortile: 'esri/layers/VectorTileLayer',
webtiled: 'esri/layers/WebTileLayer'
</code></pre>
</section>
<section>
<h2>CMV for Esri JavaScript 4.x</h2>
<ul>
<li>All current Esri widgets</li>
<li>Core CMV widgets converted.<br/>
Remainder require Esri widgets:
<ul>
<li>Bookmarks</li>
<li>Draw</li>
<li>Edit</li>
<li>Measurement</li>
</ul>
<li>Widget themes</li>
</ul>
</section>
<section>
<h2>CMV for Esri JavaScript 4.x</h2>
<h3>Demos</h3><br/>
<a href="http://localhost:8000/cmv/cmv-app-4/" target="_blank">2D Map</a><br/>
<a href="http://localhost:8000/cmv/cmv-app-4/?config=3d" target="_blank">3D Map</a><br/>
<a href="http://localhost:8000/cmv/cmv-app-4/calcite.html" target="_blank">2D Map with Calcite</a><br/>
<a href="http://localhost:8000/cmv/cmv-app-4/calcite.html?config=calcite3d" target="_blank">3D Map with Calcite</a><br/>
</section>
<section>
<h2>CMV.next</h2>
<h3>What's Next?</h3>
<ul>
<li>Much more frequent releases ;)</li>
<br/>
<li>Public repo for 4.x release</li>
<li>"CMV" namespace integrating 3.x and 4.x</li>
<li>2D and 3D maps in same app</li>
<li>Continued 4.x support as Esri reaches feature parity with 3.x</li>
</ul>
</section>
<section>
<h2>CMV.next</h2>
<h3>What's Next?</h3>
<ul>
<li>Much more frequent releases ;)</li>
<br/>
<li>Separate, centralized repo for core widgets</li>
<li>Additional layouts and themes</li>
<li>CDN for CMV? Publish via npmjs?</li>
<li>Offline Mobile Viewer / Editor</li>
</ul>
</section>
<section>
<h2>CMV Community</h2>
<ul>
<li>GitHub: <a href="https://github.com/cmv" target="_blank">github.com/cmv</a></li>
<li>Widgets: <a href="https://github.com/cmv/cmv-contrib-widgets" target="_blank">github.com/cmv/cmv-contrib-widgets</a></li>
<li>Documentation: <a href="https://docs.cmv.io" target="_blank">docs.cmv.io</a></li>
</ul>
</section>
<section>
<h2>CMV Community</h2>
<ul>
<li>Gitter: <a href="https://gitter.im/cmv/" target="_blank">gitter.im/cmv</a></li>
<li>Slack: <a href="http://thespatialcommunity.org" target="_blank">thespatialcommunity.org</a> #cmv channel</li>
<li><a href="https://geonet.esri.com/groups/cmv" target="_blank">geonet.esri.com/groups/cmv</a></li>
<li><a href="https://gis.stackexchange.com/questions/tagged/cmv" target="_blank">gis.stackexchange.com/questions/tagged/cmv</a></li>
</ul>
</section>
<section>
<h2>Thank You!</h2>
<h3>Contact</h3>
<p>
Tim McGee<br/>MoosePoint Technology<br/><br/>
<small>
<a href="https://github.com/tmcgee">github.com/tmcgee</a><br/>
<a href="mailto:tim@moosepoint.com">tim@moosepoint.com</a><br/>
<a href="http://twitter.com/moosepoint">@MoosePoint</a>
</small>
</p>
<a href="https://github.com/cmv/cmv-meetup-2017/" target="_blank">github.com/cmv/cmv-meetup-2017</a>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: false,
progress: true,
history: true,
center: true,
hideAddressBar: true,
touch: true,
previewLinks: false,
margin: 0.05,
transition: 'convex', // none/fade/slide/convex/concave/zoom
// Optional reveal.js plugins
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true }
]
});
</script>
</body>
</html>