Skip to content

Instantly share code, notes, and snippets.

@lovell
Created March 11, 2013 21:42
Show Gist options
  • Save lovell/5138041 to your computer and use it in GitHub Desktop.
Save lovell/5138041 to your computer and use it in GitHub Desktop.
L.LayerGroup.include({
setText: function(text, options) {
for (var layer in this._layers) {
this._layers[layer].setText(text, options);
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment