Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions src/opengeodeweb_viewer/rpc/viewer/schemas/picked_ids.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"rpc": "picked_ids",
"schema": {
"picked_ids": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why that change?

"$id": "opengeodeweb_viewer.viewer.picked_ids",
"rpc": "picked_ids",
"type": "object",
"properties": {
"x": {
Expand All @@ -20,6 +21,7 @@
"x",
"y",
"ids"
]
],
"additionalProperties": false
}
}
Loading