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.

To configure Geocortex Viewer for HTML5:

  1. Edit the application in Geocortex Essentials Manager.

  2. In the side panel, click I Want To Menu.

  3. 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.

  4. Click OK.

  5. Click Apply Changes.

  6. Click Save Site.

  7. In the Essentials Manager side panel, click Workflow.

  8. Ensure the Enabled checkbox is selected.

    Applications created in Geocortex Viewer for HTML5 2.9 or later have Workflow enabled by default.

  9. Click Apply Changes.

  10. Click Save Site.