@mapgis/webclient-leaflet-plugin 17.2.8 → 17.4.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.
Files changed (45) hide show
  1. package/README.md +13 -0
  2. package/dist/es5/webclient-common.min.js +5 -5
  3. package/dist/es5/webclient-leaflet-plugin.min.js +1 -1
  4. package/dist/webclient-leaflet-plugin-es6.min.js +4 -4
  5. package/documention/ArcGISMapImageLayer.html +195 -122
  6. package/documention/ArcGISTileLayer.html +185 -62
  7. package/documention/EchartsLayer.html +178 -20
  8. package/documention/FeatureLayer.html +176 -8
  9. package/documention/FeatureLayerUtil.html +176 -34
  10. package/documention/IGSMapImageLayer.html +199 -146
  11. package/documention/IGSTileLayer.html +189 -86
  12. package/documention/L.zondy.MapvBaseLayer.html +187 -96
  13. package/documention/MapLayer.html +181 -38
  14. package/documention/MapVLayer.html +180 -32
  15. package/documention/MapView.html +2447 -0
  16. package/documention/MapViewLeaflet.html +366 -1410
  17. package/documention/Popup.html +198 -284
  18. package/documention/Screenshot.html +181 -134
  19. package/documention/SketchEditorLeaflet.html +241 -477
  20. package/documention/TileLayer.html +180 -32
  21. package/documention/TileLayerWMS.html +178 -20
  22. package/documention/VectorTileLayer.html +186 -68
  23. package/documention/WMSLayerView.html +188 -121
  24. package/documention/WebMapServiceLayer.html +192 -104
  25. package/documention/WebMapTileServiceLayer.html +193 -110
  26. package/documention/WebTileLayer.html +190 -92
  27. package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +288 -658
  28. package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +322 -870
  29. package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +303 -736
  30. package/documention/Zondy.ThemeLayer.ThemeLayer.html +245 -483
  31. package/documention/Zondy.ThemeLayer.ThemeStyle.html +232 -866
  32. package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +302 -792
  33. package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +339 -941
  34. package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +300 -720
  35. package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +297 -759
  36. package/documention/Zondy.Widget.html +183 -48
  37. package/documention/Zondy.view.UI.html +180 -31
  38. package/documention/global.html +11446 -131
  39. package/documention/index.html +13 -16
  40. package/documention/scripts/search.js +1 -26
  41. package/documention/styles/app.min.css +1 -1
  42. package/documention/tutorial-1./345/277/253/351/200/237/345/205/245/351/227/250.html +152 -7
  43. package/documention/tutorial-2.1M3D/350/246/201/347/264/240/351/200/211/345/217/226.html +153 -8
  44. package/documention/tutorial-2.2M3D/351/222/273/345/255/224/345/211/226/345/210/207.html +153 -8
  45. package/package.json +7 -8
@@ -1,10 +1,120 @@
1
- <header id="page-title" class="page-title">
2
-
3
- <span class="page-title-main">类名</span>
4
- <span class="page-title-sub">1.快速入门</span>
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ <head>
5
+
6
+ <meta charset="utf-8">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1">
8
+ <title> 1.快速入门</title>
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/app.min.css">
13
+ <link type="text/css" rel="stylesheet" href="styles/iframe.css">
14
+ <link type="text/css" rel="stylesheet" href="">
15
+
16
+
17
+ </head>
18
+
19
+
20
+
21
+ <body class="layout small-header">
22
+ <div id="stickyNavbarOverlay"></div>
5
23
 
6
- </header>
7
- <section>
24
+
25
+ <div class="top-nav">
26
+ <div class="inner">
27
+ <a id="hamburger" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
28
+ <span aria-hidden="true"></span>
29
+ <span aria-hidden="true"></span>
30
+ <span aria-hidden="true"></span>
31
+ </a>
32
+ <div class="logo">
33
+
34
+ <h1> MapGIS Client for JavaScript API</h1>
35
+
36
+
37
+ </div>
38
+ <div class="menu">
39
+
40
+ <div class="navigation">
41
+
42
+
43
+ <a
44
+ class="link user-link "
45
+ href="/static/modules/common/api/common-mapgis/index.html"
46
+ >
47
+ Common
48
+ </a>
49
+
50
+ <a
51
+ class="link user-link "
52
+ href="/static/modules/cesium/api/cesium-mapgis/index.html"
53
+ >
54
+ Cesium-Plugin
55
+ </a>
56
+
57
+ <a
58
+ class="link user-link "
59
+ href="/static/modules/mapboxgl/api/mapboxgl-mapgis/index.html"
60
+ >
61
+ MapboxGL-Plugin
62
+ </a>
63
+
64
+ <a
65
+ class="link user-link "
66
+ href="/static/modules/leaflet/api/leaflet-mapgis/index.html"
67
+ >
68
+ Leaflet-Plugin
69
+ </a>
70
+
71
+ <a
72
+ class="link user-link "
73
+ href="/static/modules/openlayers/api/openLayers-mapgis/index.html"
74
+ >
75
+ OpenLayers-Plugin
76
+ </a>
77
+
78
+ <a
79
+ class="link user-link "
80
+ href="/static/modules/video/api/video-mapgis/index.html"
81
+ >
82
+ Video-Plugin
83
+ </a>
84
+
85
+
86
+
87
+ </div>
88
+ </div>
89
+ </div>
90
+ </div>
91
+
92
+ <div id="main">
93
+ <div
94
+ class="sidebar tutorials"
95
+ id="sidebarNav"
96
+ >
97
+ <div>
98
+ <span class="mapgis-api-document-span"><a href="index.html">API文档</a></span>
99
+ </div>
100
+
101
+ <div class="search-wrapper">
102
+ <input id="search" type="text" placeholder="搜索文档..." class="input">
103
+ </div>
104
+
105
+ <nav>
106
+
107
+ <div class="category"></div>
108
+
109
+ </nav>
110
+ </div>
111
+ <div class="core" id="main-content-wrapper">
112
+ <div class="content">
113
+ <header id="page-title" class="page-title">
114
+ <span class="page-title-main">类名</span>
115
+ <span class="page-title-sub">1.快速入门</span>
116
+ </header>
117
+ <section>
8
118
 
9
119
  <header>
10
120
 
@@ -14,4 +124,39 @@
14
124
 
15
125
  </article>
16
126
 
17
- </section>
127
+ </section>
128
+
129
+ </div>
130
+
131
+ <footer class="footer">
132
+ <div class="content has-text-centered">
133
+ <p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
134
+ <p class="sidebar-created-by">
135
+ <a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
136
+ <a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
137
+ </p>
138
+ </div>
139
+ </footer>
140
+
141
+ </div>
142
+ <div id="side-nav" class="side-nav">
143
+ <div style="margin-bottom: 10px;">
144
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
145
+ </div>
146
+ <div style="margin-bottom: 10px;">
147
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
148
+ </div>
149
+ <div style="margin-bottom: 10px;">
150
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
151
+ </div>
152
+ <div>
153
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
154
+ </div>
155
+ </div>
156
+ </div>
157
+ <script src="scripts/linenumber.js"> </script>
158
+
159
+ <script src="scripts/search.js"> </script>
160
+
161
+ </body>
162
+ </html>
@@ -1,10 +1,120 @@
1
- <header id="page-title" class="page-title">
2
-
3
- <span class="page-title-main">类名</span>
4
- <span class="page-title-sub">2.1M3D要素选取</span>
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ <head>
5
+
6
+ <meta charset="utf-8">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1">
8
+ <title> 2.1M3D要素选取</title>
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/app.min.css">
13
+ <link type="text/css" rel="stylesheet" href="styles/iframe.css">
14
+ <link type="text/css" rel="stylesheet" href="">
15
+
16
+
17
+ </head>
18
+
19
+
20
+
21
+ <body class="layout small-header">
22
+ <div id="stickyNavbarOverlay"></div>
5
23
 
