@mapgis/webclient-mapboxgl-plugin 17.6.21 → 17.6.23

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.
@@ -585,7 +585,7 @@ sketchEditor.start(SketchDataType.polygon) // 绘制区
585
585
 
586
586
 
587
587
 
588
- <td class="description last"><p>新增/新增点的序号</p></td>
588
+ <td class="description last"><p>新增点的索引值,索引值从0开始</p></td>
589
589
  </tr>
590
590
 
591
591
 
@@ -1631,7 +1631,7 @@ console.log("恢复后的几何对象" + geometry)</code></pre>
1631
1631
 
1632
1632
 
1633
1633
 
1634
- <td class="description last"><p>需更新的顶点的序号</p></td>
1634
+ <td class="description last"><p>需移除的顶点的索引值,索引值从0开始</p></td>
1635
1635
  </tr>
1636
1636
 
1637
1637
 
@@ -3087,7 +3087,7 @@ SketchEditor.union(polygons)</code></pre>
3087
3087
 
3088
3088
 
3089
3089
 
3090
- <td class="description last"><p>需更新的顶点的序号</p></td>
3090
+ <td class="description last"><p>需更新的顶点的索引值,索引值从0开始</p></td>
3091
3091
  </tr>
3092
3092
 
3093
3093
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mapgis/webclient-mapboxgl-plugin",
3
- "version" : "17.6.21",
3
+ "version" : "17.6.23",
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": {},