@geode/opengeodeweb-viewer 1.8.0 → 1.8.1-rc.1
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 +61 -57
package/package.json
CHANGED
package/schemas.json
CHANGED
|
@@ -821,6 +821,27 @@
|
|
|
821
821
|
"additionalProperties": false
|
|
822
822
|
}
|
|
823
823
|
},
|
|
824
|
+
"edges": {
|
|
825
|
+
"visibility": {
|
|
826
|
+
"$id": "opengeodeweb_viewer.model.edges.visibility",
|
|
827
|
+
"rpc": "visibility",
|
|
828
|
+
"type": "object",
|
|
829
|
+
"properties": {
|
|
830
|
+
"id": {
|
|
831
|
+
"type": "string",
|
|
832
|
+
"minLength": 1
|
|
833
|
+
},
|
|
834
|
+
"visibility": {
|
|
835
|
+
"type": "boolean"
|
|
836
|
+
}
|
|
837
|
+
},
|
|
838
|
+
"required": [
|
|
839
|
+
"id",
|
|
840
|
+
"visibility"
|
|
841
|
+
],
|
|
842
|
+
"additionalProperties": false
|
|
843
|
+
}
|
|
844
|
+
},
|
|
824
845
|
"lines": {
|
|
825
846
|
"visibility": {
|
|
826
847
|
"$id": "opengeodeweb_viewer.model.lines.visibility",
|
|
@@ -908,6 +929,46 @@
|
|
|
908
929
|
"additionalProperties": false
|
|
909
930
|
}
|
|
910
931
|
},
|
|
932
|
+
"points": {
|
|
933
|
+
"visibility": {
|
|
934
|
+
"$id": "opengeodeweb_viewer.model.points.visibility",
|
|
935
|
+
"rpc": "visibility",
|
|
936
|
+
"type": "object",
|
|
937
|
+
"properties": {
|
|
938
|
+
"id": {
|
|
939
|
+
"type": "string",
|
|
940
|
+
"minLength": 1
|
|
941
|
+
},
|
|
942
|
+
"visibility": {
|
|
943
|
+
"type": "boolean"
|
|
944
|
+
}
|
|
945
|
+
},
|
|
946
|
+
"required": [
|
|
947
|
+
"id",
|
|
948
|
+
"visibility"
|
|
949
|
+
],
|
|
950
|
+
"additionalProperties": false
|
|
951
|
+
},
|
|
952
|
+
"size": {
|
|
953
|
+
"$id": "opengeodeweb_viewer.model.points.size",
|
|
954
|
+
"rpc": "size",
|
|
955
|
+
"type": "object",
|
|
956
|
+
"properties": {
|
|
957
|
+
"id": {
|
|
958
|
+
"type": "string",
|
|
959
|
+
"minLength": 1
|
|
960
|
+
},
|
|
961
|
+
"size": {
|
|
962
|
+
"type": "number"
|
|
963
|
+
}
|
|
964
|
+
},
|
|
965
|
+
"required": [
|
|
966
|
+
"id",
|
|
967
|
+
"size"
|
|
968
|
+
],
|
|
969
|
+
"additionalProperties": false
|
|
970
|
+
}
|
|
971
|
+
},
|
|
911
972
|
"visibility": {
|
|
912
973
|
"$id": "opengeodeweb_viewer.model.visibility",
|
|
913
974
|
"rpc": "visibility",
|
|
@@ -947,63 +1008,6 @@
|
|
|
947
1008
|
],
|
|
948
1009
|
"additionalProperties": false
|
|
949
1010
|
},
|
|
950
|
-
"points.visibility": {
|
|
951
|
-
"$id": "opengeodeweb_viewer.model.pointsvisibility",
|
|
952
|
-
"rpc": "points.visibility",
|
|
953
|
-
"type": "object",
|
|
954
|
-
"properties": {
|
|
955
|
-
"id": {
|
|
956
|
-
"type": "string",
|
|
957
|
-
"minLength": 1
|
|
958
|
-
},
|
|
959
|
-
"visibility": {
|
|
960
|
-
"type": "boolean"
|
|
961
|
-
}
|
|
962
|
-
},
|
|
963
|
-
"required": [
|
|
964
|
-
"id",
|
|
965
|
-
"visibility"
|
|
966
|
-
],
|
|
967
|
-
"additionalProperties": false
|
|
968
|
-
},
|
|
969
|
-
"points.size": {
|
|
970
|
-
"$id": "opengeodeweb_viewer.model.pointssize",
|
|
971
|
-
"rpc": "points.size",
|
|
972
|
-
"type": "object",
|
|
973
|
-
"properties": {
|
|
974
|
-
"id": {
|
|
975
|
-
"type": "string",
|
|
976
|
-
"minLength": 1
|
|
977
|
-
},
|
|
978
|
-
"size": {
|
|
979
|
-
"type": "number"
|
|
980
|
-
}
|
|
981
|
-
},
|
|
982
|
-
"required": [
|
|
983
|
-
"id",
|
|
984
|
-
"size"
|
|
985
|
-
],
|
|
986
|
-
"additionalProperties": false
|
|
987
|
-
},
|
|
988
|
-
"edges.visibility": {
|
|
989
|
-
"$id": "opengeodeweb_viewer.model.edgesvisibility",
|
|
990
|
-
"rpc": "edges.visibility",
|
|
991
|
-
"type": "object",
|
|
992
|
-
"properties": {
|
|
993
|
-
"id": {
|
|
994
|
-
"type": "string",
|
|
995
|
-
"minLength": 1
|
|
996
|
-
},
|
|
997
|
-
"visibility": {
|
|
998
|
-
"type": "boolean"
|
|
999
|
-
}
|
|
1000
|
-
},
|
|
1001
|
-
"required": [
|
|
1002
|
-
"id",
|
|
1003
|
-
"visibility"
|
|
1004
|
-
],
|
|
1005
|
-
"additionalProperties": false
|
|
1006
|
-
},
|
|
1007
1011
|
"deregister": {
|
|
1008
1012
|
"$id": "opengeodeweb_viewer.model.deregister",
|
|
1009
1013
|
"rpc": "deregister",
|