@geode/opengeodeweb-viewer 1.21.0-rc.1 → 1.21.0-rc.3
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.
|
@@ -1901,6 +1901,51 @@
|
|
|
1901
1901
|
"required": [],
|
|
1902
1902
|
"additionalProperties": false
|
|
1903
1903
|
},
|
|
1904
|
+
"preview_points": {
|
|
1905
|
+
"$id": "opengeodeweb_viewer.viewer.preview_points",
|
|
1906
|
+
"rpc": "preview_points",
|
|
1907
|
+
"type": "object",
|
|
1908
|
+
"properties": {
|
|
1909
|
+
"points": {
|
|
1910
|
+
"type": "array",
|
|
1911
|
+
"items": {
|
|
1912
|
+
"type": "object",
|
|
1913
|
+
"properties": {
|
|
1914
|
+
"x": {
|
|
1915
|
+
"type": "number"
|
|
1916
|
+
},
|
|
1917
|
+
"y": {
|
|
1918
|
+
"type": "number"
|
|
1919
|
+
},
|
|
1920
|
+
"z": {
|
|
1921
|
+
"type": "number"
|
|
1922
|
+
}
|
|
1923
|
+
},
|
|
1924
|
+
"required": [
|
|
1925
|
+
"x",
|
|
1926
|
+
"y",
|
|
1927
|
+
"z"
|
|
1928
|
+
],
|
|
1929
|
+
"additionalProperties": false
|
|
1930
|
+
}
|
|
1931
|
+
},
|
|
1932
|
+
"style": {
|
|
1933
|
+
"type": "string",
|
|
1934
|
+
"enum": [
|
|
1935
|
+
"points",
|
|
1936
|
+
"curve"
|
|
1937
|
+
]
|
|
1938
|
+
},
|
|
1939
|
+
"closed": {
|
|
1940
|
+
"type": "boolean"
|
|
1941
|
+
}
|
|
1942
|
+
},
|
|
1943
|
+
"required": [
|
|
1944
|
+
"points",
|
|
1945
|
+
"style"
|
|
1946
|
+
],
|
|
1947
|
+
"additionalProperties": false
|
|
1948
|
+
},
|
|
1904
1949
|
"picked_ids": {
|
|
1905
1950
|
"$id": "opengeodeweb_viewer.viewer.picked_ids",
|
|
1906
1951
|
"rpc": "picked_ids",
|