@vertigis/viewer-spec 56.22.0 → 56.23.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.
- package/app-config/schema/web-app-config.schema.json +1 -1
- package/app-config/web/SnappingProperties.d.ts +6 -0
- package/messaging/schema/common-action.schema.json +4 -0
- package/messaging/schema/mobile-action.schema.json +4 -0
- package/messaging/schema/web-action.schema.json +4 -0
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -92,4 +92,10 @@ export interface SnappingProperties {
|
|
|
92
92
|
* utility networks are included in the web map.
|
|
93
93
|
*/
|
|
94
94
|
enableUtilityNetworkRules?: boolean;
|
|
95
|
+
/**
|
|
96
|
+
* Enable a tooltip that shows the name of the layer that has been snapped
|
|
97
|
+
* to and the type of the snap target, i.e. vertex or edge. Defaults to
|
|
98
|
+
* true.
|
|
99
|
+
*/
|
|
100
|
+
enableTooltips?: boolean;
|
|
95
101
|
}
|
|
@@ -3057,6 +3057,10 @@
|
|
|
3057
3057
|
"additionalProperties": false,
|
|
3058
3058
|
"description": "Global configuration for snapping.",
|
|
3059
3059
|
"properties": {
|
|
3060
|
+
"enableTooltips": {
|
|
3061
|
+
"description": "Enable a tooltip that shows the name of the layer that has been snapped to and the type of the snap target, i.e. vertex or edge. Defaults to true.",
|
|
3062
|
+
"type": "boolean"
|
|
3063
|
+
},
|
|
3060
3064
|
"enableUtilityNetworkRules": {
|
|
3061
3065
|
"description": "Enable the automatic application of feature class based rules if any utility networks are included in the web map.",
|
|
3062
3066
|
"type": "boolean"
|
|
@@ -4012,6 +4012,10 @@
|
|
|
4012
4012
|
"additionalProperties": false,
|
|
4013
4013
|
"description": "Global configuration for snapping.",
|
|
4014
4014
|
"properties": {
|
|
4015
|
+
"enableTooltips": {
|
|
4016
|
+
"description": "Enable a tooltip that shows the name of the layer that has been snapped to and the type of the snap target, i.e. vertex or edge. Defaults to true.",
|
|
4017
|
+
"type": "boolean"
|
|
4018
|
+
},
|
|
4015
4019
|
"enableUtilityNetworkRules": {
|
|
4016
4020
|
"description": "Enable the automatic application of feature class based rules if any utility networks are included in the web map.",
|
|
4017
4021
|
"type": "boolean"
|
|
@@ -6802,6 +6802,10 @@
|
|
|
6802
6802
|
"additionalProperties": false,
|
|
6803
6803
|
"description": "Global configuration for snapping.",
|
|
6804
6804
|
"properties": {
|
|
6805
|
+
"enableTooltips": {
|
|
6806
|
+
"description": "Enable a tooltip that shows the name of the layer that has been snapped to and the type of the snap target, i.e. vertex or edge. Defaults to true.",
|
|
6807
|
+
"type": "boolean"
|
|
6808
|
+
},
|
|
6805
6809
|
"enableUtilityNetworkRules": {
|
|
6806
6810
|
"description": "Enable the automatic application of feature class based rules if any utility networks are included in the web map.",
|
|
6807
6811
|
"type": "boolean"
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED