Skip to content

Instantly share code, notes, and snippets.

@tmcw
Forked from wboykinm/event.js
Created December 18, 2012 19:44
Show Gist options
  • Save tmcw/4331245 to your computer and use it in GitHub Desktop.
Save tmcw/4331245 to your computer and use it in GitHub Desktop.
$(layer).click(function(e) {
$.each(map.layers, function(l) {
l.disable();
});
map.enableLayer(i);
$(this).addClass('active');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment