@mapgis/webclient-leaflet-plugin 17.6.0 → 17.6.1

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.
@@ -6026,6 +6026,195 @@ import { SketchEditor } from &quot;@mapgis/webclient-leaflet-plugin&quot; <br/><
6026
6026
 
6027
6027
 
6028
6028
 
6029
+ </div>
6030
+
6031
+ <div class="member">
6032
+
6033
+
6034
+
6035
+ <h4 class="name" id="getExtendBounds">
6036
+ <a class="href-link" href="#getExtendBounds">#</a>
6037
+
6038
+ <span class="code-name" style="font-size:30px">
6039
+
6040
+ getExtendBounds<span class="signature">(extent, resolution)</span>
6041
+
6042
+ </span>
6043
+ </h4>
6044
+
6045
+
6046
+
6047
+ <div class="description">
6048
+ <p>据像素扩展的leaflet范围对象</p>
6049
+ </div>
6050
+
6051
+
6052
+
6053
+
6054
+
6055
+
6056
+
6057
+
6058
+
6059
+
6060
+ <h4>参数:</h4>
6061
+
6062
+ <div class="table-container">
6063
+ <table class="params table">
6064
+ <thead>
6065
+ <tr>
6066
+
6067
+ <th>名称</th>
6068
+
6069
+
6070
+ <th>类型</th>
6071
+
6072
+
6073
+
6074
+ <th class="last">描述</th>
6075
+ </tr>
6076
+ </thead>
6077
+
6078
+ <tbody>
6079
+
6080
+
6081
+
6082
+ <tr class="deep-level-0">
6083
+
6084
+ <td class="name"><code>extent</code></td>
6085
+
6086
+
6087
+ <td class="type">
6088
+
6089
+
6090
+ <span class="param-type">Extent</span>
6091
+
6092
+
6093
+
6094
+ </td>
6095
+
6096
+
6097
+
6098
+ <td class="description last"><p>基础图层对象</p></td>
6099
+ </tr>
6100
+
6101
+
6102
+
6103
+
6104
+
6105
+
6106
+ <tr class="deep-level-0">
6107
+
6108
+ <td class="name"><code>resolution</code></td>
6109
+
6110
+
6111
+ <td class="type">
6112
+
6113
+
6114
+ <span class="param-type">Number</span>
6115
+
6116
+
6117
+
6118
+ </td>
6119
+
6120
+
6121
+
6122
+ <td class="description last"><p>分辨率</p></td>
6123
+ </tr>
6124
+
6125
+
6126
+
6127
+
6128
+ </tbody>
6129
+ </table>
6130
+ </div>
6131
+
6132
+
6133
+
6134
+
6135
+
6136
+
6137
+ <dl class="details">
6138
+
6139
+
6140
+
6141
+
6142
+
6143
+
6144
+
6145
+
6146
+
6147
+
6148
+
6149
+
6150
+
6151
+
6152
+
6153
+
6154
+
6155
+
6156
+
6157
+
6158
+
6159
+
6160
+
6161
+
6162
+
6163
+
6164
+
6165
+
6166
+
6167
+
6168
+
6169
+ </dl>
6170
+
6171
+
6172
+
6173
+
6174
+
6175
+
6176
+
6177
+
6178
+
6179
+
6180
+
6181
+
6182
+
6183
+
6184
+
6185
+
6186
+
6187
+
6188
+ <div class='columns method-parameter'>
6189
+ <div class="column is-2"><label>返回值:</label></div>
6190
+ <div class="column is-10">
6191
+
6192
+
6193
+
6194
+ <div class="columns">
6195
+
6196
+ <div class='param-desc column is-7'><p>leaflet的范围对象</p></div>
6197
+
6198
+
6199
+ <div class='column is-5 has-text-left'>
6200
+ <label>类型: </label>
6201
+
6202
+ <span class="param-type">L.latLngBounds</span>
6203
+
6204
+
6205
+ </div>
6206
+
6207
+ </div>
6208
+
6209
+
6210
+ </div>
6211
+ </div>
6212
+
6213
+
6214
+
6215
+
6216
+
6217
+
6029
6218
  </div>
6030
6219
 
6031
6220
  <div class="member">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mapgis/webclient-leaflet-plugin",
3
- "version" : "17.6.0",
3
+ "version" : "17.6.1",
4
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": {},