liuqun / L.TileLayer.WMTS

Simple Leaflet.js plugin for creating WMTS Tile layers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple Leaflet.js plugin for creating WMTS Tile layers.

License:Other


Languages

Language:JavaScript 50.3%Language:HTML 49.7%