This package has been deprecated

Author message:

Please use georaster-layer-for-leaflet. This package is no longer maintained

geotiff-layer-for-leaflet

0.0.4 • Public • Published

Please use georaster-layer-for-leaflet, instead of this package.

This package is no longer maintained and georaster-layer-for-leaflet includes all the same functionality and more!


GeoTIFFLayer

Display GeoTIFFs on your Leaflet Map

Usage

let GeoTIFFLayer = require("geotiff-layer-for-leaflet");

let options = {
    geotiff: geotiff, // geotiff object create by geotiff
    opacity: 0.7
};

new GeoTIFFLayer(options).addTo(map);

More Information Coming Soon

/geotiff-layer-for-leaflet/

    Package Sidebar

    Install

    npm i geotiff-layer-for-leaflet

    Weekly Downloads

    2

    Version

    0.0.4

    License

    Apache-2.0

    Last publish

    Collaborators

    • danieljdufour