11

I have saved Google Maps image (not Google Earth) of area at latlon(17.692437,83.218689) by some method in jpeg format. It is an exact snapshot of the Google Maps. Now I need to geo-reference it to use it as base map for my digitization. What projection or coordinate system shall I use? Some says its WGS-84 Mercator projection. But I see no Mercator projection in GCS list in ArcGIS. Please help! I am confused.

I want to georeference it by assigning exact latlon values to the points as in google maps.

Extend : Now I got another question. Is Google Maps in Projected Coordinate system or Geographic Coordinate system. Though it displays LatLon values, I think it is projected coordinate system. Am I right?

Extend

I set the projection of ArcMap Dataframe to Projected Coordinate System ( Web Mercator) and changed the display values from Meters to Decimal Degrees. Then I added the Google Map with no geo-referenced data to dataframe. Then I took some common control points in my ArcMap image and Google Maps, set the Latitude and Longitude values from Google Maps in ArcMap image points, After assigning latlon values to 4 points, I click on update georeferencing. Then my image is transformed very strange. Is the procedure I did correct?

1

2 Answers 2

9

Google uses WGS 84 Web Mercator as its coordinate system. In ESRI it is under geographic coordinate systems.

4
  • 2
    But Web Mercator is Projected Coordinate system?
    – GP92
    Commented Feb 18, 2013 at 16:37
  • 3
    Yes, it is projected, with their own method ;-). They display lat/lon coordinates, but a map in lat/lon would look rather distorted if you come north. If you zoom to world extent, you see that Greenland is much too big. Thats typical Web Mercator.
    – AndreJ
    Commented Feb 18, 2013 at 18:03
  • 4
    Internally Google Maps is using a projected coordinate system (spherical Mercator), but when you query for or pass in coordinates, the API returns lat/lon.
    – mkennedy
    Commented Feb 19, 2013 at 17:09
  • On Arcmap it is under projected coordinate systems
    – user32882
    Commented Jul 19, 2015 at 17:56
2

The first thing you want to rule out is if the jpeg images are spatially referenced or not. To do this:

  1. set your dataframe to the projection/coordinate system you believe the raster is in
  2. add the raster to the map
  3. add data that you know is correctly spatially referenced (e.g. ESRI basemap, or streetmap data...etc)
  4. if the aerial raster aligns with the basemap data then you probably figured out it's spatial reference. You can then use the Define Projection tool to assign spatial reference to the aerial rasters......done!

If the raster does not align with anything than you will have to use the georeferencing toolbar to georeference it. At this point the destination projection does not matter as long as you are georeferencing it to a layer that is correctly spatially referenced.

After you have georeferenced the aerial you may have to use the Define Projection tool to assign spatial reference to the aerial that the data frame is defined as.

Not the answer you're looking for? Browse other questions tagged or ask your own question.