I am working with an address point layer. I created two fields, Latitude and Longitude. Both are double types, and set to numeric format with 6 decimal points, 6 sig-figs, and pad with zeros. When I calculate the decimal degrees for both, they only calculate 1 decimal space, so everything is X1.100000 and -X2.100000. I made sure it is using the map's coordinate system (state plane). I cannot figure out why it is doing this.
Has this happened to anyone else?