Skip to content

Instantly share code, notes, and snippets.

View henrikekblad's full-sized avatar

Henrik Ekblad henrikekblad

View GitHub Profile
L.Control.Button = L.Control.extend({
options: {
position: 'bottomleft'
},
initialize: function (options) {
this._button = {};
this.setButton(options);
},