I'm currently running ArcGIS 10.4.1 and am experiencing incorrect location attributes of point features when I inspect them using the Identify tool. The Location attribute changes every time the respective point is 're-identified'. I first noticed this in an existing project with a point Shapefile I was generating using ArcPy, but the problem persists in different coordinate systems and after starting a new, blank MXD.
For example, if I download this free point Shapefile from the URL below, load it into a blank map and inspect any point using the Identify tool, then close the Identify window re-identify it, the Location value will have changed considerably (sometimes up to 1 km). This happens every time I repeat the Identify process. The location given in the lower-right corner of the map window however is correct.
Free Shapefile Download - USA Pollutant Map
Has anyone experienced this before?
-
1The fact that the "correct" and "incorrect" values are at least close (up to the thousands place), tells me that it is probably a projection issue of some kind. When you "hover" your mouse pointer over one of the points in your data frame, does the bottom right readout in ArcMap match the Northing/Easting or the Locations value you demonstrated?GeoJohn– GeoJohn2016年10月13日 14:28:59 +00:00Commented Oct 13, 2016 at 14:28
-
Thanks GeoJohn, the location in the lower right hand corner is consistent with the field values of Easting and Northing, which further indicates the problem is with the 'Location' attribute. EDIT: I've just noticed that if I close the Identify window and reopen it, the 'Location' is different each time (often varying by several metres in X and Y). This occurs without changing any parameters on the map, simply closing and re-opening the Identify window. Really odd...Jack– Jack2016年10月13日 14:50:01 +00:00Commented Oct 13, 2016 at 14:50
-
Yah, that is really strange behavior... Maybe try exporting the generated points as a new FC and start with a fresh MXD, just to make sure there isn't some kind of bug happening here.GeoJohn– GeoJohn2016年10月13日 14:55:03 +00:00Commented Oct 13, 2016 at 14:55
-
Again, thanks GeoJohn. I've just started with a fresh MXD and created a fresh point shapefile using my script (not even a background map has been added). Same result; the Location XY attributes change (often by several hundred metres) each time I close and reopen the Identify window.Jack– Jack2016年10月13日 15:18:43 +00:00Commented Oct 13, 2016 at 15:18
-
1Nothing strange, it depends on coordinates of a click with Identify tool. It is not coordinate of actual feature. Activate I tool, click outside point and drag around the point to see what I mean. Alternatively click in empty spaceFelixIP– FelixIP2016年10月13日 20:40:51 +00:00Commented Oct 13, 2016 at 20:40
1 Answer 1
Nothing strange, it depends on coordinates of a mouse pointer click with Identify tool. It is not coordinate of actual feature. Activate I tool, click outside point and drag around the point to see what I mean.
Alternatively click in empty space, this will also have some "location" pair
Explore related questions
See similar questions with these tags.