6
- </header>
7
- <section>
24
+
25
+ <div class="top-nav">
26
+ <div class="inner">
27
+ <a id="hamburger" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
28
+ <span aria-hidden="true"></span>
29
+ <span aria-hidden="true"></span>
30
+ <span aria-hidden="true"></span>
31
+ </a>
32
+ <div class="logo">
33
+
34
+ <h1> MapGIS Client for JavaScript API</h1>
35
+
36
+
37
+ </div>
38
+ <div class="menu">
39
+
40
+ <div class="navigation">
41
+
42
+
43
+ <a
44
+ class="link user-link "
45
+ href="/static/modules/common/api/common-mapgis/index.html"
46
+ >
47
+ Common
48
+ </a>
49
+
50
+ <a
51
+ class="link user-link "
52
+ href="/static/modules/cesium/api/cesium-mapgis/index.html"
53
+ >
54
+ Cesium-Plugin
55
+ </a>
56
+
57
+ <a
58
+ class="link user-link "
59
+ href="/static/modules/mapboxgl/api/mapboxgl-mapgis/index.html"
60
+ >
61
+ MapboxGL-Plugin
62
+ </a>
63
+
64
+ <a
65
+ class="link user-link "
66
+ href="/static/modules/leaflet/api/leaflet-mapgis/index.html"
67
+ >
68
+ Leaflet-Plugin
69
+ </a>
70
+
71
+ <a
72
+ class="link user-link "
73
+ href="/static/modules/openlayers/api/openLayers-mapgis/index.html"
74
+ >
75
+ OpenLayers-Plugin
76
+ </a>
77
+
78
+ <a
79
+ class="link user-link "
80
+ href="/static/modules/video/api/video-mapgis/index.html"
81
+ >
82
+ Video-Plugin
83
+ </a>
84
+
85
+
86
+
87
+ </div>
88
+ </div>
89
+ </div>
90
+ </div>
91
+
92
+ <div id="main">
93
+ <div
94
+ class="sidebar tutorials"
95
+ id="sidebarNav"
96
+ >
97
+ <div>
98
+ <span class="mapgis-api-document-span"><a href="index.html">API文档</a></span>
99
+ </div>
100
+
101
+ <div class="search-wrapper">
102
+ <input id="search" type="text" placeholder="搜索文档..." class="input">
103
+ </div>
104
+
105
+ <nav>
106
+
107
+ <div class="category"></div>
108
+
109
+ </nav>
110
+ </div>
111
+ <div class="core" id="main-content-wrapper">
112
+ <div class="content">
113
+ <header id="page-title" class="page-title">
114
+ <span class="page-title-main">类名</span>
115
+ <span class="page-title-sub">2.1M3D要素选取</span>
116
+ </header>
117
+ <section>
8
118
 
9
119
  <header>
10
120
 
@@ -33,7 +143,7 @@ webGlobe.viewer.scene.globe.baseColor = new Cesium.Color(1, 1, 1, 0.001);
33
143
  </code></pre>
34
144
  <h2>图层的属性</h2>
35
145
  <p>M3D的图层属性保持Cesium的3DTIle一致
