I hereby claim:
- I am ayshabkhan on github.
- I am aysha (https://keybase.io/aysha) on keybase.
- I have a public key whose fingerprint is 19C4 42E0 709E 9775 AD45 4244 6BAB 0706 D676 0B34
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <style> | |
| table { | |
| border-collapse: collapse; | |
| border: 2px black solid; | |
| font: 12px sans-serif; | |
| } |
| // 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 () { | |