Update Lat/Long from attribute table show updated locations

1718
3
08-03-2021 08:06 AM
bikeMapper312
New Contributor III

I have a shapefile with point data. The shaoefile has an x (long) and y (lat) field. I want to edit some of the lat long numbers to show an update location, but when I change the lat long numbers in the attribute table, the point location does not update. For example, I have a dot at 21.223 and -86.55, but it should actually be 15.66 and -86.55. I made the change in the attribute table but the visible location is the same. Any way to do this?

0 Kudos
3 Replies
LeonS
by
Occasional Contributor III

Taka a look at creating an XY Event layer, if you want to manually adjust lat/long values and have that reflected in point locations.  Adjusting the values of fields that represent x,y locations in the table of a shapefile will not update the geometry.

 

 

https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/make-xy-event-layer.htm

DanLee
by Esri Regular Contributor
Esri Regular Contributor

You can also use XY Table To Point to regenerate the points based on the lat/lon field values.

https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/xy-table-to-point.htm

 

0 Kudos
DrVSSKiran
Occasional Contributor II

Select the point which you want to edit and move it to exact location using go to xy. When you move point one location to other location the x,y value will be updated.

0 Kudos