36
- <a onclick="getTypeHTML(event)" link="https://cesium.com/docs/cesiumjs-ref-doc/Cesium3DTileset.html?classFilter=3Dtile">Cesium3DTileset</a></p>
146
+ <a href="https://cesium.com/docs/cesiumjs-ref-doc/Cesium3DTileset.html?classFilter=3Dtile">Cesium3DTileset</a></p>
37
147
  <pre class="prettyprint source lang-javascript"><code>{
38
148
  url: { type: String, required: true },
39
149
  show: { typs: Boolean, default: true },
@@ -158,4 +268,39 @@ webGlobe.startCustomDisplay(m3dlayer, layerIds, {
158
268
  </blockquote>
159
269
  </article>
160
270
 
161
- </section>
271
+ </section>
272
+
273
+ </div>
274
+
275
+ <footer class="footer">
276
+ <div class="content has-text-centered">
277
+ <p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
278
+ <p class="sidebar-created-by">
279
+ <a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
280
+ <a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
281
+ </p>
282
+ </div>
283
+ </footer>
284
+
285
+ </div>
286
+ <div id="side-nav" class="side-nav">
287
+ <div style="margin-bottom: 10px;">
288
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
289
+ </div>
290
+ <div style="margin-bottom: 10px;">
291
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
292
+ </div>
293
+ <div style="margin-bottom: 10px;">
294
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
295
+ </div>
296
+ <div>
297
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
298
+ </div>
299
+ </div>
300
+ </div>
301
+ <script src="scripts/linenumber.js"> </script>
302
+
303
+ <script src="scripts/search.js"> </script>
304
+
305
+ </body>
306
+ </html>
@@ -1,10 +1,120 @@
1
- <header id="page-title" class="page-title">
2
-
3
- <span class="page-title-main">类名</span>
4
- <span class="page-title-sub">2.2M3D钻孔剖切</span>
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ <head>
5
+
6
+ <meta charset="utf-8">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1">
8
+ <title> 2.2M3D钻孔剖切</title>
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/app.min.css">
13
+ <link type="text/css" rel="stylesheet" href="styles/iframe.css">
14
+ <link type="text/css" rel="stylesheet" href="">
15
+
16
+
17
+ </head>
18
+
19
+
20
+
21
+ <body class="layout small-header">
22
+ <div id="stickyNavbarOverlay"></div>
5
23
 
6
- </header>
7
- <section>
24
+
25
+ <div class="top-nav">
26
+ <div class="inner">
27
+ <a id="hamburger" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
28
+ <span aria-hidden="true"></span>
29
+ <span aria-hidden="true"></span>
30
+ <span aria-hidden="true"></span>
31
+ </a>
32
+ <div class="logo">
33
+
34
+ <h1> MapGIS Client for JavaScript API</h1>
35
+
36
+
37
+ </div>
38
+ <div class="menu">
39
+
40
+ <div class="navigation">
41
+
42
+
43
+ <a
44
+ class="link user-link "
45
+ href="/static/modules/common/api/common-mapgis/index.html"
46
+ >
47
+ Common
48
+ </a>
49
+
50
+ <a
51
+ class="link user-link "
52
+ href="/static/modules/cesium/api/cesium-mapgis/index.html"
53
+ >
54
+ Cesium-Plugin
55
+ </a>
56
+
57
+ <a
58
+ class="link user-link "
59
+ href="/static/modules/mapboxgl/api/mapboxgl-mapgis/index.html"
60
+ >
61
+ MapboxGL-Plugin
62
+ </a>
63
+
64
+ <a
65
+ class="link user-link "
66
+ href="/static/modules/leaflet/api/leaflet-mapgis/index.html"
67
+ >
68
+ Leaflet-Plugin
69
+ </a>
70
+
71
+ <a
72
+ class="link user-link "
73
+ href="/static/modules/openlayers/api/openLayers-mapgis/index.html"
74
+ >
75
+ OpenLayers-Plugin
76
+ </a>
77
+
78
+ <a
79
+ class="link user-link "
80
+ href="/static/modules/video/api/video-mapgis/index.html"
81
+ >
82
+ Video-Plugin
83
+ </a>
84
+
85
+
86
+
87
+ </div>
88
+ </div>
89
+ </div>
90
+ </div>
91
+
92
+ <div id="main">
93
+ <div
94
+ class="sidebar tutorials"
95
+ id="sidebarNav"
96
+ >
97
+ <div>
98
+ <span class="mapgis-api-document-span"><a href="index.html">API文档</a></span>
99
+ </div>
100
+
101
+ <div class="search-wrapper">
102
+ <input id="search" type="text" placeholder="搜索文档..." class="input">
103
+ </div>
104
+
105
+ <nav>
106
+
107
+ <div class="category"></div>
108
+
109
+ </nav>
110
+ </div>
111
+ <div class="core" id="main-content-wrapper">
112
+ <div class="content">
113
+ <header id="page-title" class="page-title">
114
+ <span class="page-title-main">类名</span>
115
+ <span class="page-title-sub">2.2M3D钻孔剖切</span>
116
+ </header>
117
+ <section>
8
118
 
9
119
  <header>
10
120
 
@@ -33,7 +143,7 @@ webGlobe.viewer.scene.globe.baseColor = new Cesium.Color(1, 1, 1, 0.001);
33
143
  </code></pre>
34
144
  <h2>图层的属性</h2>
35
145
  <p>M3D的图层属性保持Cesium的3DTIle一致
36
- <a onclick="getTypeHTML(event)" link="https://cesium.com/docs/cesiumjs-ref-doc/Cesium3DTileset.html?classFilter=3Dtile">Cesium3DTileset</a></p>
146
+ <a href="https://cesium.com/docs/cesiumjs-ref-doc/Cesium3DTileset.html?classFilter=3Dtile">Cesium3DTileset</a></p>
37
147
  <pre class="prettyprint source lang-javascript"><code>{
38
148
  url: { type: String, required: true },
39
149
  show: { typs: Boolean, default: true },
@@ -180,4 +290,39 @@ function cutLayer(index) {
180
290
  </ol>
181
291
  </article>
182
292
 
183
- </section>
293
+ </section>
294
+
295
+ </div>
296
+
297
+ <footer class="footer">
298
+ <div class="content has-text-centered">
299
+ <p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
300
+ <p class="sidebar-created-by">
301
+ <a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
302
+ <a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
303
+ </p>
304
+ </div>
305
+ </footer>
306
+
307
+ </div>
308
+ <div id="side-nav" class="side-nav">
309
+ <div style="margin-bottom: 10px;">
310
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
311
+ </div>
312
+ <div style="margin-bottom: 10px;">
313
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
314
+ </div>
315
+ <div style="margin-bottom: 10px;">
316
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
317
+ </div>
318
+ <div>
319
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
320
+ </div>
321
+ </div>
322
+ </div>
323
+ <script src="scripts/linenumber.js"> </script>
324
+
325
+ <script src="scripts/search.js"> </script>
326
+
327
+ </body>
328
+ </html>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mapgis/webclient-leaflet-plugin",
3
- "version" : "17.2.8",
4
- "description": "",
3
+ "version" : "17.4.0",
4
+ "description": "A cloud GIS network client development platform based on Leaflet.",
5
5
  "main": "dist/webclient-leaflet-plugin-es6.min.js",
6
6
  "scripts": {},
7
7
  "keywords": [
@@ -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.1.0",
17
- "@mapgis/webclient-graphic-render": "^17.2.0",
18
- "@mapgis/leaflet-easyprint": "^17.2.0",
19
- "@mapgis/mapbox-gl": "^17.2.0",
20
- "@mapgis/webclient-common": "^17.2.0",
15
+ "@mapgis/leaflet": "^17.4.0",
16
+ "@mapgis/webclient-graphic-render": "^17.4.0",
17
+ "@mapgis/leaflet-easyprint": "^17.4.0",
18
+ "@mapgis/mapbox-gl": "^17.4.0",
19
+ "@mapgis/webclient-common": "^17.4.0",
21
20
  "dom-to-image": "^2.5.2",
22
21
  "file-saver": "^1.3.3",
23
22
  "svg-pathdata": "^6.0.0"