Created
September 25, 2013 03:37
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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