Several properties can be configured in the Roadway Characteristics Editor web application. Open the config.json file in the RoadwayCharacteristicsEditor web folder on the web server to modify and deploy.
Configuring the Roadway Characteristics Editor web application is one of the steps (step 8 of 9) of the Roadway Characteristics Editor deployment process. Ensure that all steps before this are completed before continuing with configuring the Roadway Characteristics Editor web application.
Roadway Characteristics Editor configuration properties
Properties | Description |
---|---|
webmap | Specifies the unique ID or URL to an authored web map hosted on ArcGIS.com or the web server. After authoring a web map and sharing it publicly, the contents can be accessed directly by a URL. For example, if the web map is hosted on ArcGIS.com, log in with your global account and browse to My Content. Click the title of the web map you are interested in to get more details. At this point, the URL looks like the following format: http://www.arcgis.com/home/item.html?id=<webmapID>. For example: http://www.arcgis.com/home/item.html?id=1dcf369089804329946e3b3abf385251. Ensure the web map is shared with everyone (public). Copy only the ID portion of the URL as the web map ID value for the configuration.
If the web map is hosted on a server, the URL looks similar to the following: http://<HostName>/RoadwayCharacteristics/rwc.json, where rwc.json is the text file that contains the web map definition.
|
geometryServiceUrl | Specifies the URL to a geometry service. By default, the configuration file contains a link to the geometry service hosted on ArcGIS Online, but it can be configured to refer to any geometry service hosted on any other ArcGIS server instance. |
banner | Specifies the banner label text, and label color and banner color. Below is the format for the banner label.
The color is specified as #RRGGBB in HTML hexadecimal color codes. |
proxyUrl | Specifies the relative URL to the proxy page on the web server.
|
qcChecks
| Specifies a setting for the Check Events widget. recordsPerPage—Specifies the number of records per page within the results table for the Check Events widget. |
versioning
| Specifies if the Reconcile & Post widget is visible to the user.
|
dataReviewer
| Specifies the setting for ArcGIS Data Reviewer capability in the RCE. For more information, see Integrating Data Reviewer for Server. These are optional configuration settings if Data Reviewer integration is required.
|
Advanced properties | Description |
---|---|
security
| Esri Roads and Highways for Server supports secure login via the ArcGIS Server Security configuration on the published map service with linear referencing capability. This security is provided via the token service. These are optional configuration settings.
|
addData
| Specifies the URL for the Add Data tools. See more in Adding DGN and DWG data: Deployment guide. These are optional configuration settings if the Add Data tools are not intended to be used.
|
uploader
| Specifies the limit for the file upload operation. It is used by the Add Data tools. These are optional configuration settings if the Add Data tools are used.
|
excludeFields | Specifies a list of fields to be excluded from Identify, Measure Identify, Select Events by Attributes, and Advanced Route Find search results.
|
search
| Specifies the setting for find/search capability in the RCE.
|
selectEventsByAttribute
| Specifies the setting for the Select by Attributes widget. excludeFields—Specifies the list of fields to exclude from the Selecting events by attribute widget. Administrators can choose to exclude certain fields that are not intended to be edited. maxUniqueRecordCount—Specifies the maximum number of unique values for the Get Unique Values tool.
|
eventAttributes
| Specifies the settings anywhere the RCE allows users to edit the cell, such as with the Event Attributes, Attribute Set, Split Events, and Merge Events widgets.
|
selectionSymbols | Specifies the style, color, width, size, and outline of all feature selections made on the map.
Types of line symbols include solid, dash, dot, dashdot, and dashdotdot. Types of point symbols include circle, square, x, cross, and diamond. The color is specified as #RRGGBB in HTML hexadecimal color codes. |
snapSymbol | Specifies the style, color, width, size, and outline of the point symbol during snapping.
Types of point symbols include circle, square, x, cross, and diamond. Types of line symbols include solid, dash, dot, dashdot, and dashdotdot. The color is specified as #RRGGBB in HTML hexadecimal color codes. |
attributeSets
| Custom attribute sets can be added to the RCE by adding attribute set files to the attributeSets folder located in the Roadway Characteristics Editor folder. Additionally, you can modify the config.json file to use a custom folder created in the Roadway Characteristics Editor folder.
folder—Specifies the name of the attribute sets folder. |
attributeSetsEditing
| Specifies if you want to show an event ID field on the Attribute set configuration dialog box.
showEventIDField—Valid values are true and false. |
addPointEvents
| Specifies if you want to show an event ID field in the Add Point Event widget.
showEventIDField—Valid values are true and false. |
conflictPrevention
| Specifies if you want to show the transfer lock buttons in the Locks Table widget. Allow Lock Transfer in ALRS properties needs to be enabled to transfer locks. For more information, see Enabling conflict prevention in the ALRS.
hideTransferButtons—Valid values are true and false. |
addLinearEvents
| Specifies if you want the Retire overlaps, Merge coincident events, and Prevent measures not on route check boxes checked or unchecked by default in the Add Linear Event widget.
|
wkidList
| Configure a well-known ID (WKID) to specify the spatial reference of point event coordinates when adding point events by coordinate location. This configuration is optional.
|