Select to view content in your preferred language

Reprojecting to Web Mercator

4115
21
08-24-2016 01:26 PM
DavidRobinson7
New Contributor

I have the Census TIGER/Line state boundaries, which I am trying to reproject to resemble more commonly held perceptions of state boundaries (i.e. Google maps).  The TIGER/Line data is currently projected in:

Projected Coordinate System: Hawaii_Albers_Equal_Area_Conic
Projection: Albers

I am trying to reproject to WGS 1984 Web Mercator (auxiliary sphere), which from my research I understand to be the projection used by Google.

The reprojection tool runs successfully; however, the output looks the same as the input (stretched boundaries as compared to Google maps).  I've spent an hour or two researching the best way to accomplish this particular task, but I'm not coming up with answers that have worked.

Advice is much appreciated!

0 Kudos
21 Replies
DanPatterson_Retired
MVP Emeritus

well it will look the same if you keep everything in the same dataframe.  The data frame uses the coordinate system of the first layer added, then reprojects everything else added on the fly to match... always add projected data to a new dataframe to see what it looks like, or set the current data frame to what you want to view it in.

0 Kudos
DavidRobinson7
New Contributor

Thanks... but I have already tried adding the output to a new application (new dataframe), with no changes.

(sorry about the double post, new to this community)

0 Kudos
MelitaKennedy
Esri Notable Contributor

Just double-checking that you used the Project tool and not the Define Projection Tool.

How are you checking it against Google Maps?

0 Kudos
DavidRobinson7
New Contributor

Thanks.. Yes I used the Project tool.

Visually, the output is the same as the input (Equal Area Conic projection) and not Mercator.

0 Kudos
DanPatterson_Retired
MVP Emeritus

in separate data frames? not in the same data frame? as per my original post, because of projection-on-the-fly

0 Kudos
DavidRobinson7
New Contributor

No, I visually compared the input and output in separate data frames.  I added the output to a new data frame so on-the-fly projection would not occur.

0 Kudos
DanPatterson_Retired
MVP Emeritus

this then goes back to the original data, which is in Albers'... what are the extents? and was it Projected to Albers from a geographic coordinate system (aka decimal degrees) or did it come that way? I would be surprised if a gov't department would ship already projected data rather than data in a GCS

0 Kudos
DavidRobinson7
New Contributor

Thanks for the help.  Listed below are the details related to the original data:

Projected Coordinate System: Hawaii_Albers_Equal_Area_Conic
Projection: Albers


False_Easting: 0.00000000
False_Northing: 0.00000000
Central_Meridian: -157.00000000
Standard_Parallel_1: 8.00000000
Standard_Parallel_2: 18.00000000
Latitude_Of_Origin: 13.00000000
Linear Unit:  Meter

Geographic Coordinate System: GCS_North_American_1983
Datum:  D_North_American_1983
Prime Meridian:  Greenwich
Angular Unit:  Degree

0 Kudos
DanPatterson_Retired
MVP Emeritus

MKennedy-esristaff‌ ... come on back

If it doesn't look right, in Albers and the coordinate system is right, then we shall await for a response as to the root of the problem Stretched to me means that the coordinates are geographic and there is no projection applied, but I reside at much higher latitudes where we use lambert CC instead of alber.