Skip to content

Instantly share code, notes, and snippets.

@calvinchengx
Created October 31, 2012 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save calvinchengx/3987171 to your computer and use it in GitHub Desktop.
Save calvinchengx/3987171 to your computer and use it in GitHub Desktop.
pseudo code for js level map projection transform
// Google.v3 uses EPSG:900913 as projection, so we have to
// transform our coordinates
mapProjection = map.getProjectionObject()
map.setCenter(new OpenLayers.LonLat(map_center_lon, map_center_lat).transform(defaultProjection, mapProjection), map_zoom)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment