Setting up i2 Esri to use JSON definitions
If you plan on using ellipses to represent an area around a particular point, you can use a JSON definition. These definitions can use a set of default values for settings that are not location specific, the default values are stored separately.
About this task
<Settings>
<GeographicPolygons>
<GeodesicEllipses>
<MaximumPoints>10</MaximumPoints>
<MaximumSegmentLength>100</MaximumSegmentLength>
<RotateClockwise>false</RotateClockwise>
<MeasureRotationFromYAxis>false</MeasureRotationFromYAxis>
</GeodesicEllipses>
<DefaultFill>
<Alpha>100</Alpha>
<Red>127</Red>
<Green>127</Green>
<Blue>127</Blue>
</DefaultFill>
</GeographicPolygons>
</Settings>
Procedure
Results
- Storing templates that contain the attribute class in a network location, and set up as the default when new charts are created.
- Distributing the settings file to other machines.