@mapgis/webclient-leaflet-plugin 17.6.1 → 17.6.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +88 -0
- package/dist/es5/webclient-common.min.js +10 -10
- package/dist/es5/webclient-leaflet-plugin.min.js +4 -4
- package/dist/webclient-leaflet-plugin-es6.min.js +4 -4
- package/documention/IGSMapImageLayer.html +1 -3
- package/documention/MapView.html +67 -19
- package/documention/SwipeControl.html +1477 -0
- package/documention/SwipeTool.html +760 -0
- package/documention/WMSLayerView.html +114 -0
- package/package.json +1 -1
|
@@ -376,6 +376,120 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
376
376
|
|
|
377
377
|
|
|
378
378
|
|
|
379
|
+
</div>
|
|
380
|
+
|
|
381
|
+
<div class="member">
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
<h4 class="name" id="onRefresh">
|
|
386
|
+
<a class="href-link" href="#onRefresh">#</a>
|
|
387
|
+
|
|
388
|
+
<span class="code-name" style="font-size:30px">
|
|
389
|
+
|
|
390
|
+
onRefresh<span class="signature">()</span>
|
|
391
|
+
|
|
392
|
+
</span>
|
|
393
|
+
</h4>
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
<div class="description">
|
|
398
|
+
<p>更新方法</p>
|
|
399
|
+
</div>
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
<dl class="details">
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
</dl>
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
<div class='columns method-parameter'>
|
|
466
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
467
|
+
<div class="column is-10">
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
<div class="columns">
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
<div class='column is-5 has-text-left'>
|
|
475
|
+
<label>类型: </label>
|
|
476
|
+
|
|
477
|
+
<span class="param-type">*</span>
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
</div>
|
|
481
|
+
|
|
482
|
+
</div>
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
</div>
|
|
486
|
+
</div>
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
|
|
379
493
|
</div>
|
|
380
494
|
|
|
381
495
|
<div class="member">
|
package/package.json
CHANGED