@geode/opengeodeweb-viewer 1.6.3 → 1.7.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 -0
package/package.json
CHANGED
package/schemas.json
CHANGED
|
@@ -1299,6 +1299,20 @@
|
|
|
1299
1299
|
"y"
|
|
1300
1300
|
],
|
|
1301
1301
|
"additionalProperties": false
|
|
1302
|
+
},
|
|
1303
|
+
"axes": {
|
|
1304
|
+
"$id": "opengeodeweb_viewer.viewer.axes",
|
|
1305
|
+
"rpc": "axes",
|
|
1306
|
+
"type": "object",
|
|
1307
|
+
"properties": {
|
|
1308
|
+
"visibility": {
|
|
1309
|
+
"type": "boolean"
|
|
1310
|
+
}
|
|
1311
|
+
},
|
|
1312
|
+
"required": [
|
|
1313
|
+
"visibility"
|
|
1314
|
+
],
|
|
1315
|
+
"additionalProperties": false
|
|
1302
1316
|
}
|
|
1303
1317
|
}
|
|
1304
1318
|
}
|