2.3.5 • Published 4 months ago

@hpcc-js/leaflet-shim v2.3.5

Weekly downloads
644
License
Apache-2.0
Repository
github
Last release
4 months ago

@hpcc-js/leaflet-shim

This package is part of the mono repository "@hpcc-js" (aka Visualization Framework), for more information including quick start, demos and tutorials, please visit the main page on GitHub: hpcc-systems/Visualization.

Details

The leaflet-shim package "wraps" a subset of the https://github.com/Leaflet/Leaflet functionality in a WebPack bundle to simplify its inclusion in modern JavaScript libraries / Web Applications.

Consuming with WebPack

Should "just work"

Consuming with iife

Simply include the package in your html file as normal (it has a global ID of "@hpcc-js/deck-shim"):

<head>
    ...
    <script src="node_modules/@hpcc-js/leaflet-shim/dist/index.min.js"></script>
    <script>
        var dgridShim = window["@hpcc-js/leaflet-shim"];
    </script>
</head>
<body>
    ...
    <script>
        ...
    </script>
    ...
</body>

Consuming with Rollup.js

Should "just work"

2.3.5

4 months ago

2.3.4

7 months ago

2.3.3

12 months ago

2.3.2

2 years ago

2.3.1

2 years ago

2.3.0

2 years ago

2.2.3

2 years ago

2.2.2

2 years ago

2.2.1

2 years ago

2.1.19

2 years ago

2.1.23

2 years ago

2.1.22

2 years ago

2.1.20

2 years ago

2.1.18

3 years ago

2.1.16

3 years ago

2.1.15

3 years ago

2.1.14

4 years ago

2.1.13

4 years ago

2.1.11

4 years ago

2.1.10

4 years ago

2.1.9

4 years ago

2.1.8

4 years ago

2.1.7

4 years ago

2.1.6

4 years ago

2.1.5

4 years ago

2.1.4

4 years ago

2.1.3

4 years ago

2.1.2

4 years ago

2.1.1

5 years ago

2.1.0

5 years ago