@vertigis/viewer-spec 59.7.0 → 59.9.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.
@@ -0,0 +1,11 @@
1
+ import type { Command } from "../Command.js";
2
+ import { CommandRegistry } from "../CommandRegistry.js";
3
+ export declare class FileManagerCommands extends CommandRegistry {
4
+ protected readonly _prefix = "file-manager";
5
+ /**
6
+ * Opens the local data file management page. Mobile only.
7
+ *
8
+ * @mobileOnly
9
+ */
10
+ get displayFileManager(): Command;
11
+ }
@@ -0,0 +1 @@
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";export class FileManagerCommands extends e{_prefix="file-manager";get displayFileManager(){return this._get("display")}}
@@ -150,28 +150,11 @@ export interface GetExtentResult {
150
150
  */
151
151
  export interface MarkupArgs extends HasMaps {
152
152
  /**
153
- * The named collection of markup to operate on. If not specified the
154
- * default markup collection will be used. Some markup collection names are
155
- * used internally by Web:
156
- *
157
- * | Collection Name | Usage |
158
- * | ---------------------------------- | --------------------------------------------------------------------------- |
159
- * | "default" | The default markup layer. |
160
- * | "vgs-active-snapping-guides" | The active snap point when snapping. |
161
- * | "vgs-buffer" | Buffer graphics from out of the box buffer tools. |
162
- * | "vgs-context-marker" | Right click context marker on map. |
163
- * | "vgs-dirty-indicator" | Invalid geometry indicators used when editing. |
164
- * | "vgs-editing-control" | Edit frame and vertices while editing geometries. |
165
- * | "vgs-location-accuracy" | Location accuracy circle when geolocating. |
166
- * | "vgs-location-marker-\*" | Location markers have this prefix followed by the marker id. |
167
- * | "vgs-map-notes" | Map Notes. |
168
- * | "vgs-measurement-labels" | Labels on measured graphics. |
169
- * | "vgs-other-snapping-guides" | Additional snapping point visualizations. |
170
- * | "vgs-query" | Graphics representing the custom spatial filter for the query builder tool. |
171
- * | "vgs-self-snaps" | Used internally by snapping. |
172
- * | "vgs-sketching" | Temporary graphics used while drawing geometries. |
173
- * | "vgs-snapping-radius" | Snapping radius when snapping is active. |
174
- * | "vgs-transient-measurement-labels" | Measurement labels used while drawing. |
153
+ * The named collection of markup to operate on. If not specified, the default
154
+ * markup collection will be used.
155
+ *
156
+ * Note that collections with names prefixed by "vgs" are reserved for internal
157
+ * system use and should not be referenced directly.
175
158
  *
176
159
  * Web only.
177
160
  *
@@ -846,7 +846,7 @@
846
846
  "description": "Arguments for the \"map.add-markup\" command.",
847
847
  "properties": {
848
848
  "collection": {
849
- "description": "The named collection of markup to operate on. If not specified the default markup collection will be used. Some markup collection names are used internally by Web:\n\n| Collection Name | Usage |\n| ---------------------------------- | --------------------------------------------------------------------------- |\n| \"default\" | The default markup layer. |\n| \"vgs-active-snapping-guides\" | The active snap point when snapping. |\n| \"vgs-buffer\" | Buffer graphics from out of the box buffer tools. |\n| \"vgs-context-marker\" | Right click context marker on map. |\n| \"vgs-dirty-indicator\" | Invalid geometry indicators used when editing. |\n| \"vgs-editing-control\" | Edit frame and vertices while editing geometries. |\n| \"vgs-location-accuracy\" | Location accuracy circle when geolocating. |\n| \"vgs-location-marker-\\*\" | Location markers have this prefix followed by the marker id. |\n| \"vgs-map-notes\" | Map Notes. |\n| \"vgs-measurement-labels\" | Labels on measured graphics. |\n| \"vgs-other-snapping-guides\" | Additional snapping point visualizations. |\n| \"vgs-query\" | Graphics representing the custom spatial filter for the query builder tool. |\n| \"vgs-self-snaps\" | Used internally by snapping. |\n| \"vgs-sketching\" | Temporary graphics used while drawing geometries. |\n| \"vgs-snapping-radius\" | Snapping radius when snapping is active. |\n| \"vgs-transient-measurement-labels\" | Measurement labels used while drawing. |\n\nWeb only.",
849
+ "description": "The named collection of markup to operate on. If not specified, the default markup collection will be used.\n\nNote that collections with names prefixed by \"vgs\" are reserved for internal system use and should not be referenced directly.\n\nWeb only.",
850
850
  "type": "string"
851
851
  },
852
852
  "graphics": {
@@ -1113,7 +1113,7 @@
1113
1113
  "description": "Arguments for the \"map.clear-markup\" command.",
1114
1114
  "properties": {
1115
1115
  "collection": {
1116
- "description": "The named collection of markup to operate on. If not specified the default markup collection will be used. Some markup collection names are used internally by Web:\n\n| Collection Name | Usage |\n| ---------------------------------- | --------------------------------------------------------------------------- |\n| \"default\" | The default markup layer. |\n| \"vgs-active-snapping-guides\" | The active snap point when snapping. |\n| \"vgs-buffer\" | Buffer graphics from out of the box buffer tools. |\n| \"vgs-context-marker\" | Right click context marker on map. |\n| \"vgs-dirty-indicator\" | Invalid geometry indicators used when editing. |\n| \"vgs-editing-control\" | Edit frame and vertices while editing geometries. |\n| \"vgs-location-accuracy\" | Location accuracy circle when geolocating. |\n| \"vgs-location-marker-\\*\" | Location markers have this prefix followed by the marker id. |\n| \"vgs-map-notes\" | Map Notes. |\n| \"vgs-measurement-labels\" | Labels on measured graphics. |\n| \"vgs-other-snapping-guides\" | Additional snapping point visualizations. |\n| \"vgs-query\" | Graphics representing the custom spatial filter for the query builder tool. |\n| \"vgs-self-snaps\" | Used internally by snapping. |\n| \"vgs-sketching\" | Temporary graphics used while drawing geometries. |\n| \"vgs-snapping-radius\" | Snapping radius when snapping is active. |\n| \"vgs-transient-measurement-labels\" | Measurement labels used while drawing. |\n\nWeb only.",
1116
+ "description": "The named collection of markup to operate on. If not specified, the default markup collection will be used.\n\nNote that collections with names prefixed by \"vgs\" are reserved for internal system use and should not be referenced directly.\n\nWeb only.",
1117
1117
  "type": "string"
1118
1118
  },
1119
1119
  "graphics": {
@@ -830,7 +830,7 @@
830
830
  "description": "Arguments for the \"map.add-markup\" command.",
831
831
  "properties": {
832
832
  "collection": {
833
- "description": "The named collection of markup to operate on. If not specified the default markup collection will be used. Some markup collection names are used internally by Web:\n\n| Collection Name | Usage |\n| ---------------------------------- | --------------------------------------------------------------------------- |\n| \"default\" | The default markup layer. |\n| \"vgs-active-snapping-guides\" | The active snap point when snapping. |\n| \"vgs-buffer\" | Buffer graphics from out of the box buffer tools. |\n| \"vgs-context-marker\" | Right click context marker on map. |\n| \"vgs-dirty-indicator\" | Invalid geometry indicators used when editing. |\n| \"vgs-editing-control\" | Edit frame and vertices while editing geometries. |\n| \"vgs-location-accuracy\" | Location accuracy circle when geolocating. |\n| \"vgs-location-marker-\\*\" | Location markers have this prefix followed by the marker id. |\n| \"vgs-map-notes\" | Map Notes. |\n| \"vgs-measurement-labels\" | Labels on measured graphics. |\n| \"vgs-other-snapping-guides\" | Additional snapping point visualizations. |\n| \"vgs-query\" | Graphics representing the custom spatial filter for the query builder tool. |\n| \"vgs-self-snaps\" | Used internally by snapping. |\n| \"vgs-sketching\" | Temporary graphics used while drawing geometries. |\n| \"vgs-snapping-radius\" | Snapping radius when snapping is active. |\n| \"vgs-transient-measurement-labels\" | Measurement labels used while drawing. |\n\nWeb only.",
833
+ "description": "The named collection of markup to operate on. If not specified, the default markup collection will be used.\n\nNote that collections with names prefixed by \"vgs\" are reserved for internal system use and should not be referenced directly.\n\nWeb only.",
834
834
  "type": "string"
835
835
  },
836
836
  "graphics": {
@@ -1233,7 +1233,7 @@
1233
1233
  "description": "Arguments for the \"map.clear-markup\" command.",
1234
1234
  "properties": {
1235
1235
  "collection": {
1236
- "description": "The named collection of markup to operate on. If not specified the default markup collection will be used. Some markup collection names are used internally by Web:\n\n| Collection Name | Usage |\n| ---------------------------------- | --------------------------------------------------------------------------- |\n| \"default\" | The default markup layer. |\n| \"vgs-active-snapping-guides\" | The active snap point when snapping. |\n| \"vgs-buffer\" | Buffer graphics from out of the box buffer tools. |\n| \"vgs-context-marker\" | Right click context marker on map. |\n| \"vgs-dirty-indicator\" | Invalid geometry indicators used when editing. |\n| \"vgs-editing-control\" | Edit frame and vertices while editing geometries. |\n| \"vgs-location-accuracy\" | Location accuracy circle when geolocating. |\n| \"vgs-location-marker-\\*\" | Location markers have this prefix followed by the marker id. |\n| \"vgs-map-notes\" | Map Notes. |\n| \"vgs-measurement-labels\" | Labels on measured graphics. |\n| \"vgs-other-snapping-guides\" | Additional snapping point visualizations. |\n| \"vgs-query\" | Graphics representing the custom spatial filter for the query builder tool. |\n| \"vgs-self-snaps\" | Used internally by snapping. |\n| \"vgs-sketching\" | Temporary graphics used while drawing geometries. |\n| \"vgs-snapping-radius\" | Snapping radius when snapping is active. |\n| \"vgs-transient-measurement-labels\" | Measurement labels used while drawing. |\n\nWeb only.",
1236
+ "description": "The named collection of markup to operate on. If not specified, the default markup collection will be used.\n\nNote that collections with names prefixed by \"vgs\" are reserved for internal system use and should not be referenced directly.\n\nWeb only.",
1237
1237
  "type": "string"
1238
1238
  },
1239
1239
  "graphics": {
@@ -1142,7 +1142,7 @@
1142
1142
  "description": "Arguments for the \"map.add-markup\" command.",
1143
1143
  "properties": {
1144
1144
  "collection": {
1145
- "description": "The named collection of markup to operate on. If not specified the default markup collection will be used. Some markup collection names are used internally by Web:\n\n| Collection Name | Usage |\n| ---------------------------------- | --------------------------------------------------------------------------- |\n| \"default\" | The default markup layer. |\n| \"vgs-active-snapping-guides\" | The active snap point when snapping. |\n| \"vgs-buffer\" | Buffer graphics from out of the box buffer tools. |\n| \"vgs-context-marker\" | Right click context marker on map. |\n| \"vgs-dirty-indicator\" | Invalid geometry indicators used when editing. |\n| \"vgs-editing-control\" | Edit frame and vertices while editing geometries. |\n| \"vgs-location-accuracy\" | Location accuracy circle when geolocating. |\n| \"vgs-location-marker-\\*\" | Location markers have this prefix followed by the marker id. |\n| \"vgs-map-notes\" | Map Notes. |\n| \"vgs-measurement-labels\" | Labels on measured graphics. |\n| \"vgs-other-snapping-guides\" | Additional snapping point visualizations. |\n| \"vgs-query\" | Graphics representing the custom spatial filter for the query builder tool. |\n| \"vgs-self-snaps\" | Used internally by snapping. |\n| \"vgs-sketching\" | Temporary graphics used while drawing geometries. |\n| \"vgs-snapping-radius\" | Snapping radius when snapping is active. |\n| \"vgs-transient-measurement-labels\" | Measurement labels used while drawing. |\n\nWeb only.",
1145
+ "description": "The named collection of markup to operate on. If not specified, the default markup collection will be used.\n\nNote that collections with names prefixed by \"vgs\" are reserved for internal system use and should not be referenced directly.\n\nWeb only.",
1146
1146
  "type": "string"
1147
1147
  },
1148
1148
  "graphics": {
@@ -1726,7 +1726,7 @@
1726
1726
  "description": "Arguments for the \"map.clear-markup\" command.",
1727
1727
  "properties": {
1728
1728
  "collection": {
1729
- "description": "The named collection of markup to operate on. If not specified the default markup collection will be used. Some markup collection names are used internally by Web:\n\n| Collection Name | Usage |\n| ---------------------------------- | --------------------------------------------------------------------------- |\n| \"default\" | The default markup layer. |\n| \"vgs-active-snapping-guides\" | The active snap point when snapping. |\n| \"vgs-buffer\" | Buffer graphics from out of the box buffer tools. |\n| \"vgs-context-marker\" | Right click context marker on map. |\n| \"vgs-dirty-indicator\" | Invalid geometry indicators used when editing. |\n| \"vgs-editing-control\" | Edit frame and vertices while editing geometries. |\n| \"vgs-location-accuracy\" | Location accuracy circle when geolocating. |\n| \"vgs-location-marker-\\*\" | Location markers have this prefix followed by the marker id. |\n| \"vgs-map-notes\" | Map Notes. |\n| \"vgs-measurement-labels\" | Labels on measured graphics. |\n| \"vgs-other-snapping-guides\" | Additional snapping point visualizations. |\n| \"vgs-query\" | Graphics representing the custom spatial filter for the query builder tool. |\n| \"vgs-self-snaps\" | Used internally by snapping. |\n| \"vgs-sketching\" | Temporary graphics used while drawing geometries. |\n| \"vgs-snapping-radius\" | Snapping radius when snapping is active. |\n| \"vgs-transient-measurement-labels\" | Measurement labels used while drawing. |\n\nWeb only.",
1729
+ "description": "The named collection of markup to operate on. If not specified, the default markup collection will be used.\n\nNote that collections with names prefixed by \"vgs\" are reserved for internal system use and should not be referenced directly.\n\nWeb only.",
1730
1730
  "type": "string"
1731
1731
  },
1732
1732
  "graphics": {
@@ -4746,7 +4746,7 @@
4746
4746
  "description": "Arguments for the \"map.get-markup\" operation.",
4747
4747
  "properties": {
4748
4748
  "collection": {
4749
- "description": "The named collection of markup to operate on. If not specified the default markup collection will be used. Some markup collection names are used internally by Web:\n\n| Collection Name | Usage |\n| ---------------------------------- | --------------------------------------------------------------------------- |\n| \"default\" | The default markup layer. |\n| \"vgs-active-snapping-guides\" | The active snap point when snapping. |\n| \"vgs-buffer\" | Buffer graphics from out of the box buffer tools. |\n| \"vgs-context-marker\" | Right click context marker on map. |\n| \"vgs-dirty-indicator\" | Invalid geometry indicators used when editing. |\n| \"vgs-editing-control\" | Edit frame and vertices while editing geometries. |\n| \"vgs-location-accuracy\" | Location accuracy circle when geolocating. |\n| \"vgs-location-marker-\\*\" | Location markers have this prefix followed by the marker id. |\n| \"vgs-map-notes\" | Map Notes. |\n| \"vgs-measurement-labels\" | Labels on measured graphics. |\n| \"vgs-other-snapping-guides\" | Additional snapping point visualizations. |\n| \"vgs-query\" | Graphics representing the custom spatial filter for the query builder tool. |\n| \"vgs-self-snaps\" | Used internally by snapping. |\n| \"vgs-sketching\" | Temporary graphics used while drawing geometries. |\n| \"vgs-snapping-radius\" | Snapping radius when snapping is active. |\n| \"vgs-transient-measurement-labels\" | Measurement labels used while drawing. |\n\nWeb only.",
4749
+ "description": "The named collection of markup to operate on. If not specified, the default markup collection will be used.\n\nNote that collections with names prefixed by \"vgs\" are reserved for internal system use and should not be referenced directly.\n\nWeb only.",
4750
4750
  "type": "string"
4751
4751
  },
4752
4752
  "geometry": {
@@ -5504,7 +5504,7 @@
5504
5504
  "description": "Base arguments for markup commands and operations.",
5505
5505
  "properties": {
5506
5506
  "collection": {
5507
- "description": "The named collection of markup to operate on. If not specified the default markup collection will be used. Some markup collection names are used internally by Web:\n\n| Collection Name | Usage |\n| ---------------------------------- | --------------------------------------------------------------------------- |\n| \"default\" | The default markup layer. |\n| \"vgs-active-snapping-guides\" | The active snap point when snapping. |\n| \"vgs-buffer\" | Buffer graphics from out of the box buffer tools. |\n| \"vgs-context-marker\" | Right click context marker on map. |\n| \"vgs-dirty-indicator\" | Invalid geometry indicators used when editing. |\n| \"vgs-editing-control\" | Edit frame and vertices while editing geometries. |\n| \"vgs-location-accuracy\" | Location accuracy circle when geolocating. |\n| \"vgs-location-marker-\\*\" | Location markers have this prefix followed by the marker id. |\n| \"vgs-map-notes\" | Map Notes. |\n| \"vgs-measurement-labels\" | Labels on measured graphics. |\n| \"vgs-other-snapping-guides\" | Additional snapping point visualizations. |\n| \"vgs-query\" | Graphics representing the custom spatial filter for the query builder tool. |\n| \"vgs-self-snaps\" | Used internally by snapping. |\n| \"vgs-sketching\" | Temporary graphics used while drawing geometries. |\n| \"vgs-snapping-radius\" | Snapping radius when snapping is active. |\n| \"vgs-transient-measurement-labels\" | Measurement labels used while drawing. |\n\nWeb only.",
5507
+ "description": "The named collection of markup to operate on. If not specified, the default markup collection will be used.\n\nNote that collections with names prefixed by \"vgs\" are reserved for internal system use and should not be referenced directly.\n\nWeb only.",
5508
5508
  "type": "string"
5509
5509
  },
5510
5510
  "maps": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "59.7.0",
3
+ "version": "59.9.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.7.0";
4
+ export declare const version = "59.9.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.7.0";
4
+ export const version = "59.9.0";