Upgrade old package for package builders (with error correction).
Leaflet.WMTS
Description
The package is adapted and tested for working with a geoserver. Allows you to easily connect WMTS layers to a web project.
Install
Use with package builder (Webpack, Parcel)
import 'leaflet.wmts';
Use in browser
UMD builds can be used directly in the browser via a script
tag
<!-- Import after general Leaflet package -->