Skip to content

Instantly share code, notes, and snippets.

View ezsi's full-sized avatar

Bela Ezsias ezsi

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