@mapgis/webclient-leaflet-plugin 17.0.7 → 17.2.0
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 +6 -44
- package/dist/es5/webclient-common.min.js +15 -4
- package/dist/es5/webclient-leaflet-plugin.min.js +6 -6
- package/dist/webclient-leaflet-plugin-es6.min.js +8 -8
- package/documention/MapViewLeaflet.html +1 -1
- package/documention/Screenshot.html +0 -140
- package/documention/SketchEditorLeaflet.html +30 -1
- package/documention/index.html +4 -4
- package/documention/scripts/sideBar.js +16 -2
- package/package.json +6 -7
|
@@ -4086,7 +4086,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4086
4086
|
<p class="code-caption"><h7>按范围跳转示例-拿到图层信息后跳转</h7></p>
|
|
4087
4087
|
|
|
4088
4088
|
|
|
4089
|
-
<pre class="prettyprint"><code>// ES5引入方式
|
|
4090
4089
|
url: 'http://webclient.smaryun.com:8089/igs/rest/services/Map/Hubei4326/MapServer'
|
|
4091
4090
|
console.log("加载完毕:", result.layer)
|
|
4092
4091
|
//视点跳转
|
|
4093
4092
|
mapView.flyTo({
|
|
4094
4093
|
extent: result.layer.extent
|
|
4095
4094
|
});
|
|
4095
|
+
<pre class="prettyprint"><code>// ES5引入方式
|
|
4096
4096
|
url: 'http://192.168.82.89:8089/igs/rest/services/Map/Hubei4326/MapServer'
|
|
4097
4097
|
console.log("加载完毕:", result.layer)
|
|
4098
4098
|
//视点跳转
|
|
4099
4099
|
mapView.flyTo({
|
|
4100
4100
|
extent: result.layer.extent
|
|
4101
4101
|
});
|
|
4102
4102
|
|
|
4103
4103
|
|
|
4104
4104
|
|
|
@@ -310,17 +310,6 @@ mapView.ui.add(screenshot)</code></pre>
|
|
|
310
310
|
</div>
|
|
311
311
|
|
|
312
312
|
|
|
313
|
-
<h3 class="subsection-title">继承关系</h3>
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
<ul>
|
|
319
|
-
<li><a link="Widget.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Widget" Widget.html>Widget</a></li>
|
|
320
|
-
</ul>
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
313
|
|
|
325
314
|
|
|
326
315
|
|
|
@@ -934,135 +923,6 @@ mapView.ui.add(screenshot)</code></pre>
|
|
|
934
923
|
|
|
935
924
|
|
|
936
925
|
|
|
937
|
-
<div class='vertical-section'>
|
|
938
|
-
<h3 id='function'>方法</h3>
|
|
939
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
|
|
940
|
-
<div class="members">
|
|
941
|
-
<div class="table-container">
|
|
942
|
-
<table class="params table">
|
|
943
|
-
<thead>
|
|
944
|
-
<tr>
|
|
945
|
-
<th>名称</th>
|
|
946
|
-
<th>返回值类型</th>
|
|
947
|
-
<th>描述</th>
|
|
948
|
-
</tr>
|
|
949
|
-
</thead>
|
|
950
|
-
<tbody>
|
|
951
|
-
|
|
952
|
-
<tr class="deep-level-0">
|
|
953
|
-
<td class="name"><code><a href="#destroy">destroy</a></code></td>
|
|
954
|
-
<td class="name">
|
|
955
|
-
<code>
|
|
956
|
-
|
|
957
|
-
</code>
|
|
958
|
-
</td>
|
|
959
|
-
<td class="name"><code><p>销毁控件</p></code></td>
|
|
960
|
-
</tr>
|
|
961
|
-
|
|
962
|
-
</tbody>
|
|
963
|
-
</table>
|
|
964
|
-
</div>
|
|
965
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
|
|
966
|
-
|
|
967
|
-
<div class="member">
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
<h4 class="name" id="destroy">
|
|
972
|
-
<a class="href-link" href="#destroy">#</a>
|
|
973
|
-
|
|
974
|
-
<span class="code-name" id="destroy" style="font-size:30px">
|
|
975
|
-
|
|
976
|
-
destroy<span class="signature">()</span>
|
|
977
|
-
|
|
978
|
-
</span>
|
|
979
|
-
</h4>
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
<div class="description">
|
|
984
|
-
<p>销毁控件</p>
|
|
985
|
-
</div>
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
<dl class="details">
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
<dt class="inherited-from">Inherited From:</dt>
|
|
1008
|
-
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1009
|
-
<a goto="destroy" link="Widget.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Widget#destroy" Widget.html#destroy>Widget#destroy</a>
|
|
1010
|
-
</li></ul></dd>
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
</dl>
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
</div>
|
|
1062
|
-
|
|
1063
|
-
</div>
|
|
1064
|
-
</div>
|
|
1065
|
-
|
|
1066
926
|
|
|
1067
927
|
|
|
1068
928
|
|
|
@@ -2392,7 +2392,7 @@ const newSketchEditors = SketchEditorLeaflet.split(polygon,polyline)</code></pre
|
|
|
2392
2392
|
|
|
2393
2393
|
<span class="code-name" id="start" style="font-size:30px">
|
|
2394
2394
|
|
|
2395
|
-
start<span class="signature">(dataType)</span>
|
|
2395
|
+
start<span class="signature">(dataType, extendOptions)</span>
|
|
2396
2396
|
|
|
2397
2397
|
</span>
|
|
2398
2398
|
</h4>
|
|
@@ -2461,6 +2461,35 @@ const newSketchEditors = SketchEditorLeaflet.split(polygon,polyline)</code></pre
|
|
|
2461
2461
|
|
|
2462
2462
|
|
|
2463
2463
|
|
|
2464
|
+
|
|
2465
|
+
|
|
2466
|
+
<tr class="deep-level-0">
|
|
2467
|
+
|
|
2468
|
+
<td class="name"><code>extendOptions</code></td>
|
|
2469
|
+
|
|
2470
|
+
|
|
2471
|
+
<td class="type">
|
|
2472
|
+
|
|
2473
|
+
|
|
2474
|
+
<span class="param-type">
|
|
2475
|
+
|
|
2476
|
+
Object
|
|
2477
|
+
|
|
2478
|
+
</span>
|
|
2479
|
+
|
|
2480
|
+
|
|
2481
|
+
|
|
2482
|
+
|
|
2483
|
+
</td>
|
|
2484
|
+
|
|
2485
|
+
|
|
2486
|
+
|
|
2487
|
+
<td class="description last"><p>草图编辑的扩展属性,可以通过该属性传入草图编辑额外需要的参数</p></td>
|
|
2488
|
+
</tr>
|
|
2489
|
+
|
|
2490
|
+
|
|
2491
|
+
|
|
2492
|
+
|
|
2464
2493
|
</tbody>
|
|
2465
2494
|
</table>
|
|
2466
2495
|
</div>
|
package/documention/index.html
CHANGED
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
|
|
105
105
|
<nav>
|
|
106
106
|
|
|
107
|
-
<div class="category"><div onclick="toggleSideBar('ViewModule-sidebar')" id="ViewModule" style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">视图模块</div><ul id="ViewModule-sidebar" class="mapgis-sidebar-menus"><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/
|
|
107
|
+
<div class="category"><div onclick="toggleSideBar('ViewModule-sidebar')" id="ViewModule" style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">视图模块</div><ul id="ViewModule-sidebar" class="mapgis-sidebar-menus"><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/MapViewLeaflet.html"id="MapViewLeaflet" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a><img id="MapViewLeaflet-detail-arrow" onclick="toggleLinkDetail('MapViewLeaflet-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>二维场景视图(leaflet引擎),对地图引擎进行管理,如果要对地图图层进行管理请参考<code>Map</code>,<br/>
|
|
108
108
|
参考示例:
|
|
109
109
|
<a href='#MapViewLeaflet'>[初始化二维场景视图]</a>
|
|
110
110
|
<br>[ES5引入方式]:<br/>
|
|
@@ -120,7 +120,7 @@ zondy-popup__content 弹窗容器样式<br/>
|
|
|
120
120
|
zondy-popup__tip 弹窗对话框箭头样式<br/>
|
|
121
121
|
zondy-popup__header 弹窗头部样式<br/>
|
|
122
122
|
zondy-popup__content 弹窗主体样式<br/>
|
|
123
|
-
zondy-popup__footer 弹窗底部样式<br/></p></span></li><div class="mapgis-link-detail" id="Popup-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" id="api-fold">构造函数</a></div><div><a linkTo="#function" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" id="api-fold" class="mapgis-link-name">方法</a></div><div><ul><li><a linkTo="#close" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="close" id="api-member" class="mapgis-link-name">close</a></li><li><a linkTo="#open" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="open" id="api-member" class="mapgis-link-name">open</a></li><li><a linkTo="#openPopup" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="openPopup" id="api-member" class="mapgis-link-name">openPopup</a></li></ul></div><div><a linkTo="#member" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" id="api-fold" class="mapgis-link-name">成员变量</a></div><div><ul><li><a linkTo="#alignment" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="alignment" id="api-member" class="mapgis-link-name">alignment</a></li><li><a linkTo="#content" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="content" id="api-member" class="mapgis-link-name">content</a></li><li><a linkTo="#defaultButtons" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="defaultButtons" id="api-member" class="mapgis-link-name">defaultButtons</a></li><li><a linkTo="#location" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="location" id="api-member" class="mapgis-link-name">location</a></li><li><a linkTo="#title" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="title" id="api-member" class="mapgis-link-name">title</a></li><li><a linkTo="#view" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="view" id="api-member" class="mapgis-link-name">view</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html"id="Screenshot" title="Screenshot" Screenshot.html>Screenshot</a><img id="Screenshot-detail-arrow" onclick="toggleLinkDetail('Screenshot-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>屏幕打印工具</p></span></li><div class="mapgis-link-detail" id="Screenshot-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html" id="api-fold">构造函数</a></div><div><a linkTo="#
|
|
123
|
+
zondy-popup__footer 弹窗底部样式<br/></p></span></li><div class="mapgis-link-detail" id="Popup-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" id="api-fold">构造函数</a></div><div><a linkTo="#function" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" id="api-fold" class="mapgis-link-name">方法</a></div><div><ul><li><a linkTo="#close" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="close" id="api-member" class="mapgis-link-name">close</a></li><li><a linkTo="#open" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="open" id="api-member" class="mapgis-link-name">open</a></li><li><a linkTo="#openPopup" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="openPopup" id="api-member" class="mapgis-link-name">openPopup</a></li></ul></div><div><a linkTo="#member" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" id="api-fold" class="mapgis-link-name">成员变量</a></div><div><ul><li><a linkTo="#alignment" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="alignment" id="api-member" class="mapgis-link-name">alignment</a></li><li><a linkTo="#content" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="content" id="api-member" class="mapgis-link-name">content</a></li><li><a linkTo="#defaultButtons" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="defaultButtons" id="api-member" class="mapgis-link-name">defaultButtons</a></li><li><a linkTo="#location" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="location" id="api-member" class="mapgis-link-name">location</a></li><li><a linkTo="#title" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="title" id="api-member" class="mapgis-link-name">title</a></li><li><a linkTo="#view" link="/static/modules/leaflet/api/leaflet-mapgis/Popup.html" title="view" id="api-member" class="mapgis-link-name">view</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html"id="Screenshot" title="Screenshot" Screenshot.html>Screenshot</a><img id="Screenshot-detail-arrow" onclick="toggleLinkDetail('Screenshot-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>屏幕打印工具</p></span></li><div class="mapgis-link-detail" id="Screenshot-detail"><div><a linkTo="#page-title" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html" id="api-fold">构造函数</a></div><div><a linkTo="#member" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html" id="api-fold" class="mapgis-link-name">成员变量</a></div><div><ul><li><a linkTo="#filename" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html" title="filename" id="api-member" class="mapgis-link-name">filename</a></li><li><a linkTo="#format" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html" title="format" id="api-member" class="mapgis-link-name">format</a></li><li><a linkTo="#height" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html" title="height" id="api-member" class="mapgis-link-name">height</a></li><li><a linkTo="#isDownload" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html" title="isDownload" id="api-member" class="mapgis-link-name">isDownload</a></li><li><a linkTo="#view" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html" title="view" id="api-member" class="mapgis-link-name">view</a></li><li><a linkTo="#width" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html" title="width" id="api-member" class="mapgis-link-name">width</a></li><li><a linkTo="#x" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html" title="x" id="api-member" class="mapgis-link-name">x</a></li><li><a linkTo="#y" link="/static/modules/leaflet/api/leaflet-mapgis/Screenshot.html" title="y" id="api-member" class="mapgis-link-name">y</a></li></ul></div></div></ul><div onclick="toggleSideBar('SketchEditorModule-sidebar')" id="SketchEditorModule" style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">草图编辑模块</div><ul id="SketchEditorModule-sidebar" class="mapgis-sidebar-menus"><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" link="/static/modules/leaflet/api/leaflet-mapgis/SketchEditorLeaflet.html"id="SketchEditorLeaflet" title="SketchEditorLeaflet" SketchEditorLeaflet.html>SketchEditorLeaflet</a><img id="SketchEditorLeaflet-detail-arrow" onclick="toggleLinkDetail('SketchEditorLeaflet-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>二维Leaflet引擎草图编辑类<br/>
|
|
124
124
|
<br>[ES5引入方式]:<br/>
|
|
125
125
|
const { SketchEditorLeaflet } = Zondy <br/>
|
|
126
126
|
[ES6引入方式]:<br/>
|
|
@@ -241,8 +241,8 @@ npm set registry http://192.168.11.130:4873/<br/>
|
|
|
241
241
|
<div class="content has-text-centered">
|
|
242
242
|
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 17.1.1</a></p>
|
|
243
243
|
<p class="sidebar-created-by">
|
|
244
|
-
<a href="
|
|
245
|
-
<a href="http://
|
|
244
|
+
<a href="https://www.smaryun.com" target="_blank" rel="noopener noreferrer">司马云</a> <span>© 2020 云生态圈</span>
|
|
245
|
+
<a href="http://develop.smaryun.com:8899/" target="_blank" rel="noopener noreferrer">MapGIS Client for JavaScript</a>
|
|
246
246
|
</p>
|
|
247
247
|
</div>
|
|
248
248
|
</footer>
|
|
@@ -61,7 +61,7 @@ function getTypeHTML(e) {
|
|
|
61
61
|
break
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
|
-
const _baseUrl = window.location.href.split('
|
|
64
|
+
const _baseUrl = window.location.href.split('#')[0]
|
|
65
65
|
fetch(_baseUrl + '/' + link, {
|
|
66
66
|
method: 'GET',
|
|
67
67
|
})
|
|
@@ -111,7 +111,21 @@ function getLinkName(url) {
|
|
|
111
111
|
targets.forEach(function (_target) {
|
|
112
112
|
_target.addEventListener('click', function (e) {
|
|
113
113
|
const _baseUrl = getBaseUrl(window.location.href)
|
|
114
|
-
|
|
114
|
+
let isGlobe = false, globePath
|
|
115
|
+
for (let i = 0; i < e.target.attributes.length; i++) {
|
|
116
|
+
if(e.target.attributes[i].name.indexOf('global.html') > -1) {
|
|
117
|
+
isGlobe = true
|
|
118
|
+
globePath = e.target.attributes[i].name
|
|
119
|
+
break
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
let path
|
|
123
|
+
if (isGlobe) {
|
|
124
|
+
path = '/' + globePath
|
|
125
|
+
} else {
|
|
126
|
+
path = e.target.attributes[1].value
|
|
127
|
+
}
|
|
128
|
+
fetch(_baseUrl + path, {
|
|
115
129
|
method: 'GET',
|
|
116
130
|
})
|
|
117
131
|
.then(response => response.text())
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mapgis/webclient-leaflet-plugin",
|
|
3
|
-
"version" : "17.0
|
|
3
|
+
"version" : "17.2.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/webclient-leaflet-plugin-es6.min.js",
|
|
6
6
|
"scripts": {},
|
|
@@ -11,13 +11,12 @@
|
|
|
11
11
|
"mapboxgl"
|
|
12
12
|
],
|
|
13
13
|
"author": "Wuhan Zondy Cyber Science&Technology Co.Ltd.",
|
|
14
|
-
"license": "Apache-2.0",
|
|
15
14
|
"dependencies": {
|
|
16
|
-
"@mapgis/leaflet": "^17.
|
|
17
|
-
"@mapgis/webclient-graphic-render": "^17.
|
|
18
|
-
"@mapgis/leaflet-easyprint": "^17.
|
|
19
|
-
"@mapgis/mapbox-gl": "^17.
|
|
20
|
-
"@mapgis/webclient-common": "^17.
|
|
15
|
+
"@mapgis/leaflet": "^17.2.0",
|
|
16
|
+
"@mapgis/webclient-graphic-render": "^17.2.0",
|
|
17
|
+
"@mapgis/leaflet-easyprint": "^17.2.0",
|
|
18
|
+
"@mapgis/mapbox-gl": "^17.2.0",
|
|
19
|
+
"@mapgis/webclient-common": "^17.2.0",
|
|
21
20
|
"dom-to-image": "^2.5.2",
|
|
22
21
|
"file-saver": "^1.3.3",
|
|
23
22
|
"svg-pathdata": "^6.0.0"
|