@mapgis/webclient-mapboxgl-plugin 17.6.15 → 17.6.20

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.
@@ -712,6 +712,8 @@ import { MapView } from '@mapgis/webclient-mapboxgl-plugin' <br/></p>
712
712
 
713
713
  <li>BaseView#event:键盘抬起事件</li>
714
714
 
715
+ <li>BaseView#event:引擎视图创建完毕事件</li>
716
+
715
717
  <li>BaseView#event:地图视图改变事件</li>
716
718
  </ul>
717
719
  </div>
@@ -2967,6 +2969,34 @@ igsMapImageLayer.on('layer-view-created', function (result) {
2967
2969
 
2968
2970
 
2969
2971
 
2972
+ <tr class="deep-level-1">
2973
+
2974
+ <td class="name"><code>goToLayerMode</code></td>
2975
+
2976
+
2977
+ <td class="type">
2978
+
2979
+
2980
+ <span class="param-type">String</span>
2981
+
2982
+
2983
+
2984
+ </td>
2985
+
2986
+
2987
+ <td class="default">
2988
+
2989
+ 'extent'
2990
+
2991
+ </td>
2992
+
2993
+
2994
+ <td class="description last"><p>跳转图层的模式,仅在传入layer参数时生效。支持两种模式,'extent' 表示根据图层范围进行跳转, 'fix-level'按范围并调整到到整数级</p></td>
2995
+ </tr>
2996
+
2997
+
2998
+
2999
+
2970
3000
  <tr class="deep-level-1">
2971
3001
 
2972
3002
  <td class="name"><code>target</code></td>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mapgis/webclient-mapboxgl-plugin",
3
- "version" : "17.6.15",
3
+ "version" : "17.6.20",
4
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": {},