Skip To Content

Deploying redline routes

The redline is a markup feature in the geodatabase that stores information about the proposed changes in the linear referencing system (LRS). Event Editor can propose changes to the LRS through the Redline widget using redline routes. LRS editors can then apply the redline as an official change to the LRS using Roads and Highways for Desktop. The Redline Routes widget can be used to create, edit, and attach files to the redline routes. You can preconfigure redline activity types such as create route, extend route, realign route, realign concurrent route, calibrate route, retire route, reassign route, and so on.

For more information on redline routes, see the following:

To enable web redlining of routes using Event Editor, you should author a web map using ArcMap and include a redline feature class. You can achieve this in one of the following ways:

  • Include the redline layer in the same map service along with your routes and event layers.
  • Create a separate map service for the redline.
The advantage of publishing a separate map service for the redline layer is that the feature access will only be exposed for the redline layer, not for other layers such as network and event layers. You can make the decision based on your security practices.

Vorsicht:

The layer name of the redline needs to match the feature class name, including the prefix. By default, when a layer is added to a map, the alias is used; however, the web layer name needs to match the feature class name.

For detailed instructions on authoring a web map and configuring Event Editor, see the following:

Hinweis:

In the redline feature class, the attribute fields for which the Event Editor application user may not be able to provide data must be made nullable. Doing so will make the data content for those fields optional.

The application can be configured to automatically detect the redline layer using the name of any operational layers that you have configured in the web map. The redline layer name must be the same as the redline feature class name (including prefix) to autodetect the redline layer.

Items to confirm before you start

Before you deploy redline route capability in Event Editor, check that the following are true:

Enabling feature access and linear referencing capabilities

  • If you're including the redline layer in the same map service as your network and event layers, make sure to enable the Feature Access and Linear Referencing capabilities when publishing the map service using ArcGIS Server.
    Enabling map services
  • If you're publishing the redline layer separately, make sure to enable only the Feature Access capability when publishing the map service using ArcGIS Server.
Hinweis:

Event Editor supports Esri web maps, which can have only one linear referencing-capable map service.

Disabling m- and z-values for the redline feature class

The redline feature class should have the capability to store disabled m- and z-values. To validate this, perform the following steps:

  1. Starten Sie ArcCatalog.
  2. Browse to the redline feature class in your database.
  3. Right-click the redline feature class and click Properties.

    The Feature Class Properties widget appears.

  4. Click the General tab.
  5. Confirm that both check boxes in the Geometry Properties section are unchecked.

    Confirming m- and z-values are disabled for the redline feature class

Defining symbology for the Activity Type field

Set up the symbology for the redline feature class's activity types.

  1. Open the .mxd file that contains the redline layer.
  2. Right-click the redline layer in the table of contents and click Properties.
  3. Click the Symbology tab.

    Defining the redline layer's symbology

  4. Choose Activity Type in the Value Field list.
  5. Click Add All Values.
  6. Choose line symbology for various redline activity types.
  7. Klicken Sie auf OK.

Defining a feature template for the redline layer

The feature template for the redline layer should be based on the feature symbology.

Wenn Sie sich nicht in einer Editiersitzung befinden, können Sie für alle Layer der Karte neue Feature-Vorlagen erstellen. Um den Vorlagenorganisator zu öffnen und auf den Assistenten zuzugreifen, klicken Sie im Inhaltsverzeichnis mit der rechten Maustaste auf einen Layer, zeigen Sie auf "Features bearbeiten" und klicken Sie auf "Feature-Vorlagen organisieren".

  1. Klicken Sie auf Vorlagen organisieren Vorlagen organisieren im Fenster Features erstellen.
  2. Klicken Sie auf Neue Vorlage Neue Vorlage im Dialogfeld Feature-Vorlagen organisieren.
  3. Aktivieren Sie die Layer, für die Sie neue Vorlagen erstellen möchten.
  4. Hinweis:

    Falls der Layer als einzelnes Symbol symbolisiert wird, ist der Assistent mit einem Schritt beendet.

  5. Klicken Sie auf Weiter.
  6. Falls Layer über Subtypes verfügen oder nach Kategorien symbolisiert werden, wählen Sie die Klassen aus, für die Vorlagen erstellt werden sollen.
  7. Klicken Sie auf Fertig stellen.

Deploying redline routes

Use the following steps to deploy redline routes for Event Editor.

Configuring redline activity types

You can configure redline activities by using the following steps:

  1. Starten Sie ArcMap.
  2. Open the Catalog window and browse to the redline feature class in your database.
  3. Right-click the redline feature class and click Properties.
  4. Click the Subtypes tab.
  5. Note that the domain assigned to the ACTIVITY_TYPE field is dActivityType.
    Redline activity type coded domains
  6. Click Domains.
  7. On the Workspace Domains widget, click the dActivityType domain name.

    You'll see preconfigured activity types in the form of coded domains for redlines in the Coded Values section. You can edit the activity types in this section.

    Editing redline activity type coded domains

  8. Click Apply and click OK to close the Workspace Domains widget to save the edits.

Configuring a separate redline service

If you don't want to enable feature access to all your LRS event layers, you can publish your redline layer separately so that it is the only layer that is editable.

Hinweis:

If you publish the redline layer in a separate service from the other LRS layers, you need to publish using the same geodatabase version as the LRS map service.

  1. Publish a map service with the Feature Access capability that only contains the redline layer.
  2. Open the web map .json file in a text editor.
  3. Add an additional operational layer to the .json file for the redline map service that you just published.
    {
      "operationalLayers": [
      {
      "id": "LRS_map_service",
      "title": "LRS map",
      "url": "https://<servername.domain>.com/server/rest/services/EventEditorLRSService/MapServer"
      },
      {
      "id": "Redline Layer",
      "title": "LRS map",
      "url": "https://<servername.domain>.com/server/rest/services/EventEditorRedlineService/MapServer"
      }
     ],

    For additional information about the web map .json file, see the web map specifications for Map Service Layer.

  4. Hinweis:

    If you're using Portal for ArcGIS or ArcGIS Online and you save Event Editor as a web map, both your LRS layers and your separate redline layer will be automatically added to the web map.

Enabling redline attachments

You can enable redlines to contain attachments using the following steps:

  1. Starten Sie ArcMap.
  2. Open the Catalog window and browse to the redline feature class in your database.
  3. Right-click the redline feature class and click Attachments > Create Attachments.

Attachments are enabled for redlines.

Verwandte Themen