@mapgis/webclient-mapboxgl-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.
@@ -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>Client for JavaScript 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>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mapgis/webclient-mapboxgl-plugin",
3
- "version" : "17.2.8",
4
- "description": "",
3
+ "version" : "17.4.0",
4
+ "description": "A cloud GIS network client development platform based on MapboxGL.",
5
5
  "main": "dist/webclient-mapboxgl-plugin-es6.min.js",
6
6
  "scripts": {},
7
7
  "keywords": [
@@ -11,10 +11,9 @@
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/mapbox-gl": "^17.2.0",
17
- "@mapgis/webclient-common": "^17.2.0"
15
+ "@mapgis/mapbox-gl": "^17.4.0",
16
+ "@mapgis/webclient-common": "^17.4.0"
18
17
  },
19
18
  "peerDependencies": {},
20
19
  "devDependencies": {}