Oriented imagery settings

System administrators can manage many ArcGIS Pro user application settings.

The setting described below should be added under the OrientedImagery element in the Pro.settingsConfig file.

JavaScriptSourcePath

This setting allows you to specify a custom API path to configure ArcGIS Pro to use a locally hosted version of ArcGIS API for JavaScript for oriented imagery. This setting does not have a corresponding user interface setting.

Possible values are the following:

  • A local path to ArcGIS API for JavaScript

An example of this setting is shown below.


<JavaScriptSourcePath isLocked="true">https://api.example.com/hostedJS/init.js</JavaScriptSourcePath>


In this topic
  1. JavaScriptSourcePath