2.5.0 • Published 8 months ago

@hpcc-js/leaflet-shim v2.5.0

Weekly downloads
644
License
Apache-2.0
Repository
github
Last release
8 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.5.0

8 months ago

2.4.0

11 months ago

2.3.6

12 months ago

2.3.5

1 year ago

2.3.4

2 years ago

2.3.3

2 years ago

2.3.2

3 years ago

2.3.1

3 years ago

2.3.0

3 years ago

2.2.3

3 years ago

2.2.2

3 years ago

2.2.1

3 years ago

2.1.19

3 years ago

2.1.23

3 years ago

2.1.22

3 years ago

2.1.20

3 years ago

2.1.18

4 years ago

2.1.16

4 years ago

2.1.15

4 years ago

2.1.14

5 years ago

2.1.13

5 years ago

2.1.11

5 years ago

2.1.10

5 years ago

2.1.9

5 years ago

2.1.8

5 years ago

2.1.7

5 years ago

2.1.6

5 years ago

2.1.5

5 years ago

2.1.4

5 years ago

2.1.3

5 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago