Default, Geometry Server, and optional settings for GIS

<< Click to Display Table of Contents >>

Navigation:  Administration and Configuration > ST_CONFIG Entries > Widgets >

Default, Geometry Server, and optional settings for GIS

GIS.DefaultSpatialReference

GIS.DefaultExtent

GIS.DefaultBasemap

GIS.GeometryServerURL

GIS.API_URL

GIS.apiKey

 

GIS.DefaultSpatialReference

Used to determine a spatial reference for coordinates if none are specified in RT_COORD_TYPE.SRID.

 

EQuIS Version: 7

 

Namespace: EarthSoft.GIS.

 

Products Affected: Enterprise

 

Required Modules: Enterprise

 

ST_CONFIG

VALUE

REMARK

VALID VALUES

CONFIG_SECTION

EQuIS6_GIS



CONFIG_KEY

DefaultSpatialReference



OBJECT_TYPE




OBJECT_VALUE




STRING_VALUE

4326


Any WKID from here:

http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Projected_coordinate_systems/02r3000000vt000000/

 

GIS.DefaultExtent

Used as the application's default extent for any mapping widget if no value is specified in the widget instance configuration.

 

EQuIS Version: 7

 

Namespace: EarthSoft.GIS.

 

Products Affected: Enterprise

 

Required Modules: Enterprise

 

ST_CONFIG

VALUE

REMARK

VALID VALUES

CONFIG_SECTION

EQuIS6_GIS



CONFIG_KEY

DefaultExtent



OBJECT_TYPE




OBJECT_VALUE




STRING_VALUE

{ "xmin": -82.12143225776303, "ymin": 36.58574984650181, "xmax": -80.36636633979364, "ymax": 37.18547412814155, "spatialReference": { "wkid": 4326 } }


A valid JSON representation of an extent. spatialReference is required.

 

GIS.DefaultBasemap

Used as the default basemap for all mapping widgets if one is not specified for the widget instance.

 

EQuIS Version: 7

 

Namespace: EarthSoft.GIS.

 

Products Affected: Enterprise

 

Required Modules: Enterprise

 

ST_CONFIG

VALUE

REMARK

VALID VALUES

CONFIG_SECTION

EQuIS6_GIS



CONFIG_KEY

DefaultBasemap



OBJECT_TYPE




OBJECT_VALUE




STRING_VALUE

<style_value>


Valid style values can be found in the value column of the 2D legacy section in Esri's ArcGIS Maps SDK JavaScript article.

 

Note: Additional basemap style values can be found in Esri's ArcGIS Basemap Styls service article. When using styles offered by ArcGIS, only the style is needed (e.g., navigation, navigation-night, streets, etc.). However, when using styles offered by OSM, the style type will need to be provided as well (e.g., osm/standard, osm/navigation, osm/streets, etc.)

GIS.GeometryServerURL

Used as the application's Geometry Server for projecting coordinates.

 

EQuIS Version:  7

 

Namespace: EarthSoft.GIS.

 

Products Affected: Enterprise

 

Required Modules: Enterprise

 

ST_CONFIG

VALUE

REMARK

VALID VALUES

CONFIG_SECTION

EQuIS6_GIS



CONFIG_KEY

GeometryServerURL



OBJECT_TYPE




OBJECT_VALUE




STRING_VALUE

https://utility.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer


A valid URL pointing to an ArcGIS Online or ArcGIS Server Geometry Service

 

GIS.API_URL

OPTIONAL. Used as a replacement for the default Esri JS API.

 

EQuIS Version: 7

 

Namespace: EarthSoft.GIS.

 

Products Affected: Enterprise

 

Required Modules: Enterprise

 

 

ST_CONFIG

VALUE

REMARK

VALID VALUES

CONFIG_SECTION

EQuIS6_GIS



CONFIG_KEY

API_URL



OBJECT_TYPE




OBJECT_VALUE




STRING_VALUE



A valid URL pointing to the Esri ArcGIS Maps SDK for JavaScript. Online non-Esri URLs will be used. If the domain is any variation of arcgis.com, it will be replaced with https://js.arcgis.com/4.xx, where "xx" will be set to the current version of Esri ArcGIS Maps SDK for JavaScript used in EQuIS Enterprise, which can be found here: Esri ArcGIS Maps SDK for JavaScript.

 

GIS.apiKey

Used to authenticate to the ArcGIS Location Portal platform for all mapping widgets. This config will be managed by EarthSoft for EQuIS Online (EOL) clients, otherwise this key will need to be generated by following ESRI's Tutorial: Create an API key article.

EQuIS Version: 7.25.2

 

Namespace: EarthSoft.GIS.

 

Products Affected: Enterprise

 

Required Modules: Enterprise

 

ST_CONFIG

VALUE

REMARK

VALID VALUES

CONFIG_SECTION

esriConfig



CONFIG_KEY

apiKey



OBJECT_TYPE




OBJECT_VALUE




STRING_VALUE

Generated platform key value