@mapgis/webclient-mapboxgl-plugin 17.2.1 → 17.2.2

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.
@@ -2406,7 +2406,7 @@ const newSketchEditors = SketchEditorMapboxgl.split(polygon,polyline)</code></pr
2406
2406
 
2407
2407
  <span class="code-name" id="start" style="font-size:30px">
2408
2408
 
2409
- start<span class="signature">(dataType, extendOptions)</span>
2409
+ start<span class="signature">(dataType, extensionOptions)</span>
2410
2410
 
2411
2411
  </span>
2412
2412
  </h4>
@@ -2479,7 +2479,7 @@ const newSketchEditors = SketchEditorMapboxgl.split(polygon,polyline)</code></pr
2479
2479
 
2480
2480
  <tr class="deep-level-0">
2481
2481
 
2482
- <td class="name"><code>extendOptions</code></td>
2482
+ <td class="name"><code>extensionOptions</code></td>
2483
2483
 
2484
2484
 
2485
2485
  <td class="type">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mapgis/webclient-mapboxgl-plugin",
3
- "version" : "17.2.1",
3
+ "version" : "17.2.2",
4
4
  "description": "",
5
5
  "main": "dist/webclient-mapboxgl-plugin-es6.min.js",
6
6
  "scripts": {},