/L.TileLayer.WMTS

Simple Leaflet.js plugin for creating WMTS Tile layers.

Primary LanguageJavaScriptOtherNOASSERTION

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