Skip to content

Instantly share code, notes, and snippets.

View beugenio's full-sized avatar

Bruno Eugênio beugenio

View GitHub Profile
// Lefalet shortcuts for common tile providers - is it worth adding such 1.5kb to Leaflet core?
L.TileLayer.Common = L.TileLayer.extend({
initialize: function (options) {
L.TileLayer.prototype.initialize.call(this, this.url, options);
}
});
(function () {