Skip to content

Instantly share code, notes, and snippets.

@celestial-labs
Created January 9, 2024 17:54
Show Gist options
  • Save celestial-labs/58ff89f02849add9ebca3eeb611572c7 to your computer and use it in GitHub Desktop.
Save celestial-labs/58ff89f02849add9ebca3eeb611572c7 to your computer and use it in GitHub Desktop.
VertiGIS Studio Web commands
[
"viewer.get-capabilities",
{
"name": "arcade.run",
"arguments": {
"canExecuteScript": "if($context.width < 800){ return true; } else { return false }",
"executeScript": "return true;",
"includeContext": true,
"arguments": {}
}
},
{
"name": "viewer.load-layout",
"arguments": "item://layout/Mobile-5f1652c2-8724-4a41-bad6-2600ee2613bd"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment