@vertigis/viewer-spec 58.16.0 → 58.17.0

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.
@@ -209,6 +209,7 @@ export interface CaptureGeometryArgs {
209
209
  * "point" is the first of multiple options in the list, click actions will
210
210
  * create points while click-and-drag actions will automatically begin the
211
211
  * freehand variation of the next included geometry type.
212
+ * The types "point", "line" and "square" are supported only in Web.
212
213
  */
213
214
  geometryType: SketchTool | SketchTool[];
214
215
  /**
@@ -933,7 +933,7 @@
933
933
  "type": "string"
934
934
  }
935
935
  ],
936
- "description": "The geometry/shape to use for sketching. * Multiple sketch tools are only supported by VertiGIS Studio Web. When multiple sketch tools are provided, the sketch will begin with the first one in the list. If \"point\" is the first of multiple options in the list, click actions will create points while click-and-drag actions will automatically begin the freehand variation of the next included geometry type."
936
+ "description": "The geometry/shape to use for sketching. * Multiple sketch tools are only supported by VertiGIS Studio Web. When multiple sketch tools are provided, the sketch will begin with the first one in the list. If \"point\" is the first of multiple options in the list, click actions will create points while click-and-drag actions will automatically begin the freehand variation of the next included geometry type. The types \"point\", \"line\" and \"square\" are supported only in Web."
937
937
  },
938
938
  "maps": {
939
939
  "$ref": "MapsLike",
@@ -1034,7 +1034,7 @@
1034
1034
  "type": "string"
1035
1035
  }
1036
1036
  ],
1037
- "description": "The geometry/shape to use for sketching. * Multiple sketch tools are only supported by VertiGIS Studio Web. When multiple sketch tools are provided, the sketch will begin with the first one in the list. If \"point\" is the first of multiple options in the list, click actions will create points while click-and-drag actions will automatically begin the freehand variation of the next included geometry type."
1037
+ "description": "The geometry/shape to use for sketching. * Multiple sketch tools are only supported by VertiGIS Studio Web. When multiple sketch tools are provided, the sketch will begin with the first one in the list. If \"point\" is the first of multiple options in the list, click actions will create points while click-and-drag actions will automatically begin the freehand variation of the next included geometry type. The types \"point\", \"line\" and \"square\" are supported only in Web."
1038
1038
  },
1039
1039
  "maps": {
1040
1040
  "$ref": "MapsLike",
@@ -1444,7 +1444,7 @@
1444
1444
  "type": "string"
1445
1445
  }
1446
1446
  ],
1447
- "description": "The geometry/shape to use for sketching. * Multiple sketch tools are only supported by VertiGIS Studio Web. When multiple sketch tools are provided, the sketch will begin with the first one in the list. If \"point\" is the first of multiple options in the list, click actions will create points while click-and-drag actions will automatically begin the freehand variation of the next included geometry type."
1447
+ "description": "The geometry/shape to use for sketching. * Multiple sketch tools are only supported by VertiGIS Studio Web. When multiple sketch tools are provided, the sketch will begin with the first one in the list. If \"point\" is the first of multiple options in the list, click actions will create points while click-and-drag actions will automatically begin the freehand variation of the next included geometry type. The types \"point\", \"line\" and \"square\" are supported only in Web."
1448
1448
  },
1449
1449
  "maps": {
1450
1450
  "$ref": "MapsLike",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "58.16.0",
3
+ "version": "58.17.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
package/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export declare const version = "58.16.0";
4
+ export declare const version = "58.17.0";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export const version = "58.16.0";
4
+ export const version = "58.17.0";