Skip to content

Instantly share code, notes, and snippets.

@rdhyee
Created September 25, 2013 03:37
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 rdhyee/6694906 to your computer and use it in GitHub Desktop.
Save rdhyee/6694906 to your computer and use it in GitHub Desktop.
what to paste in to Google JavaScript Console to get a Racial Dot Map to a specific location --> captures lat, lon, zoom. Don't know how to get labeling options yet.
"http://demographics.coopercenter.org/DotMap/index.html" +
"#lat=" +map.getCenter().lat() + "&lon=" + map.getCenter().lng() +
"&z=" + map.getZoom()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment