Data Configuration in the Map Widget

<< Click to Display Table of Contents >>

Navigation:  Enterprise > Widgets > Map >

Data Configuration in the Map Widget

This article provides information pertaining to setup for the Enterprise Map widget.

 

In addition to the coordinate data stored in DT_COORDINATE, the following fields need to be populated for the Map widget to correctly display locations:

RT_COORD_TYPE.COORD_TYPE_CODE

RT_COORD_TYPE.SRID

RT_COORD_TYPE.STATUS_FLAG (must be set to "A")

DT_FACILITY.COORD_TYPE_CODE

DT_FACILITY.IDENTIFIER

DT_COORDINATE.COORD_TYPE_CODE

DT_COORDINATE.IDENTIFIER

 

The SRID in the RT_COORD_TYPE table needs to be populated with the value of the Well-known ID (WKID). In Esri GIS, projected and geographic coordinate systems are defined by a WKID (or a definition string (WKT)). See the reference here:

https://developers.arcgis.com/javascript/jsapi/spatialreference-amd.html.