@vertigis/viewer-spec 59.16.0 → 59.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.
@@ -157,7 +157,8 @@ export interface IdentifyArgs {
157
157
  /**
158
158
  * The map to identify. Can be used instead of or in addition to "sources".
159
159
  * Layers on the map will be used as sources according to the
160
- * "layersInScaleRangeOnly" and "visibleLayersOnly" flags.
160
+ * "layersInScaleRangeOnly", "layersWithPopupEnabledOnly", and
161
+ * "visibleLayersOnly" flags.
161
162
  */
162
163
  maps?: MapsLike;
163
164
  /**
@@ -166,6 +167,12 @@ export interface IdentifyArgs {
166
167
  * VertiGIS Studio Mobile.
167
168
  */
168
169
  layersInScaleRangeOnly?: boolean;
170
+ /**
171
+ * When "map" is specified, this determines whether to include only layers
172
+ * that have the `popupEnabled` layer property set to true. The default is
173
+ * false. Not supported in VertiGIS Studio Mobile.
174
+ */
175
+ layersWithPopupEnabledOnly?: boolean;
169
176
  /**
170
177
  * When "map" is specified, this determines whether to include only visible
171
178
  * layers. The default is true. Not supported in VertiGIS Studio Mobile.
@@ -2671,9 +2671,13 @@
2671
2671
  "description": "When \"map\" is specified, this determines whether to include only layers that are in visible scale range. The default is false. Not supported in VertiGIS Studio Mobile.",
2672
2672
  "type": "boolean"
2673
2673
  },
2674
+ "layersWithPopupEnabledOnly": {
2675
+ "description": "When \"map\" is specified, this determines whether to include only layers that have the `popupEnabled` layer property set to true. The default is false. Not supported in VertiGIS Studio Mobile.",
2676
+ "type": "boolean"
2677
+ },
2674
2678
  "maps": {
2675
2679
  "$ref": "MapsLike",
2676
- "description": "The map to identify. Can be used instead of or in addition to \"sources\". Layers on the map will be used as sources according to the \"layersInScaleRangeOnly\" and \"visibleLayersOnly\" flags."
2680
+ "description": "The map to identify. Can be used instead of or in addition to \"sources\". Layers on the map will be used as sources according to the \"layersInScaleRangeOnly\", \"layersWithPopupEnabledOnly\", and \"visibleLayersOnly\" flags."
2677
2681
  },
2678
2682
  "maxAllowableOffset": {
2679
2683
  "description": "The maximum allowable offset used for generalizing returned geometries. Not supported in VertiGIS Studio Mobile.",
@@ -3207,9 +3207,13 @@
3207
3207
  "description": "When \"map\" is specified, this determines whether to include only layers that are in visible scale range. The default is false. Not supported in VertiGIS Studio Mobile.",
3208
3208
  "type": "boolean"
3209
3209
  },
3210
+ "layersWithPopupEnabledOnly": {
3211
+ "description": "When \"map\" is specified, this determines whether to include only layers that have the `popupEnabled` layer property set to true. The default is false. Not supported in VertiGIS Studio Mobile.",
3212
+ "type": "boolean"
3213
+ },
3210
3214
  "maps": {
3211
3215
  "$ref": "MapsLike",
3212
- "description": "The map to identify. Can be used instead of or in addition to \"sources\". Layers on the map will be used as sources according to the \"layersInScaleRangeOnly\" and \"visibleLayersOnly\" flags."
3216
+ "description": "The map to identify. Can be used instead of or in addition to \"sources\". Layers on the map will be used as sources according to the \"layersInScaleRangeOnly\", \"layersWithPopupEnabledOnly\", and \"visibleLayersOnly\" flags."
3213
3217
  },
3214
3218
  "maxAllowableOffset": {
3215
3219
  "description": "The maximum allowable offset used for generalizing returned geometries. Not supported in VertiGIS Studio Mobile.",
@@ -5037,9 +5037,13 @@
5037
5037
  "description": "When \"map\" is specified, this determines whether to include only layers that are in visible scale range. The default is false. Not supported in VertiGIS Studio Mobile.",
5038
5038
  "type": "boolean"
5039
5039
  },
5040
+ "layersWithPopupEnabledOnly": {
5041
+ "description": "When \"map\" is specified, this determines whether to include only layers that have the `popupEnabled` layer property set to true. The default is false. Not supported in VertiGIS Studio Mobile.",
5042
+ "type": "boolean"
5043
+ },
5040
5044
  "maps": {
5041
5045
  "$ref": "MapsLike",
5042
- "description": "The map to identify. Can be used instead of or in addition to \"sources\". Layers on the map will be used as sources according to the \"layersInScaleRangeOnly\" and \"visibleLayersOnly\" flags."
5046
+ "description": "The map to identify. Can be used instead of or in addition to \"sources\". Layers on the map will be used as sources according to the \"layersInScaleRangeOnly\", \"layersWithPopupEnabledOnly\", and \"visibleLayersOnly\" flags."
5043
5047
  },
5044
5048
  "maxAllowableOffset": {
5045
5049
  "description": "The maximum allowable offset used for generalizing returned geometries. Not supported in VertiGIS Studio Mobile.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "59.16.0",
3
+ "version": "59.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 = "59.16.0";
4
+ export declare const version = "59.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 = "59.16.0";
4
+ export const version = "59.17.0";