leaflet.wmts

1.0.2 • Public • Published

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

<head>
    <link rel="stylesheet" href="https://unpkg.com/leaflet@1.6.0/dist/leaflet.css" />
    <script src="https://unpkg.com/leaflet@1.6.0/dist/leaflet.js"></script> 
 
    <!-- Import after general Leaflet package -->
    <script src="./dist/leaflet.wmts.browser.min.js"></script> 
</head>

Dependencies (1)

Dev Dependencies (4)

Package Sidebar

Install

npm i leaflet.wmts

Weekly Downloads

411

Version

1.0.2

License

MIT

Unpacked Size

18.7 kB

Total Files

10

Last publish

Collaborators

  • lexfoxer