UNPKG

polarmap

Version:

Leaflet library for polar map projection switching

10 lines (7 loc) 230 B
/* * L.PolarMap.TileLayer is used for tile layers with custom CRS support. */ L.PolarMap.TileLayer = L.TileLayer.extend({}); L.PolarMap.tileLayer = function (url, options) { return new L.PolarMap.TileLayer(url, options); };