Configure a Geocortex Viewer for HTML5
To run a view in a Geocortex Viewer for HTML5, you need to configure a button to launch the VertiGIS Inline workflow with the relevant configuration parameters.
-
You can add this button to the I Want To menu or the viewer toolbar. The configuration of the button is the same in both cases.
-
As part of this configuration, you must specify the URL of the Inline workflow:
https://latitudegeo.maps.arcgis.com/home/item.html?id=62d19d3f4a194d88ba968d91f69d02f1
-
You may also have to enable VertiGIS Studio Workflow in the application, if it is not already enabled.
To configure Geocortex Viewer for HTML5:
-
Edit the application in Geocortex Essentials Manager.
-
In the side panel, click I Want To Menu.
-
Add a new item and configure as follows:
-
In the Text box, type the menu item's display text.
-
In the Command box, type RunWorkflowByUrlAndInputs.
-
In the Command Parameter box, enter the following, specifying the URL of the Inline workflow and the URL(s) of the Inline view(s) to be displayed:
{
"url": "https://latitudegeo.maps.arcgis.com/home/item.html?id=62d19d3f4a194d88ba968d91f69d02f1",
"inlineItems": [ <"view URL(s)"> ]
}For example:
{
"url": "https://latitudegeo.maps.arcgis.com/home/item.html?id=62d19d3f4a194d88ba968d91f69d02f1",
"inlineItems": ["https://mydomain.maps.arcgis.com/home/item.html?id=17731710d1f24a3995756afa2859a9c1","https://mydomain.maps.arcgis.com/home/item.html?id=24457670c2f13b4578946ac51234f6b2" ]
}For details on finding and specifying view URLs, see Specifying View URLs.
-
-
Click OK.
-
Click Apply Changes.
-
Click Save Site.
-
In the Essentials Manager side panel, click Workflow.
-
Ensure the Enabled checkbox is selected.
Applications created in Geocortex Viewer for HTML5 2.9 or later have Workflow enabled by default.
-
Click Apply Changes.
-
Click Save Site.