@vertigis/viewer-spec 56.5.1 → 56.7.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/messaging/registry/map.d.ts +38 -0
- package/messaging/registry/map.js +1 -1
- package/messaging/registry/offline.d.ts +12 -5
- package/messaging/schema/mobile-action.schema.json +5 -5
- package/messaging/schema/web-action.schema.json +176 -0
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -848,6 +848,25 @@ export declare class MapCommands extends CommandRegistry {
|
|
|
848
848
|
* @webOnly
|
|
849
849
|
*/
|
|
850
850
|
get goToGeometry(): Command<Geometries | HasMapGeometry>;
|
|
851
|
+
/**
|
|
852
|
+
* Zooms to (without animation) the next viewpoint to undo viewpoint changes
|
|
853
|
+
* from zooming to a previous viewpoint.
|
|
854
|
+
*
|
|
855
|
+
* Note that if no map is included as an argument, the command will run for
|
|
856
|
+
* all maps, which could result in unexpected behavior. Web only.
|
|
857
|
+
*
|
|
858
|
+
* @webOnly
|
|
859
|
+
*/
|
|
860
|
+
get goToNextViewpoint(): Command<Maps | void>;
|
|
861
|
+
/**
|
|
862
|
+
* Zooms to (without animation) the previous viewpoint.
|
|
863
|
+
*
|
|
864
|
+
* Note that if no map is included as an argument, the command will run for
|
|
865
|
+
* all maps, which could result in unexpected behavior. Web only.
|
|
866
|
+
*
|
|
867
|
+
* @webOnly
|
|
868
|
+
*/
|
|
869
|
+
get goToPreviousViewpoint(): Command<Maps | void>;
|
|
851
870
|
/**
|
|
852
871
|
* Zooms to (without animation) the given viewpoint. Web only.
|
|
853
872
|
*
|
|
@@ -1008,6 +1027,25 @@ export declare class MapCommands extends CommandRegistry {
|
|
|
1008
1027
|
* Zooms the map to its initial viewpoint.
|
|
1009
1028
|
*/
|
|
1010
1029
|
get zoomToInitialViewpoint(): Command<Maps | void>;
|
|
1030
|
+
/**
|
|
1031
|
+
* Zooms to the next viewpoint to undo viewpoint changes from zooming to a
|
|
1032
|
+
* previous viewpoint.
|
|
1033
|
+
*
|
|
1034
|
+
* Note that if no map is included as an argument, the command will run for
|
|
1035
|
+
* all maps, which could result in unexpected behavior. Web only.
|
|
1036
|
+
*
|
|
1037
|
+
* @webOnly
|
|
1038
|
+
*/
|
|
1039
|
+
get zoomToNextViewpoint(): Command<Maps | void>;
|
|
1040
|
+
/**
|
|
1041
|
+
* Zooms to the previous viewpoint.
|
|
1042
|
+
*
|
|
1043
|
+
* Note that if no map is included as an argument, the command will run for
|
|
1044
|
+
* all maps, which could result in unexpected behavior. Web only.
|
|
1045
|
+
*
|
|
1046
|
+
* @webOnly
|
|
1047
|
+
*/
|
|
1048
|
+
get zoomToPreviousViewpoint(): Command<Maps | void>;
|
|
1011
1049
|
/**
|
|
1012
1050
|
* Go to the given viewpoint.
|
|
1013
1051
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";import{OperationRegistry as r}from"../OperationRegistry.js";export class MapCommands extends e{constructor(){super(...arguments),this._prefix="map"}get addMarkup(){return this._get("add-markup")}get addLayers(){return this._get("add-layers")}get applyFilterEffect(){return this._get("apply-filter-effect")}get applyLayerPreset(){return this._get("apply-layer-preset")}get createNote(){return this._get("create-note")}get editNote(){return this._get("edit-note")}get removeFilterEffects(){return this._get("remove-filter-effects")}get clearFilterEffects(){return this._get("clear-filter-effects")}get clearMarkup(){return this._get("clear-markup")}get disableMapClick(){return this._get("disable-map-click")}get displayExtentSelector(){return this._get("display-extent-selector")}get enableMapClick(){return this._get("enable-map-click")}get goToFeatures(){return this._get("go-to-features")}get goToGeometry(){return this._get("go-to-geometry")}get goToViewpoint(){return this._get("go-to-viewpoint")}get goToScale(){return this._get("go-to-scale")}get goToInitialViewpoint(){return this._get("go-to-initial-viewpoint")}get goToLayerExtent(){return this._get("go-to-layer-extent")}get hideExtentSelector(){return this._get("hide-extent-selector")}get hideMarkup(){return this._get("hide-markup")}get panToFeatures(){return this._get("pan-to-features")}get panToGeometry(){return this._get("pan-to-geometry")}get pauseSketch(){return this._get("pause-sketch")}get removeLayers(){return this._get("remove-layers")}get replace(){return this._get("replace")}get replaceAdditionalLayers(){return this._get("replace-additional-layers")}get replaceMmpk(){return this._get("replace-mmpk")}get resumeSketch(){return this._get("resume-sketch")}get rotateBy(){return this._get("rotate-by")}get rotateTo(){return this._get("rotate-to")}get refresh(){return this._get("refresh")}get setViewMode(){return this._get("set-view-mode")}get showMarkup(){return this._get("show-markup")}get updateLayer(){return this._get("update-layer")}get zoomToFeatures(){return this._get("zoom-to-features")}get zoomToGeometry(){return this._get("zoom-to-geometry")}get zoomIn(){return this._get("zoom-in")}get zoomOut(){return this._get("zoom-out")}get zoomToScale(){return this._get("zoom-to-scale")}get zoomToInitialViewpoint(){return this._get("zoom-to-initial-viewpoint")}get zoomToViewpoint(){return this._get("zoom-to-viewpoint")}get zoomToLayerExtent(){return this._get("zoom-to-layer-extent")}get zoomToLayerVisibleScale(){return this._get("zoom-to-layer-visible-scale")}}export class MapEvents extends t{constructor(){super(...arguments),this._prefix="map"}get initialized(){return this._get("initialized")}get initializing(){return this._get("initializing")}get markupAdded(){return this._get("markup-added")}get markupCleared(){return this._get("markup-cleared")}get navigationCompleted(){return this._get("navigation-completed")}get refreshed(){return this._get("refreshed")}get refreshing(){return this._get("refreshing")}get rotated(){return this._get("rotated")}get rotating(){return this._get("rotating")}get switched(){return this._get("switched")}get viewModeChanged(){return this._get("view-mode-changed")}get viewpointChanged(){return this._get("viewpoint-changed")}get imageExported(){return this._get("image-exported")}}export class MapOperations extends r{constructor(){super(...arguments),this._prefix="map"}get getUserCoordinatesInput(){return this._get("get-user-coordinates-input")}get getCoordinateTransformation(){return this._get("get-coordinate-transformation")}get exportImage(){return this._get("export-image")}get exportWebMapOrScene(){return this._get("export-web-map-or-scene")}get getMarkup(){return this._get("get-markup")}get getExtent(){return this._get("get-extent")}get getGeometryFromSelector(){return this._get("get-geometry-from-selector")}get getInitialViewpoint(){return this._get("get-initial-viewpoint")}get getViewpoint(){return this._get("get-viewpoint")}get getSpatialReference(){return this._get("get-spatial-reference")}get getVisibleCenter(){return this._get("get-visible-center")}get hide(){return this._get("hide")}get show(){return this._get("show")}get startSketch(){return this._get("start-sketch")}get stopSketch(){return this._get("stop-sketch")}get getViewInsets(){return this._get("get-view-insets")}}
|
|
1
|
+
import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";import{OperationRegistry as r}from"../OperationRegistry.js";export class MapCommands extends e{constructor(){super(...arguments),this._prefix="map"}get addMarkup(){return this._get("add-markup")}get addLayers(){return this._get("add-layers")}get applyFilterEffect(){return this._get("apply-filter-effect")}get applyLayerPreset(){return this._get("apply-layer-preset")}get createNote(){return this._get("create-note")}get editNote(){return this._get("edit-note")}get removeFilterEffects(){return this._get("remove-filter-effects")}get clearFilterEffects(){return this._get("clear-filter-effects")}get clearMarkup(){return this._get("clear-markup")}get disableMapClick(){return this._get("disable-map-click")}get displayExtentSelector(){return this._get("display-extent-selector")}get enableMapClick(){return this._get("enable-map-click")}get goToFeatures(){return this._get("go-to-features")}get goToGeometry(){return this._get("go-to-geometry")}get goToNextViewpoint(){return this._get("go-to-next-viewpoint")}get goToPreviousViewpoint(){return this._get("go-to-previous-viewpoint")}get goToViewpoint(){return this._get("go-to-viewpoint")}get goToScale(){return this._get("go-to-scale")}get goToInitialViewpoint(){return this._get("go-to-initial-viewpoint")}get goToLayerExtent(){return this._get("go-to-layer-extent")}get hideExtentSelector(){return this._get("hide-extent-selector")}get hideMarkup(){return this._get("hide-markup")}get panToFeatures(){return this._get("pan-to-features")}get panToGeometry(){return this._get("pan-to-geometry")}get pauseSketch(){return this._get("pause-sketch")}get removeLayers(){return this._get("remove-layers")}get replace(){return this._get("replace")}get replaceAdditionalLayers(){return this._get("replace-additional-layers")}get replaceMmpk(){return this._get("replace-mmpk")}get resumeSketch(){return this._get("resume-sketch")}get rotateBy(){return this._get("rotate-by")}get rotateTo(){return this._get("rotate-to")}get refresh(){return this._get("refresh")}get setViewMode(){return this._get("set-view-mode")}get showMarkup(){return this._get("show-markup")}get updateLayer(){return this._get("update-layer")}get zoomToFeatures(){return this._get("zoom-to-features")}get zoomToGeometry(){return this._get("zoom-to-geometry")}get zoomIn(){return this._get("zoom-in")}get zoomOut(){return this._get("zoom-out")}get zoomToScale(){return this._get("zoom-to-scale")}get zoomToInitialViewpoint(){return this._get("zoom-to-initial-viewpoint")}get zoomToNextViewpoint(){return this._get("zoom-to-next-viewpoint")}get zoomToPreviousViewpoint(){return this._get("zoom-to-previous-viewpoint")}get zoomToViewpoint(){return this._get("zoom-to-viewpoint")}get zoomToLayerExtent(){return this._get("zoom-to-layer-extent")}get zoomToLayerVisibleScale(){return this._get("zoom-to-layer-visible-scale")}}export class MapEvents extends t{constructor(){super(...arguments),this._prefix="map"}get initialized(){return this._get("initialized")}get initializing(){return this._get("initializing")}get markupAdded(){return this._get("markup-added")}get markupCleared(){return this._get("markup-cleared")}get navigationCompleted(){return this._get("navigation-completed")}get refreshed(){return this._get("refreshed")}get refreshing(){return this._get("refreshing")}get rotated(){return this._get("rotated")}get rotating(){return this._get("rotating")}get switched(){return this._get("switched")}get viewModeChanged(){return this._get("view-mode-changed")}get viewpointChanged(){return this._get("viewpoint-changed")}get imageExported(){return this._get("image-exported")}}export class MapOperations extends r{constructor(){super(...arguments),this._prefix="map"}get getUserCoordinatesInput(){return this._get("get-user-coordinates-input")}get getCoordinateTransformation(){return this._get("get-coordinate-transformation")}get exportImage(){return this._get("export-image")}get exportWebMapOrScene(){return this._get("export-web-map-or-scene")}get getMarkup(){return this._get("get-markup")}get getExtent(){return this._get("get-extent")}get getGeometryFromSelector(){return this._get("get-geometry-from-selector")}get getInitialViewpoint(){return this._get("get-initial-viewpoint")}get getViewpoint(){return this._get("get-viewpoint")}get getSpatialReference(){return this._get("get-spatial-reference")}get getVisibleCenter(){return this._get("get-visible-center")}get hide(){return this._get("hide")}get show(){return this._get("show")}get startSketch(){return this._get("start-sketch")}get stopSketch(){return this._get("stop-sketch")}get getViewInsets(){return this._get("get-view-insets")}}
|
|
@@ -459,19 +459,24 @@ export declare class OfflineOperations extends OperationRegistry {
|
|
|
459
459
|
/**
|
|
460
460
|
* Activates the specified offline area, replacing the map on the MapView
|
|
461
461
|
* with the offline map associated with the specified offline area. Mobile
|
|
462
|
-
* only.
|
|
462
|
+
* only. Note that exceptions during activation will be set in the result
|
|
463
|
+
* rather than thrown.
|
|
463
464
|
*
|
|
464
465
|
* @mobileOnly
|
|
465
466
|
*/
|
|
466
467
|
get activateArea(): Operation<OfflineCommandArgs, OfflineOperationResult>;
|
|
467
468
|
/**
|
|
468
|
-
* Downloads the data for the specified offline area. Mobile only.
|
|
469
|
+
* Downloads the data for the specified offline area. Mobile only. Note that
|
|
470
|
+
* exceptions during the download process will be set in the result rather
|
|
471
|
+
* than thrown.
|
|
469
472
|
*
|
|
470
473
|
* @mobileOnly
|
|
471
474
|
*/
|
|
472
475
|
get downloadArea(): Operation<OfflineCommandArgs, OfflineOperationResult>;
|
|
473
476
|
/**
|
|
474
|
-
* Switches from an offline map to the online map. Mobile only.
|
|
477
|
+
* Switches from an offline map to the online map. Mobile only. Note that
|
|
478
|
+
* exceptions while switching to the online map will be set in the result
|
|
479
|
+
* rather than thrown.
|
|
475
480
|
*
|
|
476
481
|
* @mobileOnly
|
|
477
482
|
*/
|
|
@@ -485,14 +490,16 @@ export declare class OfflineOperations extends OperationRegistry {
|
|
|
485
490
|
get checkForActiveArea(): Operation<MapExtension, boolean>;
|
|
486
491
|
/**
|
|
487
492
|
* Pushes any edits to the server that have been done in the indicated
|
|
488
|
-
* offline map. Mobile only.
|
|
493
|
+
* offline map. Mobile only. Note that errors during the upload process will
|
|
494
|
+
* be set in the result rather than thrown.
|
|
489
495
|
*
|
|
490
496
|
* @mobileOnly
|
|
491
497
|
*/
|
|
492
498
|
get submitEdits(): Operation<OfflineCommandArgs, OfflineOperationResult>;
|
|
493
499
|
/**
|
|
494
500
|
* Pulls down any new map changes from the server to the indicated offline
|
|
495
|
-
* map. Mobile only.
|
|
501
|
+
* map. Mobile only. Note that errors during the update process will be set
|
|
502
|
+
* in the result rather than thrown.
|
|
496
503
|
*
|
|
497
504
|
* @mobileOnly
|
|
498
505
|
*/
|
|
@@ -15308,7 +15308,7 @@
|
|
|
15308
15308
|
"type": "boolean"
|
|
15309
15309
|
},
|
|
15310
15310
|
"offline.activate-area": {
|
|
15311
|
-
"description": "Activates the specified offline area, replacing the map on the MapView with the offline map associated with the specified offline area. Mobile only.",
|
|
15311
|
+
"description": "Activates the specified offline area, replacing the map on the MapView with the offline map associated with the specified offline area. Mobile only. Note that exceptions during activation will be set in the result rather than thrown.",
|
|
15312
15312
|
"enum": [
|
|
15313
15313
|
"offline.activate-area"
|
|
15314
15314
|
]
|
|
@@ -15377,7 +15377,7 @@
|
|
|
15377
15377
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
15378
15378
|
},
|
|
15379
15379
|
"offline.download-area": {
|
|
15380
|
-
"description": "Downloads the data for the specified offline area. Mobile only.",
|
|
15380
|
+
"description": "Downloads the data for the specified offline area. Mobile only. Note that exceptions during the download process will be set in the result rather than thrown.",
|
|
15381
15381
|
"enum": [
|
|
15382
15382
|
"offline.download-area"
|
|
15383
15383
|
]
|
|
@@ -15419,7 +15419,7 @@
|
|
|
15419
15419
|
"type": "array"
|
|
15420
15420
|
},
|
|
15421
15421
|
"offline.go-online": {
|
|
15422
|
-
"description": "Switches from an offline map to the online map. Mobile only.",
|
|
15422
|
+
"description": "Switches from an offline map to the online map. Mobile only. Note that exceptions while switching to the online map will be set in the result rather than thrown.",
|
|
15423
15423
|
"enum": [
|
|
15424
15424
|
"offline.go-online"
|
|
15425
15425
|
]
|
|
@@ -15431,7 +15431,7 @@
|
|
|
15431
15431
|
"$ref": "#/definitions/OfflineOperationResult"
|
|
15432
15432
|
},
|
|
15433
15433
|
"offline.submit-edits": {
|
|
15434
|
-
"description": "Pushes any edits to the server that have been done in the indicated offline map. Mobile only.",
|
|
15434
|
+
"description": "Pushes any edits to the server that have been done in the indicated offline map. Mobile only. Note that errors during the upload process will be set in the result rather than thrown.",
|
|
15435
15435
|
"enum": [
|
|
15436
15436
|
"offline.submit-edits"
|
|
15437
15437
|
]
|
|
@@ -15443,7 +15443,7 @@
|
|
|
15443
15443
|
"$ref": "#/definitions/OfflineOperationResult"
|
|
15444
15444
|
},
|
|
15445
15445
|
"offline.update-area": {
|
|
15446
|
-
"description": "Pulls down any new map changes from the server to the indicated offline map. Mobile only.",
|
|
15446
|
+
"description": "Pulls down any new map changes from the server to the indicated offline map. Mobile only. Note that errors during the update process will be set in the result rather than thrown.",
|
|
15447
15447
|
"enum": [
|
|
15448
15448
|
"offline.update-area"
|
|
15449
15449
|
]
|
|
@@ -19235,6 +19235,56 @@
|
|
|
19235
19235
|
"map.go-to-layer-extent:input": {
|
|
19236
19236
|
"$ref": "#/definitions/ZoomToLayerArgs"
|
|
19237
19237
|
},
|
|
19238
|
+
"map.go-to-next-viewpoint": {
|
|
19239
|
+
"description": "Zooms to (without animation) the next viewpoint to undo viewpoint changes from zooming to a previous viewpoint. Note that if no map is included as an argument, the command will run for all maps, which could result in unexpected behavior. Web only.",
|
|
19240
|
+
"enum": [
|
|
19241
|
+
"map.go-to-next-viewpoint"
|
|
19242
|
+
]
|
|
19243
|
+
},
|
|
19244
|
+
"map.go-to-next-viewpoint:input": {
|
|
19245
|
+
"anyOf": [
|
|
19246
|
+
{
|
|
19247
|
+
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
19248
|
+
},
|
|
19249
|
+
{
|
|
19250
|
+
"items": {
|
|
19251
|
+
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
19252
|
+
},
|
|
19253
|
+
"type": "array"
|
|
19254
|
+
},
|
|
19255
|
+
{
|
|
19256
|
+
"$ref": "#/definitions/HasMaps"
|
|
19257
|
+
},
|
|
19258
|
+
{
|
|
19259
|
+
"type": "null"
|
|
19260
|
+
}
|
|
19261
|
+
]
|
|
19262
|
+
},
|
|
19263
|
+
"map.go-to-previous-viewpoint": {
|
|
19264
|
+
"description": "Zooms to (without animation) the previous viewpoint. Note that if no map is included as an argument, the command will run for all maps, which could result in unexpected behavior. Web only.",
|
|
19265
|
+
"enum": [
|
|
19266
|
+
"map.go-to-previous-viewpoint"
|
|
19267
|
+
]
|
|
19268
|
+
},
|
|
19269
|
+
"map.go-to-previous-viewpoint:input": {
|
|
19270
|
+
"anyOf": [
|
|
19271
|
+
{
|
|
19272
|
+
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
19273
|
+
},
|
|
19274
|
+
{
|
|
19275
|
+
"items": {
|
|
19276
|
+
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
19277
|
+
},
|
|
19278
|
+
"type": "array"
|
|
19279
|
+
},
|
|
19280
|
+
{
|
|
19281
|
+
"$ref": "#/definitions/HasMaps"
|
|
19282
|
+
},
|
|
19283
|
+
{
|
|
19284
|
+
"type": "null"
|
|
19285
|
+
}
|
|
19286
|
+
]
|
|
19287
|
+
},
|
|
19238
19288
|
"map.go-to-scale": {
|
|
19239
19289
|
"description": "Zooms (without animation) the map to a specified, numerical scale. Web only.",
|
|
19240
19290
|
"enum": [
|
|
@@ -19735,6 +19785,56 @@
|
|
|
19735
19785
|
"map.zoom-to-layer-visible-scale:input": {
|
|
19736
19786
|
"$ref": "#/definitions/ZoomToLayerArgs"
|
|
19737
19787
|
},
|
|
19788
|
+
"map.zoom-to-next-viewpoint": {
|
|
19789
|
+
"description": "Zooms to the next viewpoint to undo viewpoint changes from zooming to a previous viewpoint. Note that if no map is included as an argument, the command will run for all maps, which could result in unexpected behavior. Web only.",
|
|
19790
|
+
"enum": [
|
|
19791
|
+
"map.zoom-to-next-viewpoint"
|
|
19792
|
+
]
|
|
19793
|
+
},
|
|
19794
|
+
"map.zoom-to-next-viewpoint:input": {
|
|
19795
|
+
"anyOf": [
|
|
19796
|
+
{
|
|
19797
|
+
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
19798
|
+
},
|
|
19799
|
+
{
|
|
19800
|
+
"items": {
|
|
19801
|
+
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
19802
|
+
},
|
|
19803
|
+
"type": "array"
|
|
19804
|
+
},
|
|
19805
|
+
{
|
|
19806
|
+
"$ref": "#/definitions/HasMaps"
|
|
19807
|
+
},
|
|
19808
|
+
{
|
|
19809
|
+
"type": "null"
|
|
19810
|
+
}
|
|
19811
|
+
]
|
|
19812
|
+
},
|
|
19813
|
+
"map.zoom-to-previous-viewpoint": {
|
|
19814
|
+
"description": "Zooms to the previous viewpoint. Note that if no map is included as an argument, the command will run for all maps, which could result in unexpected behavior. Web only.",
|
|
19815
|
+
"enum": [
|
|
19816
|
+
"map.zoom-to-previous-viewpoint"
|
|
19817
|
+
]
|
|
19818
|
+
},
|
|
19819
|
+
"map.zoom-to-previous-viewpoint:input": {
|
|
19820
|
+
"anyOf": [
|
|
19821
|
+
{
|
|
19822
|
+
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
19823
|
+
},
|
|
19824
|
+
{
|
|
19825
|
+
"items": {
|
|
19826
|
+
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
19827
|
+
},
|
|
19828
|
+
"type": "array"
|
|
19829
|
+
},
|
|
19830
|
+
{
|
|
19831
|
+
"$ref": "#/definitions/HasMaps"
|
|
19832
|
+
},
|
|
19833
|
+
{
|
|
19834
|
+
"type": "null"
|
|
19835
|
+
}
|
|
19836
|
+
]
|
|
19837
|
+
},
|
|
19738
19838
|
"map.zoom-to-scale": {
|
|
19739
19839
|
"description": "Zooms the map to a specified, numerical scale. Web only.",
|
|
19740
19840
|
"enum": [
|
|
@@ -22835,6 +22935,38 @@
|
|
|
22835
22935
|
],
|
|
22836
22936
|
"type": "object"
|
|
22837
22937
|
},
|
|
22938
|
+
{
|
|
22939
|
+
"additionalProperties": false,
|
|
22940
|
+
"properties": {
|
|
22941
|
+
"arguments": {
|
|
22942
|
+
"$ref": "#/definitions/map.go-to-next-viewpoint:input"
|
|
22943
|
+
},
|
|
22944
|
+
"name": {
|
|
22945
|
+
"$ref": "#/definitions/map.go-to-next-viewpoint"
|
|
22946
|
+
}
|
|
22947
|
+
},
|
|
22948
|
+
"required": [
|
|
22949
|
+
"name",
|
|
22950
|
+
"arguments"
|
|
22951
|
+
],
|
|
22952
|
+
"type": "object"
|
|
22953
|
+
},
|
|
22954
|
+
{
|
|
22955
|
+
"additionalProperties": false,
|
|
22956
|
+
"properties": {
|
|
22957
|
+
"arguments": {
|
|
22958
|
+
"$ref": "#/definitions/map.go-to-previous-viewpoint:input"
|
|
22959
|
+
},
|
|
22960
|
+
"name": {
|
|
22961
|
+
"$ref": "#/definitions/map.go-to-previous-viewpoint"
|
|
22962
|
+
}
|
|
22963
|
+
},
|
|
22964
|
+
"required": [
|
|
22965
|
+
"name",
|
|
22966
|
+
"arguments"
|
|
22967
|
+
],
|
|
22968
|
+
"type": "object"
|
|
22969
|
+
},
|
|
22838
22970
|
{
|
|
22839
22971
|
"additionalProperties": false,
|
|
22840
22972
|
"properties": {
|
|
@@ -23139,6 +23271,38 @@
|
|
|
23139
23271
|
],
|
|
23140
23272
|
"type": "object"
|
|
23141
23273
|
},
|
|
23274
|
+
{
|
|
23275
|
+
"additionalProperties": false,
|
|
23276
|
+
"properties": {
|
|
23277
|
+
"arguments": {
|
|
23278
|
+
"$ref": "#/definitions/map.zoom-to-next-viewpoint:input"
|
|
23279
|
+
},
|
|
23280
|
+
"name": {
|
|
23281
|
+
"$ref": "#/definitions/map.zoom-to-next-viewpoint"
|
|
23282
|
+
}
|
|
23283
|
+
},
|
|
23284
|
+
"required": [
|
|
23285
|
+
"name",
|
|
23286
|
+
"arguments"
|
|
23287
|
+
],
|
|
23288
|
+
"type": "object"
|
|
23289
|
+
},
|
|
23290
|
+
{
|
|
23291
|
+
"additionalProperties": false,
|
|
23292
|
+
"properties": {
|
|
23293
|
+
"arguments": {
|
|
23294
|
+
"$ref": "#/definitions/map.zoom-to-previous-viewpoint:input"
|
|
23295
|
+
},
|
|
23296
|
+
"name": {
|
|
23297
|
+
"$ref": "#/definitions/map.zoom-to-previous-viewpoint"
|
|
23298
|
+
}
|
|
23299
|
+
},
|
|
23300
|
+
"required": [
|
|
23301
|
+
"name",
|
|
23302
|
+
"arguments"
|
|
23303
|
+
],
|
|
23304
|
+
"type": "object"
|
|
23305
|
+
},
|
|
23142
23306
|
{
|
|
23143
23307
|
"additionalProperties": false,
|
|
23144
23308
|
"properties": {
|
|
@@ -24349,6 +24513,12 @@
|
|
|
24349
24513
|
{
|
|
24350
24514
|
"$ref": "#/definitions/map.go-to-layer-extent"
|
|
24351
24515
|
},
|
|
24516
|
+
{
|
|
24517
|
+
"$ref": "#/definitions/map.go-to-next-viewpoint"
|
|
24518
|
+
},
|
|
24519
|
+
{
|
|
24520
|
+
"$ref": "#/definitions/map.go-to-previous-viewpoint"
|
|
24521
|
+
},
|
|
24352
24522
|
{
|
|
24353
24523
|
"$ref": "#/definitions/map.go-to-scale"
|
|
24354
24524
|
},
|
|
@@ -24406,6 +24576,12 @@
|
|
|
24406
24576
|
{
|
|
24407
24577
|
"$ref": "#/definitions/map.zoom-to-layer-visible-scale"
|
|
24408
24578
|
},
|
|
24579
|
+
{
|
|
24580
|
+
"$ref": "#/definitions/map.zoom-to-next-viewpoint"
|
|
24581
|
+
},
|
|
24582
|
+
{
|
|
24583
|
+
"$ref": "#/definitions/map.zoom-to-previous-viewpoint"
|
|
24584
|
+
},
|
|
24409
24585
|
{
|
|
24410
24586
|
"$ref": "#/definitions/map.zoom-to-scale"
|
|
24411
24587
|
},
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED