Skip to content

Instantly share code, notes, and snippets.

View brcharron's full-sized avatar

Bruno Charron brcharron

View GitHub Profile
/*
* L.TileLayer is used for standard xyz-numbered tile layers.
*/
L.Google = L.Class.extend({
includes: L.Mixin.Events,
options: {
minZoom: 0,
maxZoom: 18,
tileSize: 256,