@mapgis/webclient-mapboxgl-plugin 17.6.15 → 17.6.18

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.
@@ -2967,6 +2967,34 @@ igsMapImageLayer.on('layer-view-created', function (result) {
2967
2967
 
2968
2968
 
2969
2969
 
2970
+ <tr class="deep-level-1">
2971
+
2972
+ <td class="name"><code>goToLayerMode</code></td>
2973
+
2974
+
2975
+ <td class="type">
2976
+
2977
+
2978
+ <span class="param-type">String</span>
2979
+
2980
+
2981
+
2982
+ </td>
2983
+
2984
+
2985
+ <td class="default">
2986
+
2987
+ 'extent'
2988
+
2989
+ </td>
2990
+
2991
+
2992
+ <td class="description last"><p>跳转图层的模式,仅在传入layer参数时生效。支持两种模式,'extent' 表示根据图层范围进行跳转, 'fix-level'按范围并调整到到整数级</p></td>
2993
+ </tr>
2994
+
2995
+
2996
+
2997
+
2970
2998
  <tr class="deep-level-1">
2971
2999
 
2972
3000
  <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.18",
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": {},