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