Skip to content

Instantly share code, notes, and snippets.

View joe10832's full-sized avatar
:atom:
focused

Munyay Holdings LLC joe10832

:atom:
focused
View GitHub Profile
@joe10832
joe10832 / TileLayer.Common.js
Created September 15, 2025 00:58 — forked from mourner/TileLayer.Common.js
Leaflet shortcuts for common tile providers
// 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 () {