Skip To Content

Smart launching in the Event Editor through URL parameters

Available with Location Referencing license.

The ArcGIS Event Editor web app supports launching through the passing of URL parameters. The app can be launched to automatically do any combination of the following:

  • Choose a specific tab (Map, Edit, Review).
  • Load a specific widget, for example, Add Linear Events.
  • Populate a specific widget with route ID and measures.
  • Navigate the map to a route.
  • Set an attribute set.
  • Set an enterprise geodatabase version.
  • Browse to a geographic extent in a map.

The Event Editor web app comes with a web page known as a launcher, that allows you to use the URL parameter settings to launch it. This feature can be used in conjunction with ArcGIS Workflow Manager (Classic) to launch the Event Editor web app from a job step. This feature can also be used to create Windows desktop shortcuts to launch the app.

The following steps outline how to use the launcher:

  1. In a browser, type http://<YourServerName>/<YourEventEditorFolderName>/launcher.html and press Enter, for example, http://testmachine1/EE/Launcher.html.

    The Event Editor Launcher dialog box appears.

    Pipelines Launcher dialog box
    Note:
    • The read-only URL field at the bottom displays the configuration choices you make.
    • If special characters such as @ are included in your Event Editor URL, they need to be encoded.
    • The URL launches the Event Editor with only the information you provided in the Launcher dialog box.
    • All of the launcher fields are optional.
  2. Click the Tab drop-down arrow and choose an option.
    Launcher dialog box
  3. Click the Widget drop-down arrow and choose a widget.

    Launcher dialog box, Widget drop-down menu

  4. In the Network ID drop-down menu, choose or provide a valid network ID.
  5. In the Route ID drop-down menu, choose a route ID or provide a valid route ID.
  6. Provide a (From) Measure value for the new event.
  7. Provide a To Measure value for the new event.
  8. Provide a Version name for the database.
  9. Provide a Web Map ID value for the app to launch with the symbology and bookmarked location saved in the web map.
  10. Define a launch extent for the map using any of the following methods:
    Note:

    If you do not provide any extents, the map zooms to the selected route.

    • Click Map and provide values in the xmin, ymin, xmax, and ymax text boxes to define an extent.
    • Click Coordinates and Geographic Coordinates (GCS) and provide values in the xmin, ymin, xmax, and ymax text boxes to define an extent using geographic coordinates.
    • Click Coordinates and Geographic Coordinates (GCS) and provide a Well-Known ID (WKID) value in the WKID text box.
      Extent section, GCS options

      The following geographic coordinates example defines an extent:

      http://<your portal url>/apps/webappviewer/index.html?extent=-117.20,34.055,-117.19,34.06
    • Click Coordinates and Projected Coordinates (PCS) and provide values in the xmin, ymin, xmax, and ymax text boxes.
    • Click Coordinates and Projected Coordinates (PCS) and provide a Well-Known ID (WKID) value in the WKID text box.

      The following projected coordinates example defines an extent using WKID:

      http://<your portal url>/apps/webappviewer/index.html?extent=2446038.607175,-75063.151855,2446563.664748,-74704.315069,26941
    • Click Coordinates and Projected Coordinates (PCS) and provide a Well-Known Text String (WKT) in the WKT text box.
      Extent section, GCS options

      The following projected coordinates example defines an extent using WKT:

      http://<your portal url>/apps/webappviewer/index.html?extent=2446038.607175,-75063.151855,2446563.664748,-74704.315069&wkt=PROJCS["NAD_1983_StatePlane_California_I_FIPS_0401",GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic"],PARAMETER["False_Easting",2000000.0],PARAMETER["False_Northing",500000.0],PARAMETER["Central_Meridian",-122.0],PARAMETER["Standard_Parallel_1",40.0],PARAMETER["Standard_Parallel_2",41.66666666666666],PARAMETER["Latitude_Of_Origin",39.33333333333334],UNIT["Meter",1.0]]
  11. Click Launch.

A new browser window appears in Event Editor. The widget you chose is opened with prepopulated values and zoomed to the route using a specific version of the database. The From Measure and To Measure values are located on the map.