Changing the view to Pacific-centered
April 28 2010 |
7 comments
Categories:
Map Data
I need a world view that is centered on the Pacific. I followed a method that suggested changing the meridian from Greenwich to the Dateline. I tried and the view did indeed center on the Pacific, as needed. However, the decimal degrees have completely shifted, as well. Is there some way to change the view to a Pacific-centered one without changing the coordinates?
Mapping Center Answer:
I am not sure what you mean by "the decimal degrees have completely shifted". If you change the projection so that the central meridian is -180 rather than the default 0, then the geographic coordinates at the center of the map will be about -180. That is correct. They would not be about 0 because that is not what the coordinates are in the center of the Pacific. It sounds like you did everything right if you have longitude values of about -180 in the center of the map and the center of the map is in the Pacific.
Now I realize that what I need is simply a grid to match that extent. I created a grid (under Layers) with the same projection, and defined my own origin changing the X from -180 to 0. But, the grid still plots -180 to +180 rather than 0 to 360.
1) I created a new data frame and re-added my file with the correct projection. That allowed me to change the grid origin to 0,-90. However, though the decimal degrees are 0 to 360, the grid labels go from 0E to 180 (in the center) to 0W.
2) At one point, my file would not reproject to Pacific-centered, even though I was following the same steps. It is because the file had a .prj that was being carried with it. Once I erased the associated .prj it worked.
If you would like to post a comment, please login.
If I switch the Meridian of the data file (ArcCatalog-SpatialReference-Edit-Modify to -180, the map is in the "right place", but now it is Atlantic-centered, splitting Alaska at the eastern and western edges, which is what I'm trying to avoid.
This seems like it should have an easy fix, but I can't think of it! Thanks.