Skip to content

Instantly share code, notes, and snippets.

@idolmind
idolmind / TileLayer.TileJSON.js
Created February 5, 2012 19:45 — forked from DGuidi/TileLayer.TileJSON.js
Leaflet TileCanvas
L.TileLayer.TileJSON = L.TileLayer.Canvas.extend({
options: {
debug: false
},
tileSize: 256,
initialize: function (options) {
L.Util.setOptions(this, options);