Skip to content

Instantly share code, notes, and snippets.

@brianherbert
Created July 21, 2012 04:57
Show Gist options
  • Save brianherbert/3154636 to your computer and use it in GitHub Desktop.
Save brianherbert/3154636 to your computer and use it in GitHub Desktop.
Set map center on OpenLayers
map.setCenter(
new OpenLayers.LonLat(-71.147, 42.472).transform(
new OpenLayers.Projection("EPSG:4326"),
map.getProjectionObject()
), 12
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment