Skip to content

Instantly share code, notes, and snippets.

@zkkmin
Created May 21, 2015 12:34
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 zkkmin/3951f9fe5824462d46e4 to your computer and use it in GitHub Desktop.
Save zkkmin/3951f9fe5824462d46e4 to your computer and use it in GitHub Desktop.
function ZoomTo(xVal, yVal) {
// Remove the class open from divResults,
// so that it will slide back out of view
var drawer = document.getElementById("divResults");
drawer.classList.toggle('open');
///
OneMap.showLocation(xVal, yVal);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment