Tagged Questions
3
votes
1answer
146 views
How to get X and Y coordinate values of the map?
I want the upper right and lower left coordinate of the exposed portion of the map, and for the whole map.
What is the way to do this?
1
vote
1answer
38 views
Obtaining coordinates when computing distance of a polygon to a line
I have a shapefile of a county. I am interested in computing its distance to a line, which I've been doing using Near. I want to know the coordinates on the line that produces the minimum distance. ...
1
vote
0answers
105 views
Natural Earth: How to get the position of each country?
I've just split the 1:10m Natural Earth countries into individual JSON files which I plan to render and partially stitch back together using RaphaelJS. The 1:10m map is very big (10mb or so) so ...
6
votes
1answer
592 views
Coordinate grid display on a rotated map
I have a series of maps that require me to rotate my data frame within my layout screen (north "rarely" points up in these maps). I ONLY want to show east coordinates on the top/bottom and ONLY north ...
6
votes
2answers
451 views
Shortcut to copy current cursor coordinates in ArcMap
Is there a shortcut or an extension to ArcMap 10 that would allow me to quickly copy (to clipboard) the coordinates at the current map position/click? I could implement such a functionality easily ...
6
votes
2answers
1k views
Measuring distance between points in ArcMap - what coordinate system to use?
This is a basic -newbie - question. I have some handwritten data points taken off a GPS - so I am assuming they are in WGS 84, and I want to load them in ArcMap 9.3, via excel, and measure the ...