Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 574 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 574 Bytes

L.TileLayer.WMTS

L.TileLayer.WMTS is a Leaflet.js plugin for creating WMTS Tile layers. It is a simple wrapper over L.TileLayer.

Usage

let options = {
    tileMatrixSet:'g',
    layer:'bluemarble_3857',
};

let wmtsLayer = L.tileLayer.wmts(url, options);

Demo

See the demo page.

License

This plugin is licensed under the Beerware License, see LICENSE.md