@geode/opengeodeweb-viewer 1.8.1 → 1.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.
- package/package.json +1 -1
- package/schemas.json +14 -0
package/package.json
CHANGED
package/schemas.json
CHANGED
|
@@ -1250,6 +1250,20 @@
|
|
|
1250
1250
|
],
|
|
1251
1251
|
"additionalProperties": false
|
|
1252
1252
|
},
|
|
1253
|
+
"set_z_scaling": {
|
|
1254
|
+
"$id": "opengeodeweb_viewer.viewer.set_z_scaling",
|
|
1255
|
+
"rpc": "set_z_scaling",
|
|
1256
|
+
"type": "object",
|
|
1257
|
+
"properties": {
|
|
1258
|
+
"z_scale": {
|
|
1259
|
+
"type": "number"
|
|
1260
|
+
}
|
|
1261
|
+
},
|
|
1262
|
+
"required": [
|
|
1263
|
+
"z_scale"
|
|
1264
|
+
],
|
|
1265
|
+
"additionalProperties": false
|
|
1266
|
+
},
|
|
1253
1267
|
"set_background_color": {
|
|
1254
1268
|
"$id": "opengeodeweb_viewer.viewer.set_background_color",
|
|
1255
1269
|
"rpc": "set_background_color",
|