@geode/opengeodeweb-viewer 1.0.0-rc.1 → 1.0.0-rc.2
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/package.json +1 -1
- package/schemas.json +14 -14
package/package.json
CHANGED
package/schemas.json
CHANGED
|
@@ -386,8 +386,8 @@
|
|
|
386
386
|
},
|
|
387
387
|
"viewer": {
|
|
388
388
|
"update_data": {
|
|
389
|
-
"$id": "opengeodeweb_viewer.viewer.
|
|
390
|
-
"rpc": "
|
|
389
|
+
"$id": "opengeodeweb_viewer.viewer.update_data",
|
|
390
|
+
"rpc": "update_data",
|
|
391
391
|
"type": "object",
|
|
392
392
|
"properties": {
|
|
393
393
|
"id": {
|
|
@@ -400,8 +400,8 @@
|
|
|
400
400
|
"additionalProperties": false
|
|
401
401
|
},
|
|
402
402
|
"take_screenshot": {
|
|
403
|
-
"$id": "opengeodeweb_viewer.viewer.
|
|
404
|
-
"rpc": "
|
|
403
|
+
"$id": "opengeodeweb_viewer.viewer.take_screenshot",
|
|
404
|
+
"rpc": "take_screenshot",
|
|
405
405
|
"type": "object",
|
|
406
406
|
"properties": {
|
|
407
407
|
"filename": {
|
|
@@ -426,8 +426,8 @@
|
|
|
426
426
|
"additionalProperties": false
|
|
427
427
|
},
|
|
428
428
|
"set_background_color": {
|
|
429
|
-
"$id": "opengeodeweb_viewer.viewer.
|
|
430
|
-
"rpc": "
|
|
429
|
+
"$id": "opengeodeweb_viewer.viewer.set_background_color",
|
|
430
|
+
"rpc": "set_background_color",
|
|
431
431
|
"type": "object",
|
|
432
432
|
"properties": {
|
|
433
433
|
"red": {
|
|
@@ -454,24 +454,24 @@
|
|
|
454
454
|
"additionalProperties": false
|
|
455
455
|
},
|
|
456
456
|
"reset_camera": {
|
|
457
|
-
"$id": "opengeodeweb_viewer.viewer.
|
|
458
|
-
"rpc": "
|
|
457
|
+
"$id": "opengeodeweb_viewer.viewer.reset_camera",
|
|
458
|
+
"rpc": "reset_camera",
|
|
459
459
|
"type": "object",
|
|
460
460
|
"properties": {},
|
|
461
461
|
"required": [],
|
|
462
462
|
"additionalProperties": false
|
|
463
463
|
},
|
|
464
464
|
"reset": {
|
|
465
|
-
"$id": "opengeodeweb_viewer.viewer.
|
|
466
|
-
"rpc": "
|
|
465
|
+
"$id": "opengeodeweb_viewer.viewer.reset",
|
|
466
|
+
"rpc": "reset",
|
|
467
467
|
"type": "object",
|
|
468
468
|
"properties": {},
|
|
469
469
|
"required": [],
|
|
470
470
|
"additionalProperties": false
|
|
471
471
|
},
|
|
472
472
|
"get_point_position": {
|
|
473
|
-
"$id": "opengeodeweb_viewer.viewer.
|
|
474
|
-
"rpc": "
|
|
473
|
+
"$id": "opengeodeweb_viewer.viewer.get_point_position",
|
|
474
|
+
"rpc": "get_point_position",
|
|
475
475
|
"type": "object",
|
|
476
476
|
"properties": {
|
|
477
477
|
"x": {
|
|
@@ -488,8 +488,8 @@
|
|
|
488
488
|
"additionalProperties": false
|
|
489
489
|
},
|
|
490
490
|
"create_visualization": {
|
|
491
|
-
"$id": "opengeodeweb_viewer.viewer.
|
|
492
|
-
"rpc": "
|
|
491
|
+
"$id": "opengeodeweb_viewer.viewer.create_visualization",
|
|
492
|
+
"rpc": "create_visualization",
|
|
493
493
|
"type": "object",
|
|
494
494
|
"properties": {},
|
|
495
495
|
"required": [],
|