Skip to content

Simple Leaflet.js plugin for creating WMTS Tile layers.

License

Notifications You must be signed in to change notification settings

alcalin/L.TileLayer.WMTS

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks