Skip to content

Instantly share code, notes, and snippets.

@emoen
Created November 15, 2013 12:42
Show Gist options
  • Save emoen/7483753 to your computer and use it in GitHub Desktop.
Save emoen/7483753 to your computer and use it in GitHub Desktop.
filter: (function(group) {
return function(record) {
return (record.get("group") || defaultGroup) == group &&
record.getLayer().displayInLayerSwitcher == true && record.getLayer().name != 'GML';
};
})(group),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment