I cannot seem to find a reference for the <pointunit> tag under the <pointunits> tag in the eDraw Widget. I need to change the coordinate systems listed and need the point unit abbr and wkid for California State Plane Coordinate System NAD83 Zone 3 US Feet:
<pointunits>
<pointunit abbr="spal" wkid="102629">NAD83 AL East(SP Feet)</pointunit>
<pointunit abbr="wgs84dd" wkid="4326">Decimal Degrees (WGS84)</pointunit>
<pointunit abbr="wgs84dms" wkid="4326">DMS (WGS84)</pointunit>
<pointunit abbr="utm19n" wkid="2960">NAD 1983 UTM 19N</pointunit>
<pointunit abbr="spalm" wkid="2759">NAD83 AL East(SP Meters)</pointunit>
</pointunits>
Any ideas on where the tag references would be? I searched on the ESRI site and could not locate anything.
Solved! Go to Solution.
Tim,
The only abbr that is paid any attention to in the widget is wgs84dms when the wkid is 4326. So to use California SPC NAD83 you just have to use the correct wkid and then what ever abbr you want.
Tim,
The only abbr that is paid any attention to in the widget is wgs84dms when the wkid is 4326. So to use California SPC NAD83 you just have to use the correct wkid and then what ever abbr you want.