Manage configuration

An ArcGIS Earth configuration file provides administrators the option to configure and specify application parameters to meet your organization's requirements. As an administrator, you have the following options to specify a configuration file:

  • Import a configuration file during ArcGIS Earth installation.
  • Manage a configuration file in ArcGIS Earth settings.

Import a configuration file

You can preset configuration parameters and import the modified configuration file during installation. This modified configuration file will be in effect when launching ArcGIS Earth and will show as Default Config in ArcGIS Earth Advanced Settings. You can find this configuration file in the application installation directory, which is typically in the C:\Program Files\ArcGIS\ArcGIS Earth\bin folder. See Install ArcGIS Earth for detailed steps.

Manage a configuration file

Click the Settings button Settings on the toolbar and browse to Advanced > App Configuration, which allows you to add, export, edit, and delete configuration files.

  • The default configuration file in the application installation directory is applied. Click Manage configuration file to expand Configuration Manager.
  • Click Add configuration file and choose to add from items hosted on ArcGIS Online or ArcGIS Enterprise, from local files, or via a URL on the dialog box that appears. The new configuration file is appended in the Configuration Manager list if it is successfully added. The file icon shows the file source. Three common sources are listed below:
    • Default config—Default configuration file
    • Local config—Configuration file added from local
    • Online config—Configuration file added from online
Note:

In the Add configuration file window, the tab for adding from an ArcGIS Enterprise portal only appears when you are connected to ArcGIS Enterprise 10.9.1 or later.

  • Click the More options button More and open a drop-down menu with the following options to further manage a configuration file:
    • Refresh—Refresh to get the latest configuration file.
    • Set as Active—Set the selected configuration file as the active configuration. You need to relaunch ArcGIS Earth to have this configuration file in effect.
    • Export—Export as an XML file and save to a Windows location.
    • Delete—Remove the configuration file from the Configuration Manager list.
    • Details—Directs you to the configuration file location.

Share a configuration file

Beginning with ArcGIS Online 9.1 and ArcGIS Enterprise 10.9.1, you can upload and host configuration files as XML files online. You can upload the configuration file to ArcGIS Online or ArcGIS Enterprise and share it with your organization.

Starting from ArcGIS Earth 1.13, you can share a local configuration file with your organization as an XML file directly through Configuration Manager. To share a configuration file, complete the following steps:

  1. Verify that you are signed in and have privileges to share data to ArcGIS Online or ArcGIS Enterprise.
  2. Click the Share button Share.

    The Share Config to Portal window appears.

  3. Specify values for the item in the Name, Summary, and Tags fields, and for Portal Folder, choose a location where you want to place the item. In the Share With section, select who you want to share the item with.

    The options include everyone, the organization, or groups in the organization. You can also unshare the item by unselecting the options.

  4. Click Share to share the local configuration file as an XML file with your organization.
Note:

The share capability is only available when you are connected to ArcGIS Enterprise 10.9.1 or later.

Configuration file

Beginning with ArcGIS Earth 1.12, two types of configuration files are supported:

The following sample demonstrates a config.xml file that contains redirect links:

<?xml version="1.0" encoding="utf-8"?>
<configuration version="1.12">
  <configFiles>
<config source="https://arcgis.com/home/item.html?id=cbcc68047b4f4eaa964de492e96f99d5"/>
<config source="C:\config.xml"/>
  </configFiles>
</configuration>

The ArcGIS Earth administrator can configure multiple configuration files in a config.xml file with multiple redirect links. If this config.xml file is imported during installation, the first one (the config.xml item hosted on ArcGIS Online) is used as the ArcGIS Earth default configuration file when launching the app. All configuration files included in this config.xml file are added to the Configuration Manager list.